If-Else Statements

If-Else Statements

Assessment

Flashcard

Computers

9th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

4 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is the output of the following if statement? Options: False, True

Back

True

2.

FLASHCARD QUESTION

Front

This operator means that one value is the same as the other value: ==, !=, >, <

Back

== (equal to)

3.

FLASHCARD QUESTION

Front

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

Back

True

4.

FLASHCARD QUESTION

Front

This operator means that one value is not equal to another value

Back

!=