Exam 2: Introduction to Python Programming  

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

Which of the following statements is false?

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

C

Which of the following statements about functional-style programming is false?

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

D

Which of the following statements about descriptive statistics is false?

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

D

The value 10.5 is a(n) _______ (that is, a number with a decimal point).

(Multiple Choice)
4.9/5
(33)

Which of the following statements is false?

(Multiple Choice)
4.7/5
(32)

Which of the following statements is false?

(Multiple Choice)
4.9/5
(27)

Which of the following statements is false?

(Multiple Choice)
4.8/5
(36)

Which of the following statements about arithmetic operators is false?

(Multiple Choice)
4.8/5
(33)

Which of the following statements is false?

(Multiple Choice)
4.7/5
(46)

Which of the following statements is incorrect?

(Multiple Choice)
4.8/5
(46)

Which of the following statements is false?

(Multiple Choice)
4.9/5
(41)

Which of the following statements is false?

(Multiple Choice)
4.8/5
(32)

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

(Multiple Choice)
4.9/5
(35)

Which of the following statements is false?

(Multiple Choice)
4.7/5
(40)

Which of the following Python concepts are demonstrated directly or indirectly by the following code: In [1]: x = 7 Out[1]: int In [2]: type(x) Out[2]: int In [3]: x = 4.1 In [4]: type(x) Out[4]: float In [5]: x = 'dog' In [6]: type(x) Out[6]: str

(Multiple Choice)
4.7/5
(33)

You may spread a lengthy xe "statement spread over several lines"statement over several lines with the ________ continuation character.

(Multiple Choice)
4.8/5
(42)

Which of the following statements is false?

(Multiple Choice)
5.0/5
(31)

The value of the expression '7' + '3' is the ________.

(Multiple Choice)
4.9/5
(44)

Which of the following statements is false?

(Multiple Choice)
4.9/5
(43)

Triple-quoted strings are used to create:

(Multiple Choice)
4.9/5
(47)
Showing 1 - 20 of 32
close modal

Filters

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