Exam 11: Step-By-Step Programming With Python

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

Instruction code for a computer program is based on an algorithm.

(True/False)
4.9/5
(30)

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

(Short Answer)
4.8/5
(37)

Instruction code for a computer program is based on a(n) ______.

(Short Answer)
4.7/5
(40)

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

(Short Answer)
4.8/5
(32)

When storing data in a variable, programmers use which symbol to indicate the assignment operator?​

(Multiple Choice)
4.7/5
(32)

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

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

(True/False)
4.8/5
(28)

A good name for a variable that will contain a first name would be "last_name."​

(True/False)
4.9/5
(31)

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

(True/False)
4.8/5
(36)

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

(Multiple Choice)
4.8/5
(31)

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

(True/False)
4.9/5
(36)

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

(Short Answer)
4.8/5
(38)

A _____ in Python​ is used by programmers to explain what the code does--it does not show up when the program runs.

(Short Answer)
4.9/5
(42)

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

(Multiple Choice)
4.9/5
(27)

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

(True/False)
4.9/5
(35)

The object-oriented ________ is based on objects and classes that can be defined and manipulated by program code.​

(Short Answer)
4.7/5
(35)

In Python, the order of operations dictates that addition and subtraction are performed first.​

(True/False)
5.0/5
(34)

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

(Multiple Choice)
4.7/5
(35)

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

(True/False)
4.8/5
(43)

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.9/5
(35)
Showing 21 - 40 of 90
close modal

Filters

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