week 13 - IAS computer Flashcards

1
Q

stored memory consept

A

a computer that can store program instructions electronically or optically rather than stored on it being stored on plug boards (that have to be rewired)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

IAS structure

A

-main memeory
-ALU
-control unit
-I/O

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Registers

A

Registers are fast, expensive memory built into the CPU for fast memory access; they are used to store data that is needed in the program execution.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Types of Registers

A
  • Memory buffer register (MBR)
  • Memory adress register (MAR)
  • Instruction register (IR)
  • Instuction buffer register (IBR)
    -Program counter (PC)
  • Accumulator (AC)
  • Multiplier Quotient (MQ)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

MBR

A

Contains a word to be stored in memory or sent to I/O unit or receive a word from memory or I/O unit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

MAR

A

Specifies the addresses in memory of the word to written to or read from

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

IR

A

Contains 8 bit opcode instructions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

IBR

A

Temporarily holds the right hand instruction of a word in memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

PC

A

Contains the memory address of the next instruction to be fetched from memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

AC and MQ

A

Temporarily holds the operands and results of ALU operations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Instruction cycle

A

-Fetch - CPU fetches the instruction from main memory into the registers then decodes the instruction

-Execute - CPU executes the instruction fetched in the fetch cycle

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

IAS Computer 3 main concepts

A
  • Single read–write memory (Data and Instructions)
  • Addressable Memory
  • Execution occurs in a sequential fashion (unless explicitly modified) from one instruction to the next.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Hardwired program

A

when you need to rewire the computer in order to process the data in the desired way or example the Adder subtractor

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

software program

A

When you build a general purpose configuration components that can perform various tasks and functions depending on control signals applied to the hardware. This means that you don’t have to rewire the hardware everytime you want to program the computer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

control signals

A

Control signals are essentially instructions that the computer interprets to an arithmetic or logical operation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly