Software D&D
Video Games
Web D&D
Computer Systems
Computing History
100

What are your five data types

Integer, Float, Boolean, Character, String

100

Which gaming console has sold the most units?

PlayStation 2

100

What tag is used to create a bullet-pointed list?

<ul>

100

Convert 82 into 8-bit binary

01010010

100

Who is credited with founding Apple and coming up with the idea of a smartphone?

Steve Jobs

200

What name is given to a named, temporary storage location that holds a small piece of data that can be changed throughout the running of a program

A variable

200

In what year, did Fortnite season one release……

2017

200
What kind of styling overwrites all previous styling?

inline styling

200

How many bits does this sentence take up when using ASCII? "The Boat Sank"

104 bits (13 x 8)

200
Who is known as the first ever programmer?

Ada Lovelace

300

What kind of error results in no crashing or flashing error

Logic Error

300

Who is often called the father of computer games, partly for making Pong and the first proper video game console.

Ralph Baer

300

What language is used to make webpages interactive?

JavaScript

300

What are ALL the objects that help make up a vector graphic?

Rectangle, Line, Ellipses, Polygon

300

Who is credited with creating the first ever digital computer?

Charles Babbage

400

What coding construct do you use to allow the computer to make a decision during the running of a program?

an if statement

400

In the original 1980 edition of Pac-Man, the four ghosts were named Blinky, Inky, Pinky, and what "C" name that doesn't rhyme with the rest?

Clyde

400

What tag is tag is used to create a clickable link. 

<a>

400

What is the colour depth of a bitmap image that allocated 7 bits per pixel?

128 (2^7)

400

What was the Internet originally called?

The ARPANET

500

500 people need to be asked for their shoe size - a program should be created to allow them to enter in their shoe size and calculate / display the average shoe size.

total = 0

for i in range(500):

  shoeSize = float(input("Enter size: "))

  total = total + shoeSize

average = total / 500

print(average)

500

What name is shared by a sci-fi video game franchise, a Beyonce song, and the tiara worn by Kate Middleton on her wedding day?

Halo

500

What file format are vector graphics usually stored as?

.SVG (scalable vector graphic)

500

Which bus is uni-directional?

Address Bus (stores the unique address in memory that is being accessed at that moment)

500

Tim Berners-Lee helped created the internet and its many data transfer systems - but what does HTTPS stand for?

Hyper Text Transfer Protocol Secure

M
e
n
u