Term
What device acted as the first switches in the earliest computers? |
|
Definition
|
|
Term
What device acts as switches in today's computers? |
|
Definition
|
|
Term
Give two advantages of the transistors over vacuum tubes. |
|
Definition
- can be switched on and off easily - smaller |
|
|
Term
|
Definition
|
|
Term
Why are binary numbers used in our digital computers? |
|
Definition
computers understand only two states of existence: on and off (one and zero) |
|
|
Term
How do you write binary number 11011? |
|
Definition
|
|
Term
Name the four steps of the machine cycle |
|
Definition
Fetch, Decode, Execute, Store |
|
|
Term
|
Definition
control unit, information sources, capacities, cache memory |
|
|
Term
|
Definition
(interpret) control unit, instruction set, assembly language |
|
|
Term
|
Definition
(Do the task), math, logic |
|
|
Term
|
Definition
(Write back) computation results, locations changeable |
|
|
Term
What is typical clock speed of today's CPU's? |
|
Definition
3 GHz (3 billion clock ticks per second) |
|
|
Term
How does Cache memory work? |
|
Definition
a memory block that holds recent and frequently used intructions or data that the CPU uses the most |
|
|
Term
What is the purpose of a data bus in a computer? |
|
Definition
|
|
Term
Name the two aspects of a bus that affect how fast data can be transferred. |
|
Definition
|
|
Term
Why is pipelining faster than traditional processing by a CPU? |
|
Definition
it allows the computer to do multiple tasks at once |
|
|
Term
When is ROM commonly used? |
|
Definition
start up instructions or computer needs |
|
|
Term
Whats the difference between ROM and RAM? |
|
Definition
ROM is read only for example instructional manuals and such (doesnt change) RAM is the thinking memory of the computer (cant be changed) |
|
|
Term
What is parallel processing? |
|
Definition
large network of computers, with each computer working on a multiple tasks at a time |
|
|
Term
Whats the difference between Cache and RAM? |
|
Definition
Chache holds copies of data and instructions used frequently and RAM is the place that holds all the originals and the rest of the information |
|
|