Exam 12: Module Py: Coding With Python

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

The == symbol is referred to as the ______ operator.​

(Short Answer)
4.9/5
(45)

A(n) ______ is a segment of code that defines an action ​belonging to a class.

(Short Answer)
4.7/5
(38)

Computer programming is also known as ______.

(Multiple Choice)
4.9/5
(41)

The operator != is a comparison operator.​

(True/False)
4.7/5
(36)

A programmer-defined _______ is typically a block of code that is part of a program but is not included in the main execution path.​

(Short Answer)
4.8/5
(42)

Only about ten keywords are frequently used in Python.

(True/False)
4.9/5
(31)

A programming error is called a(n) ____.​

(Short Answer)
4.8/5
(35)

A good name for a variable that will contain a first name would be "person's_name."

(True/False)
4.9/5
(39)

Before you can increment or decrement a variable, you have to _______ it.​

(Short Answer)
4.9/5
(35)

Which of the following is a Python keyword?​

(Multiple Choice)
4.8/5
(43)

To advance the number of times a statement is executed, use a(n) ________-loop.​

(Multiple Choice)
4.9/5
(42)

The process of tracking down bugs and correcting them is called ______.​

(Short Answer)
4.7/5
(38)

The ______ command allows a program to display a message on the screen that asks a user to enter information.​

(Short Answer)
4.9/5
(34)

​Programmers think of variables as empty boxes where data can be stored.

(True/False)
4.9/5
(34)

The section of code that repeats is referred to as a _____ or an iteration.

(Short Answer)
4.9/5
(27)

Which of the following symbols represents the assignment operator?

(Multiple Choice)
4.8/5
(38)

The type of data that a variable can hold is referred to as its ______.​

(Short Answer)
4.9/5
(22)

A(n) ______ control structure allows programmers to write code that can repeatedly execute a statement or a series of statements.​

(Short Answer)
4.9/5
(36)

The Python programming language has a small vocabulary of how many keywords?

(Multiple Choice)
4.8/5
(48)

In programming, a(n) ______ is a symbol that represents an action.​

(Short Answer)
4.8/5
(40)
Showing 41 - 60 of 89
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)