Understanding Program

Understanding Program

5th - 8th Grade

6 Qs

quiz-placeholder

Similar activities

Loops

Loops

6th - 8th Grade

8 Qs

Programming Concepts

Programming Concepts

5th - 6th Grade

10 Qs

Python constructs

Python constructs

8th Grade

10 Qs

Computer Science 2: Control Structures

Computer Science 2: Control Structures

8th - 12th Grade

11 Qs

Sequence,Variable,Selection,Iteration

Sequence,Variable,Selection,Iteration

7th Grade

10 Qs

Fundamentals of Programming

Fundamentals of Programming

8th - 10th Grade

10 Qs

Year 7 Repetition

Year 7 Repetition

7th Grade

11 Qs

Selection Control Structure  Quiz

Selection Control Structure Quiz

6th Grade - University

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