Search Header Logo

Assembly Language

Authored by Joshua Martinez

Computers

University

Used 6+ times

Assembly Language
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following instructions is used to move data from memory to a register?

ADD

SUB

MOV

JMP

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following instructions is used to perform a comparison between two values in x86 assembly language?

MOV

XOR

CMP

DEC

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following is the correct syntax for defining a label in x86 assembly language?

my_label:

:my_label

.my_label

#my_label

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following instructions will multiply the value in the EAX register by 2?

MUL EAX, 2

MUL 2, EAX

MUL 2

MUL EAX

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following instructions will decrement the value in the ECX register by 1?

DEC

DEC 1

DEC ECX

DEC ECX, 1

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is the section of an assembly language code where the data elements are defined?

.data

.text

.bss

.stack

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which section of an assembly language code typically contains the main program logic?

.data

.text

.bss

.main

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?