35. OCR A Level (H446) SLR7 – 1.2 Addressing memory

35. OCR A Level (H446) SLR7 – 1.2 Addressing memory

11th Grade

15 Qs

quiz-placeholder

Similar activities

CPU

CPU

11th Grade

19 Qs

Machibe Cope

Machibe Cope

KG - Professional Development

10 Qs

CPU & LMC

CPU & LMC

7th - 11th Grade

20 Qs

Can You Compute! (PH)

Can You Compute! (PH)

9th - 11th Grade

12 Qs

CPU Quiz

CPU Quiz

11th Grade

19 Qs

Internal Components of a Processor

Internal Components of a Processor

9th - 12th Grade

10 Qs

Code Fiesta

Code Fiesta

9th Grade - University

20 Qs

1.1 Systems Architecture (GCSE Computer Science)

1.1 Systems Architecture (GCSE Computer Science)

11th Grade

20 Qs

35. OCR A Level (H446) SLR7 – 1.2 Addressing memory

35. OCR A Level (H446) SLR7 – 1.2 Addressing memory

Assessment

Quiz

Computers

11th Grade

Hard

Created by

James Cole

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the opcode '0001' represent in the fictional processor's instruction set?

Add operation

Multiply operation

Divide operation

Subtract operation

Answer explanation

The opcode '0001' represents the Add operation in the fictional processor's instruction set, making it the correct choice.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In immediate addressing, what does the instruction 'add 10' mean?

Add the value 10 to the accumulator

Add the value at memory address 10 to the accumulator

Add the value at the address contained in memory address 10 to the accumulator

Find the value at memory address 10 and add 10 to it

Answer explanation

Immediate addressing means directly using the value provided in the instruction, so 'add 10' means adding the value 10 to the accumulator.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of direct addressing with the instruction 'add 10'?

Add the value found at the address contained in memory address 10

Increment the value at memory address 10

Go to memory address 10 and add that value to the accumulator

Add 10 directly to the accumulator

Answer explanation

The result of direct addressing with the instruction 'add 10' is to go to memory address 10 and add that value to the accumulator.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In indirect addressing, what does 'add 10' instruct the computer to do?

Find the address contained at memory address 10, then add the value found at this new address to the accumulator

Add the value at memory address 10 to the accumulator

Add the value of the index register to 10, then add this sum to the accumulator

Add 10 to the accumulator

Answer explanation

In indirect addressing, 'add 10' instructs the computer to find the address contained at memory address 10, then add the value found at this new address to the accumulator.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does indexed addressing work with the instruction 'add 10'?

Add 10 to the accumulator

Go to memory address 10 and add that value to the accumulator

Add the value at the address obtained by adding 10 to the index register's value

Multiply the value at memory address 10 by the index register's value

Answer explanation

Indexed addressing works by adding the value at the address obtained by adding 10 to the index register's value.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the maximum number of unique memory locations that can be addressed with a 4-bit operand?

16

256

64

128

Answer explanation

The maximum number of unique memory locations that can be addressed with a 4-bit operand is 16, as 2^4 equals 16.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the instruction 'lda 8' mean in immediate addressing mode?

Add 8 to the accumulator

Load the value found at the address contained in memory address 8

Load the value at memory address 8 into the accumulator

Load 8 into the accumulator

Answer explanation

The instruction 'lda 8' in immediate addressing mode means to load the value 8 into the accumulator, not the value found at memory address 8.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?