Shifting a register content to left by one bit position is equivalent to
(A) division by two. (B) addition by two.
(C) multiplication by two. (D) subtraction by two

1 Answer

Answer :

(C) multiplication by two.

Related questions

Description : Write a program to accept two numbers from user and perform addition, subtraction, multiplication and division operations using pointer.

Last Answer : #include #include void main() { int no1,no2,*ptr1,*ptr2,result; clrscr(); printf("Enter no1:"); scanf("%d",&no1); printf("\nEnter no2:"); scanf("%d",&no2); ptr1=&no1; ptr2=&no2; ... "\n Multiplication=%d",result); result=*ptr1/(*ptr2); printf("\n Division=%d",result); getch(); }

Description : How do you make the number 7 even without addition, subtraction, multiplication, or division? -Riddles

Last Answer : Drop the 'S'.

Description : How To Use 3 Five Times To Make 31 with multiplication division addition and subtraction?

Last Answer : 33 - (3+3)/3 = 31.

Description : The first calculator that can perform all four arithmetic operations(Addition, Subtraction, Multiplication, Division) was known as______ (A) Pascaline (B) Slide Rule (C) Step Reckoner (D) None of the Above

Last Answer : (C) Step Reckoner

Description : which are arithmetic operation are. Addition oS Subtraction Multiplication Division All of these None of these

Last Answer : All of these

Description : In modulo-2 arithmetic, __________give the sameresults. A) addition and multiplication B) addition and division C) addition and subtraction D) none of the above

Last Answer : addition and subtractio

Description : In the absence of parentheses, the order of operation is a) exponentiation, addition of subtraction, muliplication of division b) addition or subtraction, multiplication or division, ... subtraction d) exponentiation, multiplication or division, addition of subtraction e) None of these

Last Answer : d) exponentiation, multiplication or division, addition of subtraction

Description : What type of instructions permit addition, subtraction, multiplication, and division?

Last Answer : Arithmetic.

Description : The basic application of an ‘AND’ gate in computers is for: (1) addition (2) subtraction (3) multiplication (4) division

Last Answer : multiplication

Description : Find a letter from the Bengali alphabet , which is divided into two numbers by addition , subtraction , multiplication , 12 , 8 , 26 and 3, respectively, what is the letter ?

Last Answer : The letter ' ঔ ' ... If you divide it side by side, 9 above and 3 below. Which is 9 + 3 = 12 , 9-3 = 8 , 9 * 3 = 26 , 9/3 = 3.

Description : Which is an algorithm or techniques used to multiply two numbers. a. Addition algorithm b. Subtraction algorithm c. Multiplication algorithm d. __ Allof these

Last Answer : c. Multiplication algorithm

Description : The chief reason why digital computers use complemented subtraction is that it (A) Simplifies the circuitry. (B) Is a very simple process. (C) Can handle negative numbers easily. (D) Avoids direct subtraction.

Last Answer : Ans: C Using complement method negative numbers can also be subtracted.

Description : Which algorithm is used to find GCD of two integers. a. Multiplication algorithm b. Division algorithm c. Addition algorithm d. Simple algorithm

Last Answer : b. Division algorithm

Description : 1’s complement representation of decimal number of -17 by using 8 bit representation is (A) 1110 1110 (B) 1101 1101 (C) 1100 1100 (D) 0001 0001

Last Answer : (A) 1110 1110

Description : A 4-bit synchronous counter uses flip-flops with propagation delay times of 15 ns each. The maximum possible time required for change of state will be (A) 15 ns. (B) 30 ns. (C) 45 ns. (D) 60 ns.

Last Answer : Ans: A 15 ns because in synchronous counter all the flip-flops change state at the same time.

Description : The code where all successive numbers differ from their preceding number by single bit is (A) Binary code. (B) BCD. (C) Excess – 3. (D) Gray.

Last Answer : Ans: D The code where all successive numbers differ from their preceding number by single bit is Gray Code. (It is an unweighted code. The most important characteristic of this code is that only a single bit change occurs when going from one code number to next.)

Description : A register capable of shifting its binary information either to the right or the left is called a_________ A. parallel register. B. serial register. C. shift register. D. storage register.

Last Answer : C. shift register.

Description : How do you check an equivalent fraction with multiplication and division?

Last Answer : If you start with a fraction p/q and are told that x/y is anequivalent fraction, then the simplest check is to cross-multiply:p*y must be equal to q*x.

Description : The hexadecimal equivalent of decimal 88 is ________. 129) A) 6816 B) 5816 C) 5116 D) 551

Last Answer : B) 5816

Description : The binary equivalent of hexadecimal 16 is ________. 126) A) 01110000 B) 1100001 C) 0010011 D) 0001

Last Answer : D) 0001

Description : The decimal equivalent of the BCD value 0111 0110 1000 is ________. 124) A) 70810 B) 17210 C) 76810 D) 6871

Last Answer : C) 76810

Description : The decimal equivalent of binary 01100001 is ________. 122) A) 9110 B) 9710 C) 11510 D) 10110

Last Answer : B) 9710

Description : The decimal equivalent of binary 10111110 is ________. 120) A) 19010 B) 20010 C) 18610 D) 1

Last Answer : A) 19010

Description : The decimal equivalent of hexadecimal 1E is ________. 119) A) 3510 B) 3010 C) 2910 D) 21

Last Answer : B) 3010

Description : The decimal equivalent of the BCD value 1000 0110 is ________. 118) A) 8610 B) 7610 C) 8810 D) 8110

Last Answer : A) 8610

Description : The decimal equivalent of hexadecimal FF is ________. 117) A) 25010 B) 24010 C) 25510 D) 22510

Last Answer : C) 25510

Description : The hexadecimal equivalent of a binary 10110010 is ________. 116) A) E216 B) A216 C) C216 D) B216

Last Answer : D) B216

Description : The decimal equivalent of the BCD value 1001 1001 is ________. 113) A) 9310 B) 9510 C) 9910 D) 8910

Last Answer : C) 9910

Description : The binary equivalent of hexadecimal 10 is ________. 112) A) 00010000 B) 00110 C) 1010 D) 11000

Last Answer : A) 00010000

Description : The binary equivalent of hexadecimal 44 is ________. 110) A) 10011010 B) 01000100 C) 10001100 D) 01011000

Last Answer : B) 01000100

Description : The binary equivalent of hexadecimal C0B is ________. 107) A) 110000001011 B) 110000001100 C) 110000001001 D) 110100001011

Last Answer : A) 110000001011

Description : The hexadecimal equivalent of decimal 21 is ________. 105) A) 1516 B) 1016 C) 2116 D) 1216

Last Answer : A) 1516

Description : The hexadecimal equivalent of a binary 11001111 is ________. 104) A) 8F16 B) DF16 C) CE16 D) CF16

Last Answer : D) CF16

Description : The BCD equivalent of decimal 64 is ________. 101) A) 0111 0110BCD B) 0111 1110BCD C) 0100 0010BCD D) 0110 0100BCD

Last Answer : D) 0110 0100BCD

Description : The BCD equivalent of decimal 109 is ________. 99) A) 1110 1011BCD B) 0001 0000 1001BCD C) 1110 1110 1100BCD D) 0001 0000 1101BCD

Last Answer : B) 0001 0000 1001BCD

Description : The hexadecimal equivalent of a decimal 14 is ________. 98) A) "C" B) "D" C) "E" D) "F"

Last Answer : C) "E"

Description : The hexadecimal equivalent of decimal 32 is ________. 94) A) 1216 B) 2516 C) 3116 D) 2016

Last Answer : D) 2016

Description : The hexadecimal equivalent of decimal 241 is ________. 91) A) F116 B) D316 C) E716 D) 10A16

Last Answer : A) F116

Description : The decimal equivalent of binary 00101011 is ________. 88) A) 4310 B) 3910 C) 5910 D) 6110

Last Answer : A) 4310

Description : The hexadecimal equivalent of a binary 111111110010 is ________. 86) A) EE216 B) FD216 C) 2FE16 D) FF216

Last Answer : D) FF216

Description : The decimal equivalent of hexadecimal 16 is ________. 85) A) 2710 B) 2510 C) 3210 D) 2210

Last Answer : D) 2210

Description : The decimal equivalent of binary 10010 is ________. 83) A) 910 B) 610 C) 2010 D) 1810

Last Answer : D) 1810

Description : The hexadecimal equivalent of decimal 77 is ________. 81) A) 3D16 B) 3E16 C) 5D16 D) 4D16

Last Answer : D) 4D16

Description : The hexadecimal equivalent of decimal 60 is ________. 70) A) 3C16 B) 3D16 C) 4D16 D) 5C16

Last Answer : A) 3C16

Description : The decimal equivalent of hexadecimal AA is ________. 68) A) 16510 B) 18610 C) 17610 D) 17010

Last Answer : D) 17010

Description : The decimal equivalent of hexadecimal 2D is ________. 67) A) 5510 B) 4510 C) 4110 D) 5110

Last Answer : B) 4510

Description : The BCD equivalent of decimal 912 is ________. 60) A) 1001 0001 0010BCD B) 1001 1000 0001BCD C) 0111 1111 1110BCD D) 0010 001 1001BCD

Last Answer : A) 1001 0001 0010BCD

Description : The decimal equivalent of the BCD value 1001 0011 is ________. 59) A) 9310 B) 16610 C) 9810 D) 17610

Last Answer : A) 9310

Description : The decimal equivalent of the BCD value 0010 0011 is ________. 57) A) 2710 B) 2310 C) 4310 D) 2010

Last Answer : B) 2310

Description : The hexadecimal equivalent of a binary 10100101 is ________. 52) A) A416 B) A516 C) C316 D) B516

Last Answer : B) A516