DEMP CS #10

DEMP CS #10

University

8 Qs

quiz-placeholder

Similar activities

x86 Assembly 101

x86 Assembly 101

University

10 Qs

Control Operations and Instruction Sets Quiz

Control Operations and Instruction Sets Quiz

University

10 Qs

FCPC - COMPORG - MAct3

FCPC - COMPORG - MAct3

University

10 Qs

Arsitekur Komputer Pertemuan 13

Arsitekur Komputer Pertemuan 13

University

10 Qs

8086 MP Instruction set

8086 MP Instruction set

University

10 Qs

File Type Extensions

File Type Extensions

8th Grade - University

10 Qs

8051 microcontroller -quiz (04.09.2021)

8051 microcontroller -quiz (04.09.2021)

University

12 Qs

Microprocessor 8086

Microprocessor 8086

University

7 Qs

DEMP CS #10

DEMP CS #10

Assessment

Quiz

Computers

University

Hard

technology

Standards-aligned

Created by

N JIBIN

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 16 pts

What does the term "LIFO" stand for in the context of stack addressing?

  • A. Last In, First Out

  • B. First In, Last Out

  • C. Last Input, First Output

  • D. First Input, Last Output

Tags

technology

2.

MULTIPLE CHOICE QUESTION

20 sec • 20 pts

Which register is commonly used as the Stack Pointer (SP) in x86 assembly language?

  • A. AX

  • B. CX

  • C. BX

  • D. SP

Tags

technology

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the main function of the PUSH instruction in x86 assembly?

  • A. Pop a value from the stack

  • B. Push a value onto the stack

  • C. Move a value from one register to another

  • D. Jump to a specified label

Tags

technology

4.

MULTIPLE CHOICE QUESTION

30 sec • 11 pts

In the code MOV [DI], 10H, what addressing mode is used?

  • A. Immediate

  • B. Direct

  • C. Register Indirect

  • D. Base-Plus-Index

Tags

technology

5.

MULTIPLE CHOICE QUESTION

30 sec • 20 pts

What is the purpose of the JMP instruction in x86 assembly language?

  • A. Push a value onto the stack

  • B. Jump to a specified label

  • C. Pop a value from the stack

  • D. Move a value from one register to another

Tags

technology

6.

MULTIPLE CHOICE QUESTION

30 sec • 12 pts

Which of the following is an example of indirect addressing mode in x86 assembly?

  • A. MOV [BX], AX

  • B. MOV [SI], CX

  • C. MOV [BX+SI], AX

  • D. MOV BX, AX

Tags

technology

7.

MULTIPLE CHOICE QUESTION

30 sec • 20 pts

What is the function of the JNZ instruction in x86 assembly language?

  • A. Jump if Not Zero

  • B. Jump if Zero

  • C. Jump if Carry

  • D. Jump if Not Carry

Tags

technology

8.

MULTIPLE CHOICE QUESTION

30 sec • 20 pts

Which of the following is an example of a 16-bit register in x86 assembly?

  • A. AH

  • B. CL

  • C. DX

  • D. BX

Tags

technology