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

Intro to Python Project Stem Unit 7 Vocabulary  Test

Intro to Python Project Stem Unit 7 Vocabulary Test

9th - 12th Grade

7 Qs

Intro to Python Project Stem Unit 6 Test

Intro to Python Project Stem Unit 6 Test

9th - 12th Grade

7 Qs

Introduction to AutoLISP

Introduction to AutoLISP

12th Grade

10 Qs

Intro to Python Unit 6 Vocabulary Quizs

Intro to Python Unit 6 Vocabulary Quizs

9th - 12th Grade

9 Qs

Yellow Belt Level 4

Yellow Belt Level 4

9th - 12th Grade

10 Qs

Pengenalan Coding dan Pengenalan AI

Pengenalan Coding dan Pengenalan AI

3rd Grade - Professional Development

8 Qs

Arduino examen

Arduino examen

12th Grade

10 Qs

C++

C++

9th - 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.