Exam 11: Step-By-Step Programming With Python

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

An object is anything that can be ______.​

(Multiple Choice)
4.9/5
(31)

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

(Multiple Choice)
5.0/5
(39)

When you do not know in advance the number of times you want to execute a statement, use a ______-loop.

(Multiple Choice)
5.0/5
(37)

​Which of the following IDEs are available for Python Programming?

(Multiple Choice)
4.7/5
(39)

The process of creating a variable is sometimes referred to as _____ a variable.​

(Short Answer)
4.7/5
(41)

A place to enter source code for a computer program is called a(n) _______.

(Multiple Choice)
5.0/5
(43)

Which of the following is not a Python syntax rule?​

(Multiple Choice)
4.7/5
(34)

Which of the following words is a logical operator in Python?​

(Multiple Choice)
4.8/5
(32)

Which of the following is a Python keyword?​

(Multiple Choice)
4.9/5
(35)

A________ is a computer program that is used to find errors that may exist in a program.​

(Short Answer)
4.8/5
(33)

To include more than one line of comments in your code, you must start each line with which of the following symbols?

(Multiple Choice)
4.9/5
(30)

An error in a program code is referred to as a tick.​

(True/False)
4.7/5
(39)

You can define functions in Python using the _______ command.​

(Multiple Choice)
4.9/5
(31)

A class attribute defines the characteristics of a set of _______.

(Multiple Choice)
4.8/5
(39)

The operator != is a comparison operator.​

(True/False)
4.8/5
(39)

Putting data in a variable is referred to as assigning a ____ to it.​

(Short Answer)
4.8/5
(29)

You can use the float() command to convert the input data to an integer.​

(True/False)
4.7/5
(36)

A program containing a _____ error will run without displaying an error message, but it will not produce the expected result.​

(Short Answer)
4.8/5
(47)

A ____ is a named memory location that holds data specified by a programmer or entered by an end user.​

(Short Answer)
4.7/5
(47)

​To instruct the computer to perform a calculation, programmers use an _______ expression, which contains values and arithmetic operators.

(Short Answer)
4.8/5
(38)
Showing 41 - 60 of 90
close modal

Filters

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