
UNIT 2 PROGRAMMING IN 8086-S1

Quiz
•
Computers
•
University
•
Medium
jeevanantham v
Used 1+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of addressing modes in 8086 assembly?
To provide flexibility in accessing operands and optimize instruction execution.
To enhance the security of the code.
To simplify the instruction set architecture.
To limit the number of available registers.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
List three types of data transfer instructions in 8086.
ADD
SUB
MOV, PUSH, POP
MUL
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Explain the difference between arithmetic and logical instructions.
Arithmetic instructions perform string manipulations, whereas logical instructions are for numerical comparisons.
Arithmetic instructions are used for data storage, while logical instructions are for memory management.
Arithmetic instructions are only applicable in programming languages, while logical instructions are used in hardware design.
Arithmetic instructions handle numerical calculations, while logical instructions manage boolean operations.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the function of branch instructions in assembly language?
The function of branch instructions is to change the flow of execution in a program.
To initialize variables.
To store data in memory.
To perform arithmetic operations.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Describe how loop instructions work in 8086 assembly.
Loop instructions in 8086 assembly increment the CX register and repeat execution until CX is one.
Loop instructions in 8086 assembly do not affect the CX register and run only once.
Loop instructions in 8086 assembly are used to jump to a random memory address without checking CX.
Loop instructions in 8086 assembly decrement the CX register and repeat execution until CX is zero.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a 'While' loop and how is it implemented in 8086?
A 'While' loop is a type of interrupt in 8086 programming.
In 8086, a 'While' loop is implemented using conditional jumps (like JZ, JNZ) and labels to control the flow based on a condition.
In 8086, 'While' loops are created with nested procedures only.
A 'While' loop is implemented using a single GOTO statement.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Define a 'Do' loop and provide an example in assembly language.
A 'Do' loop is a type of loop that only runs once.
Example in assembly language: section .data count db 0 section .text global _start _start: ; Do loop starts here mov al, [count] inc al mov [count], al cmp al, 5 jl _start ; Jump back to start if count < 5 ; Exit program mov eax, 60 ; syscall: exit xor edi, edi ; status: 0 syscall This example increments a counter until it reaches 5.
Example in assembly language: mov eax, 10; sub eax, 1; jnz _start;
A 'Do' loop is used to create a static array in assembly language.
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
QUIZ TOPIC 1: Introduction to Programming Language

Quiz
•
University
25 questions
#100 Devs - LwL - class 15

Quiz
•
10th Grade - Professi...
20 questions
C Programming (Unit- 1) Quiz

Quiz
•
University
15 questions
C programming and Arduino Basics

Quiz
•
University
20 questions
Understanding Functions in Programming

Quiz
•
9th Grade - University
20 questions
Python Files

Quiz
•
University
15 questions
Quiz Algoritma Looping

Quiz
•
University
17 questions
Flow of Control in C++ ( Conditional statements)

Quiz
•
9th Grade - University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Would you rather...

Quiz
•
KG - University
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

Quiz
•
8th Grade - University
7 questions
Force and Motion

Interactive video
•
4th Grade - University
10 questions
The Constitution, the Articles, and Federalism Crash Course US History

Interactive video
•
11th Grade - University
7 questions
Figurative Language: Idioms, Similes, and Metaphors

Interactive video
•
4th Grade - University
20 questions
Levels of Measurements

Quiz
•
11th Grade - University
16 questions
Water Modeling Activity

Lesson
•
11th Grade - University
10 questions
ACT English prep

Quiz
•
9th Grade - University