
Programming quiz
Quiz by Carlos Alberto Llamas Escartín
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
What is Java used for ?
What is the line of code that needs to be used to print a message in Java ?
What is a for loop ?
What is te for loop used for ?
What is the correct synthax to apply the for loop
What is the string variable used for ?
What is the int variable used for ?
What is the boolean variable used for ?
What is the float variable used for ?
What is the char variable used for ?
What is the correct synthax to create a variable
Is Java owned by Oracle ?
What for the comments casn be used for ?
How can we make single line comments ?
What is Java Math ?
What are some of the methods that we can use (talking about Java Math)?
What can we used Random Numbers for ?
What can we used Math.abs(x) for ?
What can we used Math.max(x,y) for ?
What can we used Math.sqrt(x) for ?