NASM 1

NASM 1

University

17 Qs

quiz-placeholder

Similar activities

OPAMP EXERCISE

OPAMP EXERCISE

University

13 Qs

Motor Control

Motor Control

University

14 Qs

Bipolar Junction Transistor (BJT)

Bipolar Junction Transistor (BJT)

University

15 Qs

RTOS Fundamentals Quiz

RTOS Fundamentals Quiz

University

20 Qs

Boolean Algebra

Boolean Algebra

University

19 Qs

Unit 2 : Ohm’s Law

Unit 2 : Ohm’s Law

University

16 Qs

Bee Swarm Simulator (Easy)

Bee Swarm Simulator (Easy)

KG - Professional Development

22 Qs

KTMT - LA.3

KTMT - LA.3

University

15 Qs

NASM 1

NASM 1

Assessment

Quiz

Other

University

Medium

Created by

SHITAL SUNGARE

Used 16+ times

FREE Resource

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

____ converts the programs written in assembly language into machine instructions.
Machine compiler
Interpreter
Assembler
Converter

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The instructions like MOV or ADD are called as ______
OP-Code
operators
commands
none

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The alternate way of writing the instruction, ADD #5,R1 is ______
ADD [5],[R1];
ADDI 5,R1;
ADD[5][],R1
none

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Instructions which wont appear in the object program are called as _____
Redundant instructions
Exceptions
Comments
Assembler Directives

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The directive used to perform initialization before the execution of the code is ______
Reserve
store
dataword
EQU

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

_____ directive is used to specify and assign the memory required for the block of code.
Allocate
Assign
Set
Reserve

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The last statement of the source program should be _______
stop
return
end
op

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?