Exam 12: Step-By-Step Programming With Python

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

Which of the following is considered to be a common data type?​

Free
(Multiple Choice)
4.9/5
(40)
Correct Answer:
Verified

D

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

Free
(Short Answer)
4.7/5
(38)
Correct Answer:
Verified

input​

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

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

data type​

A function terminates with the last indented line of code.​

(True/False)
4.7/5
(36)

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

(Short Answer)
4.7/5
(36)

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

(True/False)
4.8/5
(31)

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

(Multiple Choice)
5.0/5
(32)

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.8/5
(47)

An accumulator is a numeric variable in which values are repetitively subtracted.​

(True/False)
4.8/5
(40)

​The if command requires which of the following as punctuation?

(Multiple Choice)
4.7/5
(38)

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

(Short Answer)
4.8/5
(33)

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

(True/False)
4.9/5
(35)

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

(Short Answer)
4.7/5
(39)

The acronym IDE stands for which of the following?

(Multiple Choice)
4.8/5
(39)

​Which of the following is an arithmetic operator?

(Multiple Choice)
4.8/5
(31)

Which of the following is a concatenation operator?​

(Multiple Choice)
4.8/5
(34)

___________, sometimes called overloading, is the ability to redefine a method in a subclass.​

(Short Answer)
4.8/5
(42)

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

(Multiple Choice)
4.7/5
(37)

Input can be accepted from a _______ or a _______.​

(Short Answer)
4.8/5
(51)

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

(Multiple Choice)
4.8/5
(28)
Showing 1 - 20 of 90
close modal

Filters

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