Exam 3: Control Statements and Program Development
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.8/5
(34)
Correct Answer:
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:
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:
C
What does the following line of code display? print(10, 20, 30, sep=', ')
(Multiple Choice)
4.9/5
(34)
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)
What does the following for statement print? for counter in range(10):
Print(counter, end=' ')
(Multiple Choice)
4.8/5
(31)
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)