What is the rectangle that you add data in called?
Cell
What is 'bit' short for?
BInary digitT
Write the Python code for We'll miss you Mr Ian
print("We'll miss you Mr Ian")
What is the minimum number of devices that can form a network?
Two
What is the line that runs from left to right where you can add data called?
Row
Name two example of coding schemes that you used to send messages across the room to each other
Two from: Bacon's cipher, Morse code, ASCII, International Telegraph Alphabet (ITA), Braille
Word that means to join multiple values together
Concatentate
What is a node?
A point and/or device on a network
What type of graph is this?
What word do we use to write 2,000,000,000,000 bytes using words?
Two / 2 terabytes
Rewrite this variable so that it follows good rules of coding
summerholiday
summerHoliday
What is a network topology?
A calculation entered by the user for the data in the spreadsheet. e.g. =(A6+A7)-A5
Formula
Convert this denary number to binary
48
110000
Correct this code
thingy = input("Tell me your name. ")
if thingy = "Bob"
print("Hey, Bob")
Correct 3 things.
name = input("Tell me your name ")
if thingy == "Bob":
print("Hey, Bob")
Give an example of a WAN.
The internet / an organisation like a national bank with all its offices connected together / [other examples of groups of LANs connected together over a wide area]
You want to add three cells together using a function. What function do you use?
SUM
Convert this binary number 11011 to denary
27
Using the variable holiday, write one line of code that outputs the value in lower case only.
print(holiday.lower())
Most internet traffic is sent over what medium?
Fibre optic cable