Flowcharts
Data Representation (file types)
Technology Pot Luck
Python
3D Design
Mr Ian
100

What is the joining line between flowchart blocks called?

Flow line / connector

100

Commonly used for: Storing photographs

Number of colours: 24 bits: over 16 million colours

Lossy

Transparent background? No

Animation? No

JPG / JPEG

100

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

The place where we brainstormed images of ideas we might design is called an _______

ideas board

100

What country is Mr Ian from?

UK

200

Draw a process box

200

Commonly used for: Used for images with large blocks of colour, for animated images, for images with a transparent background where a sharp line is important e.g. square, logo

Number of colours: 8 bits: 256 colours

Lossy or lossless? Lossless

Transparent background? Yes

Animation? Yes

GIF

200

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

Printer

200

Rewrite this variable so that it follows good rules of coding

summerholiday

summerHoliday

200

Choose 6 of the most important things to consider before creating the design and write them up in your _________________

Design specification

200

What pet does Mr Ian have?

A dog

300

What type of box is this?

Decision box

300

Commonly used for: Good for transparent images when smooth outlines are important. Good for print ready graphics.

Number of colours: 24 bits: 16.7 million colours

Lossy or lossless? Lossless

Transparent background? Yes 

Animation? No


PNG

300

When was Google founded? (Closest answer wins)

1998

300

Word that means to join multiple values together

Concatenate

300

Draw the Design Cycle

300

What brand of phone does Mr Ian have?

Samsung

400

What is this part of a flow chart called?

Terminator

400

Commonly used for: This format is rarely used nowadays.  It does work with virtually any graphics package.

Number of colours: 32 bits: over 4 billion colours

Lossy or lossless? Lossless

Transparent background? No

Animation? No

BMP / Bitmap

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

What is this Tinkercad tool called?

Align tool

400

How tall is Mr Ian?

189cm

500

Draw an input / output box

Student answers

500

Commonly used for: Used for archiving image files which might need to be edited at a later date.  This is because they are lossless so they can be edited without losing data.

Number of colours: 8 bits: 256 colours or 16 bits: 65,536 colours

Lossy or lossless? There are different standards of this image and although they can be either lossy or lossless, they mainly used as a lossless format.

Transparent background? Yes

Animation? No

TIFF

500

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

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

What was the name of the product that the man was selling in the first Dragon's Den video that we watched?

Bedlam Cube

500

What is Mr Ian's birthday (d/m/y)

10/4/1976