-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquestions.json
42 lines (42 loc) · 996 Bytes
/
questions.json
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
39
40
41
42
[
{
"question": "Inside which HTML element dp we put the JavaScript",
"choice1": "<script>",
"choice2": "<javascript>",
"choice3": "<js>",
"choice4": "<scripting>",
"answer": 1
},
{
"question": "Which of the following keyword is used to create an object in Java",
"choice1": "create",
"choice2": "new",
"choice3": "implements",
"choice4": "extends",
"answer": 2
},
{
"question": "Find the next one 2,A,9,B,6,C,13,D",
"choice1": "9",
"choice2": "10",
"choice3": "E",
"choice4": "15",
"answer": 2
},
{
"question": "Which character is used in Python to make a single line comment",
"choice1": "/",
"choice2": "//",
"choice3": "#",
"choice4": "!",
"answer": 3
},
{
"question": "JavaScript is",
"choice1": "Server-side scripting language",
"choice2": "Client-side scripting language",
"choice3": "Both of the above",
"choice4": "None of these",
"answer": 3
}
]