stog Flashcards
What is the smallest unit of data that a binary computer can recognize?
Bit
A bit can be either a 1 or a 0.
How many bits are in a byte?
8 bits
A byte is commonly used to express the size of documents and files.
What does ASCII stand for?
American Standard Code for Information Interchange
ASCII is a coding system traditionally used with personal computers.
What is the primary purpose of the CPU?
To perform the vast majority of processing for a computer
It is also known as the processor or microprocessor.
True or False: EBCDIC is primarily used for personal computers.
False
EBCDIC was developed by IBM primarily for mainframe use.
What is machine language?
Binary-based language for representing computer programs
It is the language that the computer can execute directly.
What is the main circuit board inside the system unit called?
Motherboard
All devices must connect to the motherboard.
What does a dual-core CPU contain?
Two separate processors on a single CPU
A quad-core CPU contains four cores.
Fill in the blank: The amount of data that a CPU can manipulate at one time is known as _______.
Word size
What is RAM?
Random Access Memory
It is the computer’s main memory and is volatile.
What type of memory retains its contents when the power goes out?
ROM
ROM stands for Read-Only Memory.
What is cache memory?
A special group of very fast memory chips located on or close to the CPU
More cache memory typically means faster processing.
What is the function of the system clock?
Synchronizes the computer’s operations
It provides timing for the computer’s processes.
True or False: The CPU clock speed is measured in megabytes.
False
CPU clock speed is measured in megahertz (MHz) or gigahertz (GHz).
What is pipelining in computer processing?
Allows multiple instructions to be processed at one time
It improves the efficiency of CPU operations.