WJEC GCSE Computer Science

studied byStudied by 1 person
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 222

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

223 Terms

1

What two parts make up a computer system?

Hardware and software

New cards
2

What is Hardware?

Physical parts that make up a computer system

New cards
3

What is software?

The code that makes the computer run

New cards
4

What is the data bus used for?

Communication between the RAM and the CPU

New cards
5

What is the address bus used for?

Communication between the RAM and Storage

New cards
6

What is the Ethernet port used for?

Internet

New cards
7

What is the USB port used for?

Transfer data

New cards
8

What is the DVI port used for?

Just video transfer

New cards
9

What is the HDMI port used for?

Video and sound transfer

New cards
10

What is the Audio port used for?

Audio transfer

New cards
11

How does Input devices work in a computer system?

Input data into the computer system

New cards
12

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

inputted data is converted into a readable form

New cards
13

What do Output devices do in a computer system?

Show the processed data to the user

New cards
14

List some input devices

Keyboard
Mouse
Joystick
Microphone
Scanner
Graphics tablet and stylus
Bar code recognition
Optical mark recognition
Sensors

New cards
15

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

New cards
16

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

New cards
17

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

New cards
18

List some output devices

Inkjet printer
Laser printer
Plotter
Speakers
Headphones
Monitor
Projector

New cards
19

What are the advantages and disadvantages of a inkjet printer?

+
Cheap
Small
Good quality prints

-
Loud
Slow
Small cartridges
Page can come out wet

New cards
20

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

New cards
21

What are the advantages and disadvantages of a plotter?

+
Very high quality
Can print out large pictures

-
Slow
Expensive

New cards
22

List some input and output devices

Voice activated systems
Multi-touch gestures (touch screens)

New cards
23

Whats the 5 purposes of the CPU?

Control input output devices
Synchronise data
Logical decisions
Calculation
Sorting and searching for data

New cards
24

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

New cards
25

What does a controller do?

Controls fetch execute cycle

New cards
26

What does the arithmetic logic unit (ALU) do?

Logical decisions
Calculation

New cards
27

What do registers do?

Fast temporary storage inside CPU

New cards
28

What does internal memory do?

Used by the CPU like ram

New cards
29

What do buses do?

Transfer data

New cards
30

How does the clock speed affect a PC?

How fast the fetch execute cycle is carried out

New cards
31

How does the number of cores affect a PC?

Allow multitasking
Performance
Amount of processors

New cards
32

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

High speed memory next to CPU
Improves performance with more

New cards
33

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

Data stored in RAM
Improves performance with more

New cards
34

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

New cards
35

What is ROM?

Read only memory
Non- volatile holds operating system

New cards
36

What is RAM?

Random access memory
Volatile stores data closer to CPU to increase performance

New cards
37

What is virtual memory?

Where the hard disk is used temporarily as RAM

New cards
38

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

New cards
39

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

New cards
40

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

New cards
41

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

New cards
42

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

New cards
43

What does a modem do?

Allows data to be transferred over a phone network

New cards
44

What does modulation mean?

Converts data in to analogue

New cards
45

What does de-modulation mean?

Coverts analogue into data

New cards
46

What does ASCII stand for?

American standard code for information interchange

New cards
47

What is ASCII?

7 bit code that can hold 128 characters

New cards
48

What is Unicode?

16 bit code that can hold 65,536 characters

New cards
49

What is a truth table?

Shows all possible logical inputs and there associated outputs

New cards
50

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

I-_
-------I _IO-------
I-
Gives the oppisite

New cards
51

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

New cards
52

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

New cards
53

Put 200 into binary

1100 1000

New cards
54

Put 79 in to hexadecimal

4F

New cards
55

What is a Character and how big is it?

1 byte and stores a character

New cards
56

What is a Integer and how big is it?

4 bytes and stores a whole number

New cards
57

What is a Real and how big is it?

8 bytes and stores a decimal number

New cards
58

What is a Boolean and how big is it ?

1 byte and stores True or False

New cards
59

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

New cards
60

What is a bit ?

Either 1 or 0

New cards
61

What is a nibble ?

4 bits

New cards
62

What is a byte?

8 bits

New cards
63

What is a kilobyte?

1024 bytes

New cards
64

What is a megabyte?

1024 KB

New cards
65

What is a gigabyte?

1024 MB

New cards
66

What is a terabyte?

1024 GB

New cards
67

What is a petabyte?

1024 TB

New cards
68

What is a exobyte?

1024 PB

New cards
69

What is a zettabyte?

1024 EB

New cards
70

What is a yottobyte?

1024 ZB

New cards
71

How does a CPU decode a byte?

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

New cards
72

How does the CPU keep track of instruction?

By updating its program counter

New cards
73

Where does the CPU hold these instruction?

In the main memory

New cards
74

How is sound recorded?

Analogue is changed into binary to represent the curve

New cards
75

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

Hz and how many sound samples are taken per second

New cards
76

What does a higher sampling rate give?

Smoother sound

New cards
77

What id the sampling resolution?

Audio bit depth

New cards
78

What does a high sampling resolution give you?

High quality recording and a large sound range

New cards
79

What is a pixel?

The smallest dot on a image

New cards
80

What is metadata?

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

New cards
81

What is resolution?

Amount of pixels per inch

New cards
82

What is colour depth?

Amount of bits per pixel

New cards
83

How many colours does 1 bit per pixel give?

2... Black and white

New cards
84

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

256 colours

New cards
85

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

65536 colours

New cards
86

What is a operating system?

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

New cards
87

What are the 5 main parts of a operating system?

User interface
Multitasking
Peripheral management
Memory management
Security

New cards
88

What is a GUI

Graphical user interface

New cards
89

What makes a GUI so easy to use?

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

New cards
90

Who does a GUI suit and where is it used?

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

New cards
91

What is a CLI?

Command line interface

New cards
92

Who uses a CLI and what for?

Advanced programmers.. to create new programs/coding

New cards
93

Whats a MDI

Menu driven interface

New cards
94

Who uses a MDI?

Machines like ATM and self checkout

New cards
95

Why are MDI useful?

There are only limited options
Easy to understand (users cant get lost)
Users cant break into the system

New cards
96

What 3 things does memory management control?

RAM
Cache
Virtual memory

New cards
97

How does memory management make a computer run more efficiently?

Free up memory
Optimises it
Controls which memory is used

New cards
98

What is a software driver?

Gives information to OS on how to control the peripheral

New cards
99

What the sequence for peripheral management?

OS -----> Software driver -------> Peripheral

New cards
100

What is multi-taking?

Allowing the user to have multiple windows open

New cards
robot