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

Hari 3 - Kuis Coding & Perkenalan AI

Hari 3 - Kuis Coding & Perkenalan AI

1st - 10th Grade

10 Qs

The Program Development Cycle

The Program Development Cycle

11th Grade - University

10 Qs

Variables and Expressions

Variables and Expressions

6th - 10th Grade

7 Qs

8 ICT diagnostic test

8 ICT diagnostic test

8th Grade - University

10 Qs

Kuis interaktif dengan topik Coding & AI

Kuis interaktif dengan topik Coding & AI

7th - 12th Grade

10 Qs

Python - Data Types

Python - Data Types

12th Grade - University

11 Qs

Programs and Variables in Code and Play

Programs and Variables in Code and Play

5th - 9th Grade

7 Qs

Checkpoint 2 Assessment 2 - 12G

Checkpoint 2 Assessment 2 - 12G

12th Grade

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