OCR Computer Science

?
  • Created by: wafflypig
  • Created on: 16-04-16 13:17
Define the term computer system
A collection of hardware and software working together to produce a coded solution
1 of 225
What 3 things must a computer system be able to do?
Input, process and output
2 of 225
Give 3 examples of an input device
Touchscreen, keyboard, mouse, microphone, footmouse, webcam
3 of 225
Give an example of a processing device
Sound cards, graphics cards
4 of 225
Give 3 examples of an output device
Printer, speaker, monitor, plotter
5 of 225
What are 3 points as to why computer systems are important in the modern world?
Communicate and work with people worldwide. Save lives (eg 999 system). Improve quality of life (eg bionics). Allow secure data access. Better manufacturing
6 of 225
In computing, what is meant by reliability?
How dependable a computer system is to carry out a job you have entrusted it with
7 of 225
What is a general purpose computer system?
A computer system that can load and operate with various apps. E.g a laptop/desktop
8 of 225
What is a dedicated computer system?
Specially produced system that have one purpose. E.g. ticket vending machine
9 of 225
What is a control computer system?
Computer systems that control machinery. Their output is read by another machine, rather than a human
10 of 225
What is an embedded system?
Computer system that are part of a larger system
11 of 225
Give 2 examples of an embedded computer system
Digital watches, satnavs, cameras, MP3 players, traffic lights and controllers of machinery
12 of 225
What is an expert computer system?
Computer systems that are designed to behave like human experts in a particular field
13 of 225
What is a management system?
A computer system that brings together information from different parts of a company for human managers to make an informed decision
14 of 225
Why must computer system be reliable?
So it has the ability to save lives. It could be the difference between life an death. E.g. ATC and medical situations
15 of 225
Define data integrity
Data being accurate and consistent throughout its life and reflecting what it means in the real world
16 of 225
How can data integrity be compromised?
Human error, viruses, bugs in code, hardware malfunctions and natural disasters
17 of 225
Give 2 reasons why software often has errors after being released
Software is complex, testing is expensive, testing is time consuming
18 of 225
What are de facto standards?
They ensure some things are the same across computer systems so they can be used by everyone. E.g. QWERTY keyboards
19 of 225
What are de jure standards?
Standards that must be adhered to BY LAW. They are universally accepted. E.g. ASCII and PDF
20 of 225
What are proprietary standards?
They are decided by the company and ensure all their products work seamlessly together
21 of 225
What are industry standards?
Standards set by recognised non-commercial organisation E.g. ANSI
22 of 225
What are open standards?
Not dominated by any one particular group and are produced collaboratively so they can be used across many apps and pieces of hardware
23 of 225
Give 2 examples of open standards
HTML, HTTP, WAP, SQL
24 of 225
Give 3 ways energy can be saved in a computer system
Automatic standby, solid state storage (doesn't rotate), modern screens that are more efficient
25 of 225
Why can computers be bad for the environment?
Contain toxins (cadmium etc), need electricity to run which usually means fossil fuels have been burned.
26 of 225
Give 3 points of the Data Protection Act
Not transfer data outside the EU, allow people to access data for no more than £10, correct information when requested, adequate protection must be in place
27 of 225
What is the ALU?
Arithmetic and Logic Unit of the CPU. It does the mathematical aspects of the F-D-E cycle
28 of 225
Which is the basic architecture that all computer systems use?
von Nuemann
29 of 225
Where are data and instructions stored, and how?
RAM, as binary numbers
30 of 225
What is the control unit?
It uses electrical signals to control the flow data through the CPU
31 of 225
Define the CPU
The Central Processing Unit is the main hardware within a computer whose purpose is to process data
32 of 225
What cycle does the CPU use?
Fetch - decode - execute
33 of 225
What is determined by the CPU clock speed?
The speed of the F-D-E cycle. It is measured in cycles per second (Hz). It is usually measured in GHz (billion of Hz)
34 of 225
What is the boot sequence?
A pattern of processes that contain all the information needed to get the computer up and running.
35 of 225
Define internet
An international network of computers
36 of 225
What is cache memory?
Memory that is quickly and easily accessed by the CPU.
37 of 225
What is the advantage of having multiple processing cores?
More data is processed simultaneously
38 of 225
What is the disadvantage of having multiple processing cores?
A more complicated operating system is required
39 of 225
Is RAM volatile?
Yes
40 of 225
What is meant by volatile memory?
It is lost when the computer is switched off
41 of 225
Which is bigger, RAM or ROM?
RAM
42 of 225
Give 2 things stored in RAM
The OS and data currently in use
43 of 225
Give 1 thing stored in ROM
The boot sequence
44 of 225
What is virtual memory?
Part of the hard drive that is an extension to RAM
45 of 225
When you add more RAM, what happens to the amount of virtual memory?
Goes down and the performance of the computer increases
46 of 225
What is flash memory?
A type of ROM that can be rewritten. It can be portable
47 of 225
What does a not logic gate do?
Changes the input to the opposite
48 of 225
To get a high output in an and gate, how many inputs must be high?
2 (both). It must be 1 1. 0 0 will produce an output of 0
49 of 225
How many inputs must be high for a high output in an or gate?
1 or both.
50 of 225
What is magnetic memory?
Memory that uses a magnetised field and possibly polarized elemental ions
51 of 225
Give 3 advantages of a magnetic hard disk
Reliable, high capacity, low cost
52 of 225
Give 4 main considerations when selecting a type of storage
Capacity, speed, portability, durability, reliability
53 of 225
What is secondary storage?
Memory used to store data after the computer has been switched off
54 of 225
Define input device
Passes a control signal into a computer
55 of 225
Define output device
Presents a processed control signal from a computing device
56 of 225
What is primary storage?
Volatile memory - includes RAM
57 of 225
What does system software control?
Hardware
58 of 225
What dose application software do?
Handles real jobs that users want to do
59 of 225
What is utility software?
Limited functionality but is used maintain a computer system.
60 of 225
What is a user interface?
The boundary between the user and machine
61 of 225
Give an example of a user interface
Command Line, LX Terminal
62 of 225
What is a GUI?
A graphical user interface is easy to understand and uses recognisable icons
63 of 225
How are subtitles generated on TV?
Using speech recognition software
64 of 225
What 2 things does an OS have to do with memory?
Ensure important things are not overwritten and memory is used efficiently
65 of 225
What is virtual memory used for?
When excess jobs (jobs that won't fit in the main memory) are held in virtual memory
66 of 225
Give 3 jobs of an operating system
Issues error messages, manages memory, maintains security and access rights of specific users, deals with errors, deals with user inputs
67 of 225
What is the purpose of defragmentation?
Tidy up the disk so that pointers can send the OS in the right direction, towards the next segment or block, quickly
68 of 225
What is multiprogramming?
When a system has several programs loaded into memory at the same time. This is very common
69 of 225
What file type has the extension, .exe
An executable program
70 of 225
What file type has the extension, .jpg
A compressed image
71 of 225
What file type has the extension, .xls
Excel
72 of 225
What file type has the extension, .html
HyperText Markup Language - a website
73 of 225
What is a file system?
A mostly hierarchical system implemented by the OS to organise files in secondary storag
74 of 225
What are viruses?
Often attached to legitimate programs, they infiltrate your computer and replicate themselves
75 of 225
Give 2 things that a virus can do
Damage files, take control of a computer, retrieve confidential data
76 of 225
Give 3 examples of user privileges on a file
Read, write and run
77 of 225
What is encryption of a file?
Files are stored in a way that is not understandable to anyone else other than the person with the password (which will decode the file)
78 of 225
How can a user be authenticated?
With a password, finger print, facial recognition, retinal scanning etc
79 of 225
What are applications?
Programs that people use to do real world jobs
80 of 225
Give 3 examples of applications
Autopilots, word processors, MP3 players, games, hotel booking system, traffic light system
81 of 225
Which ways does utility software in the OS aid security?
Antivirus, spyware protection, firewalls
82 of 225
Which ways does utility software in the OS aid efficiency?
Auto-updating, clean-up tools, diagnosis, system maintenance, disk organisation (fragnmenter)
83 of 225
What is custom written software?
Software specially written for a particular customer. It is bespoke
84 of 225
Give 2 advantages of custom written software
Exact features, developer can be contacted to resolve issues, does not require any special adaptations
85 of 225
Give 2 disadvantages of custom written software
May not have had extensive testing, expensive, takes long to develop
86 of 225
What is off-the-shelf software?
Can be bought, boxed, off the shelf and installed
87 of 225
Give an example of OTS software
MS Office
88 of 225
Give 2 advantages of off the shelf software
Ready immediately, probably has been well tested, many users = many solutions to issues, lower cost
89 of 225
Give 2 disadvantages of off the shelf software
Won't be exactly what was needed, may need customisation, might need training
90 of 225
What is open source software?
Software that is in the public domain for use to gain and develop knowledge
91 of 225
Give an example of open source software
Linux, Firefox, Libre Office, Apache
92 of 225
Give 2 advantages of open source software
May be free, can be altered (source code available), extremely reliable (many people will work to improve it)
93 of 225
Give 2 disadvantages of open source software
No maintenance of contracts, no contacts for issues, irregular updates
94 of 225
What is proprietary software?
Software that is developed by a company, for profit
95 of 225
Give 2 advantages of proprietary software
Easy to contact, should have been well tested, regular updates
96 of 225
Give 2 disadvantages of proprietary software
Expensive, inflexible to needs and there are some deliberate incompatibilities
97 of 225
What base is binary?
2
98 of 225
What base is hexadecimal?
16
99 of 225
What is each digit of binary called?
Bit
100 of 225
What is 4 bits called?
Nibble
101 of 225
What is 2 nibbles called?
Byte
102 of 225
What base is denary?
10
103 of 225
How many bytes in a kilobyte?
1024
104 of 225
How many MB in a GB?
1024
105 of 225
How many KB in a MB?
1024
106 of 225
What are the powers of 2 up to 128?
1 2 4 8 16 32 64 128
107 of 225
What denary number is A in hexadecimal?
10
108 of 225
What is the highest hex value?
F (denary = 15)
109 of 225
How do you convert from hex to binary?
Convert hex - denary - binary
110 of 225
What is ASCII short for?
American Standard Code for Information Interchange
111 of 225
How many characters are represented by ASCII?
128 (127 not including 0)
112 of 225
How are codes for characters stored in ASCII?
Binary
113 of 225
How are characters sorted in a table of ASCII?
By increasing denary value
114 of 225
What is a pixel?
One dot in an image
115 of 225
What determines how many colours does each pixel represents?
The number of bits per pixel (bpp)
116 of 225
What is colour depth?
The number of bits used to represent a colour
117 of 225
What is resolution?
The pixels per inch. More pixels per inch = larger file and better quality image
118 of 225
What is metadata?
Data about data
119 of 225
What is a bitmapped image?
The dots get bigger and the image gets blurry
120 of 225
What is a DAC?
Digital to Analogue Converter
121 of 225
What is a ADC?
Analogue to Digital Converter?
122 of 225
Give a use of an ADC
To make sound understandable to a computer
123 of 225
What is sample interval?
The time between samples of sound being taken. (High interval = low sample rate)
124 of 225
What is sample rate?
The rate of samples of sound being taken
125 of 225
What size file is needed for sound with a low sample rate?
Smaller
126 of 225
What happens if there is a low sample rate?
The will be a poor match between sampled and original sound, eg mouths will move without sound
127 of 225
What is the bit rate?
The amount of space needed to store each second of the sound sample
128 of 225
What is an operand?
A data part
129 of 225
What is an operator?
The instruction part
130 of 225
What is opcode?
Operators in binary
131 of 225
Which nibble of a byte of binary is usually the operand?
2nd
132 of 225
What is the accumulator?
A special register in the CPU that stores the results of any calculation
133 of 225
What is a length check?
Ensuring a certain number of characters have been entered, within a range
134 of 225
What is a type check?
Ensure data is of the correct type. E.g. not numerals in a surname
135 of 225
What is a range check?
Must fall between two limits, e.g. DOB over 18
136 of 225
What is a presence check?
Checks that something has actually been entered
137 of 225
What is a lookup check?
Ensures entered data matches what is stored on file
138 of 225
What is a format check?
Checks data has been entered in the right way. E.g. car number plate must be LLNNLLL
139 of 225
What is check digit?
Must be exactly the same as previously entered data
140 of 225
What is verification?
Ensuring data has been entered correctly
141 of 225
What is a database?
A persistent, organised store of data in a computer
142 of 225
What is a failover?
A piece of hardware that takes back ups of files on a network in case of a natural disaster
143 of 225
What is data integrity?
Data reflects what it is in reality
144 of 225
What is validation?
Ensuring data has been entered in the correct way, as accurately as possible
145 of 225
Give three places that might use a database
School, bank, doctor surgeries, government etc.
146 of 225
What is a flat file database?
Just rows and columns - just a spreadsheet
147 of 225
Is a row or column a record?
Row
148 of 225
What are columns in a flat file database called?
Fields
149 of 225
What is a hierarchical database?
A database with different tables with each becoming have more closely related records
150 of 225
What is an entity?
A single thing (person, object etc.) that data can be stored about in a database
151 of 225
What is the DBMS?
The DataBase Management System is software that looks after the database on a fundamental level
152 of 225
Give 3 things a DBMS can do
Protect data, create database applications, run queries, data consistency, keep data accurate, add records, delete records
153 of 225
What is a relational database?
Data is stored in separate tables. The tables are linked so related data can easily be extracted
154 of 225
How can a DBMS protect data?
Stops unauthorised access and provides a firewall
155 of 225
What is the boolean data type?
Used when data is only yes/no or true/false
156 of 225
What is a primary key?
A unique and identifiable part of a record
157 of 225
What is a report?
A summarised output from a database
158 of 225
What is a query?
Extracts data from a database
159 of 225
What is SQL?
Structured Query Language
160 of 225
What does the AND operator do in SQL?
Checks 2 conditions are true then selects data that matches this
161 of 225
What is a node?
A device on a network
162 of 225
What is a LAN?
A Local Area Network
163 of 225
What are the advantages of LAN?
Nodes can be updated centrally, data sharing is convenient, easy back ups, expensive peripherals can be shared
164 of 225
What are the disadvantages of LAN?
Network issues will affect all users, maintenance, security issues
165 of 225
What is a WAN?
Wide Area Network. Often several LANs connected together
166 of 225
What is a WLAN?
Wireless Local Area Network
167 of 225
What are network hubs?
Hardware that connect network devices together
168 of 225
What is a network switch?
Connect different segments of the network together (aka bridges)
169 of 225
What is a bus topology?
All nodes are connected to each other in series with terminators at each end to absorb excess data and prevent signal reflection
170 of 225
Advantages of bus network?
Cheap, easy to set up
171 of 225
Disadvantages of bus?
1 problem on "backbone" ruins it all, data collisons mean it's slow, small distance covered
172 of 225
What is a ring network?
When data (tokens) passes through each node in the circle
173 of 225
Advantage of ring?
No data collisions = fast
174 of 225
Disadvantages of ring?
1 problem in circle ruins it all
175 of 225
What is a star network?
Each client is connected to a main switch/hub.
176 of 225
Positives of star?
Robust, few data collisions = fast
177 of 225
Cons of star network?
Needs expertise management, hard to set up, more hardware/software needed
178 of 225
What is a peer - to - peer network?
All computers are equal -useful on the internet
179 of 225
What is a client-to-server network?
Each node has a different job from another
180 of 225
What does IP stand for?
Internet Protocol
181 of 225
What is a data packet?
Collections of data forming a message. This is how data is sent around the internet
182 of 225
How many bits is an IP address?
32
183 of 225
What is a MAC address?
Media Access Control does not change (IP does). It is used to identify a device on the network
184 of 225
Give 3 ways a network can be secure
Backups, archives, failover, disaster recovery, authentication, acceptable use policy,
185 of 225
What 3 things make a good password?
Mix of cases, long, numbers, obscure word
186 of 225
What is a modem?
Converts analogue signals to digital for the computer to understand
187 of 225
Which one does a computer understand, digital or analogue?
Digital ONLY
188 of 225
What does a router do?
Connects networks together.
189 of 225
What is CSS?
Cascading Style Sheets reduce the complexity of webpages
190 of 225
What does GIF stand for?
Graphic Interchange Format
191 of 225
What is stored in an MPEG file?
Video
192 of 225
Define lossy compression
Reducing the size of the file by removing some of the unneeded data from the file.
193 of 225
Give three file extensions that use lossy compression
MPEG, JPG and MP3
194 of 225
What is lossless compression?
It allows file size to be reduced by not storing repeated data. A table is set up and the file is reconstructed
195 of 225
What is machine code?
Code that is understood by the computer and is in binary
196 of 225
Is machine code high or low level code?
Low level
197 of 225
What is high level code?
Easily understood by humans and near to English E.g. Python
198 of 225
What is assembly language?
A low level language, understood by the computer that
199 of 225
What is assembly language?
A low level language, understood by the computer that
200 of 225
What is assembly language?
A low level language, understood by the computer that
201 of 225
What is assembly language?
A low level language, understood by the computer that
202 of 225
What is assembly language?
A low level language based around arithmetic and logic.
203 of 225
What 2 things could be used to translate between high level and machine code?
Compiler or assembler
204 of 225
What is a selection in an algorithm?
Looking at conditions to see if it meets a criteria. E.g. correct height for a rollercoaster
205 of 225
What is iteration in an algorithm?
Instructions are repeated until a condition is met
206 of 225
What is clock speed?
The amount of instructions executed by the CPU per second
207 of 225
What is a core of a CPU?
A processor within the CPU
208 of 225
How many instructions can be run at a time in a quadcore CPU?
4
209 of 225
What is cache?
A type of memory that stores frequently used instructions so they can be accessed quickly
210 of 225
How does optical memory work?
Holes are burned into a surface and it is recognised when light is not reflected back to the same place (0).
211 of 225
What is solid state memory?
Memory that has no mechanical moving parts. Instead, it works with logic gates
212 of 225
How does a computer differentiate between operand and operators in binary?
There is saved sequence called a bit pattern
213 of 225
What is a logic error?
A bug in the code that causes the program to not work correctly but does not cause the program to crash
214 of 225
What is the purpose of a hub in a network?
A common connection points between areas of a LAN that forward packets through different ports
215 of 225
What is the purpose of a bridge in a network?
x
216 of 225
What is the purpose of a router in a network?
To connect the network to another network (eg Internet) and forward packets
217 of 225
What is a packet?
A unit of data that travels through a network and uses an IP address
218 of 225
What is an IP?
An Internet Protocol address that uses a string of numbers to identify a computer on a network, administered by an admin. It is used by your own router to know where to forward packets
219 of 225
What is a MAC address?
A Media Access Control will never change because it is unique to your machine, it can identify your machine on a network of networks (eg Internet)
220 of 225
What is data redundancy?
When the same data is held in 2 separate places
221 of 225
What is the purpose of a switch in a network?
To connect different areas on the network and forward packets (similar to a hub)
222 of 225
What is a protocol?
A set of rules, dictating how computers communicate
223 of 225
What is a sequence in coding?
When an action in coding leads to the next action, in a predetermined order
224 of 225
What is a sequence in coding?
When an action in coding leads to the next action, in a predetermined order
225 of 225

Other cards in this set

Card 2

Front

What 3 things must a computer system be able to do?

Back

Input, process and output

Card 3

Front

Give 3 examples of an input device

Back

Preview of the front of card 3

Card 4

Front

Give an example of a processing device

Back

Preview of the front of card 4

Card 5

Front

Give 3 examples of an output device

Back

Preview of the front of card 5
View more cards

Comments

Metel.

Report

Thank you for this resource, it was extremely helpful.

I would recommend this to anyone looking to learn keywords and not just simply waste hours on end trying to learn from an ocr book.

legion

Report

Thank you for saving my GCSE this is an incredible resource. 

MrSmart2000

Report

awesome thanks alot

Mohammed Adeel

Report

Why does it only have the questions and not ANSWERS TOO?

JordanRevision_Chem

Report

This is so helpful thanks

melodyg0102

Report

GCSE SAVER!

WetBlanket

Report

Thank youu soo much! <3

jaazab

Report

thanks dude !    

ur a life saver

faxity

Report

Thank you! :') 

lmao cramming before a mock last minute 

ndsjamie

Report

Please fix the spelling error on card 59, it really irritates me :) apart from that good worksheet

Louise62

Report

I really like this good job well done :-) A*****

Xtpro259

Report

This helped me (sorry for bad English)

Rhys.Messer

Report

This didn't help me (Sorry for the good English)

yaqoob11

Report

day before exam :D

JonesMA01

Report

This rly helped me :3

soccer8277

Report

Thanks 4 great revision cards.. i like turtles too lmao

Moonblade5

Report

GG EZ

Bobby_Han

Report

good

F4H

Report

Good

Keemstar

Report

Splendid and moisty

( ͡° ͜ʖ ͡°)

M1dg3tAg

Report

1234 ur nan transgenderhomogayupurasshole

Hrahman712

Report

This is the best recource I have ever seen.

jadel mushanu

Report

this helped me hack the white house big up the boies all so helped me get cured of terminal cancer

Harribo122

Report

Okay, this is epic.

Report

Hello

Ed Blunt

Report

#merky #sidemen #3updagang

Nathan Combrinck

Report

Facts don't care about your feelings.

BigMan69.420.720NoScope

Report

#time i could have spent hitting sick clips #waste of time

Jules_Victorious

Report

希望这有助于修订

Alfinator646

Report

very good i approve

zazi

Report

Great resource ,thanks ! Would recommend :)

Pettles2003

Report

You are not my friend. You are my brother my friend.

xx_flo

Report

Very good resource,thank you!

archief0002

Report

there are 4 assembly language questions

Jan_4567

Report

Excellent - Thank you

harin1.x

Report

thank you so much for this <33

it's very helpful :D

GabrielT18

Report

my cpm is infinite

GabrielT18

Report

NGH~

Similar Computing resources:

See all Computing resources »See all Whole of spec resources »