Programming Principles Review

Programming Principles Review

7th - 8th Grade

9 Qs

quiz-placeholder

Similar activities

Sequencing in Flowcharts

Sequencing in Flowcharts

5th - 9th Grade

10 Qs

What is a Computer?

What is a Computer?

6th - 8th Grade

10 Qs

Algorithms basic

Algorithms basic

3rd - 7th Grade

12 Qs

Coding Vocabulary

Coding Vocabulary

8th Grade

14 Qs

CS-First/Course 2 Vocabulary Review

CS-First/Course 2 Vocabulary Review

5th - 8th Grade

10 Qs

MicroBit Lesson 4 AND 5

MicroBit Lesson 4 AND 5

7th Grade

12 Qs

Key Concepts 1

Key Concepts 1

5th - 7th Grade

11 Qs

Fundamentals of Programming

Fundamentals of Programming

8th - 10th 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

Discover more resources for Computers