Exam 12: Step-By-Step Programming With Python

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

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

(Short Answer)
4.8/5
(37)

A place to enter source code for a computer program is called a(n) _______.

(Multiple Choice)
4.9/5
(34)

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)

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

(Short Answer)
4.8/5
(31)

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

(Short Answer)
5.0/5
(42)

The process of tracking down bugs and correcting them is called ______.​

(Short Answer)
4.8/5
(42)

​Programmers think of variables as empty boxes where data can be stored.

(True/False)
4.9/5
(28)

A________ is a computer program that is used to find errors that may exist in a program.​

(Short Answer)
4.8/5
(41)

The operator != is a comparison operator.​

(True/False)
4.7/5
(44)

The if command is an example of a selection control structure.​

(True/False)
4.7/5
(37)

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

(Short Answer)
4.8/5
(40)

To advance the number of times a statement is executed, use a(n) ________-loop.​

(Multiple Choice)
4.9/5
(39)

Instructions that tell a computer what to do are referred to as code.​

(True/False)
4.9/5
(33)

You can define functions in Python using the _______ command.​

(Multiple Choice)
4.9/5
(40)

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

(True/False)
4.7/5
(42)

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

(Short Answer)
4.9/5
(41)

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

(True/False)
4.8/5
(45)

Which of the following symbols represents the assignment operator?​

(Multiple Choice)
4.8/5
(35)

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

(Short Answer)
4.9/5
(45)

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

(Short Answer)
5.0/5
(40)
Showing 21 - 40 of 90
close modal

Filters

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