Ict Flashcards

1
Q

What does INP do?

A

Go to the INBOX, fetch the value from the user, and put it in the accumulator (calculator)

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

STA 99

A

Store the contents of the accumulator in the mailbox 99.

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

INP

A

Go to the inbox, fetch the value from the user, and put it in the accumulator (calculator)

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

ADD 99

A

Add the value stored in mailbox 99 to whatever value is currently on the accumulator (calculator)

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

OUT

A

Copy the value from the accumulator (calculator) to the OUTBOX.

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

HLT

A

Stop working.

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

Input devices

A

Keyboard, scanner, mouse, USB , microscope, touch screen & web cam

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

Output devices-

A

Printer
Headphones
Speaker

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

Assembly language code-

A
Get input from user
Store this in box 99
Get another input from user 
Add the contents of box 99
Output this
Stop
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

This section represents the boxes of memory?

A

Looks black on the right side and the other side has white and the instruction register in the middle

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

This is what the ‘computer’ is currently doing

A

Loads of numbers on the right side 000 etc and has RAM on the top

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

This section is where we write out program for the computer to run.

A

Black on the left hand side, loads of numbers on the right

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

These are the input and output areas?

A

Loads of numbers with two black blocks top and bottom.

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

Modifying program area?

A

Looks like an alien thing

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

CPU- what is the program counter?

A

Contains the current ‘step’ in the program

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

CPU- what is the instruction register?

A

Contains the current instruction (EG ‘ADD’)

17
Q

CPU - what is the address register?

A

Contains the memory location to do something (e.g. 45)

18
Q

Accumulator - CPU?

A

Contains the data currently in use

19
Q

CPU- what is the arithmetic unit?

A

Arithmetic unit- competes calculations

20
Q

Input is what?

A

Computer receives some information

21
Q

Process?

A

Computer does ‘something’ with the information

22
Q

Output?

A

Computer outputs information