
Programming Quiz
Quiz by Naomi Renee MartĂnez GarcĂa
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
Vaiable to store true or false
A variable is a container to store information.
Tool that allows us to compute the highest between two number
Tool that allow us to give the positive part of a number
What it is a condition?
The IF statement is able to run a piece of code if the condition is false.
To test two conditions you need tonuse the else statement
Line of code to change lowe case letters to upper case?
List or arrays allows you to create a single variable
What is a Function
If you want to test two conditions you need to apply the:
Syntax to know the highest number between 345 and 466
What is it known as if we have a for loop inisde anothe loop?
Why Functions are important?
Wich is the correct answer
To count the numbers of elements inside
How many times this code prints "Hello from a function"
Is this code correct?
What is the output of the following code
Line od code that allows you to calculate the length
We use # to write a comment on python
What is the sign to write a commment on JAVA
Write a comment using the JAVA way. Inside the comment write "The Bright House Academy"
Line of code to print on python
write a variable that contains the world apple (name the variable fruit).