Exam 12: Programming

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

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

Free
(Multiple Choice)
5.0/5
(31)
Correct Answer:
Verified

A

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

Free
(Multiple Choice)
5.0/5
(29)
Correct Answer:
Verified

A

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

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

list​

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

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

(Multiple Choice)
4.8/5
(36)

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

(Multiple Choice)
4.8/5
(40)

 To include more than one line of comments in your code, you must start each line with which of the following symbols? 

(Multiple Choice)
4.8/5
(30)

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

(Short Answer)
4.7/5
(47)

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

(Short Answer)
4.8/5
(31)

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

(Multiple Choice)
4.8/5
(36)

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

(Short Answer)
4.9/5
(34)

 When you do not know in advance the number of times you want to execute a statement, use a ______-loop. 

(Multiple Choice)
4.8/5
(38)

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

(Multiple Choice)
4.7/5
(37)

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

(Short Answer)
4.8/5
(35)

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

(Multiple Choice)
4.8/5
(30)

 Only about 10 keywords are frequently used in Python. 

(True/False)
4.9/5
(41)

 The contents within a parentheses that are passed to a function are called ________. 

(Multiple Choice)
4.9/5
(38)

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

(Short Answer)
4.8/5
(43)

 ​When programmers want one thing to happen when a condition is true and something else to happen when it is false they use the ______ statement. 

(Multiple Choice)
4.7/5
(32)

 The process of creating a variable is sometimes referred to as _____ a variable.​

(Short Answer)
4.8/5
(39)
Showing 1 - 20 of 90
close modal

Filters

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