COMPILER DESIGN

ADVANCED TOPICS IN COMPILER DESIGN

PARALLEL AND DISTRIBUTED COMPILERS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Binary code contains what two digits?
A
A and B
B
1 and 2
C
0 and 1
D
X and Y
Explanation: 

Detailed explanation-1: -Answer: In a binary system, the 0’s and 1’s are known as bits.

Detailed explanation-2: -The binary system is base 2 There are 2 digits: 0 and 1. Binary is used in computers because each bit (binary digit) can have just one of two values. We usually represent those two values as 1 and 0, but it can also be thought of as true or false; on or off. The binary number system is a place system.

There is 1 question to complete.