返回卡包市场

Topic 3

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

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

卡片预览 (24 张)

#1
正面 (问题)

What is the CPU

背面 (解答)

central processing unit.most important hardware component in a computer.

#2
正面 (问题)

what is inside the CPU

背面 (解答)

ALU, CU, registers (MDR,MAR,CIR) , ACC, PC, cache

#3
正面 (问题)

two main features of CPU

背面 (解答)

: to process data and instructions. to control the rest of the computer system.

#4
正面 (问题)

what is the Von Neuman Architecture

背面 (解答)

the design upon which many general purpose computers are based

#5
正面 (问题)

main features of Von Neuman Architecture

背面 (解答)

-CPU able to access memory directly -computer memories couls store programs as well as data. -stored programs were made up of instructions which could be executed in sequential order

#6
正面 (问题)

components of CPU

背面 (解答)

control unit (CU) Arithmetic and logic unit(ALU) registers and buses

#7
正面 (问题)

what does the system clock do

背面 (解答)

keeps in time all components of CPU

#8
正面 (问题)

what does the CU do

背面 (解答)

reads instruction form meomory, which is thgen interpreteted using the FDE cycle coordinates and controlls all operations that are carried out

#9
正面 (问题)

What does the ALU do

背面 (解答)

allows the required arithmetic and logic operations to be carried out while program is run

#10
正面 (问题)

eg of arithmetic operations and logics

背面 (解答)

arith. addition or substraction log. smaller, grater equal

#11
正面 (问题)

what are registers

背面 (解答)

small amounts of high speed memory contained within the CPU

#12
正面 (问题)

what is storedin registers uring processing

背面 (解答)

address of next instruction to be executed current instruction being decoded results of calculations

#13
正面 (问题)

MAR

背面 (解答)

memory address register, stores the address of memory location currently being read from or written to

#14
正面 (问题)

MDR

背面 (解答)

memory data register stores data which has just been read from memory or data which is about to be written to memory

#15
正面 (问题)

PC

背面 (解答)

program counter stores the address where the next instruction to be read can be found. its value change once an instructions i fetched, it is incremented by 1

#16
正面 (问题)

ACC

背面 (解答)

accumulator used when carrying out ALU calculations, stores data temporarily during this calc.

#17
正面 (问题)

what is a bus

背面 (解答)

high-speed internal connection, used to send control signals and data between the processor and other components

#18
正面 (问题)

address bus

背面 (解答)

carries memory address from processor to other components(primary mem, input/output devices)

#19
正面 (问题)

Control bus

背面 (解答)

carries control signals from the processor and carries the clock’s pulses

#20
正面 (问题)

data bus

背面 (解答)

carries actual data

#21
正面 (问题)

primary storage memory

背面 (解答)

RAM,ROM

#22
正面 (问题)

RAM

背面 (解答)

main memory, random access memory, access to it very fast, volatile

#23
正面 (问题)

ROM

背面 (解答)

read only memory data permantly saved, non-volatile holds firmware, bootstrap instuction and BIOS

#24
正面 (问题)

3 operations operated by CPU

背面 (解答)

fetch= fetched data from memory and stores them in suitable registers decode exexute