Skip to content

Commit 39ce890

Browse files
authored
Update pretest.json
1 parent fb7c67e commit 39ce890

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

experiment/pretest.json

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,7 @@
22
"version": 2.0,
33
"questions": [
44
{
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",
136
"answers": {
147
"a": "1,2,5",
158
"b": "1,2,3",
@@ -45,12 +38,7 @@
4538
}
4639
,
4740
{
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"
5442
,
5543
"answers": {
5644
"a": "1,2,3,5",

0 commit comments

Comments
 (0)