9628-11 Level 3 Award in the Principles of Coding - JavaScript
Quiz-summary
0 of 38 questions completed
Questions:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
Information
Sample question paper answer sheet
Pass mark: 36/36 (100%)
Duration: 40 minutes
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading...
You must sign in or sign up to start the quiz.
You have to finish following quiz, to start this quiz:
Results
0 of 38 questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 points, (0)
Average score | |
Your score | |
Categories
- 1.2 Recognise and describe the use of common languages 0%
-
Thank you for completing the JavaScript Quiz!
Pos. | Name | Entered on | Points | Result |
---|---|---|---|---|
Table is loading | ||||
No data available | ||||
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- Answered
- Review
- Question 1 of 38
1. Question
Which of the output code below will display a message in a pop-up box/window?
Correct
Incorrect
- Question 2 of 38
2. Question
JavaScript is written under which of the following tags?
Correct
Incorrect
- Question 3 of 38
3. Question
Variable in JavaScript declare which of the following keyword?
Correct
Incorrect
- Question 4 of 38
4. Question
How do you write Hello World in an alert box?
Correct
Incorrect
- Question 5 of 38
5. Question
The external JavaScript file must contain <script> </script> tag?
Correct
Incorrect
- Question 6 of 38
6. Question
What is correct syntax for referring external JavaScript called “test.js”?
Correct
Incorrect
- Question 7 of 38
7. Question
How do you create function in JavaScript?
Correct
Incorrect
- Question 8 of 38
8. Question
How do you call function Named myFunction in JavaScript?
Correct
Incorrect
- Question 9 of 38
9. Question
Where is the correct place to insert a JavaScript?
Correct
Incorrect
- Question 10 of 38
10. Question
What is correct JavaScript syntax to write “Hello”?
Correct
Incorrect
- Question 11 of 38
11. Question
Which one of the following allows you to insert comment more than one line in JavaScript?
Correct
Incorrect
- Question 12 of 38
12. Question
JavaScript is same as java?
Correct
Incorrect
- Question 13 of 38
13. Question
How can you add a single line comment in JavaScript?
Correct
Incorrect
- Question 14 of 38
14. Question
Choose the correct JavaScript syntax to change the content of the following HTML code.
<p id=”geek”>GeeksforGeeks</p>
Correct
Incorrect
- Question 15 of 38
15. Question
What is the output of the following JavaScript Code?
<script>
a = 1 + “1”;
Document.write(a);
</script>
>Correct
Incorrect
- Question 16 of 38
16. Question
Which of the output code below is valid?
Correct
Incorrect
- Question 17 of 38
17. Question
Which of the output code below will populate a HTML field?
Correct
Incorrect
- Question 18 of 38
18. Question
JavaScript is which type of language?
Correct
Incorrect
- Question 19 of 38
19. Question
Which of the following is a correct statement?
Correct
Incorrect
- Question 20 of 38
20. Question
Which method is used for the debugging purpose in JavaScript?
Correct
Incorrect
- Question 21 of 38
21. Question
JavaScript is designed for following purpose
Correct
Incorrect
- Question 22 of 38
22. Question
Select Appropriate Option(s) : JavaScript is can be written –
Correct
Incorrect
- Question 23 of 38
23. Question
Which of the following keywords exits a function?
Correct
Incorrect
Please study the page on the following link
- Question 24 of 38
24. Question
Which operator is used to assign a value to a variable?
Correct
Incorrect
- Question 25 of 38
25. Question
Is JavaScript case-sensitive?
Correct
Incorrect
- Question 26 of 38
26. Question
Which code is an example of INTERNAL Javascript?
Correct
- Question 27 of 38
27. Question
Which code is an example of EXTERNAL Javascript?
Correct
- Question 28 of 38
28. Question
Which code is an example of INLINE Javascript?
Correct
- Question 29 of 38
29. Question
Where can Javascript be placed within HTML code?
Correct
- Question 30 of 38
30. Question
Why is it best to place the Javascript at the bottom of the <body> Element?
Correct
Incorrect
- Question 31 of 38
31. Question
Which if the following is the correct syntax for calling an external Javascript file?
Correct
- Question 32 of 38
32. Question
Which of the following statements is correct?
Correct
Incorrect
Please study the page on the following link;
- Question 33 of 38
33. Question
Which of the following keywords executes a block of statements?
Correct
Incorrect
Please study the page on the following link
- Question 34 of 38
34. Question
Which of the following keywords executes code dependant on a condition?
Correct
Incorrect
Please study the page on the following link
- Question 35 of 38
35. Question
Which of the following keywords jumps out of a loop?
Correct
Incorrect
Please study the page on the following link
- Question 36 of 38
36. Question
Which of the following keywords terminates a switch or a loop?
Correct
Incorrect
Please study the page on the following link
- Question 37 of 38
37. Question
Which syntax is “normally” used for joining multiple word variable names?
Correct
- Question 38 of 38
38. Question
Which of the following is TRUE?
Correct