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

Open Loop and Closed Loop Control

Open Loop and Closed Loop Control

10th - 12th Grade

10 Qs

JavaScript basics (vidcode, BR JSDJ Day 1)

JavaScript basics (vidcode, BR JSDJ Day 1)

5th - 12th Grade

10 Qs

Variables and Expressions

Variables and Expressions

6th - 10th Grade

7 Qs

Mikrobit

Mikrobit

4th - 11th Grade

10 Qs

hari ke 3-kuis Cooding & perkenalan AI

hari ke 3-kuis Cooding & perkenalan AI

12th Grade

10 Qs

Intro to Python Project Stem Unit 7 Quizs

Intro to Python Project Stem Unit 7 Quizs

9th - 12th Grade

7 Qs

INTRODUCTION ARDUINO

INTRODUCTION ARDUINO

12th Grade

10 Qs

SISTEM KONTROL OTOMATIK

SISTEM KONTROL OTOMATIK

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