Computer Science

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/23

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:12 PM on 8/28/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

24 Terms

1
New cards

Which component executes instructions and performs every calculation?

CPU

2
New cards

Which type of memory is volatile (erased whenever the power is turned off)?

RAM

3
New cards

What is non volatile storage?

Storage that saves data when a device is powered off

4
New cards

What connects all the components of a computer so they can communicate with each other?

Motherboard

5
New cards

What converts wall AC power into the voltages the components actually need?

Power supply unit (PSU)

6
New cards

Which component is a specialized processir for graphics and parallel calculations?

GPU

7
New cards

What is firmware?

Software stored on a chip that starts the computer

8
New cards

What is an example of hardware?

Monitor

9
New cards

What is an example of software?

Operating system (OS)

10
New cards

Convert binary 1101 to decimal

13

11
New cards

Convert decimal 42 to binary

42

12
New cards

Convert hexadecimal 2F to decimal

47

13
New cards

How many bits make up for one hexadecimal digit (a”nybble”)?

4

14
New cards

Why do computers represent all data using binary (base 2)?

A transistor naturally has exactly two reliable states: on and off

15
New cards

What is a kilobyte, exactly?

1024 bytes

16
New cards

According to Moore’s Law, about how often does the number of transistors on a chip double?

About every 2 years

17
New cards

In an AND gate’s truth table, which pair of inputs produces an output of one?

1,1

18
New cards

Which gate outputs 1 when at least one of its inputs is 1?

OR

19
New cards

Which gate’s output is 1 only when its two inputs are different from each other?

XOR

20
New cards

A truth table for circuit with 3 inputs has how many rows?

8

21
New cards

A NAND gate is built from which combination of gates?

AND, then NOT

22
New cards

According to De Morgan’stheorem, NOT(A AND B) is equivalent to:

(NOT A) OR (NOT B)Whic

23
New cards

What is the correct order of the four-step cycle the CPU repeats billions of times per second?

Fetch, Decode, Execute, Store

24
New cards

Which subfield of computer science focuses on protecting systems, data, and the people who use them?

Cybersecurity