

InterviewSolution
Saved Bookmarks
1. |
A group of bits used to represent a symbol is called a ____________(a) byte(b) memory(c) nibble(d) codeI had been asked this question in an online quiz.I want to ask this question from BCD in portion Computer Codes of Computer Fundamentals |
Answer» RIGHT option is (a) byte The explanation is: In binary coding, EVERY SYMBOL that APPEARS in data is represented by a group of bits, which are called bytes. Computer CODES use binary coding schemes. |
|