what is a variable?
Is a place holder of a datatype.
what is a while loop?
An infinte loop or the while loop can be thought of as a repeating if statement.
What is a binary?
A binary number is a computer's way to represent information. Computers process millions of 1's and 0's a minute using different rules to interpret them as numbers, letters, operators, and everything else put into a computer.
What was your first Project?
Hello World!
What school does Wakanda go?
Florida A&M University
what is a boolean?
a binary variable, having two possible values called “true” and “false.”
what is a for loop?
For loop is a programming language conditional iterative statement which is used to check for certain conditions and then repeatedly execute a block of code as long as those conditions are met.
Whats a byte?
eight bits make a byte. In computers, bytes store information in memory.
What was the second project?
Animation
Whats Wakanda's major
Computer Science
what is the math operators symbols are?
Addition : +
Subtraction : -
Multiplication : *
Divide : /
what is a if statement?
s a programming conditional statement that, if proved true, performs a function or displays information. It runs once
Give me an example of a byte
0000 0101 = 5
What was the project using Light Sensors?
Light Sensor
How long has wakanda been working for ID tech?
1st year
What is a bite and example?
The individual 1's and 0's you see in binary are called bits
what is an if else statement?
The if/else statement executes a block of code if a specified condition is true. If the condition is false, another block of code can be executed. The if/else statement is a
(0001 0010) + (0000 1000)
0001 1010
What project was using Alligator bites?
Piano
How many siblings does wakanda have?
4
What is considered the "brain" of the computer?
CPU
what is a conditional statement
conditional statements, conditional expressions and conditional constructs are features of a programming language, which perform different computations or actions depending on whether a programmer-specified boolean condition evaluates to true or false.
100101 + 10101
111010
What project were use while loops?
Button loops
What's wakanda's dream job?
Own her own successful tech company and mentor young people