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.

1 Answer

Answer :

a) AX= F98CH, MSB=1.

Related questions

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 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 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 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 : Ingiven lines of code MOV AX,BL have different type of operands according to assembler for 8086 architecture these identifiers must be of. a. Different type only in byte b. Same type either in word or byte c. Botha &b d. None of these

Last Answer : b. Same type either in word or byte

Description : MOVE AX BX in this LINES OF CODE what type of error is declared: a. Undeclared identifier MOVE b. undeclared identifier AX c. Accept as a command d. Not look in symbol table

Last Answer : a. Undeclared identifier MOVE

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= 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 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 : If ax + by = a2 – b2 and bx + ay = 0, find the value of (x + y). -Maths 10th

Last Answer : Given, ax+by=a2−b2......(1) bx+ay=0.......(2). Now adding (1) and (2) we get, x(a+b)x+(a+b)y=a2−b2 or, (a+b)(x+y)=a2−b2 or, x+y=a−b.

Description : In triangle ABC, angle B =35° , angle C =65° and the bisector of angle BAC meets BC in X. Arrange AX, BX and CX in descending order. -Maths 9th

Last Answer : NEED ANSWER

Description : In triangle ABC, angle B =35° , angle C =65° and the bisector of angle BAC meets BC in X. Arrange AX, BX and CX in descending order. -Maths 9th

Last Answer : This answer was deleted by our moderators...

Description : If x(square) - 1 is a factor of ax(cube) + bx(square) + cx + d,show that a+c=0. -Maths 9th

Last Answer : Solution :-

Description : If a, b, c are distinct positive integers, then ax^(b–c) + bx^(c–a) + cx^(a–b) is -Maths 9th

Last Answer : answer:

Description : Find the condition that one root of ax^2 + bx + c = 0 may be four times the other. -Maths 9th

Last Answer : answer:

Description : In quadratic equation ax^2 + bx + c = 0 , Identities the sum and product of Roots? -Maths 9th

Last Answer : If the two roots of the quadratic equation ax2 + bx + c = 0 obtained by the quadratic formula be denoted by a and b, then we have α = \(\frac{-b+\sqrt{b^2-4ac}}{2a},\) β = \(\frac{-b-\sqrt{b^2-4ac}}{2a}\) ∴ Sum of roots ... then α + β = - (- \(\frac{5}{6}\)) = \(\frac{5}{6}\), ab = \(\frac{7}{6}\).

Description : Which one of the following is the equation whose roots are respectively three times the roots of the equation ax^2 + bx + c = 0 ? -Maths 9th

Last Answer : answer:

Description : If the roots of the equation ax^2 + bx + c = 0 are equal in magnitude but opposite in sign, then which one of the following is correct ? -Maths 9th

Last Answer : answer:

Description : If the roots of the equation x^3 – ax^2 + bx – c = 0 are three consecutive integers, then what is the smallest possible value of b ? -Maths 9th

Last Answer : Let the roots of the equation x3 – ax2 + bx – c = 0 be (α – 1), α, (α + 1) ∴ S2 = (α – 1)α + α(α + 1) + (α + 1) ( ... ; 1 = b ⇒ 3α2 – 1 = b ∴ Minimum value of b = – 1, when α = 0.

Description : If the sum of the roots of the equation ax^2 + bx + c = 0 is equal to the sum of their squares, then which one of the following is correct ? -Maths 9th

Last Answer : Given equation: ax2+bx+c=0 Let α and β be the roots of given quadratic equation Sum of the roots i.e. α+β=a−b Product of roots i.e. αβ=ac It is given that, Sum of the roots = Sum of squares of the roots i ... )2−2αβ i.e. a−b =(a−b )2−a2c i.e. −ab=b2−2ac i.e. ab+b2=2ac Hence, C is the correct option.

Description : If the expression ax^2 + bx + c is equal to 4, when x = 0, leaves a remainder 4 when divided by x + 1 and leaves a -Maths 9th

Last Answer : Given exp. f(x) = ax2 + bx + c ∴ When x = 0, a.0 + b.0 + c = 4 ⇒ c = 4. The remainders when f(x) is divided by (x + 1) and (x + 2) respectively are f(–1) and f(–2). ∴ f( ... 2b = 2 ...(ii) Solving (i) and (ii) simultaneously we get, a = 1, b = 1.

Description : If (x^2 – 1) is a factor of ax^4 + bx^3 + cx^2 + dx + e, then : -Maths 9th

Last Answer : answer:

Description : If (x – 1) is a factor of Ax^3 + Bx^2 – 36x + 22 and 2^B = 64^A, find A and B ? -Maths 9th

Last Answer : Solution:- x - 1 = 0 x = 1 Let p(x) = Ax³ + Bx² - 36x + 22 p(1) = A(1)³ + B(1)² - (36 × 1) + 22 ⇒ A + B - 36 + 22 =0 ⇒ A + B - 14 = 0 ⇒ A + B = 14 ....... ... 22 p(1) = 2(1)³ + 12(1)² - (36 × 1) + 22 ⇒ 2 + 12 - 36 + 22 ⇒ 36 - 36 = 0

Description : The values of a, b and c respectively for the expression f(x) = x^3 + ax^2 + bx + c, if f(1) = f(2) = 0 and f(4) = f(0) are : -Maths 9th

Last Answer : f′(x)=3x2+2ax+6 f(x)⇒f′(x)≥0 3x2+2ax+6≥0 ⇒D≤0 4[a2−3b]≤0 a2≤3b ∴P=6×6×6(16)×6​=3616​=94​ Answer.

Description : If ax^3 + bx^2 + x – 6 has (x + 2) as a factor and leaves a remainder 4, when divided by (x – 2), the value of a and b respectively are : -Maths 9th

Last Answer : Let p(x) = ax³ + bx² + x - 6 A/C to question, (x + 2) is the factor of p(x) , and we know this is possible only when p(-2) = 0 So, p(2) = a(-2)³ + b(-2)² - 2 - 6 = 0 ⇒ ... --(2) solve equations (1) and (2), 4a = 0 ⇒a = 0 and b = 2 Then, equation will be 2x² + x - 6

Description : If the roots of the equation `ax^(2) + bx + c = 0` are in the ratio of `3 : 4`,

Last Answer : If the roots of the equation `ax^(2) + bx + c = 0` are in the ratio of `3 : 4`,

Description : If one root of the quadratic equation `ax^(2) + bx + c = 0` is `15 + 2sqrt(56)` and `a,b` and c are rational, then find the quadratic equation.

Last Answer : If one root of the quadratic equation `ax^(2) + bx + c = 0` is `15 + 2sqrt(56)` and `a,b` and c are rational, then find the quadratic equation.

Description : If the roots of a quadratic equation `ax^(2) + bx + c` are complex, then `b^(2) lt "____"`

Last Answer : If the roots of a quadratic equation `ax^(2) + bx + c` are complex, then `b^(2) lt "____"`

Description : If the discriminant of the equation `ax^(2) + bx + c = 0` is greater than zero, then the roots are `"______"`.

Last Answer : If the discriminant of the equation `ax^(2) + bx + c = 0` is greater than zero, then the roots are `"______"`.

Description : If `x = 1` is a solution of the quadratic equation `ax^(2) - bx + c = 0`, then b is equal to `"_______"`.

Last Answer : If `x = 1` is a solution of the quadratic equation `ax^(2) - bx + c = 0`, then b is equal to `"_______"`.

Description : The roots of a quadratic equation `ax^(2) + bx + c=0` are 1 and `c/a`, then `a + b = "_____"`.

Last Answer : The roots of a quadratic equation `ax^(2) + bx + c=0` are 1 and `c/a`, then `a + b = "_____"`.

Description : A body is projected from ground with speed 20 m/s making an angle of `45^(@)` with horizontal. The equation of path is `h = Ax-Bx^(2)`, where h is hei

Last Answer : A body is projected from ground with speed 20 m/s making an angle of `45^(@)` with horizontal. The equation of path ... B. 5 : 1 C. 1 : 40 D. 40 : 1

Description : 3a plus 3b plus ax plus bx?

Last Answer : 6a square plus b square

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 : EBCDIC stands for a. Extended Binary Coded Decimal Interchange Code b. Extended Bit Code Decimal Interchange Code c. Extended Bit Case Decimal Interchange Code d. Extended Binary Case Decimal Interchange Code

Last Answer : a. Extended Binary Coded Decimal Interchange Code

Description : Find the transmitted code if the frame is (MSB) 1101011011 (LSB) and generator polynomial is x4 + x + 1. A. 1101011011 1110 B. 1101011111 1110 C. 1101011011 1111 D. 1101011011

Last Answer : A. 1101011011 1110

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 : 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 : Using 12 binary digits how many unique house addresses would be possible: a. 28=256 b. 212=4096 c. 216=65536 d. None of these

Last Answer : b. 212=4096

Description : 8086 microprocessor is interfaced to 8253 a programmable interval timer. The maximum number by which the clock frequency on one of the timers is divided by a) 216 b) 28 c) 210 d) 220

Last Answer : d) 220

Description : What will be the hexadecimal value in the register ax (32-bit) after executing the following instructions? Mov al, 15 Mov ah, 15 Xor al, al Mov cl, 3 Shr ax, cl Codes: (A) 0F00 h (B) 0F0F h (C) 01E0 h (D) FFFF h

Last Answer : (C) 01E0 h

Description : What is actual length in feet of a one-half wavelength of a coax with a velocity factor of 0.59 at 26 MHz? A. 11.16 B. 40.29 C. 42.46 D. 46.28

Last Answer : A. 11.16

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 : The least significant bit of the binary number, which is equivalent to any odd decimal number, is: a. 0 b. 1 c. 1 or 0 d. 3

Last Answer : a. 0

Description : Which number system is commonly used as a shortcut notation for groups of four binary digits? a. Binary b. Decimal c. Octal d. Hexadecimal

Last Answer : d. Hexadecimal

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 : A nibble can be represented in the from of: a. Octal digit b. Decimal c. Hexadecimal d. None of these

Last Answer : c. Hexadecimal

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 : of LSB and MSB In full What ?

Last Answer : LSB = Least Significant Bit MSB = Most Significant Bit