Assembly Language

Assembly Language

University

15 Qs

quiz-placeholder

Similar activities

Compiler - Intro

Compiler - Intro

University

20 Qs

UNIT 2 PROGRAMMING IN 8086-S1

UNIT 2 PROGRAMMING IN 8086-S1

University

20 Qs

TECHIE BLAZERS

TECHIE BLAZERS

University

10 Qs

Assembly Chapter 4 Quiz

Assembly Chapter 4 Quiz

University

20 Qs

QUIZ TOPIC 1: Introduction to Programming Language

QUIZ TOPIC 1: Introduction to Programming Language

University

15 Qs

gogo yoyong

gogo yoyong

University

10 Qs

Fun Quiz

Fun Quiz

6th Grade - University

10 Qs

Programming Principles Lec01

Programming Principles Lec01

University

10 Qs

Assembly Language

Assembly Language

Assessment

Quiz

Computers

University

Medium

Created by

Joshua Martinez

Used 6+ times

FREE Resource

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

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?