Programming Principles Review

Programming Principles Review

7th - 8th Grade

9 Qs

quiz-placeholder

Similar activities

Coding Vocabulary

Coding Vocabulary

8th Grade

14 Qs

Coding Basics in Swift

Coding Basics in Swift

7th Grade

11 Qs

Hour of Code ESL

Hour of Code ESL

6th - 8th Grade

14 Qs

Code.org: Express Course -> Lesson 1 and 2

Code.org: Express Course -> Lesson 1 and 2

5th - 7th Grade

13 Qs

Sequencing in Flowcharts

Sequencing in Flowcharts

5th - 9th Grade

10 Qs

App Creators - Activity 1.7

App Creators - Activity 1.7

6th - 8th Grade

13 Qs

Programming - Algorithms in Pseudocode & Flow Diagrams

Programming - Algorithms in Pseudocode & Flow Diagrams

1st - 12th Grade

10 Qs

Programming Principles Review

Programming Principles Review

Assessment

Quiz

Computers

7th - 8th Grade

Hard

Created by

Mark FAHEY

Used 8+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

§What is an algorithm?

A finite set of instructions that accomplish a specific task.

The application of each step of an algorithm in the order in which the code statements are given.

Determines which part of an algorithm are executed based on a condition being true or false.

A repeating portion of an algorithm.

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

§What are the three types of programming constructs used in algorithm implementations?

Sequencing,

Selection

Iteration

Flowgorithm

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

§What is sequencing?

The application of each step of an algorithm in the order in which the code statements are given.

Determines which part of an algorithm are executed based on a condition being true or false.

A repeating portion of an algorithm.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

§What is selection?

The application of each step of an algorithm in the order in which the code statements are given.

Determines which part of an algorithm are executed based on a condition being true or false.

A repeating portion of an algorithm.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

§What is iteration?

The application of each step of an algorithm in the order in which the code statements are given.

Determines which part of an algorithm are executed based on a condition being true or false.

A repeating portion of an algorithm.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

§What is an event in coding?

An occurrence associated with an action and supplies input data to a program.

An abstraction inside a program that can hold a value.

Affect the sequential flow of control by executing different statements based on the value of a Boolean expression.

Projectiles destroy themselves when they go off the visible screen.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

§What is a variable?

An occurrence associated with an action and supplies input data to a program.

An abstraction inside a program that can hold a value.

Affect the sequential flow of control by executing different statements based on the value of a Boolean expression.

Projectiles destroy themselves when they go off the visible screen.

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

§What are conditional statements?

An occurrence associated with an action and supplies input data to a program.

An abstraction inside a program that can hold a value.

Affect the sequential flow of control by executing different statements based on the value of a Boolean expression.

Projectiles destroy themselves when they go off the visible screen.

9.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

§List the type of variables

sprites

integers,

strings

booleans

If Statements