Which logic gate produces a high output (1) only when all its inputs are high?
Anonymous Quiz
18%
OR
29%
NOT
42%
AND
11%
XOR
According to De Morgan's first law, NOT (A AND B) is equivalent to:
Anonymous Quiz
17%
(NOT A) AND (NOT B)
46%
(NOT A) OR (NOT B)
23%
A OR B
14%
A AND B
Which logic gate produces a high output (1) if any of its inputs are high?
Anonymous Quiz
29%
AND
47%
OR
21%
NAND
3%
NOT
According to De Morgan's second law, NOT (A OR B) is equivalent to:
Anonymous Quiz
30%
(NOT A) OR (NOT B)
9%
A AND B
15%
A OR B
45%
(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
9%
OR
26%
AND
50%
NAND
15%
XOR
The output of a NOT gate with an input of 0 is:
Anonymous Quiz
3%
0
65%
1
23%
Undefined
10%
Both 0 and 1
The Boolean expression for an OR gate with inputs A and B is:
Anonymous Quiz
26%
A . B
68%
A + B
3%
A'
3%
A XOR B
What is the binary equivalent of the decimal number 25?
Anonymous Quiz
38%
11001
17%
10011
31%
11010
14%
11100
The number system with base 16 is known as:
Anonymous Quiz
6%
Decimal
17%
Octal
8%
Binary
69%
Hexadecimal
How many bits does a standard ASCII code use to represent a character?
Anonymous Quiz
21%
4 bits
51%
7 or 8 bits
15%
16 bits
13%
32 bits
Which encoding scheme is designed to represent characters from virtually all writing systems?
Anonymous Quiz
37%
ASCII
26%
EBCDIC
5%
ISCII
32%
Unicode
What is the decimal equivalent of the binary number 10110?
Anonymous Quiz
21%
20
55%
22
9%
26
15%
18
Which of the following represents the hexadecimal digit 'E'?
Anonymous Quiz
16%
10
11%
12
58%
14
16%
15
What is ISCII primarily used for?
Anonymous Quiz
21%
Representing European languages
50%
Representing Indian scripts
29%
A universal standard for all languages
0%
Encoding for mainframe computers
What is the octal equivalent of the binary number 110101?
Anonymous Quiz
41%
65
21%
53
21%
72
18%
63
UTF-8 and UTF-16 are different forms of which encoding standard?
Anonymous Quiz
5%
ASCII
22%
ISCII
62%
Unicode
11%
EBCDIC