Chp. 5 Alice Programming Structures

Chp. 5 Alice Programming Structures

12th Grade

30 Qs

quiz-placeholder

Similar activities

PLTW CSE Unit 1.3 Review

PLTW CSE Unit 1.3 Review

9th - 12th Grade

35 Qs

AP CSP Exam Review

AP CSP Exam Review

9th - 12th Grade

25 Qs

Java Ch 3 Decision Structures

Java Ch 3 Decision Structures

9th - 12th Grade

26 Qs

Loops Quiz

Loops Quiz

9th - 12th Grade

25 Qs

Programming Logic and Design - Chapter 4 - Making Decisions

Programming Logic and Design - Chapter 4 - Making Decisions

University - Professional Development

35 Qs

CCP1102-Java Programming-Prelim

CCP1102-Java Programming-Prelim

University

30 Qs

AP CSA |U2 L2 Operators & Expressions by Mr. B

AP CSA |U2 L2 Operators & Expressions by Mr. B

12th Grade

25 Qs

Processing Conditionals Quiz Review

Processing Conditionals Quiz Review

9th - 12th Grade

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