返回卡包市场

Topic 4 Computers

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

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

卡片预览 (24 张)

#1
正面 (问题)

List a range of input devices

背面 (解答)

Mouse Keyboard Microphone Camera

#2
正面 (问题)

List a range of output devices

背面 (解答)

Monitor Printer Speakers Vibration pack

#3
正面 (问题)

Describe the relationships in the Input, Process, Output model.

背面 (解答)

All output is the result of inputs which have been processed, ie. Input -> Process -> Output

#4
正面 (问题)

Name all of the components of the CPU (Central Processing Unit)

背面 (解答)

Control Unit Decoder Clock Arithmetic Logic Unit Cache Buses Registers

#5
正面 (问题)

If a CPU has a clock speed of 3GHz, what does this actually mean?

背面 (解答)

It can carry out 3 billion processing cycles per second.

#6
正面 (问题)

What significant factors affect the performance of a CPU?

背面 (解答)

Clock speed Cache Size Number of cores Size and type of RAM Hard drive speed

#7
正面 (问题)

Describe Von Neumann architecture.

背面 (解答)

Programs and data stored in the same memory (RAM). Components are: • CPU • Program Counter • Memory • Input / Output

#8
正面 (问题)

Describe the role of the control unit in a CPU.

背面 (解答)

• Coordinates the actions of the computer. • Sends control signals to other parts of the CPU. • Contains the decoder which works out what the instructions mean

#9
正面 (问题)

Describe the role of the arithmetic logic unit (ALU) in a CPU.

背面 (解答)

• Performs arithmetic and logical operations • Addition, subtraction,multiplication, division • Comparisons between two different numbers (eg , <= etc)

#10
正面 (问题)

Name the four registers used in the Fetch-Decode-Execute cycle

背面 (解答)

• Program Counter (PC) • Memory Data Register (MDR) • Memory Address Register (MAR) • Accumulator

#11
正面 (问题)

State what is performed at each stage of the Fetch-Decode-Execute cycle.

背面 (解答)

Fetch: The next instruction to be executed is transferred from RAM into the CPU. Decode: The control unit (decoder) interprets the instruction. Execute: The control unit carries out the instruction. If calculations are needed, these are performed by the ALU.

#12
正面 (问题)

Describe RAM

背面 (解答)

RAM - Random Access Memory • Stores data and instructions while a program is running. -Main memory of the computer. • Volatile - data is lost if power turned off

#13
正面 (问题)

Describe ROM

背面 (解答)

ROM - Read Only Memory • Stores instructions to initialise hardware and load operating system • Data can only be read from ROM, not written to it • Non-volatile, data retained when power is off

#14
正面 (问题)

Describe cache memory

背面 (解答)

• Very fast memory • Stores recently or frequently used instructions to speed up processing • Instructions don’t have to be fetched from RAM as often • Too expensive to use as RAM

#15
正面 (问题)

Name the three main types of secondary storage device

背面 (解答)

• Magnetic discs • Optical discs • Solid-state (flash memory)

#16
正面 (问题)

Why is secondary storage needed?

背面 (解答)

• Data/programs are stored permanently on secondary storage but cannot be accessed directly by the CPU. • They need to be loaded into RAM first. • RAM is volatile therefore cannot store permanently.

#17
正面 (问题)

Describe the features of magnetic storage

背面 (解答)

• Includes hard disc drives with large capacities • Consists of stacks of non-removable discs coated with magnetic materials • Discs spin and a read/write head moves across them • Data is encoded as opposing magnetic polarities on the surface • Using electromagnets in the read/write head

#18
正面 (问题)

Describe the features of optical storage

背面 (解答)

• Includes CDs/DVDs/BluRay • CDs store up to 700MB • DVDs store up to 4.7GB • BluRay discs store up to 50GB • Single spiral track on the disc • Data etched into the track as pits • Read by a laser

#19
正面 (问题)

Describe the features of solid-state memory

背面 (解答)

• No moving parts (unlike magnetic/optical) • Made of NAND flash memory • Non-volatile • Consists of floating gate transistors • Electricity is used to change the state of the transistors (0/1)

#20
正面 (问题)

Give three examples of the use of solid-state memory

背面 (解答)

• SSDs (solid state drives in computers) • SD cards for use in portable devices like phones/cameras etc • USB flash drives (memory sticks)

#21
正面 (问题)

What is meant by cloud storage?

背面 (解答)

• Off site storage - Made available to user over a network (usually the internet)

#22
正面 (问题)

State some advantages of cloud storage.

背面 (解答)

• Stored off-site so secure from fire/damage on-site • Can be accessed from anywhere with an internet connection • No need to buy expensive storage devices • Allows collaboration around the world • Data can be synced between a range devices (PC/Phone/Tablet etc)

#23
正面 (问题)

State some disadvantages of cloud storage.

背面 (解答)

• An internet connection is needed to access it • Download/upload speeds affected by the internet connection • Cloud company could be targets for hackers • Less control over your data as held by another company • Storing confidential data online may be in breach of legislation (DPA / GDPR)

#24
正面 (问题)

What is meant by an embedded system?

背面 (解答)

A computer system built into another device in order to control it. Eg, Washing machine, microwave, digital camera