Wednesday 11 March 2015

Digital Sound Wordsearch Solution

+ + E + + + R B + + A + + + + 
+ + R K + + + I S N + + + + S 
+ + U D I G I T A L + + + N + 
+ + S + + L + L M + + + A + + 
+ + S + + + O + P + + P + + + 
+ + E + + G + H L + S + + + + 
+ + R + U D + + E H + + + + + 
+ + P E N O H P O R C I M + + 
+ + + U T + + T + A T + + + + 
+ + O + + R + + P T + Z + + + 
+ S + + + + E + + E + + E + + 
+ + + + + + + V + + D S + + + 
+ + + + + + + + N + I + + + + 
+ + + + + + + + + O + + + + + 
+ + + + + + + + N + C + + + + 

(Over,Down,Direction) 
AIR(9,3,NW)
ANALOGUE(11,1,SW)
BIT(8,1,S)
CONVERTER(11,15,NW)
DEPTH(11,12,NW)
DIGITAL(4,3,E)
KILOHERTZ(4,2,SE)
MICROPHONE(13,8,W)
NOISE(9,15,NE)
PRESSURE(3,8,N)
RATE(10,8,S)
SAMPLE(9,2,S)
SNAPSHOT(15,2,SW)
SOUND(2,11,NE)

Digital Sound Crossword

S A E C T K V U A V Y J N S I 
J J A C C E T L H O F T R S W 
A J X O B D Y K U P Q R N B T 
T V F N O I S E K R I A Z F F 
B D L V K G R G D E P T H X H 
Z G O E U I J N R S Y E N J I 
J E X R E T L K H S H D C C Y 
K C V T U A W O T U O B F W G 
Z B O E G L T B H R K U Q G X 
M I C R O P H O N E G I N U W 
W T E Q L H X G L T R E X D Q 
A Q C S A D I P B Z U T E M X 
S O Z X N Q M J H Y S Q Z X B 
Z I N G A A K H G R P M P A P 
Q B D Y S W V W B U O I T S W 

AIR
ANALOGUE
BIT
CONVERTER
DEPTH
DIGITAL
KILOHERTZ
MICROPHONE
NOISE
PRESSURE
RATE
SAMPLE
SNAPSHOT
SOUND


Friday 6 March 2015

FILE MAKING!

file = open("newfile.doc", "w")
file.write("Hamish\t10B1\t666\n")
file.write("Will\t10D1\t666\n")
file.write("Cameron\t10D2\t666\n")
file.write("Marty\t10S1\t666\n")
file.write("George\t10P1\t666\n")
file.close()

Wednesday 4 March 2015

Loseless and lossy

Loseless quality just shrinks the image literally, whilst lossy gets rid of data.

Friday 23 January 2015

ROM is read-only memory, and is non-volatile meaning that it won't delete

Inside a Computer

There are different components in a computer.

CPU (Central Processing Unit)- Processes information.
GPU (Graphics Processing Unit)- Renders any graphics the PC needs.
RAM (Random Access Memory)- Stores temporary data
Monitor- Displays stuff.
Mouse- Moves cursor.
Keyboard- Input commands.
Heatsink- Vents heat generated by larger components.
Motherboard- Central hub for components,
Sound Card- Makes sound stuff happen.
Cooling- Cools.
PSU- Supplies power.
SSD- Stores data
HDD- Stores data
Optical Drive- Reads disks,
Network Adapter- Connects to networks.
Other Peripherals.