Sheets
Data representation
Python
Networks
100

What is the rectangle that you add data in called?

Cell

100

What is 'bit' short for?

BInary digitT

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

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

Word that means to join multiple values together

Concatentate

200

What is a node?

A point and/or device on a network


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

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

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]

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

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

M
e
n
u