Preskoči na glavni sadržaj
Prijava
Sign up for FREE
arrow_back
Biblioteka

Python Programming Test JCL

star
star
star
star
star
Posljednje ažuriranje over 3 years ago
10
Napomena autora:

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
Pitanje 1
1.

Which Python command asks the user a question?

Pitanje 2
2.

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

Pitanje 3
3.

Which data type is best for storing whole numbers?

Pitanje 4
4.

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

Pitanje 5
5.

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

Pitanje 6
6.

Which of the following is the best explanation of casting ?

Pitanje 7
7.

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

Pitanje 8
8.

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

Pitanje 9
9.

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

Pitanje 10
10.

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