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

kuis coding dan pengenalan AI

kuis coding dan pengenalan AI

11th Grade

10 Qs

Making Decisions page 4

Making Decisions page 4

9th Grade

5 Qs

Hari 3 - coding dan Kecerdasan Artifisial / AI

Hari 3 - coding dan Kecerdasan Artifisial / AI

12th Grade

10 Qs

8 ICT diagnostic test

8 ICT diagnostic test

8th Grade - University

10 Qs

Engineering Design Process

Engineering Design Process

8th - 10th Grade

8 Qs

ROBOTICS

ROBOTICS

7th - 10th Grade

10 Qs

M.5 LED1

M.5 LED1

11th Grade

10 Qs

hari 3 - kuis coding dan perkenalan AI

hari 3 - kuis coding dan perkenalan AI

12th Grade

10 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.