InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 51. |
Representation of hexadecimal number (6DE)H indecimal:(a) 6 * 16^2 + 13 * 16^1 + 14 * 16^0(b) 6 * 16^2 + 12 * 16^1 + 13 * 16^0(c) 6 * 16^2 + 11 * 16^1 + 14 * 16^0(d) 6 * 16^2 + 14 * 16^1 + 15 * 16^0The question was posed to me during an online exam.My doubt stems from Number System in section Number System and Codes of Digital Circuits |
|
Answer» Correct choice is (a) 6 * 16^2 + 13 * 16^1 + 14 * 16^0 |
|
| 52. |
The largest two digit hexadecimal number is ________(a) (FE)16(b) (FD)16(c) (FF)16(d) (EF)16I had been asked this question during an interview.This intriguing question originated from Number System in portion Number System and Codes of Digital Circuits |
|
Answer» Right choice is (c) (FF)16 |
|
| 53. |
The decimal equivalent of the octal number (645)8 is ______(a) (450)10(b) (451)10(c) (421)10(d) (501)10I have been asked this question in an interview for job.My doubt stems from Number System in portion Number System and Codes of Digital Circuits |
|
Answer» Correct choice is (c) (421)10 |
|
| 54. |
An important drawback of binary system is ________(a) It requires very large string of 1’s and 0’s to represent a decimal number(b) It requires sparingly small string of 1’s and 0’s to represent a decimal number(c) It requires large string of 1’s and small string of 0’s to represent a decimal number(d) It requires small string of 1’s and large string of 0’s to represent a decimal numberThe question was asked during a job interview.This intriguing question comes from Number System topic in chapter Number System and Codes of Digital Circuits |
|
Answer» Right answer is (a) It REQUIRES very large string of 1’s and 0’s to represent a decimal number |
|
| 55. |
The decimal equivalent of the binary number (1011.011)2 is ________(a) (11.375)10(b) (10.123)10(c) (11.175)10(d) (9.23)10The question was posed to me in an interview for job.I need to ask this question from Number System topic in section Number System and Codes of Digital Circuits |
|
Answer» Correct CHOICE is (a) (11.375)10 |
|
| 56. |
The parameter through which 16 distinct values can be represented is known as ________(a) Bit(b) Byte(c) Word(d) NibbleI had been asked this question in an internship interview.My question is from Number System in division Number System and Codes of Digital Circuits |
|
Answer» The correct CHOICE is (c) Word |
|
| 57. |
The representation of octal number (532.2)8 in decimal is ________(a) (346.25)10(b) (532.864)10(c) (340.67)10(d) (531.668)10The question was asked in exam.The doubt is from Number System topic in chapter Number System and Codes of Digital Circuits |
|
Answer» The CORRECT choice is (a) (346.25)10 |
|
| 58. |
Any signed negative binary number is recognised by its ________(a) MSB(b) LSB(c) Byte(d) NibbleI had been asked this question during an interview.The above asked question is from Number System in division Number System and Codes of Digital Circuits |
|
Answer» CORRECT option is (a) MSB The EXPLANATION is: Any negative NUMBER is recognized by its MSB (Most Significant Bit). If it’s 1, then ít’s negative, else if it’s 0, then positive. |
|
| 59. |
If the decimal number is a fraction then its binary equivalent is obtained by ________ the number continuously by 2.(a) Dividing(b) Multiplying(c) Adding(d) SubtractingThe question was posed to me in an interview for job.The query is from Number System topic in portion Number System and Codes of Digital Circuits |
|
Answer» Correct choice is (b) MULTIPLYING |
|