返回卡包市场

1.1 Systems Architecture

暂无描述。系统推荐的高质量记忆内容,适合每天坚持背诵学习。

卡片总数: 24内容版本: v4公开卡包更新时间: 8/1/2026

卡片预览 (24 张)

#1
正面 (问题)

What are the components of a computer?

背面 (解答)

CPU, memory and storage

#2
正面 (问题)

What is the function of the CPU?

背面 (解答)

Fetch-decode-execute cycle of instructions in a step-by-step manner

#3
正面 (问题)

What is the function of memory?

背面 (解答)

Stores program operations and data during the execution cycle of a program

#4
正面 (问题)

What is the function of storage?

背面 (解答)

Stores program files and data even when not in use

#5
正面 (问题)

List a few examples of memory.

背面 (解答)

Registers, cache, RAM and virtual memory

#6
正面 (问题)

List a few examples of storage.

背面 (解答)

Hard drives, SD cards, USB memory disk and CD

#7
正面 (问题)

The speed of a computer depends on what factors?

背面 (解答)

Speeds of CPU, memory and bus

#8
正面 (问题)

What is benchmarking?

背面 (解答)

A test to access the performance of a computer

#9
正面 (问题)

What factors affect the performance of a CPU?

背面 (解答)

Cores, clock rate, cache size and processor type

#10
正面 (问题)

True or False: Increasing the number of cores 5 times, increases the speed of computer 5 times.

背面 (解答)

False, because communication channels use up some speed.

#11
正面 (问题)

What is clock rate?

背面 (解答)

Clock rate indicates the number of instructions processed by a CPU in a second.

#12
正面 (问题)

What is over-clocking?

背面 (解答)

Increasing the speed of the computer by increasing the CPU clock speed is called over-clocking

#13
正面 (问题)

What is cache?

背面 (解答)

Cache is a small memory part located closer to CPU when compared to RAM to hold temporary data and instructions that the CPU is expected to use frequently.

#14
正面 (问题)

True or False: Accessing cache is faster than accessing RAM.

背面 (解答)

True

#15
正面 (问题)

How is cache classified?

背面 (解答)

Cache is classified into three levels as Level 1, Level 2 and Level 3(L3).

#16
正面 (问题)

Which of these caches are shared between cores: L1, L2 or L3?

背面 (解答)

L3 cache

#17
正面 (问题)

What are the types of processors?

背面 (解答)

Complex Instruction Set Computing (CISC) and Reduced Instruction Set Computing (RISC)

#18
正面 (问题)

Which of the two processors offer a higher clock speed: CISC or RISC?

背面 (解答)

CISC

#19
正面 (问题)

What are embedded computers?

背面 (解答)

Embedded computers are designed to perform a dedicated function within a large mechanical or electrical system.

#20
正面 (问题)

What is the function of the address bus?

背面 (解答)

Transmits the address between the processor and memory

#21
正面 (问题)

What is the function of a data bus?

背面 (解答)

Transmits data between the processor, memory and input-output devices

#22
正面 (问题)

What is the function of a control bus?

背面 (解答)

Transmits signals of the processor to control the memory and peripheral devices

#23
正面 (问题)

List the registers used in von Neumann architecture

背面 (解答)

MAR, MDR, ACC, PC and CIR

#24
正面 (问题)

What are the steps involved in a READ operation?

背面 (解答)

Address→MAR Read signal is sent by processor Data→MDR