Exam 8: Module Py: Coding With Python

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

A sequence of steps for solving a problem or performing a task is called a code editor.​

(True/False)
4.9/5
(42)

A(n) _____ in Python is used by programmers to explain what the code does, but it does not show up when the program runs.

(Short Answer)
5.0/5
(43)

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.9/5
(33)

Logical operators are also known as Boolean operators.​

(True/False)
4.9/5
(33)

A syntax error occurs when an instruction does not follow the rules of the programming language. ​

(True/False)
4.8/5
(24)

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

(Short Answer)
4.8/5
(35)

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

(True/False)
4.7/5
(41)

Which of the following symbols represents the assignment operator?

(Multiple Choice)
4.8/5
(42)

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

(Short Answer)
4.8/5
(44)

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

(Short Answer)
4.8/5
(35)

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

(Short Answer)
4.8/5
(32)

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

(Multiple Choice)
4.8/5
(38)

The operator != is a comparison operator.​

(True/False)
4.9/5
(37)

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

(True/False)
4.7/5
(25)

​A comparison operator is used in an expression to compare two______.

(Multiple Choice)
5.0/5
(28)

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

(Short Answer)
4.7/5
(36)

Which of the following is a concatenation operator?

(Multiple Choice)
4.8/5
(35)

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

(Short Answer)
4.7/5
(42)

The contents within a parentheses that are passed to a function are called ________.

(Multiple Choice)
4.9/5
(39)

Classes enable programmers to build objects with multiple _______ and define ways for objects to interact with each other.​

(Multiple Choice)
5.0/5
(36)
Showing 61 - 80 of 89
close modal

Filters

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