
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
23 questions
Week 10 Quiz 1

Quiz
•
10th Grade - University
20 questions
Microprocessor

Quiz
•
University
21 questions
Introduction to CS

Quiz
•
7th Grade - University
20 questions
ASSEMBLY LANGUAGE QUIZ

Quiz
•
University
15 questions
Microprocessor and Interfacing

Quiz
•
University
20 questions
Week 6 - Programming and App Development

Quiz
•
University
20 questions
UNIT 1 MICROPROCESSOR ARCHITECTUREprocessor-S6

Quiz
•
University
20 questions
C Programming Upto Loops

Quiz
•
University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

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

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
21 questions
Spanish-Speaking Countries

Quiz
•
6th Grade - University
20 questions
Levels of Measurements

Quiz
•
11th Grade - University
7 questions
Common and Proper Nouns

Interactive video
•
4th Grade - University
12 questions
Los numeros en español.

Lesson
•
6th Grade - University
7 questions
PC: Unit 1 Quiz Review

Quiz
•
11th Grade - University
7 questions
Supporting the Main Idea –Informational

Interactive video
•
4th Grade - University
12 questions
Hurricane or Tornado

Quiz
•
3rd Grade - University
7 questions
Enzymes (Updated)

Interactive video
•
11th Grade - University