Algorithms and Sequence

Algorithms and Sequence

5th Grade

9 Qs

quiz-placeholder

Similar activities

Computer Programming

Computer Programming

1st - 6th Grade

8 Qs

Year 4 Assessment 3 REVISION

Year 4 Assessment 3 REVISION

4th Grade - University

12 Qs

Computer Languages, Algorithm and Flowcharts

Computer Languages, Algorithm and Flowcharts

5th Grade

11 Qs

Introduction to programming

Introduction to programming

5th - 10th Grade

10 Qs

the Coding Quiz

the Coding Quiz

1st - 5th Grade

10 Qs

Computer Science

Computer Science

4th - 6th Grade

11 Qs

Year 6 Computing - Information Technology

Year 6 Computing - Information Technology

5th - 6th Grade

12 Qs

KS3 - Selection, Iteration or Sequence

KS3 - Selection, Iteration or Sequence

KG - 12th Grade

9 Qs

Algorithms and Sequence

Algorithms and Sequence

Assessment

Quiz

Computers

5th Grade

Medium

Created by

HayThar MyoHtet

Used 6+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

A list of instrucitons to do a task

algorithm

sequence

micro:bit

2.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Computers understand the algorithm planned by a human.

True

False

Answer explanation

If you want the computers to understand the algorithm, translate it into a program by using the language they understand. Computers only understand the program.

3.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Johnny planned an algorithm for his helper robot. Now he has to ____ for the robot to understand the instructions.

program

software

instruct

4.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

______ is one of the building blocks in planning an algorithm.

program

sequence

software

5.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

What is a sequence in an algorithm ?

software

steps

an order of instructions to be followed

6.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Sequence is not important in algorithms. Even if the sequence is wrong, computers will know and try to fix it themselves.

True

False

Answer explanation

Computers cannot think and they will not know if the order of steps they are following is wrong. They will do exactly what you tell them to do.

7.

MULTIPLE CHOICE QUESTION

1 min • 4 pts

Choose a program for this algorithm.

1. When button A is pressed, show '0'.

2. When button B is pressed, show 'X'.

3. When button A+B is pressed, show 'P'.

Media Image
Media Image
Media Image

8.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Media Image

Choose an algorithm for this program.

When the program starts, show 'Hello'.

When button A is pressed, show 'Hello'.

Always show 'Hello'.

9.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Jack plans an ______ for the robot car so it can avoid the obstacles. Now he will turn it into a program.

software

algorithm

software