Chp. 5 Alice Programming Structures

Chp. 5 Alice Programming Structures

12th Grade

30 Qs

quiz-placeholder

Similar activities

Python Operators

Python Operators

11th - 12th Grade

30 Qs

CSE MID-TERM

CSE MID-TERM

9th - 12th Grade

27 Qs

CompuScholar Chapter 5

CompuScholar Chapter 5

9th - 12th Grade

31 Qs

Java Programming

Java Programming

University

30 Qs

Flow Control in Python

Flow Control in Python

University

33 Qs

Python Comparison , logical operators & If statement

Python Comparison , logical operators & If statement

9th - 12th Grade

30 Qs

Python Comparison Operators

Python Comparison Operators

9th - 12th Grade

30 Qs

Python Comparison Review

Python Comparison Review

9th - 12th Grade

30 Qs

Chp. 5 Alice Programming Structures

Chp. 5 Alice Programming Structures

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Melissa Perkes

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of structure is used to determine which of two sets of instructions to execute?

Decision structure

Sequence structure

Nested structure

Do together structure

None of these

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of structure is used to execute a set of instructions in the order in which they appear?

Decision structure

Sequence structure

Nested structure

Do together structure

None of these

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of structure has an If/Else instruction that has an empty Else part?

Single-alternative decision structure

Dual-alternative decision structure

Null decision structure

Minimum decision structure

None of these

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Assuming that a = 2 and b = 3, which of the following expressions is true?

a > b

a < b

b <= a

a == b

None of these

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Assuming that a = 1, b = 2, and c = 3, which of the following expressions is true?

both a < b and c < b

either a > b or b > c, or both

both b > a and b < c

either a == b or b == c, or both

None of these

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of operators are used to compare two numeric values?

Arithmetic

Complex

Logical

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of operators are used to join two Boolean values?

Arithmetic

Complex

Logical

Relational

None of these

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?