WJEC GCSE Computer Science

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

1/229

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.

230 Terms

1
New cards

1. Computer systems

1. Computer systems

2
New cards

What 4 parts of the computer does the CPU connect to?

ports

RAM

Storage

3
New cards

What two parts make up a computer system?

Hardware and software

4
New cards

What is Hardware?

Physical parts that make up a computer system

5
New cards

What is software?

The code that makes the computer run

6
New cards

What is the data bus used for?

Communication between the RAM and the CPU

7
New cards

What is the address bus used for?

Communication between the RAM and Storage

8
New cards

What is the Ethernet port used for?

Internet

9
New cards

What is the USB port used for?

Transfer data

10
New cards

What is the DVI port used for?

Just video transfer

11
New cards

What is the HDMI port used for?

Video and sound transfer

12
New cards

What is the Audio port used for?

Audio transfer

13
New cards

How does Input devices work in a computer system?

Input data into the computer system

14
New cards

What is the main reason for Process's in a computer system?

inputted data is converted into a readable form

15
New cards

What do Output devices do in a computer system?

Show the processed data to the user

16
New cards

List some input devices

Keyboard

Mouse

Joystick

Microphone

Scanner

Graphics tablet and stylus

Bar code recognition

Optical mark recognition

Sensors

17
New cards

What are the advantages and disadvantages of a Graphics tablet and stylus?

+

More natural

Greater accuracy and precision

-

Expensive

Hard to select and click on items

Large

18
New cards

What are the advantages and disadvantages of a Bar code recognition scanner?

+

Fast

Shows error

can change price easily

-

Products have to be entered in to database

If system fails they don't work

19
New cards

What are the advantages and disadvantages of a Optical mark recognition scanner?

+

Very fast

Accurate

-

Can't analysis human errors

No text

Needs special paper and stationary

20
New cards

List some output devices

Inkjet printer

Laser printer

Plotter

Speakers

Headphones

Monitor

Projector

21
New cards

What are the advantages and disadvantages of a inkjet printer?

+

Cheap

Small

Good quality prints

-

Loud

Slow

Small cartridges

Page can come out wet

22
New cards

What are the advantages and disadvantages of a laser printer?

+

High quality print out(not wet)

Fast

Can do lots of printing

-

Expensive

Complex and expensive to repair

Large

23
New cards

What are the advantages and disadvantages of a plotter?

+

Very high quality

Can print out large pictures

-

Slow

Expensive

24
New cards

List some input and output devices

Voice activated systems

Multi-touch gestures (touch screens)

25
New cards

Whats the 5 purposes of the CPU?

Control input output devices

Synchronise data

Logical decisions

Calculation

Sorting and searching for data

26
New cards

Explain the fetch execute cycle

Data is fetch for by the CPU

This data is the decoded by the CPU

This data is the executed by the CPU

27
New cards

What does a controller do?

Controls fetch execute cycle

28
New cards

What does the arithmetic logic unit (ALU) do?

Logical decisions

Calculation

29
New cards

What do registers do?

Fast temporary storage inside CPU

30
New cards

What does internal memory do?

Used by the CPU like ram

31
New cards

What do buses do?

Transfer data

32
New cards

How does the clock speed affect a PC?

How fast the fetch execute cycle is carried out

33
New cards

How does the number of cores affect a PC?

Allow multitasking

Performance

Amount of processors

34
New cards

How does the cache-memory affect a PC and what is it?

High speed memory next to CPU

Improves performance with more

35
New cards

How does the cache-disk affect a PC and what is it?

Data stored in RAM

Improves performance with more

36
New cards

How do different types of processors affect a PC?

64 bit - Fast can hold 1TB of RAM

32 bit - Slow can hold 4GB of RAM

37
New cards

What is ROM?

Read only memory

Non- volatile holds operating system

38
New cards

What is RAM?

Random access memory

Volatile stores data closer to CPU to increase performance

39
New cards

What is virtual memory?

Where the hard disk is used temporarily as RAM

40
New cards

What is a magnetic disk and what are it's advantages and disadvantages?

1 and 0 are assigned as magnetic fields for storage

+

High storage

Fast

Strong

-

Expensive

Not portable

41
New cards

What is magnetic tape and what are it's advantages and disadvantages?

1 and 0 are punched in to tape for storage

+

High storage

Cheap

-

Slow

Fragile

42
New cards

What is a CD and what are it's advantages and disadvantages?

1 and 0 are burned to the surface by a laser for storage

+

Portable

Cheap

-

Low storage

Fragile

Slow

43
New cards

What is a SSD and what are it's advantages and disadvantages?

Data is compressed and composed into a series of logic gates

High storage

Fast

Portable (USB) or Not portable (SSD

Strong (SSD) or Fragie (USB)

Expensive

44
New cards

What is cloud storage and what are it's advantages and disadvantages?

Storing data on a external sever accessible by the internet

+

High storage

Accessible anywhere

-

Requires internet

Could be hacked

Speed depends on internet speed

45
New cards

What does a modem do?

Allows data to be transferred over a phone network

46
New cards

What does modulation mean?

Converts data in to analogue

47
New cards

What does de-modulation mean?

Coverts analogue into data

48
New cards

2. Data represation

49
New cards

What does ASCII stand for?

American standard code for information interchange

50
New cards

What is ASCII?

7 bit code that can hold 128 characters

51
New cards

What is Unicode?

16 bit code that can hold 65,536 characters

52
New cards

What is a truth table?

Shows all possible logical inputs and there associated outputs

53
New cards

What does a NOT gate do and what does it look like?

I-_

-------I _IO-------

I-

Gives the oppisite

54
New cards

What does a AND gate do and what does it look like?

Like a D with two inputs and one output

Only provides a 1 if two 1 are present

55
New cards

What does a OR gate do and what does it look like?

Like a banana with two inputs and one output

Gives a 1 if a 1 is present

56
New cards

Put 200 into binary

1100 1000

57
New cards

Put 79 in to hexadecimal

4F

58
New cards

What is a Character and how big is it?

1 byte and stores a character

59
New cards

What is a Integer and how big is it?

4 bytes and stores a whole number

60
New cards

What is a Real and how big is it?

8 bytes and stores a decimal number

61
New cards

What is a Boolean and how big is it ?

1 byte and stores True or False

62
New cards

What is a String and how big is it?

1 byte and stores a character which is pieced together with other characters to form a word

63
New cards

What is a bit ?

Either 1 or 0

64
New cards

What is a nibble ?

4 bits

65
New cards

What is a byte?

8 bits

66
New cards

What is a kilobyte?

1024 bytes

67
New cards

What is a megabyte?

1024 KB

68
New cards

What is a gigabyte?

1024 MB

69
New cards

What is a terabyte?

1024 GB

70
New cards

What is a petabyte?

1024 TB

71
New cards

What is a exobyte?

1024 PB

72
New cards

What is a zettabyte?

1024 EB

73
New cards

What is a yottobyte?

1024 ZB

74
New cards

How does a CPU decode a byte?

The first nibble in the operator (instruction) and the second nibble is the operand (data)

75
New cards

How does the CPU keep track of instruction?

By updating its program counter

76
New cards

Where does the CPU hold these instruction?

In the main memory

77
New cards

How is sound recorded?

Analogue is changed into binary to represent the curve

78
New cards

What is the sampling rate and what is it measured in?

Hz and how many sound samples are taken per second

79
New cards

What does a higher sampling rate give?

Smoother sound

80
New cards

What id the sampling resolution?

Audio bit depth

81
New cards

What does a high sampling resolution give you?

High quality recording and a large sound range

82
New cards

What is a pixel?

The smallest dot on a image

83
New cards

What is metadata?

The information on the images height, width and colour depth that comes in the file

84
New cards

What is resolution?

Amount of pixels per inch

85
New cards

What is colour depth?

Amount of bits per pixel

86
New cards

How many colours does 1 bit per pixel give?

2... Black and white

87
New cards

How many colours does 8 bits per pixel (1 byte) give?

256 colours

88
New cards

How many colours does a 16 bits per pixel (2 bytes) give?

65536 colours

89
New cards

3. Computer software

90
New cards

What is a operating system?

A software that controls hardware and creates a user interface to run software

91
New cards

What are the 5 main parts of a operating system?

User interface

Multitasking

Peripheral management

Memory management

Security

92
New cards

What is a GUI

Graphical user interface

93
New cards

What makes a GUI so easy to use?

Windows and Icons (make it use to use) Menu and Pointers allow easy navigation.

WIMP

94
New cards

Who does a GUI suit and where is it used?

On a home or business computer. Suits a range of ability

95
New cards

What is a CLI?

Command line interface

96
New cards

Who uses a CLI and what for?

Advanced programmers.. to create new programs/coding

97
New cards

Whats a MDI

Menu driven interface

98
New cards

Who uses a MDI?

Machines like ATM and self checkout

99
New cards

Why are MDI useful?

There are only limited options

Easy to understand (users cant get lost)

Users cant break into the system

100
New cards

What 3 things does memory management control?

RAM

Cache

Virtual memory