Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Quectione 1 : Choose the cortect answer for cach of the following. Which instruction among the following is valid? a ) POP AL . b

Quectione1:
Choose the cortect answer for cach of the following.
Which instruction among the following is valid?
a) POP AL.
b) DAA AL.
c) MUL AI, BII
d)CMPP-4
Which of the following defines packed BCD number equals 56?
a)ntd56
b)n2db56
=> c)n3db56h
d)n4dw0506h
What will be the content of AL register after subtracting 35h from it and applying DAS instruction if it is initially has 42h?
a)07h
-b)0Dh
c)F9h
d)32h
The monitor coordinates of the top right position in text mode is:
a)18h,79h
b)18h,00
c)18,4Fh
d)00,4Fh
Which instruction among the following would change register CH content?
a) ORCH,CH
b) ANDCH,CH
g) xORCH,CH
d)CMPCH,CH
Answer questions (6,7,8), given the following code:
ORG 200H
DATA| DB 8,?,8 DUP(10H)
MOV AH,OAH
MOV DX, OFFSET DATAI
INT 21H
What would be the content of memory location with offset address 204H once the buffer created:
a)08H
b)10H
c)?
d)0All
What would be the content of the memory location with offset address 206H if the user inserted the following string 'STUDENT'?
a)D'
b)'N'
g)'E'
d) CR
Given DS=D2C0H, what is the physical address of the memory location that holds letter 'U' after inserting the 'STUDENT' string.
b)D2E04
b)DC002
c) D2E05
d) D2E06
image text in transcribed

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_2

Step: 3

blur-text-image_3

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

Securing SQL Server Protecting Your Database From Attackers

Authors: Denny Cherry

3rd Edition

0128012757, 978-0128012758

More Books

Students also viewed these Databases questions