42. | EXOR is the __________ of the binary number. |
Discuss |
Answer: (a).MSB to the next bit
|
43. | ASCII code is required for representing more than ________ characters. |
Discuss |
Answer: (c).64
|
45. | What is the 8-bit EBCDIC representation of alphabet M? |
Discuss |
Answer: (c).11010100
|
46. | Which of the following is not correct regarding EBCDIC? |
Discuss |
Answer: (b).It is a 7-bit code.
|
47. | The MSB of _____________ is same as the MSB of the corresponding Gray code. |
Discuss |
Answer: (c).Binary code
|
48. | How can you represent (08)10 in BCD? |
Discuss |
Answer: (a).0000 1000
|
49. | In N-bits, you can represent the signed integers ranging from ___________. |
Discuss |
Answer: (b).-2^(N-1) to 2^(N-1) -1
|
50. | How -5 is represented in hex format in 2’s complement in 8-bits? |
Discuss |
Answer: (a).(FB)16
|