Exam 8: Module Py: Coding With Python

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

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

Free
(Short Answer)
4.9/5
(28)
Correct Answer:
Verified

operator​

A string can contain which of the following?​

Free
(Multiple Choice)
4.8/5
(34)
Correct Answer:
Verified

D

Which of the following is an arithmetic operator?

Free
(Multiple Choice)
4.8/5
(35)
Correct Answer:
Verified

D

An object is anything that can be ______.​

(Multiple Choice)
4.8/5
(37)

Computer programming is also known as ______.

(Multiple Choice)
4.8/5
(41)

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

(Short Answer)
4.9/5
(41)

The object-oriented ________ is based on objects and classes that can be defined and manipulated by program code.​

(Short Answer)
4.8/5
(42)

​When programmers want one thing to happen when a condition is true and something else to happen when it is false they use the ______ statement.

(Multiple Choice)
4.8/5
(34)

The Python programming language has its own ______, which is a set of rules that defines how it can be written.

(Short Answer)
4.8/5
(34)

When storing data in a variable, programmers use which symbol to indicate the assignment operator?​

(Multiple Choice)
5.0/5
(44)

Which of the following is a valid variable name in Python​?

(Multiple Choice)
4.8/5
(34)

​Which of the following is another term for "subclass"?

(Multiple Choice)
4.8/5
(37)

Python keywords, such as print and class, are not allowed as variable names.​

(True/False)
4.8/5
(36)

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

(Short Answer)
4.8/5
(42)

​To instruct the computer to perform a calculation, programmers use a(n) _______ expression, which contains values and operators, such as + and -.

(Short Answer)
4.7/5
(37)

A() ______ in Python is an ordered group of numbers or strings that is modifiable.

(Short Answer)
4.7/5
(40)

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

(Short Answer)
4.9/5
(31)

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

(Multiple Choice)
4.8/5
(37)

Strings in Python are not case sensitive.​

(True/False)
4.7/5
(40)

In object-oriented jargon, ______ refers to passing certain characteristics from one class to other classes.​

(Short Answer)
4.8/5
(33)
Showing 1 - 20 of 89
close modal

Filters

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