Algorithms - GSHS

Algorithms - GSHS

7th - 9th Grade

15 Qs

quiz-placeholder

Similar activities

Algorithm / Flowchart Quiz

Algorithm / Flowchart Quiz

7th - 8th Grade

10 Qs

Coding Vocab Test

Coding Vocab Test

7th - 8th Grade

16 Qs

Intro to Computational Thinking

Intro to Computational Thinking

6th - 8th Grade

15 Qs

Lesson 1 Practice Quiz

Lesson 1 Practice Quiz

7th Grade

15 Qs

Computational Thinking III

Computational Thinking III

7th Grade

15 Qs

APCSP Unit 10 Algorithm Vocabulary

APCSP Unit 10 Algorithm Vocabulary

9th Grade

18 Qs

Intro to Coding

Intro to Coding

9th Grade

12 Qs

Code.org - Unit 6 Review

Code.org - Unit 6 Review

9th - 12th Grade

15 Qs

Algorithms - GSHS

Algorithms - GSHS

Assessment

Quiz

Computers

7th - 9th Grade

Hard

Created by

K Harrison

Used 28+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is an algorithm?

A part of the computer CPU.

A logical step by step process for solving a problem.

A web coding language.

A computer peripheral.

2.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Algorithms are normally written as ...

Flowcharts

Recipes

Pseudocode

Essays

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

There are a number of basic things to know to really understand a problem such as...

The inputs/outputs of a problem and the order in which to carry out instructions.

The mathematical code behind the solution.

The amount of time it will take to come up with a solution to the problem.

Whether the problem is deterministic or non deterministic.

4.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Select the three basic building blocks when designing an algorithm

Sequencing

Selection

Functions

Iteration

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is sequencing?

When instructions are carried out one after another.

The order in which a computer chooses to load programs.

When data is sent to a web server and back again

How a hard disk loads information into main memory.

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Selection is usually represented by the instructions IF, THEN , ELSE?

True

False

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The following is a simple algorithm using selection:

INPUT age

IF age > 18

OUTPUT adult

ELSE

OUTPUT child

What would the output be if age = 14?

adult

child

none

error

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?