What is the output of the following code
AL=88 BCD,
CL=49 BCD
ADD
AL, CL
DAA
a) D7, CF=1
b) 37, CF=1 c) 73, CF=1 d) 7D, CF=1

1 Answer

Answer :

a) D7, CF=1

Related questions

Description : What is the output of the following code AL= 49 BCD, BH= 72 BCD SUB AL, BH DAS a) AL=D7, CF=1. b) AL=7D, CF=1. c) AL=77, CF=1 d) none of them.

Last Answer : d) none of them.

Description : What is the output of the following code BX=23763 CL=8 ROL BX, CL a) 0101110011010011, CF=0 b) 1101001101011100, CF=0 c) 0110100010011101, CF=1

Last Answer : b) 1101001101011100, CF=0

Description : What is the output of the following code AL=00110101 BL= 39H M. Krishna Kumar/IISc. Bangalore M2/V1/June 04/1 Microprocessors and Microcontrollers/Assembly language of 8086 Multiple Choice Questions SUB AL, BL AAS ... , CF=1 b) BL=00000100, CF=0 c) AL=11111100 CF=1 d) BL= 00000100, CF=1

Last Answer : b) BL=00000100, CF=0

Description : What is the output of the following code SI=10010011 10101101, CF=0 SHR SI, 1 a) 37805, CF=1, OF=1 b) 18902, CF=1, OF=1 c) 19820, CF=1, OF=1 c) 53708, CF=1, OF=1

Last Answer : a) 37805, CF=1, OF=1

Description : What is the output of the following code CF =0, BH = 179 RCL BH, 1 a) CF=0, OF= 1, BH= 01100101 b) CF=1, OF=1, BH=01100110 c) CF=1, OF =0, BH= 01001101 d) CF=0, OF=0, BH=00101100

Last Answer : c) CF=1, OF =0, BH= 01001101

Description : What is the output of the following code AL= 00110100 BL= 00111000 ADD AL, BL AAA a) AL = 6CH b) 12H c) 12 d) C6H

Last Answer : c) 12

Description : Explain LDA, STA and DAA instructions

Last Answer : LDA copies the data byte into accumulator from the memory location specified by the 16-bit address. STA copies the data byte from theaccumulator in the memory location specified by 16-bit address. DAA changes the contents of the accumulator from binary to 4-bit BCD digits.

Description : In 8086 microprocessor one of the following instructions is executed before an arithmeticoperation a. AAM b) AAD c) DAS d) DAA

Last Answer : b) AAD

Description : In 8086 microprocessor one of the following instructions is executed before an arithmetic operation a) AAM b) AAD c) DAS d) DAA

Last Answer : b) AAD

Description : When CS _____ the chip is not selected at all hence D7 to D0 are driven to high impedance state: a. High b. Low c. Medium d. Stand by

Last Answer : a. High

Description : What is the output of the following code AX = 37D7H, BH = 151 decimal DIV BH a) AL = 65H, AH= 94 decimal b) AL= 5EH, AH= 101 decimal c) AH= E5H, AL= 5EH d) AL= 56H, AH= 5EH

Last Answer : b) AL= 5EH, AH= 101 decimal

Description : What is the output of the following code PUSH AL a) Decrement SP by 2 & push a word to stack b) Increment SP by 2 & push a word to stack c) Decrement SP by 2 & push a AL to stack d) Illegal

Last Answer : b) Increment SP by 2 & push a word to stack

Description : What is the output of the following code AL= -28 decimal, BL=59 decimal IMUL BL AX=? , MSB=? a) AX= F98CH, MSB=1. b) AX= 1652, MSB=1. c) BX F9C8H, MSB=1. d) BX= 1652, MSB=1.

Last Answer : a) AX= F98CH, MSB=1.

Description : The most commonly used standard data code to represent alphabetical, numerical and punctuation characters used in electronic data processing system is called a. ASCII b. EBCDIC c. BCD d. All of above

Last Answer : a. ASCII

Description : The computer code for the interchange of information between terminals is a. ASCII b. BCD c. EBCDIC d. All of above

Last Answer : a. ASCII

Description : The conditional branch instruction JNS performs the operations when if __ a) ZF =0 b) SF=0 c) PF=0 d) CF=0

Last Answer : b) SF=0

Description : Write the output of the following SQL command. select round (49.88); (a)49.88 (b)49.8 (c)49.0 (d)50 -Technology

Last Answer : The correct answer is : (a) 50

Description : BCD stands for: a. Binary coded decimal b. Based coded decimal c. Both A and B d. None of these

Last Answer : a. Binary coded decimal

Description : BCD is a. Binary Coded Decimal b. Bit Coded Decimal c. Binary Coded Digit d. Bit Coded Digit

Last Answer : a. Binary Coded Decimal

Description : BCD stands for: a. Binary coded decimal b. Binary coded decoded c. Both a & b d. none of these

Last Answer : a. Binary coded decimal

Description : GE Profile stove shows F7 D7 Code

Last Answer : Need Answer

Description : The contents of Register (BL) and Register (AL) of 8085 microprocessor are 49H and 3AH respectively. The contents of AL, the status of carry flag (CF) and sign flag (SF) after executing 'SUB AL, BL' assembly language instruction, are ( ... ; CF=0; SF=0 (3) AL=F1H; CF=1; SF=1 (4) AL=1FH; CF=1; SF=1

Last Answer : Answer: 3

Description : The BCD equivalent of decimal 88 is ________. 50) A) 1000 1000BCD B) 1010 1000BCD C) 1100 0010BCD D) 1001 0000BCD

Last Answer : A) 1000 1000BCD

Description : The scores of an English test out of 100 of 20 students are given below : 75, 69, 88, 55, 95, 88, 73, 64, 75, 98, 88, 95, 90, 95, 88, 44, 59, 67, 88, 99. -Maths 9th

Last Answer : Median=n=even =n/2=20/2=10th observation =98 Mode =88

Description : The scores of an English test out of 100 of 20 students are given below : 75, 69, 88, 55, 95, 88, 73, 64, 75, 98, 88, 95, 90, 95, 88, 44, 59, 67, 88, 99. -Maths 9th

Last Answer : Median=n=even =n/2=20/2=10th observation =98 Mode =88

Description : Find the median of the data 35, 28, 49, 56, 79, 81, 73 and 80.

Last Answer : Find the median of the data 35, 28, 49, 56, 79, 81, 73 and 80. A. 64.5 B. 65 C. 65.5 D. 66

Description : The average age of three -seventh of class is 49, what should be the average of remaining four-seventh students so that the average of the entire class is 63? A) 24.5 B) 86.5 C) 73.5 D) 25.5

Last Answer : C) According to the question, 63=3/7×49+4/7×y 63=147/7+4y/7 441=147+4y 4y=294 Y=73.5

Description : A bus can travel 25% faster than a van. Both start from a certain shop at the same time and reach poin P, 37.5 kms away from the shop at the same time time. On the way, however, the bus lost about 6.25 mins while shopping at the some such places. The speed of the van is. a) 72 b) 73 c) 74 d) 75 

Last Answer : A Let speed of the car be x kmph The speed of the train = 125x/100 =5x/4 km/hr Therefore 37.5 / x – 37.5 /(5x/4) = 6.25 /60 37.5 / x – (37.5*4)/5x = 6.25 / 60 37.5 / x – 150 / 5x = 6.25 / 60 37.5 / x – 30/x = 6.25 / 60 7.5 / x = 6.25 / 60 6.25x = 7.5*60 X=72 km/hr

Description : 1 BTU/hr.ft.°F is equal to __________ kcal/hr. m.°C. (A) 1.49 (B) 1 (C) 4.88 (D) None of these

Last Answer : (A) 1.49

Description : Given the following data pairs (x, y), find the regression equation. (1, 1.24), (2, 5.23), (3, 7.24), (4, 7.60), (5, 9.97), (6, 14.31), (7, 13.99), (8, 14.88), (9, 18.04), (10, 20.70) a. y = 0.490 x - 0.053 b. y = 2.04 x c. y = 1.98 x + 0.436 d. y = 0.49 x

Last Answer : c. y = 1.98 x + 0.436

Description : The nuclear reaction `""_(29)^(63)Cu +""_(2)^(4)He rarr ""_(17)^(37)Cl + ""_(1)^(1)H + 16""_(0)^(1)n` is referred to as

Last Answer : The nuclear reaction `""_(29)^(63)Cu +""_(2)^(4)He rarr ""_(17)^(37)Cl + ... reaction B. fusion reaction C. fission reaction D. chain reaction

Description : Consider the following isotopes 35 17 Cl and 37 17 Cl . Explain why.

Last Answer : a) they have identical chemical properties. b) they are placed in the same position in the modern periodic table, a) They have same atomic number b) All isotopes are placed in the same position in the modern periodic table.

Description : What is the mean median mode and range of 78 25 57 98 20 48 45 37 88 24 19?

Last Answer : 19, 20, 24, 25, 37, 45, 48, 57, 78, 88, 98Mean: 49Median: 45Range: 79There is no mode.

Description : (37) 0.75 x [(7056) 0.25] ÷ (64) – 2 = (8) ? (Take 3 digits after the decimal point) a) 95.357 b) 69.567 c) 96.257 d) 78.584 e) 88.598

Last Answer : (37) 0.75 x [(7056) 0.25] ÷ (64) – 2 = (8) ? Sol: 27.75 x 1764 ÷ 64 – 2 = 8 x ? 27.75 x 27.5625 – 2 = 8 x ? 762.859/8=? ? = 95.357 Answer: a)

Description : 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50'. What number is missing? -Riddles

Last Answer : 22

Description : Is there a ounce in 37.49 grams?

Last Answer : Yes, 1.

Description : Window 7, the latest operating system from Microsoft Corporation has ....... Indian languages fonts. (1) 14 (2) 26 (3) 37 (4) 49

Last Answer : 49

Description : UchShariff located 73 km from Bahawalpur, founded by Alexander the Great contains tombs of: A. Bibi Jawindi B. Jalal ud Din Bokhari C. Baha-al-Halim D. All of these

Last Answer : ANSWER: D

Description : UchShariff located 73 km from Bahawalpur, founded by Alexander the Great contains tombs of: A. Bibi Jawindi B. Jalal ud Din Bokhari C. Baha-al-Halim D. All of these

Last Answer : ANSWER: D

Description : UchShariff located 73 km from Bahawalpur, founded by Alexander the Great contains tombs of: A. Bibi Jawindi B. Jalal ud Din Bokhari C. Baha-al-Halim D. All of these

Last Answer : ANSWER: D

Description : UchShariff located 73 km from Bahawalpur, founded by Alexander the Great contains tombs of: A. Bibi Jawindi B. Jalal ud Din Bokhari C. Baha-al-Halim D. All of these

Last Answer : ANSWER: D

Description : The BCD adder to add two decimal digits needs minimum of (A) 6 full adders and 2 half adders (B) 5 full adders and 3 half adders (C) 4 full adders and 3 half adders (D) 5 full adders and 2 half adders

Last Answer : (D) 5 full adders and 2 half adders

Description : Do you think I can get the same quality of photos from a Canon 7d compared to the 5d?

Last Answer : answer:Are you an experienced photographer or just learning? I am a learner' myself and one day would love to own a really brilliant camera, but for now I think I need to focus on learning ... and take lots of photos. I will be interested in what more experienced photographers have to say though.

Description : What are the differences between the Canon 5D Mark II and the 7D, besides price?

Last Answer : answer:The 5D Mark II has a 21.1 megapixel full-frame sensor The 7D has an 18 megapixel APS-C size CMOS sensor. That full-frame sensor is the key reason the 5D costs so much more. Produces higher quality images.

Description : Looking for a good deal on Canon 7D.

Last Answer : Craigslist.

Description : What is the best fisheye lens to use for Canon 7D camera

Last Answer : Need Answer

Description : Determine the equivalent weight of the following ions : `(a) Na^(+) " " (b) Al^(3+) " " (c) NO^(+) " " Cl^(-)` `(e) CO_(3)^(2-) " " SO_(4)^(2-) " " (g

Last Answer : Determine the equivalent weight of the following ions : `(a) Na^(+) " " (b) Al^(3+) " " (c) NO^(+) " " Cl^(- ... " " SO_(4)^(2-) " " (g) PO_(4)^(3-)`