Who Came up with the binary code?

1 Answer

Answer :

Feel Free to Answer

Related questions

Description : BCD- How many binary code ?

Last Answer : BCD quote consists of 6 bits.

Description : How do you implement binary search code in visual basic?

Last Answer : The optimal binary search algorithm uses a sorted array as thedata container. Define the range to be searched using a half-closedrange of indices [begin:end). Initially, this will be thehalf- ... range is either empty or invalid(begin>=end), so the value does not existReturn not_foundEnd Function

Description : What is Tina in binary code?

Last Answer : That would depend on which computer character code you want to use, there have been thousands of them. The most current is Unicode an extension of ASCII. Unicode can support every living language on earth ... the following Hexadecimal bytes (you can convert to binary):T = E3Hi = 89Hn = 95Ha = 81H

Description : How do you say minecraft in binary code?

Last Answer : What is the answer ?

Description : What is binary code for OK?

Last Answer : What is the answer ?

Description : Computer instructions written with the use of English words instead of binary machine code is called A) Mnemonics B) Symbolic code C) Gray codes D) Opcode

Last Answer : Answer : B

Description : The proper definition of a modern digital computer is A) An electronic automated machine that can solve problems involving words and numbers B) A more sophistic and modified electronic pocket calculator C) Any machine that can perform mathematical operations D) A machine that works on binary code

Last Answer : Answer : A

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

Description : Instructions and memory address are represented by A) Character code B) Binary codes C) Binary word D) Parity bit

Last Answer : Answer : B

Description : ASCII and EBCDIC are the popular character coding systems. What does EBCDIC stand 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 : Answer : A

Description : Binary code comprises of digits from 0 to 9. a) True b) False

Last Answer : Answer: b Explanation: The statement is false. Binary as the word suggests contains only 2 digits : 0 and 1. 0 denotes false and 1 denotes a truth value

Description : In OCR processing, When a character is recognized, it is converted into_______ code. A. binary B. ASCII C. Both (A) and (B) D. None of the Above

Last Answer : B. ASCII

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 : Group of binary bits(0&1) is known as: a. Binary code b. Digit code

Last Answer : a. Binary code

Description : abbreviation EBCDIC stand for: a. Extended binary coded decimal interchange code b. External binary coded decimal interchange code c. Extra binary coded decimal interchange code d. None of these

Last Answer : a. Extended binary coded decimal interchange code

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 : In which code is object file is coded: a. Link code b. Decimal code c. Assembly code d._— Binary code

Last Answer : d._— Binary code

Description : function select takes op code in IR translating to function of ALU and it may be compact binary code or one line per ALU: a ALU b CPU c. Memory d. Cache

Last Answer : a ALU

Description : The operation is specified by a binary code known as the a. Operand code b. Opcode c. Source code d. — Allof these

Last Answer : b. Opcode

Description : Instructions and memory address are represented by a. Character code b. Binary codes c. Binary word d. Parity bit

Last Answer : Binary codes

Description : The proper definition of a modern digital computer is a. An electronic automated machine that can solve problems involving words and numbers b. A more sophistic and modified electronic pocket calculator c. Any machine that can perform mathematical operations d. A machine that works on binary code

Last Answer : A machine that works on binary code

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 : Extended Binary Coded Decimal Interchange Code

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 : Error rate is A. an error-detectingcode based ona summation operation performed onthebits to be checked. B. a checkbit appended to anarrayof binary digits to make thesum of all thebinary digits. C. a ... ratioof the number ofdata units in error to the total number of dataunits E. None of the above

Last Answer : the ratioof the number ofdata units in error to the total number of dataunits

Description : Let C be a binary linear code with minimum distance 2t + 1 then it can correct upto _____ bits of error. a. t + 1 b. t c. t - 2 d. t / 2

Last Answer : b. t

Description : BASIC stands for: a) Basic Access towards Skills in Computer b) Beginner's All Purpose Symbolic Instruction Code c) Binary And Specific Instruction Code d) None of These

Last Answer : b) Beginner's All Purpose Symbolic Instruction Code

Description : How to convert Binary to Gray Code

Last Answer : Ans-Take XOR of binary no. starting from right with the next bit. Add 0 as leftmost bit to get answer eg. Â 111=7 gray code 0 xor 1,1 xor 1, 1 xor 1 i.e. 100 ans.

Description : How to Convert Binary to Excess 3 Code and vice versa?

Last Answer : Ans-A number i binary can be converted to excess3 just by adding the binary equivalent of 3 to the binary number.similarly a number in excess3 can be converted to binary just by subtracting the binary equivaent of 3 from the binary number.

Description : In NRZ code, does the presence of a high-light level in the bit duration represent a binary 1 or a binary 0?

Last Answer : Binary 1.

Description : If a modulating wave is sampled 10 times per cycle with a 5-element binary code, how many bits of information are required to transmit the signal?

Last Answer : 28. 50.

Description : Computer instructions written with the use of English words instead of binary machine code is called a. Mnemonics b. Symbolic code c. Gray codes d. Opcode

Last Answer : b. Symbolic code

Description : Instructions and memory address are represented by a. Character code b. Binary codes c. Binary word d. Parity bit

Last Answer : b. Binary codes

Description : The proper definition of a modern digital computer is a. An electronic automated machine that can solve problems involving words and numbers b. A more sophistic and modified electronic pocket calculator c. Any machine that can perform mathematical operations d. A machine that works on binary code

Last Answer : d. A machine that works on binary code

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 : The binary code for each pixel is used to determine A. Which colour will be displayed B. How big the image is C. What shape the image is D. How many pixels will be in the image

Last Answer : A. Which colour will be displayed

Description : The command javac A) Converts a java program into binary code B) Converts a java program into bytecode C) Converts a java program into machine language D) None of the above.

Last Answer : B) Converts a java program into bytecode

Description : Binary code "0" means ............ A) State of absence B) State of presence C) State of Negative D) State of Positive

Last Answer : B) State of presence

Description : Computer instructions written with the use of English words instead of binary machine code is called a. Mnemonics b. Symbolic code c. Gray codes d. Opcode

Last Answer : b. Symbolic code

Description : Instructions and memory address are represented by a. Character code b. Binary codes c. Binary word d. Parity bit

Last Answer : b. Binary codes

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 : 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 : The Excess-3 decimal code is a self-complementing code because (A) The binary sum of a code and its 9’s complement is equal to 9. (B) It is a weighted code. (C) Complement can be generated by inverting each bit pattern. (D) The binary sum of a code and its 10’s complement is equal to 9.

Last Answer : Answer: A, C

Description : In a binary Hamming code the number of check digits is r then number of message digits is equal to: (A) 2r-1 (B) 2r-r-1 (C) 2r-r+1 (D) 2r+r-1

Last Answer : (B) 2r-r-1

Description : Let C be a binary linear code with minimum distance 2t + 1 then it can correct upto ............bits of error. (1) t + 1 (2) t (3) t - 2 (4) t/2

Last Answer : (2) t 

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 : What is the Gray code word for the binary number 101011?  (1) 101011 (2) 110101 (3) 011111 (4) 111110

Last Answer : What is the Gray code word for the binary number 101011?  (1) 101011 (2) 110101 (3) 011111 (4) 111110

Last Answer : The binary code of (21.125)10 is 10101.001.

Description : How do I determine where a cell phone call came from based on the area code?

Last Answer : When trying to determine where a cell phone is located based on the area code, the best means of locating it will be to do a pipl.com seach using brackets to get an exact match on the cell number. For example, "903-555-5555".

Description : Indian Penal Code came into operation in – (1) 1858 (2) 1860 (3) 1859 (4) 1862

Last Answer : (4) 1862 Explanation: Indian Penal Code is the main criminal code of India. It is a comprehensive code, intended to cover all substantive aspects of criminal law. It was drafted in 1860 and ... in 1862. It has since been amended several times and is now supplemented by other criminal provisions.

Description : The Code of Civil Procedure (Amendment) Act, 2002 came into force on (a) 1st April, 2002 (b) 1st June, 2002 (c) 6th June, 2002 (d) 1st July, 2002 

Last Answer : (d) 1st July, 2002