Chapter 1 - Introduction Flashcards
Define Computer Organization
* Addressing issues such as control signals and memory types
* Encompasses all physical aspects of computer systems
The following is an aspect of what:
*Addressing issues such as control signals and memory types
Computer Organization
The following is an aspect of what:
* Encompasses all physical aspects of computer systems
Computer Organization
What is Computer Architecture?
The structure and behavior of a computer system, including the logical/ abstract aspects of system implementation by a programmer
What does the following describe:
* The structure and behavior of a computer system
Computer Architecture
What is included as an aspect of computer architecture?
The logical/ abstract aspects of a system implemented by a programmer
What are some logical/ abstract aspects of computer architecture?
* Instruction sets and formats
* Operation codes
* Data types
* Various I/O mechanisms
* The number and types of registers
* Addressing modes
* Main memory access methods
What is the following describing in terms of computer architecture:
* Instruction sets and formats
A logical and abstract aspects of computer architecture
What is the following describing in terms of computer architecture:
* Operation codes
A logical and abstract aspect of computer architecture
What is the following describing in terms of computer architecture:
* Data types
A logical and abstract aspect of computer architecture
What is the following describing in terms of computer architecture:
* Various I/O mechanisms
A logical or abstract aspect of computer architecture
What is the following described in terms of computer architecture:
* The number and types of registers
A logical or abstract aspect of computer architecture
What is the following describing in terms of computer architecture:
* Addressing modes
A logical and abstract aspect of computer architecture
What is the following describing in terms of computer architecture:
* Main memory access methods
A logical and abstract aspect of computer architecture
What does ISA stand for
Instruction Set Architecture
What is ISA/ Instruction Set Architecture?
The agreed-upon interface between software and hardware
What does the following describe:
The agreed-upon interface between software and hardware
ISA / Instruction Set Architecture
What does ISA allow for?
It allows for communication between a user and a computer
What does the following describe:
It allows for communication between a user and a computer
The responsibility of the ISA / Instruction Set Architecture
True or False:
There is a fundamental relationship between the hardware and software within a computer system
True
True or False:
Modern computers can be seen as a physical representation of implemented algorithms
True
A computer can be seen as an implemented algorithm that executes other algorithms until it executes the algorithm of a piece of software
What is the Principle of Equivalence of Hardware and Software
Any task that is done on hardware can be done on software, and vice versa
What does the following describe:
Any task that is done on hardware can be done on software, and vice versa
The Principle of Equivalence of Hardware and Software
What are the three pieces that make a computer?
* A processor/ CPU to interpret/ execute programs
* A memory to store both data and programs
* A mechanism for transferring data to and from the outside world
What does the following describe:
A processor/ CPU to interpret/ execute programs
A component of a computer
What does the following describe:
A memory to store both data and programs
A component of a computer
What does the following describe:
A mechanism for transferring data to and from the outside world
A component of a computer
What does a processor consist of?
* ALU - Arithmetic Logic Unit
* Control Unit
* Registers
What are the following a part of:
* ALU - Arithmetic Logic Unit
* Control Unit
* Registers
The processor
What is the following a part of:
* ALU - Arithmetic Logic Unit
The processor
What is the following a part of:
* Control Unit
The processor
What is the following a component of:
* Registers
A component of the processor
What does ALU stand for?
Arithmetic Logic Unit
What does the ALU(Arithmetic Logic Unit) do?
Perform computations and making decisions
What does the following describe:
Perform computations and making decisions
The ALU (Arithmetic Logic Unit)
What does the control unit do?
Directs data to the correct location
What component does the following describe:
Directs data to the correct location
The control unit
What do the registers do?
Holds data the CPU needs to access quickly
What component does the following describe:
Holds data the CPU needs to access quickly
Registers
What does memory do?
Stores resources (ex: current programs) that the CPU needs
What does the following describe: Stores resources (ex: current programs) that the CPU needs
Memory
What are the two types of memory?
*Long term memory/storage
*Short term/ temporary memory/ storage
What is long-term storage/memory?
Data that persists even when the machine is powered off
What does the following describe:
Data that persists even when the machine is powered off
Long term memory/ storage
What is temporary memory/ storage
* Data that is currently being worked on
* Data that will get lost when the machine powers off
What does the following describe:
* Data that is currently being worked on
* Data that will get lost when the machine powers off
* Short term memory
* Short term storage
* Temporary memory
* Temporary storage
What are examples of short-term storage?
* Registers
* RAM (Random Access Memory)
What do the following components describe:
* Registers
* RAM (Random Access Memory)
* Short term memory
* Short term storage
* Temporary memory
* Temporary storage
What is a bus?
A data line connecting the ALU(Arithmetic Logic Unit), Registers, and Memory
What does the following describe:
A data line connecting the ALU(Arithmetic Logic Unit), Registers, and Memory
Bus
What is a datapath
A collection of busses
What does the following describe:
A collection of busses
Datapath
What does I/O stand for?
Input/Output
What does I/O do?
Allows for a user to communicate with a computer system
What are the following an example of:
* Keyboard
* Mouse
* USB drive
* Monitor
I/O (Input/Output)
What is a datapath responsible for?
Running programs by transferring the data across busses
What is the most important software in a computer
The operating system
True or False and explain why:
Only brand-specific equipment can work with a given machine(ex: a Dell monitor cannot work with an HP computer)
False
Computer equipment manufacturers have agreed to comply with connectivity and operational specifications established by a number of government and industry organizations
What is a semantic gap?
The logical gap that exists between the physical components of a computer and a high-level language
What does the following definition describe:
The logical gap that exists between the physical components of a computer and a high-level language
The semantic gap
What is a virtual machine?
- A hypothetical computer.
- A self-contained operating environment that gives the illusion of the existence of a separate physical machine.
- A software emulation of a real machine.
What do the following definitions describe:
- A hypothetical computer.
- A self-contained operating environment that gives the illusion of the existence of a separate physical machine.
- A software emulation of a real machine.
A virtual machine
How do virtual machines operate?
They executes their own particular set of instructions, calling upon machines at lower levels to carry out the tasks when necessary
What is the commonly accepted representation of the abstract virtual machine layers

What are the 6 levels of abstraction for a computer system (in order)?
- Level 6: The User Layer
- Level 5: The High-Level Language Level
- Level 4: The Assembly Language Level
- Level 3: The System Software Level
- Level 2: The Instruction Set Architecture (ISA)
- Level 1: The Control Level
What is Level 6 of the abstract virtual machine layer
The User Layer
What are the properties of Level 6: The User Layer?
- Composed of user usable applications
- Run programs such as word processors, games, ect.
What is Level 5 of the abstract virtual machine levels?
The High-Level Language Level
What are the properties of Level 5, the High-Level Language Level
- Consists of languages such as C, C++, Fortran, Lisp, Pascal, and Prolog
- Compiles high-level languages into assembly language and that into machine code
What is Level 4 of the abstract virtual machine layer?
The Assembly Language Level
What are the properties of Level 4, the Assembly Language Level?
- Encompasses some type of assembly language
- Translates assembly language into machine language
- One to one translation
- Reduces the semantic gap between high-level languages and machine language
What is Level 3 of the abstract virtual machine levels?
The System Software Level
What are the properties of Level 3, the System Software Level?
- Deals with Operating System instructions
- Passes the translation of assembly language to machine language to the level below
What is the responsibility of Level 3, the System Software Level
- Multiprogramming
- Protecting memory
- Synchronizing processes
What is Level 2 of the abstract virtual machine level?
- The Instruction Set Architecture (ISA)
- Machine Level
What are the properties of Level 2, the Instruction Set Architecture (ISA)?
- Consists of the machine language recognized by the particular architecture of the computer system
- Programs written in a computer’s true machine language on a hardwired computer can be executed directly by the electronic circuits without any interpreters, translators, or compilers
What is Level 1 of the abstract virtual machine levels?
The Control Level
What are the properties of Level 1, the Control Level
- The control unit makes sure that instructions are decoded and executed properly
- Data is moved where and when it should be
What are the two ways a control unit can be designed?
- Hardwired
- Microprogrammed
What are the properties of a hardwired control unit?
- Control signals emanate from blocks of digital logic components that direct all the data and instruction traffic to appropriate parts of the system
- Typically very fast because they are actually physical components
- Very difficult to modify due to being physical
True or False:
Control units are slow because they are physical components
False
Control units are typically very fast because they are actually physical components
True or False:
Once implemented, control units are very difficult to modify
True
Control units are very difficult to modify because they are physical
What is a microprogram?
A program is written in a low-level language that is implemented directly by hardware
True or False:
A microprogram is program is written in a high-level language that is implemented directly by hardware
False
A microprogram is program is written in a program is written in a low-level language that is implemented directly by hardware
How do microprograms operate?
Interprets the instructions by activating hardware suited to execute the original instruction
Is there a one-to-one correlation between assembly language and machine language when involving a microprogram?
No, a microprogram can translate a machine-level instruction into several microcode instructions
What are the benefits and tradeoffs of a microprogram?
- Easily modifiable
- Slower instruction execution due to the additional layer of translation
What is Level 0 of the abstract virtual machine levels?
The Digital Logic Level
What are the properties of Level 0, the Digital Logic Level
- Consists of the physical components of the computer system: gates and wires
What are the properties of gates and wires?
- Fundamental building blocks of a computer system
- Implementation of mathematical logic
What is the vonNeumann Architecture
A stored-program machine architecture consisting of a CPU, an ALU, registers, and main memory.
What does the following definition describe:
A stored-program machine architecture consisting of a CPU, an ALU, registers, and main memory.
The von Neumann Architecture
True or False
Hungarian mathematician John von Neumann is the true inventor of the von Neumann Architecture
False
John W. Mauchly and J. Presper Eckerts are the true inventors of the von Neumann Architecture
What are the characteristics of today’s version of the stored-program machine architecture?
- Consisting of three hardware systems
- A CPU with a control unit, ALU, registers, and a program counter
- Main Memory System
- I/O System
- The capacity to carry out sequential instruction processing
- Consists of either a physical or logical single path between the main memory to the CPU’s control unit (von Neumann bottleneck)
What best describes the following characteristics:
- Consisting of a CPU, a Main Memory System, and an I/O System
- The capacity to carry out sequential instruction processing
- Containing either a single physical or logical path between the main memory and the CPU’s control unit (von Neumann bottleneck)
The characteristics of the modern stored-program machine architecture
What is the von Neumann Bottleneck
The name given to the single path between main memory and the control unit of the CPU. The single path forces alternation of instruction and execution cycles and often results in a bottleneck, or slowing of the system.
What does the following definition describe:
The name given to the single path between main memory and the control unit of the CPU. The single path forces alternation of instruction and execution cycles and often results in a bottleneck, or slowing of the system.
A von Neumann Bottleneck
What is the Fetch-Decode-Execute Cycle/ von Neumann Execution Cycle
The instruction cycle a computer follows to execute a program
What does the following definition describe:
The instruction cycle a computer follows to execute a program
The Fetch-Decode-Execute Cycle/ von Neumann Execute Cycle
What is another name for the Fetch-Decode-Execute Cycle?
The von Neumann Execute Cycle
What is another name for the von Neumann Execute Cycle?
The Fetch-Decode-Execute Cycle
What does the following image describe:

The von Neumann/ Fetch-Decode Execute Cycle
What are the steps associated with the following implementation of the von Neumann/ Fetch-Decode Execute Cycle:

- The control unit fetches the next program instruction from the memory, using the program counter to determine where the instruction is located.
- The instruction is decoded into a language the ALU can understand.
- Any data operands required to execute the instruction are fetched from memory and placed in registers in the CPU.
- The ALU executes the instruction and places the results in registers or memory.
What is the benefit of the von Neumann/ Fetch-Decode Execute Cycle?
It allows for data from slow to access storage to be copied to fast access storage prior to execution