Assembly Language

Assembly Language

University

15 Qs

quiz-placeholder

Similar activities

Computer Languages

Computer Languages

KG - University

10 Qs

QUIZ TOPIC 1: Introduction to Programming Language

QUIZ TOPIC 1: Introduction to Programming Language

University

15 Qs

Programming in C(1)

Programming in C(1)

University

20 Qs

Visual Basic Intro

Visual Basic Intro

University

10 Qs

Introduction To Programming

Introduction To Programming

University

10 Qs

ASSEMBLY LANGUAGE QUIZ

ASSEMBLY LANGUAGE QUIZ

University

20 Qs

COMPUTERS

COMPUTERS

KG - Professional Development

13 Qs

Assembly Chapter 4 Quiz

Assembly Chapter 4 Quiz

University

20 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?