You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: experiment/pretest.json
+2-14Lines changed: 2 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,7 @@
2
2
"version": 2.0,
3
3
"questions": [
4
4
{
5
-
"question": ["1. which of the following state transitions are possible?",
6
-
" 1. Ready -> Running",
7
-
" 2. Running -> Wait",
8
-
" 3. Terminated -> Running",
9
-
"4. Ready -> Wait",
10
-
"5. Wait ->Ready"]
11
-
12
-
,
5
+
"question": "1. which of the following state transitions are possible?\n1. Ready -> Running \n2. Running -> Wait \n3. Terminated -> Running\n4. Ready -> Wait\n5. Wait ->Ready",
13
6
"answers": {
14
7
"a": "1,2,5",
15
8
"b": "1,2,3",
@@ -45,12 +38,7 @@
45
38
}
46
39
,
47
40
{
48
-
"question": ["3. What are the possible ways that the process can leave the CPU?",
49
-
" 1.When process is terminated",
50
-
" 2.When process is preempted",
51
-
" 3.When it receives an I/O call",
52
-
"4.When it receives an interrupt",
53
-
"5.When the I/O requirement is completed"]
41
+
"question": "3. What are the possible ways that the process can leave the CPU?\n1.When process is terminated\n2.When process is preempted\n 3.When it receives an I/O call\n4.When it receives an interrupt\n5.When the I/O requirement is completed"
0 commit comments