Zusammenfassung der Ressource
Frage 1
Frage
Which of the following are examples of computer programs?
Antworten
-
Microsoft Excel
-
Google Chrome
-
Windows Operating System
-
Minecraft
Frage 2
Frage
JavaScript is [blank_start]an interpreted[blank_end] language.
Antworten
-
an interpreted
-
a compiled
Frage 3
Frage
A statement is a single instruction to the computer and is often ended with a semi-colon.
Frage 4
Frage
Which command serves as a good debugging tool by printing something to the JavaScript console?
Antworten
-
prompt()
-
alert()
-
console.log()
Frage 5
Frage
Proper indentation and whitespace are necessary for JavaScript to be read correctly by the browser.