-
Notifications
You must be signed in to change notification settings - Fork 0
/
quiz.json
65 lines (65 loc) · 1.53 KB
/
quiz.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[
{
"question": "What is the full form of JIT?",
"answer": "just in time",
"options": [
"jingle in there",
"journe interior timing",
"jet irrigation training"
]
},
{
"question": "Python is ___",
"answer": "interpreted",
"options": [
"compiled",
"just in time compiled (JIT)",
"virtualized in a VM."
]
},
{
"question": "Linux is based on ___",
"answer": "Unix",
"options": [
"Windows",
"DarwinNT",
"Ubuntu"
]
},
{
"question": "Which of the following is the command used to view all files in a directory?",
"answer": "ls",
"options": [
"listall",
"showfiles",
"cd"
]
},
{
"question": "Which of the following is not a shell language?",
"answer": "lsh",
"options": [
"ksh",
"sh",
"bash"
]
},
{
"question": "Which of the following is not a distribution of Linux?",
"answer": "LockOS",
"options": [
"Pop_OS!",
"Fedora",
"RedHat"
]
},
{
"question": "Which of the following is is the first ever microprocessor to use the x86 instruction set?",
"answer": "Intel 8086",
"options": [
"Intel Core i3 1st gen",
"AMD Ryzen 1",
"Intel Xeon 86"
]
}
]