Binary
GODOT
HTML & CSS
Quantum Computing
100

What is the base of the binary number system?

The base of binary numbers is 2.

100

True or False?

GODOT is an app that allows developers to code their game in several different languages

True!

100

True or False?

HTML stand for Hyper Transfer Markup Language.

False!

It's abbreviation is Hyper Text Markup Language.

100

What are Quantum bits called?

Qubits

200

What is this binary number converted to?

0001 1100

28

200

A loop is a programming construct that ____ a block of code while a certain condition is met

Repeats

200

A section of an HTML document is a called a ____.

Element

200

A quantum bit can exist in _____ at the same time, until it is measured, which forces it to choose one definite state

Multiple states.

300

What is the number 24 converted into binary?

0001 1000
300

What statement executes different code based on whether a condition is true or false?

Conditional Statement

300

Which statement about CSS is true?

1. CSS controls the visual layout of HTML elements on a webpage, like changing the font size or setting background colors.

2. CSS handles dynamic behavior like responding to user input or performing calculations.

The first statement.

300

What is the output of the following image:

(1, 0)

400

What is this binary number converted to?

1011 1111

191

400

What the purpose of the move_and_slide()?

In 2D, this is the function you call to move a character and handle collisions manually.

400

True or False?

<img src= “” > is the correct code to insert images.

True!

400

Hadamard gate creates_____.

Superpositions.

500

What is the number 253 converted into binary?

1111 1101

500

What is the export preset (.godot export)?

This file defines which platforms and settings to include when exporting a game.

500

Is the code "<ul> & </ul> + <li> & </li>" for unordered or ordered lists?

The code "<ul> & </ul> + <li> & </li>" is for unordered lists.

500

What is the output of the following images:

Left Gate: (1, 1)

Right Gate: (1,1)

M
e
n
u