Python Chapter 3: Control Structures: Decision Making

Python Chapter 3: Control Structures: Decision Making

Professional Development

12 Qs

quiz-placeholder

Similar activities

Computación básica - Conceptos básicos

Computación básica - Conceptos básicos

Professional Development

15 Qs

javascript1

javascript1

Professional Development

8 Qs

ERP 1

ERP 1

University - Professional Development

15 Qs

Java Programming RBVRRIT

Java Programming RBVRRIT

University - Professional Development

10 Qs

Java OOP

Java OOP

Professional Development

10 Qs

Basics of JavaScript

Basics of JavaScript

11th Grade - Professional Development

15 Qs

Javascript

Javascript

KG - Professional Development

13 Qs

JavaScript Session

JavaScript Session

Professional Development

10 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?