Home > Artificial Intelligence > Quizzes > Introduction to AI and Python
Introduction to AI and Python
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 5% Most missed: “What is a package in Python?”
Introduction to AI and Python
Time left 00:00
25 Questions

1. What are the 4 ways a variable can be passed into a function

2. What is the import statement in Python?

3. ___ % of data is dark according to IBM

4. How do you write in a file in a Python program?

5. What is a binary image?

6. 2 types of unsupervised learning

7. How to write a touple with a single element?

8. The input() function always returns _______ data type irrespective of the type of data entered through the keyboard

9. What are the 2 types of Artificial Neural Networks (ANN)?

10. What is a module in Python?

11. 3 ways to create a matrix in NumPy

12. What is a pandas dataframe?

13. What are control structures?

14. 2 types of supervised learning

15. How do you close a file in Python?

16. What numpy module is used for linear algebra?

17. 3 important file attributes in Python

18. How to navigate the file object pointer to the required position specified in a Python program?

19. What is NumPy (Numerical Python)?

20. 8 important features of Python

21. Python does not support implicit type conversion (T/F)

22. What function is used to read a line in a Python program?

23. Classification vs Regression techniques

24. For integer division in Python, 11 // 2 =

25. 4 selection methods for a pandas dataframe