Chapter 9 Flashcards
A machine instruction uses how many bytes of memory?
4
Converting code that a programmer writes into assembly code is called
Compiling
What has made computers faster?
Making everything smaller
Which of the following is used for input and output?
Hard disk
The processor has how many moving parts?
0
From smallest to largest, the correct order of prefixes is
kilo, mega, giga, tera
Modern computers know
about a hundred instructions
Rerunning a program with the same data produces
exactly the same result everytime
If this.Opacity += 1.0; increases the opacity, what line of code would decrease the opacity?
this.Opacity –= 1.0;
Which of the following characteristics of a computer depends on the number of Fetch/Execute Cycles it performs per second?
Speed
______ deterministically execute instructions to process information.
Computers
Without the _____ , the processor is not capable of doing anything interesting.
Operating Systems
_____ is an acronym for the name of the location where computer programs run and data is stored.
RAM
The _____ part of the computer is the hardware part of the Fetch/Execute Cycle.
Control Unit
In addition to fetching instructions, the F/E cycle also fetches
Hardware
The math on the computer is done by the
ALU
The ____ encodes keystrokes into binary form for the computer
Keyboard
The computer’s clock speed is measured in ______.
Hertz
Every memory location has a(n)
Address
The _____ keeps track of the next instruction to execute.
Program Counter
____ is a long list of words, more accurately, a long series of 0’s and 1’s that make up a computer program.
binary object file
A ____ is required for every peripheral connected to your computer.
driver
_____ is a program that extends the operations a computer can perform beyond the hardwired machine instructions.
operating system
What is the speed of the processor on your personal computer? Explain where you found this information.
Settings —> about this PC/Computer