COMPUTER PROGRAMMING FUNDAMENTALS
PROGRAMMING LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
The first stored programs were written in binary. How many bits did each line of code contain?
|
4
|
|
8
|
|
16
|
|
32
|
Explanation:
Detailed explanation-1: -16 binary digits can represent 65, 536 different values when taken as a group. It’s convention that we tend either to use 16 bits to represent the integers from 0–65535, or signed integers from-32768 to +32767.
Detailed explanation-2: -16-bit refers to a certain measurement of units of memory or data, of 16 bits in size. 16-bit technologies are technologies that are built for 16-bit data sets, or with a 16-bit data handling capacity or with 16-bit sized registers.
There is 1 question to complete.