Zusammenfassung der Ressource
Frage 1
Frage
What type of language is Python?
Antworten
-
Low-level
-
High-level
-
Interpreted
Frage 2
Frage
Which of the following are Interpreted languages?
Frage 3
Frage
Which of the following is a benefit of using Interpreted languages?
Antworten
-
Someone else does the work for you
-
They are easy to learn and have lots of uses
-
They are quicker than other types of language
Frage 4
Frage
Which of the following statements would you use to output text in Python?
Frage 5
Frage
Which of the following can be used to edit Python code?
Frage 6
Frage
What should you type to end a Python session in the terminal?
Frage 7
Frage
What is the name of the module you would load to create a delay of a set number of seconds between commands?
Antworten
-
time
-
datetime
-
yeardate
-
yeardatetime
Frage 8
Frage
What is the name of the module used to identify the date and current time?
Antworten
-
time
-
datetime
-
yeardate
-
yeardatetime
Frage 9
Frage
Which of the following is the correct file extension for a Python file?
Frage 10
Frage
The following commands show the time module being used to sleep for 2 seconds. Which is correct?
Antworten
-
time.sleep2
-
time.sleep(0.2)
-
time.sleep(2)
-
time.sleep(2000)