Question 1
How can you create a thread in python using the threading module?
Question 2
In python, how can you terminate a thread prematurely?
Question 3
What is multithreading in python?
Question 4
What is the primary advantage of using multithreading in python?
Question 5
What is the global interpreter lock(GIL) in python?
Question 6
Which module in python is used for multithreading?
Question 7
What is the purpose of the lock class in python's threading module?
Question 8
Which of the following is true about thread safety in python?
Question 9
What is the purpose of the join() method in python's threading module?
Question 10
How is a thread different from a process in python?