Scanner & If Statements

Scanner & If Statements

5th - 12th Grade

18 Qs

quiz-placeholder

Similar activities

Java Base

Java Base

9th - 12th Grade

19 Qs

Welcome back ECS Review

Welcome back ECS Review

9th - 12th Grade

20 Qs

Chapitre 10 - 11

Chapitre 10 - 11

12th Grade

18 Qs

Большое Повторение C#

Большое Повторение C#

5th Grade - University

15 Qs

Algoritmi Java

Algoritmi Java

11th Grade

20 Qs

Variables- Conditional-Looping reviews

Variables- Conditional-Looping reviews

7th - 10th Grade

18 Qs

Python Mathematical operators quiz Q4_1

Python Mathematical operators quiz Q4_1

7th - 10th Grade

20 Qs

Python Functions

Python Functions

12th Grade

15 Qs

Scanner & If Statements

Scanner & If Statements

Assessment

Quiz

Computers

5th - 12th Grade

Hard

Created by

Khushi H

Used 38+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

 Evaluate (to true or false) each of the following expressions:
14 >= 14
15 > 15
16 != 16
18 >= 19
T, F, F, F
T, T, T, T
F, T, F, F
F, T, T, F

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Evaluate the following expression:
2 + 2 == 4
true
false
sometimes true
only true on sundays

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Evaluate the following expression
Math.pow(2, 3) >= 9;
true
false
compile error
only true when the Patriots win

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

True/False: The body of an "if" statement will only be executed if the condition is true.

True

False

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What happens to the code in the body of an "if" statement if the condition is false?

The computer determines if it is essential to the program and if it is, then the code is executed anyway.

The code moves to a coastal city, attempting to find love and start a family. However, low waged and crushing mortgage rates lead to it moving back home where it sits, hoping that one day it will be executed.

The code is skipped.

The code stages a revolution and attempts to take over the program, ultimately unsuccessfully, which leads to it not being executed.

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of these can be paired with an "if" statement to represent other outcomes of a scenario?

or

else

but

sheboygan

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which symbol means "not equal to"?

==

<=

>=

!=

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?