ICT: Unit 1 - Digital Devices, Software, Memory & Processors – Review Flashcards

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/128

flashcard set

Earn XP

Description and Tags

A comprehensive set of question-and-answer flashcards covering key concepts from Unit 1: digital device types and features, peripherals, storage, software (system, utility, applications, communication), licensing, memory, and processors.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

129 Terms

1
New cards

What is a digital device?

A piece of hardware containing a computer or microcontroller that processes data electronically.

2
New cards

What distinguishes a mainframe computer from a microprocessor?

Mainframes handle large-scale, complex processing for many users; microprocessors are small CPUs embedded in everyday products like washing machines.

3
New cards

Give two examples of personal computers.

  • Desktop computers
  • Laptop computers
4
New cards

Why are some laptops described as “desktop replacements”?

They are larger, higher-performance laptops intended to stay on a desk but remain portable when needed.

5
New cards

What does SBC stand for and name one example.

Single-Board Computer; e.g. the Raspberry Pi Zero.

6
New cards

What is the role of a SIM card in a mobile phone?

It identifies the subscriber and connects the phone to the mobile network.

7
New cards

State two specialist phone features that aid accessibility.

  • Emergency call button
  • Large tactile keypad with spoken feedback
8
New cards

List three common features of smartphones besides calling.

  • Touch screen
  • Wi-Fi/mobile internet
  • Camera/media player/game functions
9
New cards

Why do smartphones typically have shorter battery life than basic phones?

They combine many power-hungry functions (large screens, fast CPUs, radios, sensors).

10
New cards

How does a tablet differ from a smartphone?

It is larger; voice-call capability may be absent, but apps and touch interface are similar.

11
New cards

What is meant by ‘multifunctional device’?

A single device able to perform a range of functions beyond its primary purpose (e.g. smartphone acting as camera, GPS, games console).

12
New cards

Define ‘convergence’ in digital devices.

The tendency for different devices to adopt each other’s features, becoming more alike (e.g. phablets).

13
New cards

Name four key device features used to compare digital devices.

  • Portability
  • Performance
  • Connectivity
  • Storage capacity
  • UI
  • Media support
  • Energy use
  • Expansion
  • Security
14
New cards

Give two examples of output peripherals.

  • Monitors
  • Printers
15
New cards

Which printer type is noisiest and why?

Dot-matrix, because it impacts the paper through an inked ribbon.

16
New cards

What are the colour cartridges in a typical inkjet printer?

  • Cyan
  • Magenta
  • Yellow
  • Black
17
New cards

State one advantage of laser printers over inkjets.

Faster high-volume printing with lower cost per page.

18
New cards

What does a 3D printer do?

Creates physical objects by adding material layer by layer from a digital model.

19
New cards

What professional device draws large CAD images using pens?

A plotter.

20
New cards

List two key specifications of data projectors.

  • Lamp brightness (lumens)
  • Native resolution
21
New cards

Explain the difference between stereo and surround sound.

Stereo uses two channels (left/right); surround uses four or more channels placed around the listener.

22
New cards

What is an actuator?

A control device that converts electrical signals into physical action (e.g. motor, valve).

23
New cards

Differentiate between storage device and storage media.

Device houses the mechanism (drive); media is the actual material storing data (disk, tape, flash chips).

24
New cards

Name two characteristics of hard disk drives (HDD).

Spinning magnetic platters; mechanical read/write heads.

25
New cards

What typical capacities can a CD, single-layer DVD, and single-layer Blu-ray hold?

CD ≈ 700\,\text{MB}, DVD ≈ 4.7\,\text{GB}, Blu-ray ≈ 25\,\text{GB}} .

26
New cards

Define SSD.

Solid State Drive – a storage device using flash memory rather than spinning disks.

27
New cards

Why are SSDs preferred in portable devices?

They have no moving parts, are faster, lighter, more shock-resistant, and lower power.

28
New cards

What unit equals 1\,000\,000\,000 bytes?

1\,\text{GB} (gigabyte).

29
New cards

Give the four main types of utility software.

  • Backup utilities
  • Defragmentation utilities
  • Compression utilities
  • Formatting utilities
30
New cards

What is the purpose of disk defragmentation?

Re-orders fragmented files on HDDs so related data sits contiguously, speeding access.

31
New cards

When would you use compression software?

To reduce file size for storage savings or quicker transmission.

32
New cards

Explain formatting a disk.

Prepares storage media with a file system; erases existing data for normal use.

33
New cards

List four key functions of an operating system.

  • User interface
  • Memory management
  • Resource management
  • Security
  • Print spooling
34
New cards

What is print spooling?

Queueing print jobs so the computer can continue working while pages print sequentially.

35
New cards

How does a network OS differ from a single-user OS?

It provides user log-in authentication, separates user accounts, and manages shared network resources.

36
New cards

Give one example each of system and application software.

  • System software: Windows 10 OS
  • Application software: spreadsheet program
37
New cards

Name three common office productivity applications.

  • Word processor
  • Spreadsheet software
  • Presentation software
38
New cards

What is ‘What-You-See-Is-What-You-Get’ (WYSIWYG) web authoring?

Designing pages visually so the editing view closely matches the final browser output.

39
New cards

State two typical features of photo-editing software.

  • Cropping
  • Adjusting brightness/contrast
  • Filters
  • Red-eye removal
40
New cards

Which software type helps plan tasks, milestones and critical paths?

Project management software.

41
New cards

Define control software.

Programs that read sensor inputs and issue commands to actuators to influence physical systems.

42
New cards

What is communication software’s main purpose?

Provide remote system access and exchange messages/files via text, image, audio, or video.

43
New cards

Differentiate SMS from instant messaging.

SMS uses mobile network, max 160 characters and no internet required; instant messaging uses internet, richer media, presence info.

44
New cards

What does FTP stand for?

File Transfer Protocol – a way to transfer files over a network.

45
New cards

Contrast free/open-source with proprietary software.

Open-source provides source code and freedom to modify; proprietary keeps code closed and usage governed by the vendor.

46
New cards

Why are software updates important?

To fix security bugs, improve compatibility/performance, add features and enhance usability.

47
New cards

What does RAM stand for and is it volatile?

Random Access Memory; yes, it loses data when power is off.

48
New cards

Why might a computer use virtual memory?

When RAM is full, the OS uses slower secondary storage to extend memory, allowing more programs to run.

49
New cards

Name two ways to improve multitasking performance on a PC.

  • Install more RAM
  • Use a faster multi-core processor
50
New cards

How is ROM typically used in a PC?

Stores firmware/bootloader that starts the computer and loads the OS.

51
New cards

Give two erasable variants of ROM.

  • EPROM (UV-erasable)
  • EEPROM (electrically erasable, basis of flash memory)
52
New cards

What are the advantages of flash memory over hard disks?

Non-volatile, fast access, low power, shock-resistant, no moving parts.

53
New cards

Define ‘core’ in a processor.

An individual CPU unit within a processor chip capable of executing instructions independently.

54
New cards

If a CPU runs at 3\,\text{GHz}, how many clock cycles occur each second?

3\,000\,000\,000 cycles per second.

55
New cards

Explain one benefit of multi-core processors besides speed.

Can run at lower clock speeds to save energy and reduce heat while maintaining throughput.

56
New cards

What is meant by clock speed?

Number of cycles per second at which a CPU executes instructions, measured in hertz.

57
New cards

Name three input peripherals other than a keyboard.

  • Mouse
  • Scanner
  • Microphone
  • Joystick
  • Graphics tablet
  • Barcode reader
58
New cards

What is OCR?

Optical Character Recognition – software that converts scanned text images into editable text.

59
New cards

How does an OMR sheet work?

Scanner detects marks in predefined positions to capture multiple-choice responses.

60
New cards

Linear barcode vs QR code: state one difference.

QR (matrix) codes store more data and can be scanned from any angle; linear codes hold limited numeric data.

61
New cards

What is a touchscreen’s two main technologies?

Resistive (pressure-based) and capacitive (conductive touch).

62
New cards

Why won’t a capacitive screen respond to woollen gloves?

Gloves are non-conductive, so they don’t alter the screen’s electric field needed for detection.

63
New cards

List four biometric authentication methods.

  • Fingerprint recognition
  • Facial recognition
  • Voice recognition
  • Iris recognition
64
New cards

Give one advantage and one disadvantage of biometric scanners.

  • Advantage: Difficult to forget/lose credentials
  • Disadvantage: Privacy concerns and cost
65
New cards

What does RFID stand for and give one everyday use.

Radio-Frequency Identification; e.g. contactless travel cards or inventory tracking.

66
New cards

Identify three environmental factors sensors might measure.

  • Light
  • Temperature
  • Motion
  • Humidity
  • Proximity
  • Pressure
67
New cards

State three benefits of using sensors over humans.

  • Operate in dangerous places
  • Provide continuous monitoring
  • Eliminate human error
68
New cards

What unit expresses printer resolution?

Dots per inch (dpi) – though not explicitly in text, monitors/printing resolution conceptually uses pixels/dpi.

69
New cards

Why are dot-matrix printers still used in some businesses?

They can print multi-part carbon copies in noisy industrial settings.

70
New cards

Explain optical vs digital zoom in cameras.

Optical zoom uses lens movement for true magnification; digital zoom enlarges pixels, degrading quality.

71
New cards

What is HD resolution typically expressed as?

1280 \times 720 (720\text{p}) or 1920 \times 1080 (1080\text{p}).

72
New cards

Define ‘smart TV’.

A television with internet connectivity and apps allowing streaming and other online services.

73
New cards

What storage medium is preferred for whole-system backups in large firms?

Magnetic tape – high capacity and low cost per gigabyte.

74
New cards

Why is energy consumption a key device feature?

Lower energy use cuts costs, lengthens battery life, and reduces environmental impact.

75
New cards

What is a Kensington lock?

A physical security slot/lock that secures laptops or monitors to furniture to deter theft.

76
New cards

How many possible combinations exist for a 4-digit PIN?

10\,000 (0000–9999).

77
New cards

What utility schedules automatic file copies?

Backup software.

78
New cards

Give two common keyboard layouts besides QWERTY.

  • AZERTY (French)
  • DVORAK
  • Specialist video-editing mapped layouts
79
New cards

What is a track pad?

A flat touch-sensitive surface used to control a pointer, common on laptops.

80
New cards

Name two wireless connectivity standards mentioned.

  • Wi-Fi
  • Bluetooth
81
New cards

Explain ‘media support’ in device features.

Types of removable media a device can read/write, e.g. SD card, DVD, USB.

82
New cards

What is fragmentation in storage?

When a file’s data is stored in non-contiguous sectors, slowing access.

83
New cards

Why does an OS manage memory?

To allocate RAM to programs and reclaim it, preventing conflicts and maximizing performance.

84
New cards

What tool shows live CPU, memory and network usage in Windows?

Task Manager.

85
New cards

State two reasons a PC might slow down when RAM is full.

Use of slow virtual memory on disk; excessive swapping degrades SSD/HDD performance.

86
New cards

What is meant by ‘backward compatibility’ in optical drives?

Ability of a newer drive (e.g. Blu-ray) to read older media formats like DVD/CD.

87
New cards

Why are passwords still used despite biometrics?

They are inexpensive, easy to implement, and provide alternative access if biometric sensors fail.

88
New cards

List three types of application that can run on modern games consoles besides games.

  • Streaming video applications
  • Music players
  • Web browsers
89
New cards

What is the Global Positioning System (GPS)?

A satellite-based navigation system providing position data globally, accurate to about 5\,\text{m} .

90
New cards

How does a navigation aid update routes when you deviate?

Uses GPS data plus orientation sensors and recalculates path using stored or downloaded maps.

91
New cards

State one benefit of smart home automation.

Remote monitoring and control of heating, lighting, etc., improving convenience and energy efficiency.

92
New cards

What is Run Length Encoding (RLE)?

A compression method storing repeated data as value+count pairs (e.g. a8b6c2).

93
New cards

Why should you back up before a software update?

Updates may introduce errors or remove components, risking data loss or system failure.

94
New cards

What is a software firewall?

OS component that filters incoming/outgoing network traffic based on security rules.

95
New cards

Explain ‘print driver’ briefly.

Software translating OS print commands into a printer’s specific control language (implied under OS resource management).

96
New cards

Give two examples of sound-editing processing effects.

  • Noise reduction
  • Normalisation
  • Reverb
  • Tempo change
  • Fade
97
New cards

Which communication software type shows when someone is typing to you?

Instant messaging applications.

98
New cards

What is freeware?

Proprietary software supplied free of charge but without access to its source code.

99
New cards

Why does a quad-core 2\,\text{GHz} CPU often outperform a single-core 3\,\text{GHz} CPU?

Four cores can handle more simultaneous instructions despite lower individual clock speed.

100
New cards

What is the main security risk of magnetic-strip cards?

Data can be skimmed and cloned easily.