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.

1 Answer

Answer :

d) none of them.

Related questions

Description : 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

Last Answer : a) D7, CF=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=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 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 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 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 : 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 : 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 : 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= 00110100 BL= 00111000 ADD AL, BL AAA a) AL = 6CH b) 12H c) 12 d) C6H

Last Answer : c) 12

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 : 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 : 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 octal equivalence of 111010 is a. 81 b. 72 c. 71 d. None of above

Last Answer : b. 72

Description : Current SIMMs have either … or … connectors (pins) a. 9 or 32 b. 30 or 70 c. 28 or 72 d. 30 or 72

Last Answer : d. 30 or 72

Description : The octal equivalent of 111010 is a. 81 b. 72 c. 71

Last Answer : b. 72

Description : Choose the number which is different from others in the group: (A) 49 (B) 63 (C) 77 (D) 81

Last Answer : Answer: B 49, 63 and 77 are divisible by 7. But 81 is not divisible by 7.

Description : A tap can fill a cistern in 11hours, but due to a leakage it took 13hours to fill the cistern. If the cistern is full, in what time will the cistern become empty due to leakage ? A) 73.30hrs B) 77.50hrs C) 71.5 hrs D) 72.30hrs E) None of these

Last Answer : C 1/11-1/13 = 13-11/143 =>2/143 =>1/71.5 =>71.5hours

Description : The average age of 160 boys in a class is 58 yrs. The average group of 30 boys in the class is 42 yrs and the average of another group of 50 boys in the class is 36 years. What is the average age of the remaining boys? A) 72.58 B) 74.25 C) 77.75 D) 75.68 

Last Answer : C) Total age of 160 boys = 160* 58= 9280 total age of 30 boys = 30 * 42= 1260 total age of next 50boys = 50 * 36= 1800 average of the remaining boys = [(9280-{1260+1800})/[160 - (30 + 50)] =>9280-3060/80 =>6220/80 =77.75yrs

Description : A batsman average for 20 innings is 25 runs. His highest score exceeds his lowest score by 64 runs. If these 2 innings are excluded, the average of the remaining 18 innings is 24 runs. The highest score of the player is. A) 66 B) 72 C) 77 D) 88

Last Answer : A) Let the highest score be ‘x’ Then lowest score = x-64 Then (25 *20)- 18 * 24 = 432 X+X-64=68 X=66

Description : What is the nth term rule of the quadratic sequence below 4 , 15 , 30 , 49 , 72 , 99 , 130 , . . .?

Last Answer : fsedaz sd

Description : What is the nth term rule of the quadratic sequence below 4 , 15 , 30 , 49 , 72 , 99 , 130 , . . .?

Last Answer : fsedaz sd

Description : How many kg of dal at Rs.8.40 per kg be mixed with32 kg of dall at Rs10.20 per kg to get a mixture worth Rs.9.60 per kg? a) 23 b) 49 c) 43 d) 72 e) 16

Last Answer : E By the rule of allegation ,we have Quantity of 1st kind dall : Quantity of 2nd kind dall = 60 : 120  => Quantity of 1st kind dall:32 = 1:2  Quantity of 1st kind dall =32 *1/2 = 16

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 : Which provided the current: a. Low-cost b. Slow-cost c. Low-Output d. All the above

Last Answer : d. All the above

Description : When the write enable input is not asserted, the gated D latch ______ its output. a. can not change b. clears c. sets d. complements

Last Answer : a. can not change

Description : .In an 8085 based system, the maximum number of input output devices can be connectedusing I/0 mapped I/O method isa) 64 b) 512 c) 256 d) 65536

Last Answer : b) 512

Description : 8253, 8257 c) 8257,8251 d)8251,825721.Consider the following set of 8085 instruction.MVI A,82HORA AJP DSPLYXRA ADSPLY:OUT PORT1HLT.The output at PORT1 isa) 00H b) FFH c) 92H d) 11H

Last Answer : a) 00H

Description : computer operators a. writes computer programs for specific problems b. operate the device which input and output data from the computer c. normally require a college degree in computer science d. all of the above

Last Answer : b. operate the device which input and output data from the computer

Description : What type of device is computer keyboard? a. Memory b. Output c. Storage d. Input

Last Answer : d. Input

Description : An input /output device at which data enters or leaves a computer system is a. Keyboard b. Terminal c. Printer d. Plotter

Last Answer : b. Terminal

Description : condensing output data to exhibit specific information is a. calculating b. recording c. merging d. summarizing

Last Answer : d. summarizing

Description : Magnetic tape can serve as a. Secondary storage media b. Output media c. Input media d. All of the above

Last Answer : d. All of the above

Description : Which of the following printing devices an output composed of a series of data? a. Wire matrix printer b. Band printer c. Wang image printer d. Both a and c

Last Answer : d. Both a and c

Description : A computer consists of a. A central processing unit b. A memory c. Input and output unit d. All of the above

Last Answer : d. All of the above

Description : The central processing unit (CPU) consists of a. Input, output and processing b. Control unit, primary storage, and secondary storage c. Control unit, arithmetic-logic unit and primary storage d. Control unit, processing, and primary storage

Last Answer : c. Control unit, arithmetic-logic unit and primary storage

Description : Which of the following is not an input device? a. OCR b. Optical scanners c. Voice recognition device d. COM (Computer Output to Microfilm)

Last Answer : d. COM (Computer Output to Microfilm)