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

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

12th Grade

15 Qs

quiz-placeholder

Similar activities

Operating Systems

Operating Systems

12th Grade

10 Qs

Programming Languages

Programming Languages

9th - 12th Grade

17 Qs

Programming language classification

Programming language classification

12th Grade

14 Qs

Hardware

Hardware

9th - 12th Grade

10 Qs

Operating Systems (OCR A level)

Operating Systems (OCR A level)

12th Grade

19 Qs

1.1 - System Architecture - CPU [OCR] [GCSE]

1.1 - System Architecture - CPU [OCR] [GCSE]

9th - 12th Grade

10 Qs

Computer Hardward - Fetch, Decode & Execute Cycle

Computer Hardward - Fetch, Decode & Execute Cycle

4th - 12th Grade

10 Qs

Data Representation - Instructions

Data Representation - Instructions

3rd - 12th Grade

10 Qs

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

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

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Bruh Bruh

Used 1+ times

FREE Resource

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.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?

Discover more resources for Computers