Conditional Quiz Review

Conditional Quiz Review

8th Grade

12 Qs

quiz-placeholder

Similar activities

Google Tips and Tricks

Google Tips and Tricks

7th - 9th Grade

15 Qs

Cyber Security

Cyber Security

1st - 10th Grade

10 Qs

Acceptable Use Policy

Acceptable Use Policy

6th - 9th Grade

16 Qs

Semester 1- Exploration of Robotics (Units 5-7)

Semester 1- Exploration of Robotics (Units 5-7)

6th - 8th Grade

17 Qs

Programs and Variables in Code and Play

Programs and Variables in Code and Play

5th - 9th Grade

7 Qs

B Words GCSE Computer Science

B Words GCSE Computer Science

1st - 10th Grade

15 Qs

Emerging technologies

Emerging technologies

6th Grade - University

10 Qs

Mrs O's Computer Architecture Quiz

Mrs O's Computer Architecture Quiz

KG - University

13 Qs

Conditional Quiz Review

Conditional Quiz Review

Assessment

Quiz

Computers

8th Grade

Practice Problem

Hard

Created by

Caitlin Conley

Used 3+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the definition of a Variable?

Writing out a program’s logic in plain English or Something Similar

A way to make decisions in programming by checking conditions

a function or method that compares two values and determines their relative order

A tool that we use to remember values for later use in a program

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the definition of Pseudocode?

A way to make decisions in programming by checking conditions

A tool that we use to remember values for later use in a program

Writing out a program’s logic in plain English or Something Similar

a function or method that compares two values and determines their relative order

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the definition of a Conditional?

Writing out a program’s logic in plain English or Something Similar

a function or method that compares two values and determines their relative order

A tool that we use to remember values for later use in a program

A way to make decisions in programming by checking conditions

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the Correct syntax of an If/then Statement?

If (distance < 3) { hero.sneakLeft(); } If (distance > 3) { hero.moveLeft(); }

If (distance < 4) hero.sneakLeft(); If (distance > 4) hero.moveLeft();

If distance > 4 hero.sneakRight(); If distance < 4 hero.moveRight();

if distance = hero.moveLeft() if distance > hero.sneakLeft()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following IS NOT a Comparator used in coding?

/

<

=

<

6.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of the following IS a Boolean?

True

false

Wrong

Both A and B

7.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of the following is the Correct syntax of an If/Else Statement?

if distance < 3 hero.castEarthWave(); else hero.castEarthPit( nearestTarget );

if ( distance < 3 ) hero.castEarthWave(); else hero.castEarthPit( nearestTarget );

if ( distance < 3 ) { hero.castEarthWave(); } else { hero.castEarthPit( nearestTarget ); }

None of the Above

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?