Key Terms that you need to Know: Flashcards

(24 cards)

1
Q

Batch Processing

A

Processing of transactions after some quantity of transactions is collected; the transactions are processed together as a “batch” at some later time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Open-Source

A

Software for which the source code is freely available for use and/or modification.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Smart Card

A

Special credit card-sized containing a microprocessor chip, memory circuits and often a magnetic stripe.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Cache

A

A small block of special high-speed memory used by processor to store instructions most recently or most often used

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Object-Oriented Language

A

Programming language that groups together data and its corresponding instructions into manipulable objects.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Backbones

A

High-speed central network to which many smaller networks can be connected.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

ISP

A

Internet Service Provider

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Foreign Key

A

An attribute that appears as a non primary key attribute in one entity and as a primary key attribute(or part of a primary key) in another entity.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Internet service provider

A

Individual or organization that enables other individuals and organizations to connect to the Internet.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Wireless Access Point

A

Networking device that transmits and receives wireless (Wi-Fi) signals to allow wireless devices to connect to the network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Bluetooth

A

Wireless specification for personal area network (PAN) of desktop computers, peripheral devices, mobile phones, pagers, portable stereos, and other handheld devices.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Primary Storage

A

Temporary storage for current calculations.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Network Topology

A

The shape of a network; the four common network topologies are star, ring, bus, and mesh

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

DNS

A

Domain Name System: A database used to associate Internet host names with their IP addresses.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Network Access Points (NAPs)

A

NAP: Access points used by ISPs to connect to each other.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Relational Database

A

Most common DBMS approach in which entities are presented as two-dimensional tables, with records as rows and attributes as columns.

17
Q

Operating Systems

A

Software that coordinates the interaction between hardware devices, peripherals, application software, and users.

18
Q

RAID

A

Redundant array of independent disks: a secondary storage technology that makes redundant copies of data on two or more hard drives.

19
Q

Motherboard

A

Large printed plastic or fiberglass circuit board that holds or connects to all the computer’s electronic components.

20
Q

Centralized Computing

A

A computing model utilizing large centralized computers, called mainframes, to process and store data.

21
Q

Mesh Network

A

A network that consists of computers and other devices that are either fully or partially connected to each other.

22
Q

TCP/IP

A

Transmission Control Protocol/ Internet Protocol: The protocol of the Internet, which allows different interconnected networks to communicate using the same language.

23
Q

Primary Key

A

Field included in a database that contains a unique value for each instance of an entity to ensure that it is stored or retrieved accurately.

24
Q

Relationships Between Tables

A

One to many, Many to one and Many to many.