Algorithms - GSHS

Algorithms - GSHS

7th - 9th Grade

15 Qs

quiz-placeholder

Similar activities

Code.org AP Computer Science Principles Unit 6

Code.org AP Computer Science Principles Unit 6

9th - 12th Grade

15 Qs

CS Principles Unit 6 Assessment

CS Principles Unit 6 Assessment

9th - 12th Grade

15 Qs

AP Computer Science Principles Unit 6

AP Computer Science Principles Unit 6

9th - 12th Grade

15 Qs

Algorithms basic

Algorithms basic

3rd - 7th Grade

12 Qs

Algorithms

Algorithms

7th Grade

15 Qs

Sequencing, Selection and Iteration

Sequencing, Selection and Iteration

8th - 10th Grade

12 Qs

AQA GCSE Computer Science - 3.1.4 Sorting Algorithms

AQA GCSE Computer Science - 3.1.4 Sorting Algorithms

8th - 10th Grade

18 Qs

Algorithms

Algorithms

8th Grade

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