DEMP CS #10

DEMP CS #10

University

8 Qs

quiz-placeholder

Similar activities

C18-DCME-MP-quiz-2--2022

C18-DCME-MP-quiz-2--2022

University

10 Qs

9889 - Arquitetura e Organização de Computadores - Lista2

9889 - Arquitetura e Organização de Computadores - Lista2

University

12 Qs

CC3025-Abstracciones (Lab 1A)

CC3025-Abstracciones (Lab 1A)

University

10 Qs

8051 ASM 1

8051 ASM 1

University

6 Qs

Types of programming language (Low Level/Object Oriented)

Types of programming language (Low Level/Object Oriented)

12th Grade - University

12 Qs

AHNS-Prog-Niskopoziomowe-lab1

AHNS-Prog-Niskopoziomowe-lab1

University

10 Qs

Juan Francisco García Hinojosa_Curso

Juan Francisco García Hinojosa_Curso

University

10 Qs

STM32 Fundamentals

STM32 Fundamentals

12th Grade - Professional Development

10 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