@@ -10,156 +10,37 @@ The result is a dump with the size of the physical memory (RAM) of the system.
10
10
Answer the following questions with "True" or "False" and justify your answer.
11
11
The justification should be simple, 2-3 sentences for each answer.
12
12
13
- ## Question 1 Text
13
+ ## Questions
14
14
15
- The application must be run in privileged mode, as root.
15
+ 1 . The application must be run in privileged mode, as root.
16
+ Answer: True
16
17
17
- ## Question 1 Answers
18
+ 1 . During its execution, the application does not make system calls.
19
+ Answer: False
18
20
19
- + True
21
+ 1 . The application will benefit from a multithreaded implementation.
22
+ Answer: True
20
23
21
- - False
24
+ 1 . The memory dump will contain information about the application itself.
25
+ Answer: True
22
26
23
- ## Question 1 Arguments
27
+ 1 . At runtime, the application will use network sockets.
28
+ Answer: False
24
29
25
- type: textbox
30
+ 1 . Two instances of the application CANNOT run simultaneously on the same system.
31
+ Answer: False
26
32
27
- ## Question 2 Text
33
+ 1 . In its implementation, the application must use synchronization primitives.
34
+ Answer: False
28
35
29
- During its execution, the application does not make system calls.
36
+ 1 . The application must be implemented in the form of a static executable.
37
+ Answer: False
30
38
31
- ## Question 2 Answers
39
+ 1 . During its execution, the application uses the virtual memory mechanism.
40
+ Answer: True
32
41
33
- - True
42
+ 1 . The application cannot realistically be used on a 64-bit system, only on a 32-bit system.
43
+ Answer: False
34
44
35
- + False
36
-
37
- ## Question 2 Arguments
38
-
39
- type: textbox
40
-
41
- ## Question 3 Text
42
-
43
- The application will benefit from a multithreaded implementation.
44
-
45
- ## Question 3 Answers
46
-
47
- + True
48
-
49
- - False
50
-
51
- ## Question 3 Arguments
52
-
53
- type: textbox
54
-
55
- ## Question 4 Text
56
-
57
- The memory dump will contain information about the application itself.
58
-
59
- ## Question 4 Answers
60
-
61
- + True
62
-
63
- - False
64
-
65
- ## Question 4 Arguments
66
-
67
- type: textbox
68
-
69
- ## Question 5 Text
70
-
71
- At runtime, the application will use network sockets.
72
-
73
- ## Question 5 Answers
74
-
75
- - True
76
-
77
- + False
78
-
79
- ## Question 5 Arguments
80
-
81
- type: textbox
82
-
83
- ## Question 6 Text
84
-
85
- Two instances of the application CANNOT run simultaneously on the same system.
86
-
87
- ## Question 6 Answers
88
-
89
- - True
90
-
91
- + False
92
-
93
- ## Question 6 Arguments
94
-
95
- type: textbox
96
-
97
- ## Question 7 Text
98
-
99
- In its implementation, the application must use synchronization primitives.
100
-
101
- ## Question 7 Answers
102
-
103
- - True
104
-
105
- + False
106
-
107
- ## Question 7 Arguments
108
-
109
- type: textbox
110
-
111
- ## Question 8 Text
112
-
113
- The application must be implemented in the form of a static executable.
114
-
115
- ## Question 8 Answers
116
-
117
- - True
118
-
119
- + False
120
-
121
- ## Question 8 Arguments
122
-
123
- type: textbox
124
-
125
- ## Question 9 Text
126
-
127
- During its execution, the application uses the virtual memory mechanism.
128
-
129
- ## Question 9 Answers
130
-
131
- + True
132
-
133
- - False
134
-
135
- ## Question 9 Arguments
136
-
137
- type: textbox
138
-
139
- ## Question 10 Text
140
-
141
- The application cannot realistically be used on a 64-bit system, only on a 32-bit system.
142
-
143
- ## Question 10 Answers
144
-
145
- - True
146
-
147
- + False
148
-
149
- ## Question 10 Arguments
150
-
151
- type: textbox
152
-
153
- ## Question 11 Text
154
-
155
- As long as the operating system provides support, the application can work on both x86 and ARM processor architectures.
156
-
157
- ## Question 11 Answers
158
-
159
- - True
160
-
161
- + False
162
-
163
- ## Question 11 Arguments
164
-
165
- type: textbox
45
+ 1 . As long as the operating system provides support, the application can work on both x86 and ARM processor architectures.
46
+ Answer: False
0 commit comments