Conditional Statements Quiz

Conditional Statements Quiz

12th Grade

10 Qs

quiz-placeholder

Similar activities

Grade 8 End of Unit Revision

Grade 8 End of Unit Revision

8th Grade - University

15 Qs

Excel 2016 MOAC Lesson 04

Excel 2016 MOAC Lesson 04

8th - 12th Grade

10 Qs

SDD Analysis, Design & Implementation 3

SDD Analysis, Design & Implementation 3

10th - 12th Grade

14 Qs

AP Computer Science College Board Test

AP Computer Science College Board Test

10th - 12th Grade

15 Qs

AP Computer Science A Review 1

AP Computer Science A Review 1

10th - 12th Grade

15 Qs

Random Numbers + Review

Random Numbers + Review

12th Grade - University

8 Qs

Basic Python Coding

Basic Python Coding

11th - 12th Grade

15 Qs

KEIRO PROGRAMMING

KEIRO PROGRAMMING

4th - 12th Grade

10 Qs

Conditional Statements Quiz

Conditional Statements Quiz

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Sample Student

Used 13+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do we check to see if our condition in coding is true?

we use comparison operators like < or >

we need to test our true and false statements with a test

we use a random sorter to decide

we evaluate the condition using algebra

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How can I test 2 conditions are true in the same if statement?

combine if statements with a logical operator

break them into 2 if statements in sequence

embed the conditions inside an if statement

this is not possible in coding

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How can we check to see if 1 condition is true in a 2 condition statement?

Use the AND operator

Use the OR operator

Use the NOT operator

This is not possible in code

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What do If statements do?

check to see if something is TRUE

check to see if 2 things are equal

checks to see if 2 things are NOT equal

Checks to see if flow charts are valid

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What do Else statements do?

Allow us to change the outcome based on the statement being false

Allow us to have 2 true statements at the same time

Allow us to skip over the conditional if something is false

There is no ELSE statements in code

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What do we use to help us plan our outcomes?

a flowchart

a coding map

an outline

a code plan

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What do nested if statements do?

Help us get more specific about our classification

Give a command if something evaluates to false

Give a command if something evaluates to true

Help us be more broad with our request.

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?