Exam 12: Programming

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

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

(True/False)
4.8/5
(26)

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

(True/False)
4.7/5
(48)

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

 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
(45)

 ​The ​Python programming language was named after the TV show Monty Python's Flying Circus. 

(True/False)
4.9/5
(32)

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

(True/False)
4.8/5
(35)

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

(Short Answer)
4.8/5
(31)

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

(Multiple Choice)
4.9/5
(34)

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

(True/False)
4.9/5
(39)

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

(Short Answer)
4.8/5
(39)

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

(Multiple Choice)
4.8/5
(30)

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

(True/False)
4.9/5
(35)

 Logical operators are also known as Boolean operators.​ 

(True/False)
4.9/5
(40)

 Strings in Python are not case sensitive.​ 

(True/False)
4.8/5
(41)

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

(Short Answer)
4.9/5
(40)

 The acronym IDE stands for which of the following? 

(Multiple Choice)
4.9/5
(34)

 The Python programming language has a small vocabulary of how many keywords? 

(Multiple Choice)
4.8/5
(35)

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

(Multiple Choice)
4.9/5
(42)

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

(True/False)
4.9/5
(32)

 A ______ is a numeric variable used for counting something, such as the number of times to execute a loop.​

(Short Answer)
4.7/5
(39)
Showing 41 - 60 of 90
close modal

Filters

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