Exam 12: Module Py: Coding With Python

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

The control statement for a for-loop begins with what command word?

(Multiple Choice)
4.9/5
(41)

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

(Multiple Choice)
4.8/5
(48)

The term ________ is used by programmers any time two or more characters are connected.​

(Short Answer)
4.9/5
(35)

A(n) ______ is a description or template that the computer uses to create an object.

(Short Answer)
4.8/5
(37)

In Python, using the keyword _____ means you want the computer to display something on the screen.​

(Short Answer)
4.9/5
(35)

A(n) _______ control structure tells a computer what to do based on whether a condition is true or false.​

(Short Answer)
4.9/5
(33)

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)

The acronym IDE stands for which of the following?

(Multiple Choice)
4.8/5
(36)

Syntax errors and ____ errors are the two faults most frequently encountered when debugging a program.​

(Short Answer)
5.0/5
(34)

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

(True/False)
4.9/5
(42)

​A superclass is a class that inherits attributes and methods from a subclass.

(True/False)
4.8/5
(44)

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

(Short Answer)
4.8/5
(30)

An object created from a class is called an instance.​

(True/False)
4.9/5
(41)

In programming, a sequence of characters is called a ____.​

(Short Answer)
4.9/5
(38)

Which of the following is a concatenation operator?

(Multiple Choice)
4.9/5
(33)

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

(Multiple Choice)
4.9/5
(36)

In mathematics, the order of _______ is a collection of rules that dictate which procedures to perform first when calculating an arithmetic expression.​

(Short Answer)
4.7/5
(35)

String variables cannot be concatenated directly with integer variables.​

(True/False)
4.9/5
(39)

An if statement requires which of the following as punctuation?

(Multiple Choice)
4.9/5
(39)

A class from which attributes and methods can be inherited is called a(n) _______.​

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

Filters

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