Font size
WorksheetsPython
Total questions: 15
Worksheet time: 9mins
(a) is an interpreted high-level general-purpose programming language.
What is the other term for Python?
(a)
A _________ is a sequence of instructions written so that a computer can perform certain tasks.
Program
Script
Code
Machine language
A ________ is nothing but a type of programming language in which we can write code to control
another software application.
Program
Script
Code
Machine Language
Who invented Python?
(a)
In what year did they start implementing Python as a programming language?
1980
1989
1990
1889
The programming language Python was named after a famous TV show in the Netherlands name (a) ?
Why do people use Python? What are the primary factors that were cited by these users?
It's object-oriented
It's free
It's powerful
It's portable
It's cheap
What is the source code extension for Python?
(a)
It is a Python data type that is sequences of Unicode characters.
Tuples
Booleans
Sets
Strings
It is a Python data type that can be integers (1 and 2), floats (1.1 and 1.2), fractions (1/2 and 2/3), or even complex numbers.
Booleans
Tuples
Numbers
Strings
It is a Python data type that is either True or False.
Booleans
Tuples
Strings
Numbers
The _______ is the most versatile Data type available in Python which can be written as a list of comma-separated values (items) between square brackets.
Booleans
List
Tuples
Strings
A ______ is a sequence of immutable Python objects.
Booleans
Tuple
List
Strings
Which of the following is not a loop type in Python?
Do While
While
For
If
Else if
