COMPUTER SCIENCE OCR

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Get a hint
Hint

What is memory?

Get a hint
Hint

Part of the computer that stores data

Get a hint
Hint

What/who would use a client-server network?

Get a hint
Hint

An organisation with many computers- such as a school

Card Sorting

1/41

Anonymous user
Anonymous user
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

What is memory?

Part of the computer that stores data

2
New cards

What/who would use a client-server network?

An organisation with many computers- such as a school

3
New cards

Peer to peer network

A network where all the computers have an equal status- all stored files can be accessed by all peers

4
New cards

On a client-server network, what is a client?

A computer a which relies on other computers (servers) to provide and manage data

5
New cards

What is a client-server network?

A form of computer networking where the data or web application is hosted on a server & accessed by client computers

6
New cards

The two types of network

-client-server

-peer2peer

7
New cards

What is volatile memory?

memory used to store computer program data WHILE its being executed

Power off = data lost

8
New cards

Disadvantages of using networks

  • cost- additional equipment needed for computers to communicate

  • Malware easily spread

  • Management requires technical staff

9
New cards

What is a WAN?

spread over a wide geographical area such as multiple sites, a country or even the world. It connects LANs together

10
New cards

What is the bandwidth of business wifi?

Up to 6 gigabits per second

11
New cards

Is ROM volatile or non-volatile?

Non-volatile

12
New cards

What is the bandwidth of home wifi?

Up to 600 megabits per second

13
New cards

Whats the bandwidth of fibre-optic cables?

100 gigabits per second

14
New cards

Whats the bandwidth of twisted copper wire?

Up to 10 gigabits per sec

15
New cards

What are the two types of primary memory?

RAM and ROM

16
New cards

What is latency?

How long it takes for a message to go from one computer to another across a network.

17
New cards

What is bandwidth?

The amount of data which can be transferred over a period of time

18
New cards

Why can primary storage be read and written to quickly?

Because it is built into the computer (which gives the computer fast access)

19
New cards

Is RAM volatile or non-volatile?

Volatile

20
New cards

BIOS (definition)

Basic Input Output System- the basic firmware needed to start computers- it is embedded in the computers ROM chip

21
New cards

Advantages of using networks

  • hardware sharing- such as printers

  • Easy communication

  • Roaming access- login and access files anywhere on the network

22
New cards

What is a stand alone?

A computer not connected to a network

23
New cards

What is a LAN?

A network that covers a small geographic area such as a building or site- the hardware is owned by the organisation

24
New cards

What factors can affect the performance of a network?

  • bandwidth

  • Latency

25
New cards

What is a network?

A group of interconnected computers/devices

26
New cards

How large is primary memory (typically)?

Limited- 8GB

27
New cards

Non-volatile (definition)

A form of memory which stores data, even when not powered

28
New cards

Examples of solid state secondary storage devices

  • SSDs

  • USB sticks

29
New cards

What is the function of RAM?

To store instructions that are currently in use, it is used to hold the operating system and any open documents and programs

30
New cards

Examples of optical secondary storage devices

CD, DVD, Blu-ray

31
New cards

Examples of magnetic secondary storage devices

Hard Disk Drives

32
New cards

What is the operating system?

The software that managed the software and hardware resources in a computer system

33
New cards

What gives RAM the name ‘random access’?

Data can be accessed and stored from any location in the memory

34
New cards

Types of secondary storage

Optical, Solid State, Magnetic

35
New cards

What is secondary storage?

non-volatile, long-term storage, it is used to keep programs and data indefinitely

36
New cards

What is cache?

Temporary high speed memory used to store webpages

37
New cards

How does using virtual memory slow down the computer processing performance?

Secondary storage devices have slower access times than RAM as they are not built in

38
New cards

What is swapping? (Virtual memory)

The process of moving data between RAM and secondary storage when using virtual memory

39
New cards

What is virtual memory?

Using secondary storage as additional primary memory.

It is used when the amount of data needed to run in RAM is greater than its capacity

40
New cards

What is RAM?

Volatile primary memory, when the computer is turned off, data stored in RAM is lost

41
New cards

What does BIOS do?

Checks the hardware is running correctly and runs a bootup program that loads the computers operating system from the hard drive to the RAM

42
New cards

ROM (definition)

Non-volatile primary memory which can only be read which makes it ideal for storing BIOS