This is just my initial attempt at a Python Programming Test - aimed at Year 9/10/11
Select the BEST answer to each of the following questions
Which Python command asks the user a question?
Which of the following is NOT one of the THREE basic programming constructs?
Which data type is best for storing whole numbers?
Which data type is best for storing numbers with decimal places?
Which data type is best for storing a post code such as LE5 0BX?
Which of the following is the best explanation of casting ?
Which of the following is NOT a feature of Python's Integrated Development Environment?
What method is used to translate Python code into binary machine code at run-time?
What is the name given to a programmer's error where the code runs to completion, but gives unexpected results?
What is the name given to a programmer's error where the code fails due to a typing mistake by the programmer?