Flashcards - Computer Systems Week 5_ Hardware Basics

1
Q

What is the main cycle that a microprocessor goes through after being switched on?

A

Fetch-Execute Cycle

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

In the Fetch-Execute Cycle, which two components are primarily involved?

A

CPU and memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does the acronym CPU stand for?

A

Central Processing Unit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the purpose of the CPU Clock?

A

To synchronize operations in the CPU

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the two types of information stored in memory?

A

Instructions and data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Name a demonstration that helps understand computer operation in this week’s material.

A

Little Man Computer (LMC)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does LMC stand for?

A

Little Man Computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which instruction in the LMC is used to load data from a memory address?

A

LOAD

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Which LMC instruction would you use to add two values?

A

ADD

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What does the STOP instruction do in LMC?

A

It halts the execution of the program

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

In the LMC instruction set, what is the purpose of the STORE command?

A

To save a value to a specific memory location

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the maximum number designation in LMC for a three-digit code?

A

999

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What kind of values can an operand represent?

A

A memory location or a numeric value

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

In computing, what does the term ‘instruction set’ refer to?

A

The group of commands understood by a CPU

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Which instruction is used to output data in LMC?

A

OUTPUT/PRINT

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the purpose of separating program instructions and data within LMC?

A

To avoid confusion and manage resources effectively

17
Q

At which memory location does the addition program start in LMC?

A

Location 00

18
Q

What does ‘I/O’ stand for in computing?

A

Input/Output

19
Q

Where are the LMC user instructions stored during program execution?

A

In specific memory addresses or ‘pigeonholes’

20
Q

What does the program counter (PC) do in a CPU?

A

It keeps track of the next instruction to execute

21
Q

How does a CPU execute instructions sequentially?

A

By fetching each instruction from memory one at a time