Y9 Intro to Python starter

Y9 Intro to Python starter

8th Grade

5 Qs

quiz-placeholder

Similar activities

Fundamentals of Programming

Fundamentals of Programming

8th - 10th Grade

10 Qs

Programming - Selection in an Algorithm

Programming - Selection in an Algorithm

1st - 11th Grade

10 Qs

Coding in Minecraft #1

Coding in Minecraft #1

7th - 8th Grade

10 Qs

For Loops

For Loops

8th Grade

10 Qs

Programming - Syntax & Logic Errors

Programming - Syntax & Logic Errors

3rd - 12th Grade

10 Qs

Code.org (1-8)

Code.org (1-8)

5th - 8th Grade

10 Qs

Python Intro

Python Intro

8th - 9th Grade

10 Qs

Programming Fundamentals Recap

Programming Fundamentals Recap

8th Grade

10 Qs

Y9 Intro to Python starter

Y9 Intro to Python starter

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Emily Marchant

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the name given to a place in memory where we want to store some information that may change as the program runs?

syntax

print

constant

variable

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a string in programming?

A sequence of characters

A numeric value

A boolean value

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What do for loops and while loops do?

Repeat a section of code

Choose which action to take based on a condition.

Run code step by step in the order it is written.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a syntax error in programming?

A mistake in the spelling or grammar of code that makes the program fail to run.

A warning from the computer that the program is running too slowly.

A type of error that happens when the computer runs out of memory.

When a program doesn't work as expected.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement best describes 'selection' in programming?

running code step by step in the order it is written.

using loops to repeat actions.

making decisions in a program to choose different actions based on conditions.

creating reusable blocks of code called functions.