Python Chapter 3: Control Structures: Decision Making

Python Chapter 3: Control Structures: Decision Making

Professional Development

12 Qs

quiz-placeholder

Similar activities

1. Standard output, Data type and variable

1. Standard output, Data type and variable

Professional Development

10 Qs

Python Programming 2

Python Programming 2

9th Grade - Professional Development

11 Qs

ERP 1

ERP 1

University - Professional Development

15 Qs

Java OOP

Java OOP

Professional Development

10 Qs

Java Displaying Data & Data Types

Java Displaying Data & Data Types

University - Professional Development

12 Qs

Basics of JavaScript

Basics of JavaScript

11th Grade - Professional Development

15 Qs

Computación básica - Conceptos básicos

Computación básica - Conceptos básicos

Professional Development

15 Qs

javascript1

javascript1

Professional Development

8 Qs

Python Chapter 3: Control Structures: Decision Making

Python Chapter 3: Control Structures: Decision Making

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Alejandro Hidalgo

Used 8+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A            structure can execute a set of statements only under certain circumstances

sequence

circumstantial

decision

Boolean

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A            structure provides one alternative path of execution.

sequence

single alternative decision

one path alternative

single execution decision

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A(n)            expression has a value of either True or False.

binary

decision

unconditional

Boolean

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The symbols >, <, and == are all            operators.

relational

logical

conditional

ternary

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A(n)          structure tests a condition and then takes one path if the condition is true, or another path if the condition is false

if statement

single alternative decision

dual alternative decision

sequence

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You use a(n)            statement to write a single alternative decision structure.

test-jump

if

if-else

if-call

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You use a(n)            statement to write a dual alternative decision structure

test-jump

if

if-else

if-call

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?