What is the base of the binary number system?
The base of binary numbers is 2.
True or False?
GODOT is an app that allows developers to code their game in several different languages
True!
True or False?
HTML stand for Hyper Transfer Markup Language.
False!
It's abbreviation is Hyper Text Markup Language.
What are Quantum bits called?
Qubits
What is this binary number converted to?
0001 1100
28
A loop is a programming construct that ____ a block of code while a certain condition is met
Repeats
A section of an HTML document is a called a ____.
Element
A quantum bit can exist in _____ at the same time, until it is measured, which forces it to choose one definite state
Multiple states.
What is the number 24 converted into binary?
What statement executes different code based on whether a condition is true or false?
Conditional Statement
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.
What is the output of the following image:
(1, 0)
What is this binary number converted to?
1011 1111
191
What the purpose of the move_and_slide()?
In 2D, this is the function you call to move a character and handle collisions manually.
True or False?
<img src= “” > is the correct code to insert images.
True!
Hadamard gate creates_____.
Superpositions.
What is the number 253 converted into binary?
1111 1101
What is the export preset (.godot export)?
This file defines which platforms and settings to include when exporting a game.
Is the code "<ul> & </ul> + <li> & </li>" for unordered or ordered lists?
The code "<ul> & </ul> + <li> & </li>" is for unordered lists.
What is the output of the following images:
Left Gate: (1, 1)
Right Gate: (1,1)