Basic Vocabulary Flashcards

1
Q

Binary files

A

Computer-readable files.

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

Binary number system

A

Number system used by computers that uses only digits 0 and 1. Also called base 2.

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

Bit (Binary digiT)

A

A single 0 or 1 in binary code.

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

Byte

A

A group of 8 bits.

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

Cache

A

High-speed memory used to store frequently used data so that it can be quickly retrieved by an application.

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

Compiler

A

A program that converts an entire pro­gram into machine code before the program is executed.

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

CPU (Central Processing Unit)

A

Processes data and controls the flow of data between the computer’s other units. Also contains the ALU. Located on the motherboard.

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

File

A

A collection of related data stored on a lasting medium.

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

Folder

A

Used to organize commonly related files.

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

Gigabytes (GB)

A

Approximately one billion bytes.

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

Input device

A

Device used to enter data and instructions into the computer.

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

Java

A

A programming language and computing platform that was first released in 1995.

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

Kilobytes (K)

A

Approximately a thousand bytes.

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

LAN (Local Area Network)

A

A network used to connect devices within a small area.

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

Megabytes (MB)

A

Approximately one million bytes.

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

Network

A

A combination of software and hardware that allows computers to exchange data and to share software and devices; such as printers.

17
Q

Object-oriented programming (OOP)

A

An approach to programming where modules are created that can be used over and over again.

18
Q

Operating system

A

Software that allows the user to communicate with the computer. Types include multiuser; multiprocessing; multitasking; multi­threading; or real time.

19
Q

Output device

A

A device used to convey processed data.

20
Q

Peripheral device

A

A device attached to a PC.

21
Q

Programming languages

A

A set of words; codes; and symbols that allows a programmer to communicate with the computer.

22
Q

RAM (Random Access Memory)

A

Memory that temporarily stores data and instructions. Also called primary or main memory.

23
Q

Storage devices

A

Devices that use persistent media to maintain files. Also referred to as drives; mass storage; and auxiliary storage.

24
Q

Unicode

A

A digital code that uses a set of sixteen Is and Os to form a 16-bit binary code for each symbol.

25
Q

Utility program

A

Program run by the operating system to manage input and output; read and write to memory; manage the processor; maintain system security; and manage files and disks.

26
Q

Web browser

A

Interprets an HTML document to display a web page.

27
Q

Word

A

Bits grouped in units of 16 to 64.