Understanding Program

Understanding Program

5th - 8th Grade

6 Qs

quiz-placeholder

Similar activities

Quiz 4: Programming in Scratch

Quiz 4: Programming in Scratch

4th - 7th Grade

10 Qs

Scratch 2

Scratch 2

KG - University

10 Qs

Gr 5 Train Your Brain Prelims

Gr 5 Train Your Brain Prelims

5th Grade

10 Qs

Techniques in programs- G6

Techniques in programs- G6

6th Grade

5 Qs

For Loops

For Loops

8th Grade

10 Qs

Flowchart

Flowchart

1st - 9th Grade

10 Qs

LESSON 6: ALGORITHMIC INTELLIGENCE GRADE 8

LESSON 6: ALGORITHMIC INTELLIGENCE GRADE 8

8th Grade

10 Qs

While Loops

While Loops

6th Grade

11 Qs

Understanding Program

Understanding Program

Assessment

Quiz

Computers

5th - 8th Grade

Hard

Created by

Wadha alkaabi

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A program executes three steps one after another: inputting a name, printing the name, and exiting.

Sequence

Selection

Repetition

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A program checks if a user’s input is greater than 10. If it is, it prints "High"; otherwise, it prints "Low."

Sequence

Selection

Repetition

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A program prints the numbers from 1 to 10 by using a loop.

Sequence

Selection

Repetition

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An ordered set of instructions that are used to carry out a task

Algorithm

Program

Flowchart

Execute

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A program takes a number as input and checks if it is even or odd. If it is even, it prints "Even"; otherwise, it prints "Odd."

Sequence

Selection

Repetition

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A program calculates the factorial of a number using a loop.

Sequence

Selection

Repetition