summaryrefslogtreecommitdiff
path: root/EXAM.md
diff options
context:
space:
mode:
Diffstat (limited to 'EXAM.md')
-rw-r--r--EXAM.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/EXAM.md b/EXAM.md
new file mode 100644
index 0000000..afe3cf1
--- /dev/null
+++ b/EXAM.md
@@ -0,0 +1,14 @@
+The final is a 2-hour closed-book online exam.
+You need to answer short-answer questions and simple shell programming questions,
+covering almost all the topics you are supposed to have studied throughout the course.
+
+Here are some sample questions:
+
+1. Identify kernel function and components.
+1. Identify the importance of programming Unix in C.
+1. Define inter-process communication (IPC).
+1. Write a shell script that searches the password file for an input name and sends that person a "hello" message.
+
+I hope the above information will be enough for you to prepare for the final exam.
+
+Best wishes!