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
Give the name of software that you can use to create an HTML or CSS page.
Brackets.io / Notepad / TextEditor / Microsoft Word
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
'Laser', 'Dot Matrix' and 'Inkjet' are types of which output computer device?
Printer
Word that means to join multiple values together
Concatentate
What is a node?
A point and/or device on a network
What are these examples of text that we use to format design web pages called?
<html> </html>
Tags
What type of graph is this?
What word do we use to write 2,000,000,000,000 bytes using words?
Two / 2 terabytes
When was Google founded? (Closest answer wins)
1998
Rewrite this variable so that it follows good rules of coding
summerholiday
summerHoliday
What is a network topology?
Write the HTML so that you can add an image called schoolsout.png from the same folder that in which your HTML file is stored.
<img src="schoolsout.png">
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
When was the first 1GB hard drive sold? (Closest answer wins)
1980
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]
What is an advantage of using CSS in web design?
It means that you can easily modify the formatting of multiple pages.
You want to add three cells together using a function. What function do you use?
SUM
Convert this binary number 11011 to denary
27
How much memory (RAM) did Mr Ian's first computer have?
48k
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
What does CSS stand for?
Cascading Style Sheets