Intro to Python Project Stem Unit 3 Vocab Test

Intro to Python Project Stem Unit 3 Vocab Test

9th - 12th Grade

5 Qs

quiz-placeholder

Similar activities

Mid-Quiz

Mid-Quiz

9th - 12th Grade

10 Qs

Tle Ict Q3

Tle Ict Q3

9th - 12th Grade

10 Qs

HyperLoop

HyperLoop

5th Grade - Professional Development

8 Qs

hari ke 3-kuis Cooding & perkenalan AI

hari ke 3-kuis Cooding & perkenalan AI

12th Grade

10 Qs

quiz grade 10 python

quiz grade 10 python

10th Grade

10 Qs

G20 Tubig Esteban

G20 Tubig Esteban

10th Grade

10 Qs

Kuis Kecerdasan Artifisial dan Machine Learning

Kuis Kecerdasan Artifisial dan Machine Learning

7th Grade - University

10 Qs

Tynker Vocabulary

Tynker Vocabulary

7th - 12th Grade

9 Qs

Intro to Python Project Stem Unit 3 Vocab Test

Intro to Python Project Stem Unit 3 Vocab Test

Assessment

Quiz

Instructional Technology

9th - 12th Grade

Hard

Created by

Karen Theodosopoulos

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a function?

A data structure that holds multiple values.

A loop that iterates over a sequence.

A variable that stores data.

A set of commands which can be run by calling it by name.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does a relational operator do?

It assigns values to variables.

It defines a new function.

It compares values in true/false tests.

It performs arithmetic operations.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of an 'if statement'?

To repeat a block of code multiple times.

To test a true/false condition.

To store a collection of items.

To define a new data type.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 'elif' keyword do?

It ends a loop.

It tests a second (or third, or fourth...) condition in an if statement.

It declares a variable.

It starts a new function.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an algorithm?

A loop that iterates over a list.

A variable that holds a single value.

A precise set of rules for how to solve a problem.

A function that returns a boolean value.