Scanner & If Statements

Scanner & If Statements

5th - 12th Grade

18 Qs

quiz-placeholder

Similar activities

Python Mathematics Operators

Python Mathematics Operators

7th - 10th Grade

14 Qs

2) Python Variables

2) Python Variables

8th - 11th Grade

16 Qs

Sistem Komputer

Sistem Komputer

10th Grade

20 Qs

Input/Output Devices

Input/Output Devices

6th - 7th Grade

20 Qs

Input Devices

Input Devices

7th Grade

20 Qs

Important Keys

Important Keys

9th Grade

23 Qs

JavaScript and Graphics

JavaScript and Graphics

9th - 12th Grade

15 Qs

Variables- Conditional-Looping reviews

Variables- Conditional-Looping reviews

7th - 10th Grade

18 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?