返回卡包市场

1.1- Systems Architecture

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

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

卡片预览 (24 张)

#1
正面 (问题)

Hardware

背面 (解答)

The physical things in a computer system, eg. CPU, motherboard

#2
正面 (问题)

Software

背面 (解答)

The programs or applications that a computer system runs, eg. operating system

#3
正面 (问题)

Embedded system

背面 (解答)

A computer system that has been designed for a dedicated function as part of a bigger system. They have limited functions which are hard to change.

#4
正面 (问题)

Embedded system features

背面 (解答)

Low cost, small, reliable, robust, low power

#5
正面 (问题)

Purpose of the CPU

背面 (解答)

-execute the instructions of the programs, -process data -manage the rest of the hardware resources

#6
正面 (问题)

Three main parts in CPU

背面 (解答)

Control Unit (CU), Arithmetic Logic Unit (ALU), Cache

#7
正面 (问题)

Control Unit (CU)

背面 (解答)

-Manage the fetch-execute cycle -Controls the flow of data in and out the CPU -Sends signals to direct the operations

#8
正面 (问题)

Arithmetic Logic Unit (ALU)

背面 (解答)

Carries out the calculations, logic operations and contains the accumulator

#9
正面 (问题)

Cache

背面 (解答)

Very fast memory that stores regularly used data, so the CPU can access it quickly

#10
正面 (问题)

Memory speed order

背面 (解答)

• Registers • Cache • RAM

#11
正面 (问题)

Program counter (PC)

背面 (解答)

Holds the single memory address of the instruction for each cycle

#12
正面 (问题)

Accumulator

背面 (解答)

Stores intermediate results of calculations in the ALU

#13
正面 (问题)

Memory Address Register (MAR)

背面 (解答)

Holds the single memory address of the data being processed

#14
正面 (问题)

Memory Data Register (MDR)

背面 (解答)

Stores the data that is fetched from or to be sent to memory

#15
正面 (问题)

Memory

背面 (解答)

Holds the program instructions and data

#16
正面 (问题)

Higher Clock speed

背面 (解答)

More instructions can be carried out per second

#17
正面 (问题)

More Cores

背面 (解答)

Parallel processing can take place: it can execute separate instructions at once which enables multitasking, so it can process a batch of data faster.

#18
正面 (问题)

Larger cache

背面 (解答)

Faster access to more data it needs to process (faster at accessing data than RAM)

#19
正面 (问题)

fetch execute cycle

背面 (解答)

• fetch instruction from memory • decode instruction • execute instruction • process is repeated

#20
正面 (问题)

fetch instruction

背面 (解答)

causes the next instruction and any data involved to be fetched from main memory

#21
正面 (问题)

address

背面 (解答)

The address might point to data or a CPU instruction.

#22
正面 (问题)

Embedded system eg

背面 (解答)

dishwashers, microwaves, TVs

#23
正面 (问题)

general purpose computer

背面 (解答)

designed to run many applications

#24
正面 (问题)

Register

背面 (解答)

Small piece of memory inside the processor that can hold one instruction or address