Convert 42 to 8-bit unsigned binary

CS2110 Spring 24 Final Exam Prep

Quiz
•
Computers
•
University
•
Medium
Sara Enright
Used 86+ times
FREE Resource
35 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
00101010
01010100
00101100
00100110
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is 8 in 4-bit 2's complement binary?
0000
0111
1000
You cannot represent 8 in 4-bit 2's complement binary
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Given 8-bit unsigned binary numbers: A = 1001 0100 B = 0110 1101 C = 1011 1011, calculate (A & B) ^ C
(NOTE: ^ is XOR)
0000 0100
1011 1011
1011 1111
1011 0111
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following bit masks will clear bit 5 of A?
A | ~(1 << 5)
A | (1 << 5)
A & ~(1 << 5)
A & (1 << 5)
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Using DeMorgan's Law, find the equivalent boolean expression to: ~(~A & (B | ~C))
A & ~(B & ~C)
~A | ~(B | ~C)
A | (~B | C)
A | (~B & C)
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many of each transistor type do you need to make a NOT gate?
1 N-type, 2 P-type
1 P-type, 2 N-type
1 P-type, 1 N-type
2 P-type, 2 N-type
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What type of gate is this circuit?
AND
OR
NAND
NOR
Create a free account and access millions of resources
Similar Resources on Quizizz
30 questions
IT 104B (Quiz 1 in Laboratory)

Quiz
•
University
30 questions
OODP_Batch2_Quiz

Quiz
•
University
40 questions
Linear Data Structures Quiz

Quiz
•
University
30 questions
FT1 Basics of C

Quiz
•
University
30 questions
OODP FT1 I1 SECTION

Quiz
•
University
30 questions
OODP_Batch 1_Quiz

Quiz
•
University
30 questions
quiz

Quiz
•
University
30 questions
Code debugging - Round 1

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade