Each question in this quiz is timed.
What type of language does Python use
French
Pictorial
Text
Spanish
Python uses a special text editor called what?
IDE
HTML
Tags
IDLE
Which of the following answers explains the Python term 'bug'?
Data that is sent from a program to a screen or printer
A piece of code that is causing a program to fail to run properly or at all
A piece of information that is required by a function so that it can perform its task, usually a string or number
A number data-type that can have a decimal value
Which of the following answers explains the Python term 'Interactive mode'?
This is where we use IDLE to try out snippets of code without saving them
A number data-type that cannot have a decimal value and must be a whole number
An error produced when a computer fails to run a program because it cannot recognise the format of the code supplied
Which of the following answers explains the Python term 'Output'?
Which of the following answers explains the Python term 'Comparative operator'?
A piece of code that is causing a program to fail to run properly or not at all
Sometimes called logic operators, they allow us to compare data in a program: they include == and >
An operator that performs some mathematical function on some numbers, e.g., multiplication or addition
Which of the following answers explains the Python term 'Commenting'?
A piece of information that is required by a function so that it can perform its task; usually a string or number
Some text in a computer program that is for human reader and is ignored by the computer when running the program
Which of the following answers explains the Python term 'Argument'?
An error produced when a computer program fails to run a program because it cannot recognise the format of the code supplied
Which of the following answers explains the Python term 'Float'?
Which of the following answers explains the Python term 'Mathematical operator'?
An error produced when a computer fails to run a program because it cannot recognise the format of the codes supplied
Sometimes called logic operators they allow us to compare data in a program, they include == and >
An operator that performs some mathematical function on some numbers, e.g. multiplication or addition
Which of the following answers explains the Python term 'Integer'?
Which of the following answers explains the Python term 'Syntax error'?
Data that is sent from a program to a screen or a printer
Python is brilliant for writing what types of program? Choose all that apply.
Quick applications
Running program experiments
Building web pages
Building larger application