chapter 9: Principles of Computer Operations: Following Instructions – Flashcards

Unlock all answers in this set

Unlock answers
question
Computers only execute instructions; therefore, rerunning a program with the same data produces exactly the same result every time.
answer
True
question
Computer memory is divided into bytes of 9 bits.
answer
False
question
Every memory location in the computer is numbered, starting at 0.
answer
True
question
Each byte in memory is limited in size.
answer
True
question
A megabyte is exactly one million bytes.
answer
False
question
The ADD instruction adds the values, not the address numbers of the memory locations.
answer
True
question
The ability to store different values in its memory locations makes the computer a flexible tool.
answer
True
question
A single device driver will generally work with several different peripheral devices.
answer
False
question
Due to its simplistic design, Microsoft's Vista operating system reportedly contained fewer than 4,000 lines of program code when it was released in 2007.
answer
False
question
Starting a computer is called booting.
answer
True
question
Android, an open source OS, and Apple's iOS are examples of operating systems for mobile devices.
answer
True
question
Miniaturization is the biggest achievement of microchip technology.
answer
False
question
A passage is the path in a semiconductor where electricity travels.
answer
False
question
A field effect transistor is a connector between two wires that can be controlled to allow a charge to flow between the wires (conduct) or not.
answer
True
question
The fear of computers taking over the world has died down since the 1950s and 1960s.
answer
True
question
A common visualization of computer memory is:
answer
A series of boxes (like mailboxes)
question
In the Fetch/Execute Cycle, the action of retrieving the instruction's operands from memory occurs during the:
answer
Data Fetch (DF) step
question
The hardware implementation of the Fetch/Execute Cycle is/are the:
answer
control unit
question
The peripheral used by the computer for both input and output is the:
answer
hard disk
question
Computer instructions are:
answer
4 bytes long
question
The program counter keeps track of the:
answer
next instruction in the control unit
question
In the Fetch/Execute Cycle, the action of retrieving a machine instruction from the memory address given by the program counter occurs during the:
answer
Instruction Fetch (IF) step
question
On the computer, one billion clock ticks per second is called:
answer
gigahertz
question
A program form directly executable by a computer is the:
answer
binary object file (binary)
question
A computer system's software stack:
answer
features layers of software of increasing complexity
question
In the Fetch/Execute Cycle, the action of determining which operation is to be performed and computing the addresses of the operands occurs during the:
answer
Instruction Decode (ID) step
question
Which of the following is not controlled by the operating system?
answer
high-level language conversion to binary
question
The advantage of integration in creating integrated circuits is that:
answer
costs do not increase as wiring complexity increases
question
In the Fetch/Execute Cycle, the action of performing a machine instruction occurs during the:
answer
Instruction Execute (EX) step
question
The lowest programming language that humans use is:
answer
assembly
question
Which of the following is not an operating system?
answer
assembly
question
Management of a computer's hardware is done with:
answer
an operating system
question
How many steps are a part of the Fetch/Execute cycle?
answer
5
question
The next instruction in a Fetch/Execute cycle must be at the memory address:
answer
PC+4
Get an explanation on any task
Get unstuck with the help of our AI assistant in seconds
New