Which HTML tags are used for JavaScript?, <javascript> and </javascript>, <script> and </script>, <js> and </js>, How can you add a comment in JavaScript?, <!--This is a comment-->, This is a comment, // This is a comment, What name is used to describe whole numbers, like 5, 65, and 22?, String, Floating Point, Integer, What name is used to describe decimal numbers, like 5.8, 65.76, and 22.43?, String, Floating Point, Integer, How do you declare a JavaScript variable?, variable carName;, v carName, var carName;, Which operator is used to assign a value to a variable?, =, *, ==, Which of the following is used to represent "not equal to" in JavaScript?, <>, .NE., !=, What is the pseudocode keyword for Input?, Display, Calc, Get, Which operator is used to compare values in JavaScript?, =, *, ==, Which of the following commands is associated with the selection construct?, if, function, while, What is the pseudocode keyword for Output?, Display, Calc, Get, What is the pseudocode keyword for Process?, Display, Calc, Get, Which of these is a visual design tool for programmers?, Flowchart, Pseudocode, Stepwise Refinement, Which of the following commands is associated with the iteration construct?, if, switch, while, Which of these is a legal input command?, var name = prompt("What is your name?");, alert(name);, do { 'What is your name?' } while (name < 0);, What logical danger should be avoided when creating a do .. while loop?, Misplacing Syntax, Not incrementing the counter and creating a infinite loop, Using an if statement inside the loop, What is the general syntax of a do .. while loop?, do { code } while (condition), while (condition) { code }, do (condition) { code } (condition), Which of these shows a legal function call?, call menu(), menu();, do menu();, Which type of testing looks at inputs and outputs and not the code?, Alpha Testing, Black Box Testing, White Box Testing, Which type of testing looks at the code when developing test data?, Alpha Testing, Black Box Testing, White Box Testing.

Výsledková tabule/Žebříček

Vizuální styl

Možnosti

Přepnout šablonu

)
Obnovit automatické uložení: ?