Algorithms & Programming

Algorithms & Programming

6th Grade

7 Qs

quiz-placeholder

Similar activities

ทดสอบหลังเรียนหน่วยที่ 1การออกแบบและการเขียนอัลกอริทึม

ทดสอบหลังเรียนหน่วยที่ 1การออกแบบและการเขียนอัลกอริทึม

7th Grade

10 Qs

Quiz Algoritma dan Pemrograman

Quiz Algoritma dan Pemrograman

10th Grade

10 Qs

Coding Adventure Quiz V

Coding Adventure Quiz V

6th Grade

9 Qs

SCRATCH 3 - RECAP QUIZ

SCRATCH 3 - RECAP QUIZ

6th Grade

10 Qs

Computer Programming I Finals

Computer Programming I Finals

University

11 Qs

Review PHP Programming 1

Review PHP Programming 1

9th - 12th Grade

10 Qs

Koding dan Kecerdasan Artifisial

Koding dan Kecerdasan Artifisial

10th Grade

10 Qs

Asesmen Diagnostik Informatika Kelas 9

Asesmen Diagnostik Informatika Kelas 9

9th 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