Algorithms & Programming

Algorithms & Programming

6th Grade

7 Qs

quiz-placeholder

Similar activities

IT Quiz Bee 2025 - DIFFICULT

IT Quiz Bee 2025 - DIFFICULT

University

10 Qs

Татаал издөө сурамдары

Татаал издөө сурамдары

7th Grade - University

10 Qs

Asesmen Formatif

Asesmen Formatif

12th Grade

10 Qs

DTM - UNIT 1 & 2

DTM - UNIT 1 & 2

University

10 Qs

Impacto de las TIC en la Sociedad

Impacto de las TIC en la Sociedad

University

10 Qs

Access Control (Authorise vs Authenticate)

Access Control (Authorise vs Authenticate)

University

10 Qs

usabilidad - htm - css

usabilidad - htm - css

University

10 Qs

Primer Examen Programación IV

Primer Examen Programación IV

University

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