What is used to identify whether a data word has an odd or even number of 1’s ? (1) Carry bit (2) Sign bit (3) Zero bit (4) Parity bit

1 Answer

Answer :

Parity bit

Related questions

Description : Which of the following is associated with error detector? A) Odd parity bit B) Even parity bit C) Both of the above D) None of above

Last Answer : Answer : C

Description : Which flag indicates the number of 1 bit that results from an operation? a) Zero b) Parity c) Auxiliary d) Carry

Last Answer : Answer: b Explanation: The parity flag indicates the number of 1 bits in any operation. The resultant bit is called the parity bit. The main aim of the parity bit is to check for errors

Description : Which of the following is associated with error detector? a. Odd parity bit b. Even parity bit c. Both of the above d. None of above

Last Answer : Both of the above

Description : Which of the following is associated with error detector? a. Odd parity bit b. Even parity bit c. Both of the above d. None of above

Last Answer : c. Both of the above

Description : While transmitting odd-parity coded symbols, the number of zeros in each symbol is a. odd b. even c. a and b both d. unknown

Last Answer : unknown

Description : A simple parity-check code can detect __________ errors A. an even-number of B. two C. no errors D. an odd-number of

Last Answer : D. an odd-number of

Description : Given code word 1110001010 is to be transmitted with even parity check bit. The encoded word to be transmitted for this code is (A) 11100010101 (B) 11100010100 (C) 1110001010 (D) 111000101

Last Answer : (A) 11100010101 

Description : Which method is used to detect double errors and pinpoint erroneous bits. a. Even parity method b. Odd parity method c. Check sum method. d. All of these

Last Answer : c. Check sum method.

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 : When signed numbers are used in binary arithmetic, then which one of the following notations would have unique representation for zero. (A) Sign-magnitude. (B) 1’s complement. (C) 2’s complement. (D) 9’s complement.

Last Answer : (A) Sign-magnitude.

Description : How many bytes of data can be sent in 15 seconds over a serial link with baud rate of 9600 in asynchronous mode with odd parity and two stop bits in the frame? a. 10,000 bytes b. 12,000 bytes c. 15,000 bytes d. 27,000 bytes

Last Answer : b. 12,000 bytes

Description : Write a shell script to accept a number from user check whether number is even or odd.

Last Answer : 2 8

Description : The ________ rate defines thenumber of dataelements sent in1s; the______ rate is the numberof signalelements sent in 1s. A) data; signal B) signal; data C) baud; bit D) none of the above

Last Answer : data; signal

Description : Which error detection method consists of just one redundant bit per data unit? A) Simple parity check B) Two-dimensionalparity check C) CRC D) Checksum

Last Answer : Simple parity check

Description : How many 8-bit characters can be transmitted per second over a 9600 baud serial communication link using asynchronous mode of transmission with one start bit, eight data bits, two stop bits, and one parity bit ? a. 600 b. 800 c. 876 d. 1200

Last Answer : b. 800

Description : Assuming 8 bits for data, 1 bit for parity, I start bit and 2 stop bits, the number of characters that 1200 BPS communication line can transmit is

Last Answer : Assuming 8 bits for data, 1 bit for parity, I start bit and 2 stop bits, the number of characters that 1200 BPS communication line can transmit is 12CPS.

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 : 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 : 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 pattern of groups that have odd parity calledthe ses must match one of the of columns in the parity check matrix: a. Syndrome b. Dynodes c. Both d. None of these

Last Answer : a. Syndrome

Description : When the set of input data to an even parity generator is 0111, the output will be (A) 1 (B) 0 (C) Unpredictable (D) Depends on the previous input

Last Answer : Ans: B In even parity generator if number of 1 is odd then output will be zero.

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 : 1. Write a program to take a number and print whether it is an odd number or even number. -Artificial Intelligence

Last Answer : num = int(input("Enter a number: ")) mod = num % 2 if mod > 0: print("This is an odd number.") else: print("This is an even number.")

Description : Write a C++ program to find whether the entered number is even or odd.

Last Answer : #include<iostream.h> #include<conio.h> void main()  { int num; clrscr(); cout<<"\nEnter a Number "; cin>>num; if(num%2==0)  { cout<<"\nEntered ... else  { cout<<"\nEntered number is odd";  } getch();  }

Description : Draw flowchart for checking whether given number is even or odd. 

Last Answer : flowchart for checking whether given number is even or odd.  

Description : Which of the following is true? Single layer associative neural networks do not have the ability to: (i) perform pattern recognition (ii) find the parity of a picture (iii)determine whether two or more shapes in ... ) are true b) (ii) is true c) All of the mentioned d) None of the mentioned

Last Answer : a) (ii) and (iii) are true

Description : Which of the following is true? Single layer associative neural networks do not have the ability to: (i) perform pattern recognition (ii) find the parity of a picture (iii)determine whether two or more shapes in a ... ) are true b) (ii) is true c) All of the mentioned d) None of the mentioned

Last Answer : a) (ii) and (iii) are true

Description : In______ transmission, wesend1 start bit (0) at thebeginningand 1 or more stop bits (1s) at the end of each byte. A) synchronous B) asynchronous C) isochronous D) none of the above

Last Answer : asynchronous

Description : Each check bit is grouped with the information bits as specified by a__ a. Parity check code b. Parity check matrix c. Parity check bit d. All of these

Last Answer : b. Parity check matrix

Description : How many characters per sec (7 bits + 1 parity ) can be transmitted over a 2400 bps line if the transfer is synchronous (1 start and 1 stop bit)?

Last Answer : 1. 300 2. 240 3. 250 4. 275 Ans- 2400/(7+1+2) 240

Description : How is the parity bit in each storage location used?

Last Answer : To detect errors in the circuitry.

Description : Parity bit check is used to

Last Answer : Parity bit check is used to Detect 1 bit error

Description : Which of the following is the most efficient to perform arithmetic operations on the numbers? (A) Sign-magnitude (B) 1’s complement (C) 2’s complement (D) 9’s complement

Last Answer : (C) 2’s complement

Description : In quantum chemistry, a nodal surface: w) gives 99 percent contour surface for an orbital x) exists for a 1s orbital y) has quantum number l = 1 z) is an orbital surface on which the probability density is zero

Last Answer : ANSWER: Z -- IS AN ORBITAL SURFACE ON WHICH THE PROBABILITY DENSITY IS ZERO 

Description : With respect to a loop in the transportation table, which one of the following is not correct? (1) Every loop has an odd no. of cells and at least 5. (2) Closed loops may or may not b square in ... starting cell, must be occupied cells. (4) Every loop has an even no. of cells and at least four.

Last Answer : Every loop has an odd no. of cells and at least 5.

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 : Is zero an odd or even number?

Last Answer : I think technically it’s even as it’s a multiple of 2 and therefore shares all the traits of even numbers.

Description : Julie is going on an extended trip for three weeks. She lives in a remote area where there are frequent electrical power outages which can last up to three or four days. Julie has quite a bit of food ... power, while another house may have no power. She won?t be able to have a neighbor chec -Riddles

Last Answer : One thing Julie could do is freeze a tray of ice-cubes, and turn the tray of ice upside down in her freezer. When she comes home, she should check the tray. If the ice cubes are still in the ... clean out the freezer. She will have to make a judgment call if the ice-cubes are only slightly thawed.

Description : Identify the odd term amongst the following group : (1) Optical fibre (2) Twisted pair wire (3) Microwaves (4) Coaxial cable

Last Answer : Microwaves

Description : Micro-program consists of a set of microinstructions which are strings of 0s and 1s. a) True b) False

Last Answer : Answer: a Explanation: The computer understands only binary language. So, the microprogram should have instructions which are in the form of 0s and 1s. Each output line of the micro-program corresponds to one control signal

Description : A computer system recognizes only: a) Software b) 0s and 1s c) Modem Signals d) ASCII e) None of These

Last Answer : b) 0s and 1s

Description : The ___ bit decides whether it is a system descriptor or code/data segment descriptor a) P b) S c) D d) G

Last Answer : a) P

Description : Which of the following is used for manufacturing chips? A) Control bus B) Control unit C) Parity unit D) Semiconductor

Last Answer : Answer : D

Description : A signed undertaking from one party containing a promise to pay a stated sum to a specified person or a company is known as ________ A. Power of Attorney B. Promissory Note C. Purchasing Power Parity D. None of the Above

Last Answer : B. Promissory Note Explanation: A promissory note is a legal instrument in which one party (the maker or issuer) promises in writing to pay a determinate sum of money to the other (the payee)

Description : How to share data connection with other devices on Xiaomi Redmi 1S -Web-Development

Last Answer : answer:

Description : How to share data connection with other devices on Xiaomi Mi 1S -Web-Development

Last Answer : answer:

Description : The technique of temporarily delaying outgoing acknowledgements so that they can be hooked onto the next outgoing data frame is called ____________ a. piggybacking b. cyclic redundancy check c. fletcher’s checksum d. parity check

Last Answer : a. piggybacking

Description : The technique of temporarily delaying outgoing acknowledgements so that they can be hooked onto the next outgoing data frame is called ____________ A. piggybacking B. cyclic redundancy check C. fletcher’s checksum D. parity check

Last Answer : A. piggybacking

Description : Which among the following statements is correct about footers: a) All pages in a document need to have same footer b) different section can have different footers c) only tow types of footers, one for even pages and one for odd page d) Can not say e) None of The Above

Last Answer : a) All pages in a document need to have same footer

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