Home > Artificial Intelligence > Quizzes > AI Programming Fundamentals: Python Practice Test
AI Programming Fundamentals: Python Practice Test
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 0% Most missed: “The following Python code is an example of what type of operation?”
AI Programming Fundamentals: Python Practice Test
Time left 00:00
25 Questions

1. For an interval search to be the most effective, the data needs to be,
2. Select the line that shows how a set looks in Python.
3. Which of the following would NOT be considered an arithmetic operator?
4. The following Python code for lists would produce what output?
5. The following Python code for lists would produce what output?
6. What are the two types of functions in Python?
7. Which of the following is NOT a type of algorithm
8. Select the line that shows how a list object looks in Python.
9. A collection of diverse type of objects that are also immutable are called,
10. An algorithm can be defined as,
11. A sort that makes use of Insertion sort and Merge sort is called a,
12. Combinatorial computational geometry is used extensively in which type of construction.
13. Python allows users to do both,
14. Strings in Python are created by enclosing characters in,
15. The elif statement, short for,
16. For an interval search to be the most effective, the data needs to be,
17. A Graph Algorithm would be a good way to describe which of the following data requirements
18. Logical Operators are used to return either a,
19. A search where every element in a list is checked until the requested search item is found is called a,
20. The following Python code is an example of what type of operation?
21. A Python operation that happens repetitively is called a,
22. Data type that returns either True or False is called,
23. In Python string data is referred to as what data type?
24. In Python, Dict stands for,
25. What are the two categories of searches?