Wednesday, 6 May 2015

Homeworkish

1. How many Kilobytes in a Megabyte?
1000KB
2. How many Kilobytes in a Gigabyte?
1000000KB
3. How many Megs in 4 Terabytes?
4000000MB
4. How many bits in an Yotta?
9.671406556917033e+24MB yeah...
5. Tell me what base 10, base 2 and base 16 are?


7. Tell me where Hexadecimal is used and why?


8. Extension: Write a very simple python program that works out bits/bytes or that converts binary to denary or that converts hex

Wednesday, 11 March 2015

xX_The_6_Marker_Xx

A Domain Name Server maintains a directory of domain names and translates them into IP addresses because computers require the IPS to access websites.
DNS servers can be DDoS'd which is a disadvantage because the user may not be able to access the website if its being DDoS'd.
The user benefits from the DNS server because they don't have to remember the IP address to access the website so instead they can remember a simple url to help them get directed to their desired website.

Wednesday, 4 February 2015

Printing users input

 

 First line is printing Hello World, and then the second is printing to ask for the users name, and then the third line allows the user to input their name labelling the input as name, and lastly the fourth line is printing hello, and then adding the name to the hello, for example:

Creating New Lines





The \n allows the user to create a new line to put their text on instead of having everything on one long line. The output I got was: