Search Header Logo

[CS] Quiz 1 Big-O Notation, Search Algorithms, Memory Hierarchy

Authored by Bruh Bruh

Computers

12th Grade

Used 1+ times

[CS] Quiz 1 Big-O Notation, Search Algorithms, Memory Hierarchy
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Intro: What are the microscopic switches inside the CPU called?

Resistors
Transistors
Diodes
Capacitors
ICs

Answer explanation

Transistors are the building blocks of modern CPUs, allowing for the creation of binary states (1s and 0s).

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Binary: How many different combinations can 8 bits (1 byte) have?

128
64
256
512
1024

Answer explanation

A byte consists of 8 bits, which can have 2^8 or 256 different combinations of 0s and 1s.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Hexadecimal: What is the hexadecimal equivalent of the binary number 1101?

7
D
B
A
E

Answer explanation

The binary number 1101 corresponds to the decimal number 13, which is represented as 'D' in hexadecimal.

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Logic Gates: In a circuit, if both A and B are ON, which logic gate will turn the output ON?

OR
XOR
NOT
AND
NAND

Answer explanation

An AND gate outputs ON only when both inputs are ON.

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Boolean Algebra: What is the result of applying the NOT operation to a binary 1?

0
1
2
-1
NULL

Answer explanation

The NOT operation inverts the binary value, so 1 becomes 0.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ASCII: What binary code does the ASCII character 'A' translate to?

1000010
1100001
1000001
1100010
10000001

Answer explanation

In ASCII, the character 'A' corresponds to the binary code 01000001.

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Kernel: What role does the kernel play in a computer's operating system?

Manages hardware resources
Provides user interface
Connects to the internet
Runs applications
Handles graphics

Answer explanation

The kernel manages how the hardware and software components of a computer interact.

Access all questions and much more by creating a free account

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

Already have an account?

Discover more resources for Computers