Algorithms & Programming

Algorithms & Programming

6th Grade

7 Qs

quiz-placeholder

Similar activities

G9- Problem Solving Stages Quiz

G9- Problem Solving Stages Quiz

9th Grade - University

10 Qs

Computer Science FFF QUIZ

Computer Science FFF QUIZ

6th Grade

10 Qs

AverageRound

AverageRound

University

10 Qs

Y12 AS Level Computational Thinking Skills Quiz

Y12 AS Level Computational Thinking Skills Quiz

12th Grade

12 Qs

Express Course (v2024) Quiz 3

Express Course (v2024) Quiz 3

6th - 8th Grade

10 Qs

Problem Solving

Problem Solving

11th Grade

12 Qs

Introduction to Computer Programming

Introduction to Computer Programming

University

11 Qs

BASIC Programming (I)

BASIC Programming (I)

10th Grade

10 Qs

Algorithms & Programming

Algorithms & Programming

Assessment

Quiz

Information Technology (IT)

6th Grade

Hard

Created by

Mohammad Alsharawneh

Used 14+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

The simplest programming structure where instructions are carried out one by one in order.

Sequence

Selection

Repetition

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

A set of instructions to solve a problem

Variable

Algorithm

Decomposition

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

A programming structure that allows for a choice between two or more paths based on a question.

Sequence

Selection

Repetition

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

A process of repeating a set of instructions until a certain condition is met.

Algorithm

List

Repetition

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

A graph used to represent an algorithm

flowchart

program

Process

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

A while loop is an example of

Condition-controlled loop

Count-controlled loop

infinite loop

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

A loop that repeats forever is called an infinite loop

True

False