According to De Morgan's first law, NOT (A AND B) is equivalent to:
Anonymous Quiz
15%
(NOT A) AND (NOT B)
45%
(NOT A) OR (NOT B)
20%
A OR B
20%
A AND B
Which logic gate produces a high output (1) if any of its inputs are high?
Anonymous Quiz
38%
AND
48%
OR
14%
NAND
0%
NOT
According to De Morgan's second law, NOT (A OR B) is equivalent to:
Anonymous Quiz
35%
(NOT A) OR (NOT B)
12%
A AND B
12%
A OR B
41%
(NOT A) AND (NOT B)
Which gate is known as the universal gate because it can be used to create all other logic gates?
Anonymous Quiz
11%
OR
11%
AND
63%
NAND
16%
XOR
The output of a NOT gate with an input of 0 is:
Anonymous Quiz
0%
0
83%
1
11%
Undefined
6%
Both 0 and 1
The Boolean expression for an OR gate with inputs A and B is:
Anonymous Quiz
17%
A . B
78%
A + B
0%
A'
6%
A XOR B
What is the binary equivalent of the decimal number 25?
Anonymous Quiz
50%
11001
14%
10011
29%
11010
7%
11100
The number system with base 16 is known as:
Anonymous Quiz
6%
Decimal
13%
Octal
6%
Binary
75%
Hexadecimal
How many bits does a standard ASCII code use to represent a character?
Anonymous Quiz
13%
4 bits
47%
7 or 8 bits
27%
16 bits
13%
32 bits
Which encoding scheme is designed to represent characters from virtually all writing systems?
Anonymous Quiz
38%
ASCII
23%
EBCDIC
0%
ISCII
38%
Unicode
What is the decimal equivalent of the binary number 10110?
Anonymous Quiz
20%
20
47%
22
20%
26
13%
18
Which of the following represents the hexadecimal digit 'E'?
Anonymous Quiz
13%
10
20%
12
60%
14
7%
15
What is ISCII primarily used for?
Anonymous Quiz
31%
Representing European languages
54%
Representing Indian scripts
15%
A universal standard for all languages
0%
Encoding for mainframe computers
UTF-8 and UTF-16 are different forms of which encoding standard?
Anonymous Quiz
7%
ASCII
21%
ISCII
50%
Unicode
21%
EBCDIC
🙏2
What is the decimal equivalent of the hexadecimal number 1A?
Anonymous Quiz
38%
26
19%
17
25%
32
19%
20