

InterviewSolution
Saved Bookmarks
1. |
Binary code comprises of digits from 0 to 9.(a) True(b) FalseThis question was addressed to me during an internship interview.I would like to ask this question from Machine Languages topic in division Computer Languages of Computer Fundamentals |
Answer» CORRECT answer is (B) FALSE To elaborate: 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. |
|