CS2110 Spring 24 Final Exam Prep

CS2110 Spring 24 Final Exam Prep

University

35 Qs

quiz-placeholder

Similar activities

Computer System

Computer System

11th Grade - University

30 Qs

HCI 323 - MIDTERM EXAM

HCI 323 - MIDTERM EXAM

University

31 Qs

ARKOM PRA UTS

ARKOM PRA UTS

University

35 Qs

computer essintials quize lessons 1,2,3

computer essintials quize lessons 1,2,3

University

30 Qs

Computer Classification

Computer Classification

University

34 Qs

Have fun with quiz !

Have fun with quiz !

3rd Grade - University

39 Qs

SAS Informatika VII 2024

SAS Informatika VII 2024

7th Grade - University

40 Qs

Computer Programming 1 Review

Computer Programming 1 Review

University

30 Qs

CS2110 Spring 24 Final Exam Prep

CS2110 Spring 24 Final Exam Prep

Assessment

Quiz

Computers

University

Practice Problem

Medium

Created by

Sara Enright

Used 86+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

35 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Convert 42 to 8-bit unsigned binary

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

Media Image

What type of gate is this circuit?

AND

OR

NAND

NOR

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?