Sheets
Data representation
Computing Pot Luck
Python
Networks
HTML
100

What is the rectangle that you add data in called?

Cell

100

What is 'bit' short for?

BInary digitT

100
What is the most popular social media in the world?

Facebook

100

Write the Python code for We'll miss you Mr Ian

print("We'll miss you Mr Ian")

100

What is the minimum number of devices that can form a network?

Two

100

Give the name of software that you can use to create an HTML or CSS page.

Brackets.io / Notepad / TextEditor / Microsoft Word

200

What is the line that runs from left to right where you can add data called?

Row

200

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

200

'Laser', 'Dot Matrix' and 'Inkjet' are types of which output computer device?

Printer

200

Word that means to join multiple values together

Concatentate

200

What is a node?

A point and/or device on a network


200

What are these examples of text that we use to format design web pages called?

<html> </html>

Tags

300

What type of graph is this?

300

What word do we use to write 2,000,000,000,000 bytes using words?

Two / 2 terabytes

300

When was Google founded? (Closest answer wins)

1998

300

Rewrite this variable so that it follows good rules of coding

summerholiday

summerHoliday

300

What is a network topology?

The arrangement of connections on a network.
300

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">

400

A calculation entered by the user for the data in the spreadsheet. e.g. =(A6+A7)-A5

Formula

400

Convert this denary number to binary

48

110000

400

When was the first 1GB hard drive sold? (Closest answer wins)

1980

400

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")


400

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]

400

What is an advantage of using CSS in web design?

It means that you can easily modify the formatting of multiple pages.

500

You want to add three cells together using a function. What function do you use?

SUM

500

Convert this binary number 11011 to denary

27

500

How much memory (RAM) did Mr Ian's first computer have?

48k

500

Using the variable holiday, write one line of code that outputs the value in lower case only.

print(holiday.lower())

https://onlinegdb.com/G0r_JfaOB

500

Most internet traffic is sent over what medium?

Fibre optic cable

500

What does CSS stand for?

Cascading Style Sheets