What are your five data types
Integer, Float, Boolean, Character, String
Which gaming console has sold the most units?
PlayStation 2
What tag is used to create a bullet-pointed list?
<ul>
Convert 82 into 8-bit binary
01010010
Who is credited with founding Apple and coming up with the idea of a smartphone?
Steve Jobs
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
In what year, did Fortnite season one release……
2017
inline styling
How many bits does this sentence take up when using ASCII? "The Boat Sank"
104 bits (13 x 8)
Ada Lovelace
What kind of error results in no crashing or flashing error
Logic Error
Who is often called the father of computer games, partly for making Pong and the first proper video game console.
Ralph Baer
What language is used to make webpages interactive?
JavaScript
What are ALL the objects that help make up a vector graphic?
Rectangle, Line, Ellipses, Polygon
Who is credited with creating the first ever digital computer?
Charles Babbage
What coding construct do you use to allow the computer to make a decision during the running of a program?
an if statement
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
What tag is tag is used to create a clickable link.
<a>
What is the colour depth of a bitmap image that allocated 7 bits per pixel?
128 (2^7)
What was the Internet originally called?
The ARPANET
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)
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
What file format are vector graphics usually stored as?
.SVG (scalable vector graphic)
Which bus is uni-directional?
Address Bus (stores the unique address in memory that is being accessed at that moment)
Tim Berners-Lee helped created the internet and its many data transfer systems - but what does HTTPS stand for?
Hyper Text Transfer Protocol Secure