Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Quectione 1 : Choose the correct answer for each of the following. Which instruction among the following is valid? a ) POPAL b ) DAA

Quectione1:
Choose the correct answer for each of the following.
Which instruction among the following is valid?
a) POPAL
b) DAA AL.
c) MUL. AI. BHI
d)CMPAl.4
Which of the following defines packed BCD number equals 56?
a)n1 db '56'
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
c) xORCH,CH
d)CMPCH,CH
*Answer questions (6,7,8), given the following code:
ORG 200H
DATA I DB 8,?,8 DUP(10H)
MOV AH,OAH
MOV DX, OFFSET DATAI
INT 211H
What would be the content of memory location with offset address 204H once the buffer created:
a)08H
b)10H
c)?
d)0AH
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
c)'E'
d) CR
Given DS=D2COH, 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

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

Databases And Information Systems 1 International Baltic Conference Dbandis 2020 Tallinn Estonia June 19 2020 Proceedings

Authors: Tarmo Robal ,Hele-Mai Haav ,Jaan Penjam ,Raimundas Matulevicius

1st Edition

303057671X, 978-3030576714

More Books

Students also viewed these Databases questions