Computer Science Revision (PAPER 2)

?
  • Created by: Kani.T
  • Created on: 11-04-18 19:57
Bit Rate
The number of bits to store one second of sound
1 of 38
Bit Rate Formula
Frequency x Bit Depth x Channels
2 of 38
Machine Code instructions
Where an operator (op-code) tells the computer what to do (e.g. Load/Store); the operand tells the computer what to do with the instruction
3 of 38
Nyquist's Theorem
The sample rate should be at a frequency which is at least twice the value of the highest frequency in the sampled signal
4 of 38
Logic Gates
A logic gate is an elementary building block of a digital circuit
5 of 38
NOT gate
This gate inverts the input and is represented by an overbar
6 of 38
AND gate
Where the output of A AND B is 1 only if input A and input B are both 1
7 of 38
OR gate
Where the input is always 1 unless both inputs are 0
8 of 38
XOR gate
AKA: Exclusive OR- this is where the output is true if one or other input is true, but not both
9 of 38
NAND gate
Inverts the output of an AND gate
10 of 38
NOR
This gate only produces an output of true when both outputs are false
11 of 38
De Morgan's First Law
NOT(A OR B) = NOT(A) AND NOT(B)
12 of 38
De Morgan's Second Law
NOT(A AND B) = NOT(A) OR NOT(B)
13 of 38
General Rules of Boolean Algebra
X.0 = 0 | X.1 = X | X.X= X | X.NOT(X) = 0 | X + 0= X | X+1= 1 | X+X= X | X+NOT(X)= 1 | NOT(NOT X)= X
14 of 38
Commutative rules
X.Y = Y.X | X+Y= Y+X
15 of 38
Associative rules
X. (Y.Z) = (X.Y) .Z | X+ (Y+Z) = (X+Y) +Z
16 of 38
Absorption rules
A+ (A.B) = A | A. (A+B) = A
17 of 38
Subroutine
A named block of code designed to carry out a specific task
18 of 38
Procedure
Another term for a subroutine
19 of 38
Local Variable
A variable that is only available in specified subroutines and functions
20 of 38
Global Variable
A Variable that is declared at the beginning of the program and is available anywhere in the program
21 of 38
Function
A subroutine that returns a value
22 of 38
Functional Programming
A programming language that uses functions to create programs
23 of 38
Parameter
Data being passed into a subroutine
24 of 38
Arguement
An item of data being passed into a subroutine
25 of 38
Exception Handling
The process of dealing with events that cause the current subroutine to stop
26 of 38
Hierarchy Chart
A diagram that shows the design of a system from the top down
27 of 38
Flowchart
A diagram that shows individual processes within a system
28 of 38
Pseudocode
A method of writing code that does not require knowledge of particular programming language
29 of 38
Laser scanners
How it works: reflects off a moving mirror which allows the barcode to be read in many different positions
30 of 38
Radio Frequency Identification (RFID)
A chip that consists of a small microchip transponder and an antenna- used to track and identify things such as households products
31 of 38
Laser Printer
Offers high-quality, high-speed printing; their function is similar to that of a photocopier using powdered ink called toner
32 of 38
Hard Disk
Uses rigid rotating platters coated with magnetic material
33 of 38
Optical Disk
Works by using a high powered laser to 'burn' sections of its surface, making them less reflective
34 of 38
Solid-state Disk (SSD)
A storage device that uses integrated circuit assemblies as memory to store data persistently
35 of 38
Cyber attack case study
In 2007, Estonia suffered a series of cyber attacks which swamped websites of organisations including the Estonian Parliament, banks, newspapers and broadcasters.
36 of 38
Abstraction
A technique for arranging complexity of computer systems (simplifying it)
37 of 38
Machine Code
A first generation language that only a computer can understand (1s and 0s)
38 of 38

Other cards in this set

Card 2

Front

Frequency x Bit Depth x Channels

Back

Bit Rate Formula

Card 3

Front

Where an operator (op-code) tells the computer what to do (e.g. Load/Store); the operand tells the computer what to do with the instruction

Back

Preview of the back of card 3

Card 4

Front

The sample rate should be at a frequency which is at least twice the value of the highest frequency in the sampled signal

Back

Preview of the back of card 4

Card 5

Front

A logic gate is an elementary building block of a digital circuit

Back

Preview of the back of card 5
View more cards

Comments

No comments have yet been made

Similar Computing resources:

See all Computing resources »See all All Topics resources »