Computer Architecture Flashcards

1
Q

What is the primary function of the CPU in a computer architecture?

A

To execute instructions and process data.

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

True or False: The ALU stands for Arithmetic Logic Unit.

A

True

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

Fill in the blank: The __________ is responsible for managing the data flow between the CPU, memory, and input/output devices.

A

bus

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

What are the two main types of computer memory?

A

Volatile and Non-volatile memory.

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

Which type of memory is faster: RAM or hard drive?

A

RAM

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

What does the acronym ‘RAM’ stand for?

A

Random Access Memory

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

Multiple Choice: Which architecture is known for its simplicity and efficiency in instruction execution? A) CISC B) RISC C) SIMD

A

B) RISC

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

What is the purpose of cache memory in computer architecture?

A

To speed up data access by storing frequently used data and instructions.

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

True or False: A microprocessor is a complete computing system on a single chip.

A

True

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

What is pipelining in the context of CPU architecture?

A

A technique where multiple instruction phases are overlapped to improve performance.

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

Fill in the blank: The __________ is the part of the CPU that performs arithmetic and logical operations.

A

ALU (Arithmetic Logic Unit)

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

What does the term ‘bus width’ refer to?

A

The number of bits that can be transmitted simultaneously on a bus.

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

Multiple Choice: Which of the following is NOT a type of storage device? A) SSD B) RAM C) CPU

A

C) CPU

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

What is the function of the control unit in a CPU?

A

To direct the operation of the processor and manage the execution of instructions.

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

True or False: Secondary storage is faster than primary storage.

A

False

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

What is the main advantage of using a RISC architecture?

A

It allows for a simpler instruction set, leading to faster execution.

17
Q

Fill in the blank: The __________ instruction set architecture specifies the instructions that a CPU can execute.

A

ISA (Instruction Set Architecture)

18
Q

What is the purpose of virtual memory?

A

To extend the available memory by using disk space as additional RAM.

19
Q

Multiple Choice: Which of the following is an example of non-volatile memory? A) SRAM B) DRAM C) Flash memory

A

C) Flash memory

20
Q

What does the term ‘throughput’ refer to in computer architecture?

A

The amount of data processed by a system in a given amount of time.

21
Q

True or False: A 32-bit processor can handle more memory than a 64-bit processor.

22
Q

What is the role of an operating system in computer architecture?

A

To manage hardware resources and provide services for application software.

23
Q

Fill in the blank: The __________ is the part of the computer that stores data permanently.

A

hard drive

24
Q

What does ‘endian-ness’ refer to in computer architecture?

A

The order in which bytes are arranged in memory.

25
Q

Multiple Choice: Which of the following is a type of input device? A) Monitor B) Keyboard C) Printer

A

B) Keyboard

26
Q

What is the function of a GPU in computer architecture?

A

To accelerate rendering of images and graphics processing.