Zusammenfassung der Ressource
Frage 1
Frage
What type of language does Python use
Antworten
-
French
-
Pictorial
-
Text
-
Spanish
Frage 2
Frage
Python uses a special text editor called what?
Frage 3
Frage
Which of the following answers explains the Python term 'bug'?
Antworten
-
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
Frage 4
Frage
Which of the following answers explains the Python term 'Interactive mode'?
Antworten
-
This is where we use IDLE to try out snippets of code without saving them
-
Data that is sent from a program to a screen or printer
-
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
Frage 5
Frage
Which of the following answers explains the Python term 'Output'?
Antworten
-
A number data-type that can have a decimal value
-
A piece of information that is required by a function so that it can perform its task, usually a string or number
-
Data that is sent from a program to a screen or printer
-
A number data-type that cannot have a decimal value and must be a whole number
Frage 6
Frage
Which of the following answers explains the Python term 'Comparative operator'?
Antworten
-
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
-
Data that is sent from a program to a screen or printer
Frage 7
Frage
Which of the following answers explains the Python term 'Commenting'?
Antworten
-
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
-
A number data-type that cannot have a decimal value and must be a whole number
-
Some text in a computer program that is for human reader and is ignored by the computer when running the program
Frage 8
Frage
Which of the following answers explains the Python term 'Argument'?
Antworten
-
A piece of information that is required by a function so that it can perform its task; usually a string or number
-
An error produced when a computer program fails to run a program because it cannot recognise the format of the code supplied
-
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
Frage 9
Frage
Which of the following answers explains the Python term 'Float'?
Antworten
-
A number data-type that cannot have a decimal value and must be a whole number
-
A number data-type that can have a decimal value
-
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
Frage 10
Frage
Which of the following answers explains the Python term 'Mathematical operator'?
Antworten
-
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 >
-
A number data-type that can have a decimal value
-
An operator that performs some mathematical function on some numbers, e.g. multiplication or addition
Frage 11
Frage
Which of the following answers explains the Python term 'Integer'?
Antworten
-
A number data-type that can have a decimal value
-
A number data-type that cannot have a decimal value and must be a whole number
-
Data that is sent from a program to a screen or printer
-
An operator that performs some mathematical function on some numbers, e.g., multiplication or addition
Frage 12
Frage
Which of the following answers explains the Python term 'Syntax error'?
Antworten
-
A piece of code that is causing a program to fail to run properly or at all
-
Data that is sent from a program to a screen or a printer
-
An error produced when a computer fails to run a program because it cannot recognise the format of the code supplied
-
A number data-type that can have a decimal value
Frage 13
Frage
Python is brilliant for writing what types of program? Choose all that apply.