Programming Principles Review

Programming Principles Review

7th - 8th Grade

9 Qs

quiz-placeholder

Similar activities

SECUNDARIA TICS NOVIEMBRE 21

SECUNDARIA TICS NOVIEMBRE 21

8th Grade

10 Qs

GCW_GestãoWeb

GCW_GestãoWeb

1st - 10th Grade

10 Qs

Repaso Tema 1 Aplicaciones de Ofimática

Repaso Tema 1 Aplicaciones de Ofimática

6th - 8th Grade

10 Qs

C Coder -1

C Coder -1

5th - 10th Grade

10 Qs

Impresa e siti web

Impresa e siti web

8th - 12th Grade

10 Qs

Interstate Competition

Interstate Competition

7th - 10th Grade

11 Qs

Documentos Comerciales

Documentos Comerciales

1st - 12th Grade

10 Qs

Google Apps

Google Apps

4th - 12th Grade

10 Qs

Programming Principles Review

Programming Principles Review

Assessment

Quiz

Computers

7th - 8th Grade

Practice Problem

Hard

Created by

Mark FAHEY

Used 8+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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