Conditional Statements

Conditional Statements

Assessment

Flashcard

Computers

10th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

19 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is the greater than symbol?

Back

>

2.

FLASHCARD QUESTION

Front

Which comparison operator is used to check if two variables have the same value? Options: ==, <, >, <=

Back

==

3.

FLASHCARD QUESTION

Front

Which comparison operator is used to check if a variable is less than a specific number?

Back

<

4.

FLASHCARD QUESTION

Front

Logical Operator And: One side or other must be true

Back

False

5.

FLASHCARD QUESTION

Front

This is the simplest conditional statement which instructs the computer to perform a certain action if the condition is true.

Back

If Statement

6.

FLASHCARD QUESTION

Front

This conditional statement will perform a certain action if the condition is met. And when the condition is false, an alternative action will be executed.

Back

If Else Statement

7.

FLASHCARD QUESTION

Front

If there are more than two alternative choices, using just If…Then…Else statement will not be enough. In order to provide more choices, we can use:

  • If Then Statement
  • If Then Else Statement
  • If Then ElseIf Statement

Back

If Then ElseIf Statement

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?