Exam 3: Control Statements and Program Development  

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

Which of the following statements is false?

Free
(Multiple Choice)
4.8/5
(34)
Correct Answer:
Verified

D

Various Python statements enable you to specify that the next statement to execute may be other than the next one in sequence. This is called ________ and is achieved with Python xe "control statement"control statements.

Free
(Multiple Choice)
4.8/5
(33)
Correct Answer:
Verified

A

The most important flowchart symbol is the ________, which indicates that a decision is to be made, such as in an if statement.

Free
(Multiple Choice)
4.9/5
(28)
Correct Answer:
Verified

C

Which of the following statements is false?

(Multiple Choice)
4.8/5
(38)

What does the following line of code display? print(10, 20, 30, sep=', ')

(Multiple Choice)
4.9/5
(34)

Which of the following statements a), b) or c) is false?

(Multiple Choice)
4.8/5
(40)

Which of the following statements is false?

(Multiple Choice)
4.8/5
(42)

Which of the following statements is false?

(Multiple Choice)
4.8/5
(44)

Which of the following statements a), b) or c) is false?

(Multiple Choice)
4.8/5
(35)

Which of the following statements is false?

(Multiple Choice)
4.9/5
(38)

Which of the following statements is false?

(Multiple Choice)
5.0/5
(27)

Which of the following statements is false?

(Multiple Choice)
4.9/5
(43)

Which of the following statements a), b) or c) is false?

(Multiple Choice)
4.9/5
(40)

Python provides two xe "iteration statement"iteration statements-________ and ________:

(Multiple Choice)
4.8/5
(45)

________ is an informal English-like language for "thinking out" algorithms.

(Multiple Choice)
4.7/5
(34)

Which of the following statements a), b) or c) is false?

(Multiple Choice)
4.8/5
(42)

Which of the following statements a), b) or c) is false?

(Multiple Choice)
4.7/5
(36)

Which of the following statements is false?

(Multiple Choice)
4.8/5
(36)

What does the following for statement print? for counter in range(10): Print(counter, end=' ')

(Multiple Choice)
4.8/5
(31)

Which of the following statements is false?

(Multiple Choice)
4.9/5
(31)
close modal

Filters

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