comp sci

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/66

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

67 Terms

1
New cards

Who created the Von Neumann Architecture?

John von Neumann

2
New cards

What does Von Neumann Architecture use one memory for?

Both instructions and data

3
New cards

How is Von Neumann different from Harvard Architecture?

Harvard has separate memory for data and instructions; Von Neumann does not

4
New cards

Can Von Neumann architecture do one instruction to many data at once?

No, it does one thing at a time

5
New cards

What are the main parts of Von Neumann architecture?

CPU, memory, input/output devices, and maybe storage

6
New cards

What is the CPU in Von Neumann architecture?

The brain of the computer that runs instructions

7
New cards

What is memory used for?

Storing both instructions and data

8
New cards

What are input/output devices?

Things like keyboard, mouse, and screen

9
New cards

What is the CPU in a computer?

The brain of the computer that does all the thinking and work

10
New cards

What is Main Memory used for?

It holds information the CPU is using right now

11
New cards

What is Secondary Storage?

It's the long-term storage like a hard drive or SSD

12
New cards

What are Peripheral Devices?

Extra things like a keyboard, mouse, screen, or printer

13
New cards

What is a Bus in computer hardware?

It's like a road that lets all the parts talk to each other

14
New cards

Why is the CPU important?

It controls everything and makes the computer run

15
New cards

What is a 'cycle' in computing?

A tiny step that a computer takes to do a job

16
New cards

What unit is used to measure processing speed?

Hertz (Hz) - cycles per second

17
New cards

What does 1 GHz mean?

1 billion cycles per second

18
New cards

What is a bit?

The smallest piece of data - like a tiny light switch, on or off

19
New cards

What is a byte?

8 bits together

20
New cards

What is a kilobyte (kB)?

About 1,000 bytes

21
New cards

What is a megabyte (MB)?

About 1 million bytes

22
New cards

What is a gigabyte (GB)?

About 1 billion bytes

23
New cards

What is a terabyte (TB)?

About 1 trillion bytes

24
New cards

What does the Control Unit (CU) do?

It coordinates the flow of instructions and data, and activates the correct CPU components.

25
New cards

What is the role of the Arithmetic Logic Unit (ALU)?

It performs arithmetic, logical, and bit manipulation operations like adders.

26
New cards

What are registers in the CPU used for?

They temporarily store values such as operands, operation results, and memory addresses.

27
New cards

Which CPU component acts as a manager, directing the flow of data?

Control Unit (CU)

28
New cards

Which CPU part handles mathematical and logical calculations?

Arithmetic Logic Unit (ALU)

29
New cards

What is an 'adder' in the ALU?

A circuit that performs addition operations.

30
New cards

What type of data do registers store?

Operands, results, and memory addresses needed during processing.

31
New cards

What are the two main internal units inside the CPU shown in the diagram?

The Control Unit and the Arithmetic Logic Unit (ALU)

32
New cards

What connects CPU components to memory and input/output devices in the diagram?

The data bus (blue) and control bus (red)

33
New cards

Main Memory

RAM (Random Access Memory) or DRAM (Dynamic RAM)

34
New cards

What does RAM store?

Instructions and data for programs running right now.

35
New cards

Is RAM permanent or temporary?

Temporary — it loses data when the power is off.

36
New cards

What does 'volatile' mean in memory?

It means the data is erased when the computer is turned off.

37
New cards

What is stored in the cells of RAM?

Binary data (like 10101010) that the computer can use.

38
New cards

What is the address of a RAM cell?

A unique label (like 11111110) that tells the computer where to find data.

39
New cards

Why does your computer need RAM?

To quickly access the stuff it's working on right now.

40
New cards

Can the computer run programs without RAM?

No — it needs RAM to run apps and do tasks.

41
New cards

What happens to RAM when the computer shuts down?

It forgets everything — it gets wiped clean.

42
New cards

What does RAM look like inside a computer?

It looks like small sticks or chips plugged into the motherboard.

43
New cards

What is a CPU core?

A core is one 'brain' inside the CPU that can do its own tasks.

44
New cards

How many cores did most CPUs have before 2005?

Just one.

45
New cards

What components does each core have?

Its own Control Unit (CU), ALU, and Registers.

46
New cards

Why do modern CPUs have multiple cores?

So they can do more things at the same time (multitask).

47
New cards

What does a core do with a thread?

Each core can run its own thread of a program.

48
New cards

Why not just make one super fast core?

Multiple modest cores use less power and still get more done.

49
New cards

Why can a GPU have so many cores?

Because the math it does is simple and easy to do in parallel.

50
New cards

What does bus width mean?

How many bits can move at the same time — wider = faster.

51
New cards

What does PCI-Express connect?

The CPU to other parts like graphics cards, storage, and networks.

52
New cards

What does non-volatile mean?

It means the data stays even when the power is off.

53
New cards

What is an HDD?

A hard drive with spinning magnetic disks and a moving arm to read/write data.

54
New cards

What is used to read/write data in an HDD?

A read/write head that moves over spinning platters.

55
New cards

Is the storage in an HDD removable?

No, it is fixed.

56
New cards

What is an optical disk?

A CD, DVD, or Blu-ray that uses lasers to read data.

57
New cards

How do optical disks store binary data?

Lands = 1 (light reflects), Pits = 0 (light scatters).

58
New cards

Are optical disks removable?

Yes.

59
New cards

Do SSDs have moving parts?

Nope! They're solid.

60
New cards

Are SSDs faster than HDDs?

Yes, way faster.

61
New cards

How fast is an SSD?

100 nanoseconds access time, 500 MB/s - 3.5 GB/s transfer rate.

62
New cards

Are SSDs more expensive than HDDs?

Yes, per GB they cost more.

63
New cards

Do SSDs last forever?

No, they have a write limit, but still last a long time.

64
New cards

How fast is an HDD?

10 milliseconds access time, 150-250 MB/s transfer speed.

65
New cards

Which is more shock-resistant, SSD or HDD?

SSD.

66
New cards

Which is cheaper, SSD or HDD?

HDD.

67
New cards

Which storage is commonly removable?

Optical disks (CD, DVD, Blu-Ray).