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

1 Answer

Answer :

a. Undeclared identifier MOVE

Related questions

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 : In second pass, assembler creates _ in binary format for every instruction in program and then refers to the symbol table to giving every symbol an_ _ relating the segment. a. Code and program b. Program and instruction c. Code and offset d. All of these

Last Answer : c. Code and offset

Description : The attributes of a file are. a. Name b. Identifier c. Types d. Location e. Size f. Protection g. Time, date and user identification h. Allof these

Last Answer : h. Allof these

Description : subroutines are invoked by using their___ _ ina subroutine call statement and replacing formal parameters with__ __ parameters: a. Identifier and formal b. Identifier and actual c. Expression and arguments d. None of these

Last Answer : b. Identifier and actual

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 : isacommand given to a computer to perform a specified operation on some given data. a. Aninstruction b. Command c. Code d. None of these

Last Answer : a. Aninstruction

Description : has the property that corrupting or garbling a code word will likely produce a bit string that is not a code word: a. Error deleting codes b. Error detecting codes c. Error string codes

Last Answer : b. Error detecting codes

Description : A code that is used to correct error is calledan a. Error detecting code b. Error correcting code c. Both d. None of these

Last Answer : b. Error correcting code

Description : The compiler _ translate a program code with any syntax error: a. Can b. Cannot c. Without d. None of these

Last Answer : b. Cannot

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 : To invoke assembler following command are given at command line: a. $ hello.s -o hello.o b. — $as hello.s -o 0 c. $ as hello —-o hello.o d. $ashello.s—o hello.o

Last Answer : d. $ashello.s—o hello.o

Description : which type of errors are detected by the assembler: a. syntax error b. logical error 9 run time error a none of these

Last Answer : a. syntax error

Description : What type of errors are not detected by assemblers: a. Syntax error b. Runtime error c. Logical error

Last Answer : c. Logical error

Description : The method of writing symbol to indicate a provided computational process is called as a: a. Programming language b. Random transfer language c. Register transfer language d. Arithmetic transfer language

Last Answer : a. Programming language

Description : Which symbol will be used to denote an micro operation. a. (*) b. (v) c. Both d. None

Last Answer : b. (v)

Description : The hardware that does this isan ___ a. Error detecting decoder b. Error correcting decoder c. Both d. None of these

Last Answer : b. Error correcting decoder

Description : The front panel display provides lights as green LED represent sand red LED represent _ for device programmer who writes input/output basic: a. Busy and Error b. Error and Busy c. Busy and Busy d. Error and Error

Last Answer : a. Busy and Error

Description : Process of replacing the sequence of lines of codes is known as: a. Expanding die macro b. Expanding tri macro c. Tetra macro d. None of these

Last Answer : a. Expanding die macro

Description : Avoid crossing flow lines. a. Flowchart b. Algorithm c. Botha &b d. None of these

Last Answer : a. Flowchart

Description : What are my chances of changing my major from undeclared social science to education?

Last Answer : Its extremely easy to change your major. Just a form and a couple of places to go on campus. Sometimes its as easy as clicking things on a computer. Your friends are full of crap.

Description : What is the meaning of the word ' undeclared ' ?

Last Answer : The word ' uninformed ' means: improper.

Description : hich section is the remaining part of a process’s code: a. Racing section b. Critical section Cc. Entry section d. Reminder secti

Last Answer : b. Entry section

Description : Which are the types of binary codes number: a. Sign magnitude b. —_1’s complement code c. 2’s complement code d. __ Allof these

Last Answer : c. 2’s complement code

Description : The complete set of op-codes for a particular microprocessor defines the_ set for that processor: a. Code b. Function c. Module d. Instruction

Last Answer : d. Instruction

Description : is a symbolic representation of discrete elements of information: a. Data b. Code c. Address d. Control

Last Answer : b. Code

Description : Group of binary bits(0&1) is known as: a. Binary code b. Digit code

Last Answer : a. Binary code