Beginning Python Vocab Practice

Beginning Python Vocab Practice

Assessment

Flashcard

Computers

6th - 8th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

7 questions

Show all answers

1.

FLASHCARD QUESTION

Front

An _________ are steps of instructions a computer takes to complete a goal.

Back

algorithm

2.

FLASHCARD QUESTION

Front

In Python, comments start with a ____ to indicate the computer should ignore them, aiding readability and debugging.

Back

#

3.

FLASHCARD QUESTION

Front

Process of debugging errors from a program.

Back

Reiterating

4.

FLASHCARD QUESTION

Front

Instructions formatted for computer reading, like English sentences.

Back

Syntax

5.

FLASHCARD QUESTION

Front

A plan must be done ________ to achieve the program's goal.

Back

First

6.

FLASHCARD QUESTION

Front

A __________ is a verb that commands the program to do something. Example: Hero.moveLeft(3)

Back

Call Method

7.

FLASHCARD QUESTION

Front

A ___________ provides specific info like exact steps or phrases, always in quotes and parentheses. Example: Hero.say("What is the password?")

Back

Parameter