Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

11. Given AX=3244H,CL=3. The value of AX after executing the instruction (ROL AL, CI) is: A) 3222H B) 3212H C) 1244H D) 3224H 12. The

image text in transcribed

11. Given AX=3244H,CL=3. The value of AX after executing the instruction (ROL AL, CI) is: A) 3222H B) 3212H C) 1244H D) 3224H 12. The values of AL,CF, and ZF after executing the following code is: MOV AL, 2D H CMP AL, 3F H A) AL=EEH,CF=0,ZF=0 C) AL=2DH,CF=0,ZF=0 B) AL=EEH,CF=1,ZF=0 (ADD AL, Datal [x] ) is 50H, the value of x is: A) 0 B) 1 C) 2 D) 3 14. What will be the value of the AL register after executing the following? STC MOV AL, 35 h MOV CL, 3 RCR AL, CL A) 66h B) 46h C) 56h D) 06h 15. The following assembly instructions will: MOV AH, 09 MOV DX, OFFSET MSG INT 21H A) Input string from keyboard to memory location pointed by DX register. B) Output the string pointed by DX register in memory to monitor. C) Output character stored in DX register to monitor. D) Input character from keyboard to DX register. 16. Which one of the following data definitions allocates eight bytes in memory? A) N1 DW 4 DUP(?) B) N2DQ2DUP (?) C) N3 DW ?,? D) N4 DD 4 DUP (?) 17. What would be the result of executing the following? MOV AL, 7 MOV BH, 3 MUL BH AAM A) AX=0021H B) AX=0015H C) AX=0201H D) AX=3231H 18. The hexadecimal code of black on white blinking for the Monochrome attribute is: A) 00 B) 07 C) OF D) FO

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Oracle Autonomous Database In Enterprise Architecture

Authors: Bal Mukund Sharma, Krishnakumar KM, Rashmi Panda

1st Edition

1801072248, 978-1801072243

More Books

Students also viewed these Databases questions

Question

What is the formula to calculate the mth Fibonacci number?

Answered: 1 week ago