Multiple choice questions and answers (MCQ) based on the String Manipulation Instructions in 8086 microprocessor with 4 choices, correct answer and explanation.
Title | |
---|---|
A string is a collection of characters. Each Character is an of byte length which is stored at successive locations. In the 8086 microprocessor, which characters are considered in the string?A string is a collection of characters. Each Character is an of byte length which is stored at successive locations. In the 8086 microprocessor, which characters are considered in the string?
The answer is:
A. EBCDIC characters
|
|
While performing any of the MOVE instructions over Strings, i.e. MOVSB, MOBSW or MOVSD, by default, the data is transferred from -While performing any of the MOVE instructions over Strings, i.e. MOVSB, MOBSW or MOVSD, by default, the data is transferred from -
The answer is:
A. DS:SI to ES:DI
|
|
Which of the following is the correct code for repeating the MOVSB instructions 10 times?Which of the following is the correct code for repeating the MOVSB instructions 10 times?
The answer is:
C. CX=10 REP MOVSB
|
|
Which of the following flags gets affected when a compare instruction, i.e. CMPSB, CMPSW or CMPSD is executed?Which of the following flags gets affected when a compare instruction, i.e. CMPSB, CMPSW or CMPSD is executed?
The answer is:
D. Zero Flag (ZF)
|
|
At a time, on how many bits can we operate while performing any string operation?At a time, on how many bits can we operate while performing any string operation?
The answer is:
D. All of the above
|
MCQs
Views
Best Answers
Points