Computer Organization and Hardware Part 1 Flashcards
Most computer processing takes place in a component called the ___.
CPU
[Explanation]
When talking about personal computers, the CPU (Central Processing Unit) is synonymous with the silicon chip known as the microprocessor, which is programmed to perform various tasks on the data it receives.
The CPU consists of the _______ unit, the arithmetic/logic unit (ALU) and the registers (high speed storage areas).
control
[Explanation]
The ALU is an area of the CPU optimized to handle math calculations (i.e. Add and Subtract) as well as logic comparisons (i.e. AND, NOT, and OR).
Input, output, and storage equipment that can be added to a computer to enhance its functionality are called __________ devices.
peripheral
[Explanation]
A typical computer includes the system and a variety of input, output and storage devices.
An __________ slot is a slot on the motherboard where the user can plug in an expansion card.
expansion
[Explanation]
Expansion slots allow for plug in of expansion cards for additional memory or control of peripheral devices. Common expansion cards include network cards, graphic cards, and memory cards. Most PC computers include 4 to 8 expansion slots.
_____ memory drives plug into the computers USB ports and have memory capacities of up to several gigabytes.
Flash
[Explanation]
When plugged into a USB port, flash memory drives show up as an external drive and are a convenient way to transport and transfer data.
__________ Memory chips contain fixed computer start up instructions, are loaded at the factory, and are nonvolatile.
Read-Only
[Explanation]
ROM chips contain data that is nonvolatile, meaning that this data is not lost when the computer is turned off. The information on a ROM chip cannot be altered by the user.
With _______ memory, free hard disk space is used to extend the capacity of RAM.
virtual
[Explanation]
Virtual memory uses the hard disk to mimic primary storage (RAM). If a program exceeds its available RAM, the Operating System can use an area of hard disk called virtual memory to store parts of data files or programs until needed, thereby gaining almost unlimited memory capacity.
Computer ______ temporarily stores instructions and data that the processor is likely to use frequently.
cache
[Explanation]
Cache is lost when the computer power is turned off. Examples of cache include L1, L2, and L3. In all cases, cache is storage located closer to the processor than RAM and therefore can be accessed much more quickly. Cache speeds up processing.
The contents of _______ memory, which includes RAM, are lost when the power is turned off.
volatile
The computers main ______ typically consists of high speed RAM which stores instructions and data.
memory
[Explanation]
RAM, which stands for Random Access Memory, stores temporary data which is waiting to be stored, processed, or output, and this data is lost if the computer is turned off. RAM usually consists of several circuit boards (chips) that plug directly into the computers system board.
One reason a tape drive takes longer to access data than a hard drive is that tape drives use __________ access.
sequential
[Explanation]
A tape drive is an example of a sequential access device; it retrieves data by starting at the beginning of the tape and reading each record until the required data is found. A hard drive, on the other hand, is a random access device, which allows it to go directly to the requested data.
Random access storage allows access to any location in any _____.
order
[Explanation]
Random access storage devices are able to go directly to the requested data. Examples of random access storage include computer hard disk drives, RAM, flash drives, floppy drives and CD-ROM drives. Random access is much faster than sequential access storage (tape).
A kilobyte is a unit of measurement equaling ____ bytes of data.
1024
[Explanation]
The prefix “kilo” means a thousand. A kilobyte is generally abbreviated as KB.
A megabyte is a unit of measurement roughly equaling one _______ bytes.
million
[Explanation]
The prefix “mega” means a million. A megabyte is often abbreviated as MB.
A ________ is a unit of measurement roughly equaling one billion bytes.
gigabyte