-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquestionPack.py
13 lines (12 loc) · 972 Bytes
/
questionPack.py
1
2
3
4
5
6
7
8
9
10
11
12
13
qBank = {
"javascript": [
["What is the output of the following arithmetic operation? const remainder = (5 - 2) + (2 * 3) / (2 * 4); console.log(remainder);","3.75", "2.4", "3.69", "5.2"],
["What will be the effect of the code snippet on the Scores Array at run time? Scores = [1,2,4]; Scores.length = 1; var i; for(i=1; i<3; i++){Scores[i] = i * 2;}","[2,2,4]", "[2,3,4]", "[2]", "Syntax error"],
["Deputize the need for president?","Dreads", "picnic stuff", "Disqualify", "Decouple"],
["How high is the Himalayan mountains","5000km", "3000km per day", "Low level", "Derailed mentally"],
["What is purpose of # in HTML?","Crazy", "drip", "Cheeeeeeeee", "E choke"],
["What is purpose of # in HTML?","Crazy", "drip", "Cheeeeeeeee", "E choke"],
["What is purpose of # in HTML?","Crazy", "drip", "Cheeeeeeeee", "E choke"],
["What is purpose of # in HTML?","Crazy", "drip", "Cheeeeeeeee", "E choke"]
]
}