Intro to Python Project Stem Unit 7 Quizs

Intro to Python Project Stem Unit 7 Quizs

9th - 12th Grade

7 Qs

quiz-placeholder

Similar activities

Python Programming Quiz

Python Programming Quiz

11th Grade

11 Qs

Formatif INFORMATIKA

Formatif INFORMATIKA

10th Grade

8 Qs

Introduction to AutoLISP

Introduction to AutoLISP

12th Grade

10 Qs

IT Practice TEST 1

IT Practice TEST 1

9th - 10th Grade

10 Qs

Quiz 1 Programmable Logic Controllers (PLC)

Quiz 1 Programmable Logic Controllers (PLC)

12th Grade

10 Qs

Standard 1 Vocabulary Test

Standard 1 Vocabulary Test

10th Grade

8 Qs

JavasCript

JavasCript

1st Grade - University

10 Qs

G & M codes

G & M codes

8th - 12th Grade

12 Qs

Intro to Python Project Stem Unit 7 Quizs

Intro to Python Project Stem Unit 7 Quizs

Assessment

Quiz

Instructional Technology

9th - 12th Grade

Easy

Created by

Quizizz Content

Used 2+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

return

A keyword that tells a function or subprogram what value to return.

A command that stops the execution of a program.

A method for defining a variable in a function.

A way to create a loop in programming.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Main

The central part of the program.

A minor component of the program.

An optional feature of the program.

The introductory section of the program.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Local Variable

A variable that exists only inside a function.

A variable that can be accessed from anywhere in the program.

A variable that retains its value between function calls.

A variable that is declared outside of any function.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Tracing code

Reading through code to find errors and predict results.

Writing new code to improve performance.

Debugging code by removing comments.

Compiling code to check for syntax errors.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

def

A command that defines a function or subprogram.

A keyword used to declare a variable.

A statement that executes a loop.

A function that returns a value.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Parameter

A variable used to send information to a subprogram.

A type of data structure that holds multiple values.

A function that returns a value based on input.

A method for organizing code into classes.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Subprogram

A collection of commands that are given a name.

A single command that performs a specific task.

A type of variable used in programming.

A method for organizing data in a database.