Problem Solving - Week 6 RECAP

Problem Solving - Week 6 RECAP

University

10 Qs

quiz-placeholder

Similar activities

Java Control Flow statements

Java Control Flow statements

University

10 Qs

javaquizvivek

javaquizvivek

University

12 Qs

CodeHS - Intro to Python - Conditionals Quiz

CodeHS - Intro to Python - Conditionals Quiz

9th Grade - Professional Development

15 Qs

Java

Java

University

15 Qs

Database Fundamentals

Database Fundamentals

KG - University

10 Qs

If else

If else

University

15 Qs

PHP

PHP

University

10 Qs

Condicionales Python - TC1028

Condicionales Python - TC1028

University

10 Qs

Problem Solving - Week 6 RECAP

Problem Solving - Week 6 RECAP

Assessment

Quiz

Computers

University

Hard

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What block should be used to store data?

Operator

Variable

Unicode

Question

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct naming convention for the following variable?


NumOfchildren

numofchildren

numOfChildren


NumofChildren

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When data is stored in a variable, what block is used to make this happen?

Pick Random

Set

Broadcast

Join

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to name a constant?


totalPrice

TotalPrice

TOTALPrice

TOTALPRICE

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

With conditional statements, what is the correct way to create an statement?

if, else if and else


if, else and else if


if, if and else


else if, else and if

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following would check to see if an age of a person is over 18 and under 60?


if age>18 and <60

if age>18 and age<60


if age<18 and age>60

if age>18 or age>60

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following would check to see if an age of a person is over 5 and under 18?

if age<5 and age>18


if age>5 and age>18


if age>5 and <18


if age>5 and age<18

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?