Intro to Programming

Intro to Programming

7th Grade

9 Qs

quiz-placeholder

Similar activities

Search

Search

7th - 8th Grade

10 Qs

Technology Basics

Technology Basics

6th - 8th Grade

10 Qs

วิทยาการคำนวณ ป.6 (สนบ)

วิทยาการคำนวณ ป.6 (สนบ)

KG - Professional Development

10 Qs

GCSE J277 - Computational Thinking Keyword Quiz

GCSE J277 - Computational Thinking Keyword Quiz

7th Grade

10 Qs

Hari 3 - Kuis Coding & Perkenalan AI

Hari 3 - Kuis Coding & Perkenalan AI

7th Grade

10 Qs

Comments in Python

Comments in Python

5th - 8th Grade

10 Qs

Arduino - P2uur - deel 2

Arduino - P2uur - deel 2

6th - 12th Grade

12 Qs

Intro to Programming

Intro to Programming

Assessment

Quiz

Computers

7th Grade

Hard

Used 4+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What would the output of “say weather” be at the end of this program?

rain

sun

cloudy

rain, sun, rain, cloudy

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Values used to state the location of a character or item on the screen

Co-ordinates

Values

Locations

Numbers

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A value stored in memory, that can be changed

Variable

Constant

Value

Change

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Carrying out instructions in order

Selection

Sequence

Iteration

Loop

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Making a choice or decision in a program

Selection

Sequence

Iteration

Loop

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Repeating instructions or code

Selection

Sequence

Iteration

Loop

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Breaking down a task into smaller chunks

Subroutine

Decomposition

Algorithm

Code

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a group of instructions that will run when called by the main program

Subroutine

Decomposition

Algorithm

Code

9.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What are the 3 types of loop?

forever

condition controlled

normal loop

count controlled