IGCSE Computer Science - Memory, storage devices and media (PKE)

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

1/41

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

42 Terms

1
New cards

Random Access Memory (RAM)

A primary storage that is directly connected to the cpu and holds the data and instructions that are currently in use

2
New cards

memory cache

temporary storage area that speeds the processes of the computer by storing frequently used instructions and data

3
New cards

read-only memory (ROM)

A non-volatile primary storage that holds the first instructions a computer needs to start up (Bootstrap)

4
New cards

Magnetic storage

A type o non-volatile media that uses magnets to store binary. They are made up of several metal discs with magnetic material

5
New cards

Solid State Drive (SSD)

A type of non-volatile media that uses electronic circuits to store binary, it is also called flash memory.

6
New cards

Off-line Storage

storage that can be physically moved away from a device and stored somewhere else

7
New cards

optical storage devices

A type of non-volatile media that uses layers to burn the surface of a disk, creating pits and lands for storying bianry 0s and 1s

8
New cards

DVD-RAM

The digital versatile disc (DVD) encoding format used for data storage.

9
New cards

Lossy Compression

data compression techniques in which some amount of data is lost. This technique attempts to eliminate redundant information.

10
New cards

Lossless Compression

a data compression algorithm that allows the original data to be perfectly reconstructed from the compressed data.

11
New cards

Solid state memory uses ___ technology

NAND and NOR gates

12
New cards

flashing

the process of erasing and re-writing data to ROM

13
New cards

Bootstrap

The start-up instructions for the computer. It is stored in ROM

14
New cards

Firmware

System software that cannot be changed, it controls hardware devices. It is stored in ROM

15
New cards

pit

an indented area on the reflective surface of an optical disc that scatters light from a laser

16
New cards

land

the raised surface between pits on an optical disk

17
New cards

Digital versatile disc (DVD)

an optical storage device that uses laser light to read data and to write data on the surface of itself

18
New cards

Blu-ray disc

a modern, extremely high capacity optical medium

19
New cards

embedded computer

a special-purpose computer that functions as a component in a larger product

20
New cards

general purpose computer

a computer that can run many different programs (e.g. a smartphone)

21
New cards

Embedded system

A computer system that is integrated into a larger device or product, such as a car, a medical device, or a smart home appliance.

22
New cards

Microprocessor

A central processing unit (CPU) that is contained on a single integrated circuit (IC) chip.

23
New cards

MAC address

a unique identifier assigned to a network interface controller (NIC) for use as a network address in communications within a network.

24
New cards

IP address

a numerical label that identifies a device which communicates over the internet

25
New cards

Phishing

A type of online fraud in which criminals attempt to steal sensitive information, such as usernames, passwords, and credit card numbers, by posing as a trustworthy entity. =

26
New cards

Pharming

A type of online fraud in which criminals redirect website traffic to a fake website in order to steal sensitive information.

27
New cards

Types of storage

  1. Primary storage

  2. Secondary storage

28
New cards

Primary storage

Storage that is directly accessible by the cpu.

29
New cards

Secondary storage

THese are storage devices that cannot be directly accessed by the cpu

30
New cards

Advantages of Magnetic storage

  • High storage capacity

  • Low Cast

  • Moderate read/write access ( SPEED)

31
New cards

Disadvantages of Magnetic

  • Durability

  • Heavy and bulky parts

  • Prone to mechanical failure

  • Loud spinning disks

32
New cards

Advantages of SOlid State memory

  • Medium - High storage capacity

  • Very fast read/write access

  • No moving parts

  • Small and silent

33
New cards

Disadvantages of solid state memory

  • Costy price per gigabyte

  • Limited read/write cycles

34
New cards

Optical storage advantages

  • Low cost

  • Durable

  • Portable

  • Silent

35
New cards

Disadvantages of optical memory

  • Low capacity

  • Very slow read / write access

  • Prone to scratches

36
New cards

Examples of magnetic storage

floppy diskette, hard disk, tape drive

37
New cards

Examples of solid state memory

Solid state drives, usb flashes

38
New cards

Examples of optical storage memory

Blue rays

CDs

DVD

39
New cards

Virtual memory full explanation

Virtual memory is a technique that uses a portion of the secondary storage (ie hard drive or SSDs) to simulate additional ram, allowing the operating system to temporarily move data from the Ram that isn’t actively being used. It stores programs as pages of data, they are then transferred between RAm and the VIrtual memory when needed. It is much slower than ram, so it should be avoided by buying more Ram when necessery.

40
New cards

Cloud storage

A term used to descrie long term secondary storage of data that resides in a remote location, stored on a remote server, that is accessible only via a wide area network.

41
New cards

Advantages of cloud storage

  • Accessible from anywhere

  • Automatic backups

  • Endless storage space

  • Multiple people can cess the data at the same time

42
New cards

Disadvantages of Cloud storage

Can be costly

No access wthout an internet connection