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