返回卡包市场

Computer Systems

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

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

卡片预览 (24 张)

#1
正面 (问题)

What is software?

背面 (解答)

Programs that the computer system runs

#2
正面 (问题)

What is hardware?

背面 (解答)

The physical components that make up the computer

#3
正面 (问题)

What is the function of system software?

背面 (解答)

system software manages the computer system resources and acts as a platform to run application software

#4
正面 (问题)

What is the function of the application software?

背面 (解答)

application software is software that performs end-user tasks

#5
正面 (问题)

What is the function of the operating system?

背面 (解答)

A collection of programs that manage and control the computer. Connects the hardware with the software

#6
正面 (问题)

What are the main roles of the OS?

背面 (解答)

• oranising the CPU and it’s processing tasks • memory managment and allocation • communicating with input/output (I/O) devices • providing a platform for applications to run on • managing security security and user accounts

#7
正面 (问题)

Describe what a processing manager does?

背面 (解答)

It allocates the times each program has with the CPU, it allows multi tasking

#8
正面 (问题)

Describe what a memory manager does?

背面 (解答)

Paging - allocation of memory, what goes in the RAM or secondary storage

#9
正面 (问题)

Describe what a device driver does?

背面 (解答)

Allows instructions to be exchanged within peripherals (input output devices) , the have different languages.

#10
正面 (问题)

Describe what a security manager does?

背面 (解答)

Individual users can be created and deleted, Access levels to users Passwords and usernames

#11
正面 (问题)

What is the function of the utility systems?

背面 (解答)

Helps to maintain the systems Utility programs help maintain or configure a computer

#12
正面 (问题)

What does the utility system software include?

背面 (解答)

🟣encryption (security) 🟣defragmentation 🟣virus scanner 🟣back ups 🟣compression

#13
正面 (问题)

Describe defragmentation

背面 (解答)

Takes fragmented files in the hard drives and puts them together, so that when the file is needed time won’t be wasted finding it. (Decreases time read/write head spends moving back and forth across the disk))

#14
正面 (问题)

Describe the function of back ups

背面 (解答)

Made to high capacity secondary storage devices or the cloud, in case data is lost to hacker

#15
正面 (问题)

Describe the control unit

背面 (解答)

It fetches , decides and executes instructions Controls hardware and moves data around the computer

#16
正面 (问题)

Describe the ALU

背面 (解答)

The arithmetic logic unit does arithmetic and logical calculations

#17
正面 (问题)

Describe the registers

背面 (解答)

Small amounts of High speed memory contained within the CPU. PC MAR MDR CIR

#18
正面 (问题)

Cache

背面 (解答)

Small amount of high speed RAM. Temporarily holds data and instructions that the processor is likely to reuse

#19
正面 (问题)

Clock

背面 (解答)

Co- ordinates all of the computer components by sending out regular electrical pulses which synchronises all the components. The frequency is known as the clock speed

#20
正面 (问题)

What is the Von Neuman Architecture?

背面 (解答)

Data and instructions are stored together and have memory addresses

#21
正面 (问题)

How does clock speed affect CPU performance

背面 (解答)

The more pulses per second , the more FED cycles can be performed. This could lead to over heating tho

#22
正面 (问题)

How does cache size affects CPU performance?

背面 (解答)

The larger the chance is , the less time a processor has to wait for instructions to be fetched

#23
正面 (问题)

How does the number of cores affect the CPU performance?

背面 (解答)

Then more instructions can process in a given space of time, but some instructions rely on the previous so is not proportional to speed.

#24
正面 (问题)

The fetch decode execute cycle

背面 (解答)

🟣the CU reads the memory address of the next instruction 🟣this instruction is copied to the registers 🟣the address is incremented by 1 🟣the instruction is decoded by the CU 🟣the instruction is performed Eg: ALU performing a calculation, data being stored into memory