Assembly Language Instruction

Assembly Language Instruction

12th Grade

8 Qs

quiz-placeholder

Similar activities

Teszthálózat kérdések

Teszthálózat kérdések

12th Grade

10 Qs

Office 365

Office 365

KG - University

10 Qs

Stuff Meme

Stuff Meme

KG - University

10 Qs

Technical Terms - Internet (A-Z) - IP Address

Technical Terms - Internet (A-Z) - IP Address

12th Grade

10 Qs

9618 15.1 RISC/CISC and Assembly

9618 15.1 RISC/CISC and Assembly

12th Grade

11 Qs

Pear Deck and Progress Journals

Pear Deck and Progress Journals

1st - 12th Grade

10 Qs

OSI Model - Network Layer

OSI Model - Network Layer

9th Grade - Professional Development

10 Qs

Network Devices

Network Devices

12th Grade

10 Qs

 Assembly Language Instruction

Assembly Language Instruction

Assessment

Quiz

Computers

12th Grade

Medium

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

💡 Question: What will be stored in ACC after the following instructions?

LDM #10

LDD 50 ;Memory[50] contains 7

10

7

50

17

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

💡 Question: What does the following instruction do?

STO 200

Load ACC into address 200

Load 200 into ACC

Store ACC into IX

Jump to address 200

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

💡 Question: What does the instruction IN do?

4.

OPEN ENDED QUESTION

20 sec • 1 pt

💡 Question: What will be displayed on the screen after these instructions?

LDM #65

OUT

Evaluate responses using AI:

OFF

Answer explanation

✏️ Answer: The letter 'A' (since 65 is the ASCII code for 'A').

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

💡 Question: What will be the value of ACC after execution?

LDM #8

ADD #4

12

8

0000

4

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

💡 Question: What happens after DEC ACC if ACC was 3?

ACC becomes 4

ACC becomes 0

ACC becomes 2

ACC is unchanged

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

💡 Question: If ACC = 5 and the following code runs, will the program jump to address 30?

CMP #5

JPE 30

True
False

8.

OPEN ENDED QUESTION

30 sec • 1 pt

💡 Question: What will be the result of the comparison?

Evaluate responses using AI:

OFF

Answer explanation

✏️ Answer: The comparison is False (since 15 ≠ 20), so the program does NOT jump to 80.