Log in
Sign up for FREE
arrow_back
Library

Python Programming Test JCL

star
star
star
star
star
Last updated almost 3 years ago
10 questions
Note from the author:
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
1
1
1
1
1
1
1
1
1
1
Question 1
1.

Which Python command asks the user a question?

Question 2
2.

Which of the following is NOT one of the THREE basic programming constructs?

Question 3
3.

Which data type is best for storing whole numbers?

Question 4
4.

Which data type is best for storing numbers with decimal places?

Question 5
5.

Which data type is best for storing a post code such as LE5 0BX?

Question 6
6.

Which of the following is the best explanation of casting ?

Question 7
7.

Which of the following is NOT a feature of Python's Integrated Development Environment?

Question 8
8.

What method is used to translate Python code into binary machine code at run-time?

Question 9
9.

What is the name given to a programmer's error where the code runs to completion, but gives unexpected results?

Question 10
10.

What is the name given to a programmer's error where the code fails due to a typing mistake by the programmer?