Exam 2: Introduction to Python Programming
Exam 1: Introduction to Computers and Python 28 Questions
Exam 2: Introduction to Python Programming 32 Questions
Exam 3: Control Statements and Program Development 20 Questions
Exam 4: Functions 18 Questions
Exam 5: Sequences: Lists and Tuples 25 Questions
Exam 6: Dictionaries and Sets 27 Questions
Exam 7: Array-Oriented Programming With Num 18 Questions
Exam 8: Strings: a Deeper Look 20 Questions
Exam 9: Files and Exceptions 30 Questions
Exam 10: Object-Oriented Programming 42 Questions
Exam 11: Computer Science Thinking: Recursion, Searching, Sorting and Big O18 Questions
Exam 12: Natural Language Processing 22 Questions
Exam 13: Data Mining Twitter 15 Questions
Exam 14: Ibm Watson and Cognitive Computing 31 Questions
Exam 15: Machine Learning: Classification, Regression and Clustering 66 Questions
Exam 16: Deep Learning 76 Questions
Exam 17: Big Data: Hadoop, Spark, Nosql and Iot 79 Questions
Select questions type
Which of the following statements is false?
Free
(Multiple Choice)
4.9/5
(36)
Correct Answer:
C
Which of the following statements about functional-style programming is false?
Free
(Multiple Choice)
4.8/5
(40)
Correct Answer:
D
Which of the following statements about descriptive statistics is false?
Free
(Multiple Choice)
4.9/5
(44)
Correct Answer:
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 about arithmetic operators is false?
(Multiple Choice)
4.8/5
(33)
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)
Showing 1 - 20 of 32
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)