Exam 11: Step-By-Step Programming With Python

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

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

(True/False)
4.8/5
(41)

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

(Short Answer)
4.9/5
(34)

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

(Short Answer)
4.9/5
(42)

​Computer programming is also known as ______.

(Multiple Choice)
4.7/5
(32)

A ______ in Python is an ordered group of items that can be numbers or strings that are modifiable.​

(Short Answer)
4.7/5
(47)

A string can contain which of the following?​

(Multiple Choice)
4.8/5
(38)

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

(Short Answer)
4.9/5
(35)

_______ programming is a style of programming that focuses​ on using objects to design and build applications.

(Short Answer)
4.8/5
(30)

​Which of the following is an arithmetic operator?

(Multiple Choice)
4.8/5
(43)

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

(Multiple Choice)
4.8/5
(35)

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

(Short Answer)
4.8/5
(31)

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

(Short Answer)
4.8/5
(28)

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

(Short Answer)
4.7/5
(37)

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

(True/False)
4.8/5
(45)

The most famous program in the world is a single line of code that prints "Hello Earth!" on the screen.​

(True/False)
4.8/5
(34)

A programming error is called a ____.​

(Short Answer)
4.7/5
(41)

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

(Multiple Choice)
4.8/5
(36)

The acronym IDE stands for which of the following?

(Multiple Choice)
4.8/5
(36)

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

(Short Answer)
5.0/5
(40)

​There is no limit on the number of elif statements that can follow an if statement.

(True/False)
4.9/5
(36)
Showing 61 - 80 of 90
close modal

Filters

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