Chp. 5 Alice Programming Structures

Chp. 5 Alice Programming Structures

12th Grade

30 Qs

quiz-placeholder

Similar activities

Pre-Test: JavaScript Fundamentals (Part 1)

Pre-Test: JavaScript Fundamentals (Part 1)

University

30 Qs

C-Language Q1

C-Language Q1

University

30 Qs

Code HS JavaScript Control Structures

Code HS JavaScript Control Structures

9th - 12th Grade

25 Qs

SD_Semi-Final Quiz

SD_Semi-Final Quiz

University

25 Qs

CS 211 - Midterm Review

CS 211 - Midterm Review

University

30 Qs

Pemrograman Python Quiz ( Session I - III)

Pemrograman Python Quiz ( Session I - III)

University

33 Qs

SQL Mastery

SQL Mastery

12th Grade

30 Qs

Computer Hardware

Computer Hardware

University

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