Understanding Program

Understanding Program

5th - 8th Grade

6 Qs

quiz-placeholder

Similar activities

Python Variables and Selection

Python Variables and Selection

7th Grade

10 Qs

python grade 7

python grade 7

7th Grade

10 Qs

Sequence, selection and loops

Sequence, selection and loops

5th Grade

9 Qs

Y9 lower for Scratch SOW

Y9 lower for Scratch SOW

8th - 9th Grade

10 Qs

Python Introduction Quiz

Python Introduction Quiz

7th - 11th Grade

8 Qs

Y8 Hwk 4: Subroutines

Y8 Hwk 4: Subroutines

8th Grade

11 Qs

Hari 3 - kuis coding dan perkenalan AI

Hari 3 - kuis coding dan perkenalan AI

1st Grade - University

11 Qs

GIMP

GIMP

7th Grade

10 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