DEMP CS #10

DEMP CS #10

University

8 Qs

quiz-placeholder

Similar activities

Struktur Data 2020 I

Struktur Data 2020 I

University

10 Qs

OCR A-Level CS 1.2

OCR A-Level CS 1.2

University

13 Qs

221 quiz 06 - AND/OR/NOT/XOR

221 quiz 06 - AND/OR/NOT/XOR

University

8 Qs

C# Basics

C# Basics

12th Grade - Professional Development

10 Qs

Computer

Computer

University

13 Qs

Data Structures and Algorithms - Quiz 1

Data Structures and Algorithms - Quiz 1

University

13 Qs

Tutorium 1 - Prog2

Tutorium 1 - Prog2

University

11 Qs

Microprocessor Pre-Test 1

Microprocessor Pre-Test 1

University

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