Assembly Basics

Assembly Basics

11th Grade

10 Qs

quiz-placeholder

Similar activities

Principles of Programming

Principles of Programming

KG - University

13 Qs

computer science

computer science

11th Grade

15 Qs

ASSEMBLY CODE

ASSEMBLY CODE

1st Grade - Professional Development

8 Qs

Photoshop Dasar II

Photoshop Dasar II

KG - Professional Development

15 Qs

Опрацювання аудіо та відеофайлів

Опрацювання аудіо та відеофайлів

1st - 12th Grade

12 Qs

4.4 Types of programming language

4.4 Types of programming language

9th Grade - University

14 Qs

Cmco Week 2 Quiz for 下册课本第八章

Cmco Week 2 Quiz for 下册课本第八章

KG - Professional Development

10 Qs

Rastrgrafika un vektorgrafika

Rastrgrafika un vektorgrafika

7th Grade - University

10 Qs

Assembly Basics

Assembly Basics

Assessment

Quiz

Computers

11th Grade

Hard

Created by

H Malaney

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of an assembly directive?

MOV AX, BX

ADD AX, 1

ORG 100h

JMP 200h

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In assembly language, what does the directive `DB` stand for?

Define Byte

Data Block

Define Block

Data Byte

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

100h: MOV AX, BX

START: MOV AX, BX

MOV AX, BX: START

MOV AX, BX 100h:

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the `EQU` directive do in assembly language?

Equates a label to a value

Ends the program

Starts a new segment

Defines a constant

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid comment in assembly language?

// This is a comment

/* This is a comment */

; This is a comment

# This is a comment

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In assembly language, what does the `ORG` directive specify?

The origin of the data segment

The origin of the code segment

The starting address for the program

The end of the program

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a correct example of an assembly instruction?

MOV AX, 5

ADD 5, AX

JMP AX, 5

ORG AX, 5

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?