Computer Arch Flashcards
Understanding arithmetic and logical operations with integer operands, floating-point number systems and operations.
Computer Architecture
instructions cycles: …,….
Fetch Cycle
Execute Cycle
Contains the 8-bit op-code instruction being executed.
Instruction Register (IR)
It deals with functional behavior of computer system
Computer Architecture
the father of all modern computers
IAS
Architecture describes …… the computer does
What
…….,……computers were examples of first-generation computing devices.
The UNIVAC and ENIAC
the operational units and their interconnection that realize the architecture specification.
Computer Organization
helps plan the selection of a processor for a particular project
Computer organization
…..carried out the four basic arithmetic operations and perhaps higher arithmetical functions
such as roots, logarithms, trigonometric functions, and their inverses
Central Arithmetical unit (CA)
in IAS . Each register has….bits
40
ENIAC, Addition and subtraction were performed with …. accumulators
20
Using Computer organization computer programs performance could be……..
optimized
….. control the proper sequencing of operations and make the individual units act together to carry out the specific task programmed into the system(EDVAC)
Central Control Unit (CU)
Computer Architecture deals with …….. behavior of computer system
functional
Computer organization deals with ……relationship
structural
Contains the word to be stored in memory or sent to the I/O unit, or is used to receive a word from memory or from the 1/0 unit.
Memory Buffer Register (MBR)
Understanding the concept of programs as sequences of machine instructions.
Computer Architecture
Multiplier Quotient (MQ)
Employed to hold temporarily operands, results of ALU operations, the least- significant bits of the product as multiplication proceeds, and the quotient from division.
The first computers ever used ……. for circuitry and …….for memory
vacuum tubes, magnetic drums
To give a basis understanding of computer operations, roles of processors, main memory, and input/output devices.
Computer Architecture
……..Involves logic
Arch
It comes before Computer organization while designing a computer
Computer Architecture
performed when the op-code is in IR. The Control circuitry send out the appropriate control signals to cause data to be moved or an operation to be performed by the ALU.
Execute Cycle
……a metal cylinder coated with magnetic iron-oxide material on which data and programs can be stored
A magnetic drum
Understanding memory organization, including cache structures and virtual memory schemes.
Computer Architecture
The IAS operates through performing an …… which consists of ….. sub- cycles.
instructions cycle epetitively ,two
The IAS machine language instructions are ….bits long
20
the op-code of the next instruction is loaded into the IR and the address is loaded into the MAR. This instruction may be taken from the IBR, or it can be obtained from memory by loading a word into the MBR, and then down to the IBR, IR, and MAR.
Fetch Cycle
Contains the address of the next instruction-pair to be fetched from memory.
Program Counter (PC)
Interface between hardware and software
arch
The EDVAC was organized for 4 main parts
Central Arithmetical unit (CA)
Central Control unit (CU)
Memory (M)
Input/Output devices (I/O).
each addressable word in memory contains …..
40 bits
op-code memory- address, where op-code is an …. operation code and memory-address is a …. memory address.
8-bit, 12-bit
Understanding the relationship between assembly language and machine language.
Computer Architecture
….. units were the interface between computer and user.
I/O
organization describes…. it does it
How