返回卡包市场

Hardware (paper 1)

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

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

卡片预览 (24 张)

#1
正面 (问题)

what is the purpose of the CPU

背面 (解答)

to continuosly process instructions and data that are input and repeatedly carrying out the fetch-execute cycle to output a result

#2
正面 (问题)

what does CPU stand for

背面 (解答)

central processing unit

#3
正面 (问题)

what does the von nnuman machine contain

背面 (解答)

• arithmetic logic unit • control unit • current instruction register • accumalator • memory data register • memory address register • CPU

#4
正面 (问题)

what is the fetch-execute cycle

背面 (解答)

the process every operation carries out goes through, regulated by a cucle of the CPU clock

#5
正面 (问题)

describe the fetch-execute cycle

背面 (解答)

• FETCH an instruction from main memory (RAM) • DECODE the instruction • EXECUTE the instruction

#6
正面 (问题)

what does the ALU (Arithmetic logic unit) do

背面 (解答)

carries out mathematical and logical operations

#7
正面 (问题)

what does the CU (Control unit) do

背面 (解答)

coordinates all of the CPU’s actions in the fetch-decose-execute cycle and decodes instructions

#8
正面 (问题)

what does the clock do

背面 (解答)

regulate the speed and timing of all signals and computer functions

#9
正面 (问题)

what do the registers do

背面 (解答)

they are very small very fast memory locations, temporarily storing memory addresses, instructions or data

#10
正面 (问题)

what do address, data and control buses do

背面 (解答)

they are wires used to transfer data, instructions, memory addresses, and control signals from one component to another

#11
正面 (问题)

what does the clock speed determine

背面 (解答)

the number of fetch-execute cycles per second

#12
正面 (问题)

what is cache memory

背面 (解答)

storage which is much faster than main memory beacuse it is transferred more quickly, making the CPU more efficient

#13
正面 (问题)

how many levels of cache are there

背面 (解答)

2 or 3

#14
正面 (问题)

what is the relationship between speed and capacity with cache memory

背面 (解答)

the fastest cache has the smallest capacity (level 1)

#15
正面 (问题)

will the CPU use cache or RAM first

背面 (解答)

it will use the fastest level of cache before moving to the next level

#16
正面 (问题)

what can each core do

背面 (解答)

process one operation per clock cycle

#17
正面 (问题)

what type of code do processors execute

背面 (解答)

machine code

#18
正面 (问题)

what is an instruction set

背面 (解答)

a processors own specific list of commands written in machine code that can be executed and understood by the CPU

#19
正面 (问题)

what is an embedded system used for

背面 (解答)

to control the function of electronic devices, they don’t need operating systems

#20
正面 (问题)

why do embedded systems not need operating systems

背面 (解答)

because they perform limited and very specific tasks with their imput frequency controlled by a button or switch

#21
正面 (问题)

why must embedded systems be reliable

背面 (解答)

because they cannot be modified once manufactured - the program is held in the ROM

#22
正面 (问题)

what does RAM stand for

背面 (解答)

random access memory

#23
正面 (问题)

what is the function of the RAM (main memory)

背面 (解答)

to temportarily store the instructions and data the computer needs whilst it is in operation

#24
正面 (问题)

why is the RAM needed

背面 (解答)

because it would be too slow to access everything directly from the hard drive disk