Pseudocoe Conditionals

Pseudocoe Conditionals

11th - 12th Grade

5 Qs

quiz-placeholder

Similar activities

Python Basics

Python Basics

12th Grade - University

10 Qs

C#

C#

11th Grade

10 Qs

Python - Year 8

Python - Year 8

3rd Grade - University

10 Qs

CS1310 Unit 1 Quizziz

CS1310 Unit 1 Quizziz

12th Grade

10 Qs

Tinker Cad - Quiz 2

Tinker Cad - Quiz 2

3rd - 11th Grade

10 Qs

Python Variables

Python Variables

7th - 12th Grade

10 Qs

GDScript Quiz - Lesson 3 - Conditional statements & Iteration

GDScript Quiz - Lesson 3 - Conditional statements & Iteration

12th Grade

10 Qs

Function in Python

Function in Python

12th Grade

8 Qs

Pseudocoe Conditionals

Pseudocoe Conditionals

Assessment

Quiz

Computers

11th - 12th Grade

Medium

Created by

Lee Macri

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A conditional statement begins with...

FOR

WHILE

IF

ELSE

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Using the snippet above, which of these tables shows the expected values for the given values of carbon monoxide?

Media Image
Media Image
Media Image
Media Image

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which of the following best describes the result of running this code snippet?

The code displays whichever number is odd, numA or numB.

The code displays whichever number is bigger, numA or numB.

The code displays both numbers every time.

The code displays whichever number is smaller, numA or numB.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will the program print if diceRoll is 11?

success

failure

"success"

Null

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will this program print if diceRoll is 24?

success

failure

"success"

Null