Exam readiness platform
1. What is the primary purpose of a variable in a program?
2. Which Python function is used to display output on the screen?
3. Which of the following statements accurately describes Python's handling of case-sensitivity for variable names?
4. According to the text, which programming language is recommended as an excellent starting point for those new to programming?
5. Which of the following is an INCORRECT variable name in Python, based on the naming rules provided in the text?
6. What is a key difference in how a compiler and an interpreter handle errors during the translation of programming instructions?
7. If a user inputs '123' into a program using the `input()` function, what will be the data type of the stored value in Python?
You scored out of !