Which of the following is not a binary number? a) 1111 b) 101 c) 11E d) 000

1 Answer

Answer :

Answer: c Explanation: A binary number can have only two possible digits, 0 and 1. In the third option, there is an alphabet E present which makes it an invalid binary number. Alphabets are only allowed in hexadecimal number system

Related questions

Description : An octal number 237 is equal to the binary number 1) 010 011 111 2) 010 111 011 3) 011 101 101 4) 011 000 001

Last Answer : 3) 011 101 101

Description : Convert the decimal number 14.875 to binary. 87) A) 1110.0111 B) 1110.1110 C) 1111.1011 D) 1100.1100

Last Answer : B) 1110.1110

Description : Decimal equivalent of binary 1111 1111 1111 1111 is • 16,384 • 65,536 • 1000000 • None of the above.

Last Answer : Decimal equivalent of binary 1111 1111 1111 1111 is 65,536

Last Answer : The value of the binary 1111 is 24 – 1

Description : What city is located at 60n 11e?

Last Answer : Jjjj

Description : Find the product of the following binary number 100 to 101. A. 11000 B. 10100 C. 10010 D. 11100

Last Answer : B. 10100

Description : Convert decimal 101 to binary. 54) A) 00111011 B) 01100101 C) 01101111 D) 01110011

Last Answer : B) 01100101

Description : Which of the following is the correct representation of a binary number? a) (124)2 b) 1110 c) (110)2 d) (000)2

Last Answer : Answer: d Explanation: The binary numbers should comprise only two digits 0 and 1. Also, for the base, the value should be 2 and it should be written as a subscript enclosing the entire number. Here, the fourth option gives the correct representation

Description : When the celebrated German mathematician Karl Friedrich Gauss (1777-1855) was nine he was asked to add all the integers from 1 through 100. He quickly added 1 to 100, 2 to 99, and so on for 50 pairs ... 1,000,000,000.That's all the digits in all the numbers, not all the numbers themselves. -Riddles

Last Answer : The numbers can be grouped by pairs: 999,999,999 and 0; 999,999,998 and 1' 999,999,997 and 2; and so on.... There are half a billion pairs, and the sum of the digits in each pair is 81. The digits in the unpaired number, 1,000,000,000, add to 1. Then: (500,000,000 X 81) + 1= 40,500,000,001.

Description : The specific gravity of urine normally ranges from (A) 0.900–0.999 (B) 1.003–1.030 (C) 1.000–1.001 (D) 1.101–1.120

Last Answer : B

Description : A 3-input neuron is trained to output a zero when the input is 110 and a one when the input is 111. After generalization, the output will be zero when and only when the input is? a) 000 or 110 or 011 or 101 b) 010 or 100 or 110 or 101 c) 000 or 010 or 110 or 100

Last Answer : c) 000 or 010 or 110 or 100

Description : A 3-input neuron is trained to output a zero when the input is 110 and a one when the input is 111. After generalization, the output will be zero when and only when the input is: a) 000 or 110 or 011 or 101 b) 010 or 100 or 110 or 101 c) 000 or 010 or 110 or 100 d) 100 or 111 or 101 or 001

Last Answer : c) 000 or 010 or 110 or 100

Description : When Using the Allocation Rules Engine (ARE) function how can you ensure that all transactions for ABC Office Supplies are divided evenly between cost center 1111 and cost center 2222?

Last Answer : Need answer

Description : Which code the decimal digits are represented by the 8421 BCD code preceded by 1111: a. ASCII b. EBCDIC c. Both d. None of these

Last Answer : b. EBCDIC

Description : The checksum of0000 and0000 is__________. A) 1111 B) 0000 C) 1110 D) 0111

Last Answer : 0111

Description : The checksum of1111 and1111 is_________. A) 1111 B) 0000 C) 1110 D) 0111

Last Answer : 1110

Description : In one's complement arithmetic, if positive 7 is 0111, then negative 7 is ________. A) 1111 B) 1101 C) 1000 D) none of the above

Last Answer : 1101

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 : 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 : Assume that variable x resides at memory location 1234, y at 1111 and p at 2222. Int x=1, y=2, *p; p=&x; y=*p; What will be the value of y after execution of above code? A) 2 B) 1 C) 1234 D) 1111

Last Answer : C) 1234

Description : Select the incorrect option : a) (101)10 = (1100101)2 b) G is valid in hexadecimal system. c) C represents 12 d) The base of a decimal number system is 10.

Last Answer : Answer: b Explanation: G is not a valid hexadecimal number. In this system , only representations from A to E are used to represent the numbers from 10 to 15. The base of the hexadecimal number system is 16

Description : The decimal equivalent of (0.101)2 will be ____________ a) 0.5 b) 0.625 c) 0.25 d) 0.875

Last Answer : Answer: b Explanation: Since the base is 2 , it could be easily guessed that the number is binary. Conversion: 2-1 * 1 + 2-2 * 0 + 2-3 * 1 = 0.625.

Description : If X is a binary number which is power of 2, then the value of X&(X-1) is: (1) 11....11 (2) 00.....00 (3) 100.....0 (4) 000.....1

Last Answer : Answer: 2

Description : What number between 55 and 101 that is a multiple of 5 8 and 10?

Last Answer : 80 meets the requirements.

Description : What is a number between 55 and 101 that is a multiple of 3 8 and 12?

Last Answer : the 3 does not matter as 12 is already a multiple of it then 8 x 12 = 96 also 8 x 9 = 72 = 12 x 6 . 24 is a multiple of 8 and 12 as 8 x 3 = 24 = 12 x 2 then 48 72 96 120 144 and so on are all multiples of 8 and 12 which within 55 and 101 only 72 and 96 are the two answers.

Description : A helical spring is fabricated by wrapping wire 19.05 mm in diameter around a forming cylinder 203.2 mm in diameter. Compute the number of turns required to permit an elongation of 101.6 mm. without exceeding a shearing ... G = 82737 N/mm2. a. 10 turns b. 20 turns c. 25 turns d. 30 turns

Last Answer : a. 10 turns

Description : Computers use the _____ number system to store data and perform calculations. 1) Decimal 2) Hexadecimal 3) Octal 4) Binary 5) None of these

Last Answer : Answer :4

Description : Which of the following is true? 1) Byte is a single digit in a binary number 2) Bit represents a grouping of digital numbers 3) Eight-digit binary number is called a byte 4) Eight-digit binary number is called a bit 5) None of these

Last Answer : Answer :3

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 : Answer : A

Description : A number system that has eight different symbols to represent any quantity is known as A) Binary B) Octal C) Decimal D) Hexadecimal

Last Answer : Answer : B

Description : Which number system is usually followed in a typical 32-bit computer? A) Binary B) Decimal C) Hexadecimal D) Octal

Last Answer : Answer : A

Description : The binary equivalent of the decimal number 10 is __________ a) 0010 b) 10 c) 1010 d) 010

Last Answer : Answer: c Explanation: To get the binary equivalent of any number, we need to divide the number by 2 and obtain the remainders as : We then write the remainders in the reverse order as 1010

Description : The value of radix in binary number system is _____________ a) 2 b) 8 c) 10 d) 1

Last Answer : Answer: a Explanation: In a binary number system, the value of base or radix is 2. The binary system uses only two digits for the representation of numbers, therefore its base id chosen to be 2

Description : Which of the following is not a positional number system? a) Roman Number System b) Octal Number System c) Binary Number System d) Hexadecimal Number System

Last Answer : Answer: a Explanation: The Roman number system isn’t a positional number system since , it uses symbols to represent numbers. The octal number system uses digits from 0-7 , the binary number system uses digits from 0-1 whereas, the hexadecimal number system uses digits from 0-15

Description : An IP address is a: a) binary number that uniquely identifies computers. b) also identifies other devices on TCP/IP network c) Both of Above d) None of These

Last Answer : c) Both of Above

Description : Computer calculate number in ______mode: a) Octal b) Decimal c) Binary d) None of These

Last Answer : c) Binary

Description : Which of the following number system is natively used by a computer: a) Hexadecimal b) Octal c) Decimal d) Binary e) None of These

Last Answer : d) Binary

Description : The digits used in binary number system are ____and____: a) 1 and 2 b) 0 and 1 c) 0 and 9 d) None of The Above

Last Answer : b) 0 and 1

Description : An IP address is a: a) binary number that uniquely identifies computers. b) also identifies other devices on TCP/IP network c) Both of Above d) None of These

Last Answer : c) Both of Above

Description : Computers use the ________ number system to store data and perform calculations. a) Binary b) Octal c) Decimal d) Hexadecimal e) None of these

Last Answer : a) Binary

Description : Computers use the .... number system to store data and perform calculations. 1) binary 2) octal 3) decimal 4) hexadecimal

Last Answer : 1) binary

Description : Which of the following is not a weighted code? (1) Excess 3-Code (2) Binary Number System (3) Decimal Number System (4) BCD Number System

Last Answer : Excess 3-Code

Description : Which non-fiction books act like documentaries or 101 about their content?

Last Answer : Ghost Soldiers by Hampton Sides

Description : What do I get my 101 grandmother for her upcoming birthday?

Last Answer : answer:A small flip picture album, something you can put in a couple dozen new and old pictures for her to look through. And maybe something you can find about what happened 101 years ago on her birthday.

Description : Western culture 101. Can you enlighten me?

Last Answer : This is an incredibly broad question, and hard to answer as I’m not terribly familiar with Vietnamese custom. I don’t have any real basis for comparison.

Description : Are Fine Arts 100 and Public Speaking 101 easy classes for college?

Last Answer : answer:A lot easier than chem 101A and B!! If you do not have any public speaking issues these classes should not tax your time too onerously.

Description : What would be a good gift to take to my 101 year old client?

Last Answer : answer:Scones, strawberry jam and clotted cream. Freshly pressed cider. Granny Smith apples and quality Vt. cheddar cheese. Chocolate covered almonds. Lemon curd squares.

Description : What would be in your Room 101?

Last Answer : Snakes – lots and lots of big, angry snakes. (Just call me Indiana Jones!)

Description : What would you find in Room 101 of the Ministry of Love ?

Last Answer : Peek-a-boo bras for the over sixties?

Description : Cooking 101 question: How can I tell when something is carmelized?

Last Answer : By the color. Onions have a lot of sugar in them, and that is what caramelizes. The onions will acquire a golden-brown hue, like this. Disregard the time instruction, and go for the color, however long it takes.