Course description:
This 8-module course provides students with a working knowledge of concepts and programming techniques in Python. Topics include: debugging, data types, functions, conditionals, iteration, strings, lists, dictionaries, modules, filed, recursion, classes, and objects. Instructional methods include a study guide, required readings, and a final exam.
Course structure:
Course Syllabus
Practice questions
Exam:
50 questions, all multiple choice
2 hours to complete
Sample questions:
The monitor and printer are examples of ________.
A.Input device
B.Output device
C.Software
D.All of the above
2. To select the best solution, you should
A. Identify and list the pros and cons of each alternative solution.
B. Develop an algorithm for each solution.
C. Develop the knowledge base for each solution.
D. Identify the problem.
3. When writing a set of instructions for the computer:
A. The instructions must be in proper order.
B. The instructions must be complete.
C. The instructions assume the computer knows nothing.
D. All of the above.
4. To select the best solution, you should
A. Identify and list the pros and cons of each alternative solution.
B. Develop an algorithm for each solution.
C. Develop the knowledge base for each solution.
D. Identify the problem.
5. When writing a set of instructions for the computer:
A. The instructions must be in proper order.
B. The instructions must be complete.
C. The instructions assume the computer knows nothing.
D. All of the above.
Answers:
B 2. A 3. D 4. A 5. D
Back to Computers and Information Systems