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

8 ICT diagnostic test

8 ICT diagnostic test

8th Grade - University

10 Qs

Algoritmos

Algoritmos

8th - 9th Grade

12 Qs

Intro to Python Project Stem Unit 3 Vocab Test

Intro to Python Project Stem Unit 3 Vocab Test

9th - 12th Grade

5 Qs

Tipos de variables - Arduino

Tipos de variables - Arduino

10th - 12th Grade

10 Qs

Diagnósticos sobre C++ noveno

Diagnósticos sobre C++ noveno

8th Grade - University

6 Qs

Latihan X PPLG

Latihan X PPLG

10th Grade

10 Qs

G2TLEMOD6

G2TLEMOD6

10th Grade

10 Qs

Robotics/Coding Pop Quiz

Robotics/Coding Pop Quiz

4th Grade - Professional Development

10 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

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