Chp. 5 Alice Programming Structures

Chp. 5 Alice Programming Structures

12th Grade

30 Qs

quiz-placeholder

Similar activities

Computer Sc Class 12

Computer Sc Class 12

12th Grade

25 Qs

C UNIT 1 OPERATORS MCQ

C UNIT 1 OPERATORS MCQ

University

25 Qs

ES084 Quiz#3: Algorithm and Flowcharting

ES084 Quiz#3: Algorithm and Flowcharting

University

35 Qs

APCSP Unit 3 Vocabulary

APCSP Unit 3 Vocabulary

10th - 12th Grade

33 Qs

Python

Python

12th Grade

35 Qs

Week 4 - RELATIONAL DATA MODEL

Week 4 - RELATIONAL DATA MODEL

University

26 Qs

PLTW CSE Quiz - Activities 1.1.1 thru 1.1.3

PLTW CSE Quiz - Activities 1.1.1 thru 1.1.3

9th - 12th Grade

25 Qs

AP CSP Exam Review

AP CSP Exam 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?

Discover more resources for Computers