返回卡包市场

computer architecture

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

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

卡片预览 (20 张)

#1
正面 (问题)

state the name of the famous computer architecture system

背面 (解答)

von neumann architecture

#2
正面 (问题)

what do buses do

背面 (解答)

they move data around the computer and send out control signals to synchronize internal operation

#3
正面 (问题)

name three types of buses

背面 (解答)

address bus, data bus, control bus

#4
正面 (问题)

what do the address buses do

背面 (解答)

they carry signals relating to the address between the processor and memory

#5
正面 (问题)

what is the direction of address bus

背面 (解答)

uni-directional (operating in a single direction)

#6
正面 (问题)

what do the data buses do

背面 (解答)

they send data between the processor, memory unit and the input/output devices

#7
正面 (问题)

what is the direction of data bus

背面 (解答)

bi-directional (operating in both direction)

#8
正面 (问题)

what do the control buses do

背面 (解答)

they carry signals relating to control and coordination of all activities within the computer

#9
正面 (问题)

what is the direction of control bus

背面 (解答)

uni-directional

#10
正面 (问题)

what are registers

背面 (解答)

high-speed storage areas within the computer they are needed so that data can be manipulated within the computer all data must be represented in a register before it can be processed

#11
正面 (问题)

name five types of registers

背面 (解答)

memory address register (MAR) memory data register (MDR) program counter (PC) current instruction register (CIR) accumulator (ACC)

#12
正面 (问题)

what is the memory unit made out of

背面 (解答)

address and contents

#13
正面 (问题)

what will each address in memory unit identify

背面 (解答)

it will uniquely identify each location within the memory map

#14
正面 (问题)

what does the control unit do

背面 (解答)

it controls the operation of the memory,processor, input/output devices

#15
正面 (问题)

what does the control unit do with the instruction that it reads

背面 (解答)

it interprets them and sends out signals along the control bus to synchronize all computer components

#16
正面 (问题)

what does the arithmetic logic unit (ALU) do

背面 (解答)

carries out calculations carries out logic operation holds values during calculations in the accumulator

#17
正面 (问题)

state the 7 steps in the fetch-execute cycle

背面 (解答)

1- PC contains the address of the next instruction to be fetched 2- the address is copied from the PC to MAR via the address bus 3- the instruction at the memory address in MAR is copied into MDR 4- the instruction in MDR is copied into CIR 5- value in PC is then incremented by 1 so that it points to the next instruction to be fetched 6- address of instruction is placed in MAR 7- instruction is decoded and then executed

#18
正面 (问题)

what was the main idea of von neumann architecture

背面 (解答)

to hold programs and data in a memory to make the data move between the memory unit and the processor

#19
正面 (问题)

what is an address

背面 (解答)

location of where data can be found within the computer memory

#20
正面 (问题)

which registers do the control unit contain?

背面 (解答)

CIR (contains the current instruction during processing) and PC (contains the address of the next instruction to be executed)