NEW
Font size
WorksheetsQuiz No.4: Introduction to Python Programming
Total questions: 10
Worksheet time: 8mins
What is the word (command) used to display numbers and text on the screen?
input
output
command
What is python?
a programming language
DTP software
Spreadsheet software
Computer
Who is the creator of Python programming language?
Dennis Ritchie
James Gosling
Guido Van Rossum
Ross Ihaka
How do you display text?
input
output
command
This particular data type has 2 potential values (typically True or False)
string
integer
boolean
float
A price such as 3.65 pesos should be saved as what kind of variable?
string
integer
boolean
float
What will be the output?
name = 'Dave'
print(name)
Dave
'Dave'
name
(name)
A data type consisting of numbers, letters and symbols.
string
integer
boolean
float
Which data type represnts a whole number?
string
integer
boolean
float
What is a variable?
A box (memory location) where you store values
a type of graphics
data type
a type of memory
