aboutsummaryrefslogtreecommitdiff
path: root/tests/1-data-rep
diff options
context:
space:
mode:
Diffstat (limited to 'tests/1-data-rep')
-rw-r--r--tests/1-data-rep/paper.tex8
-rw-r--r--tests/1-data-rep/questions.tex15
2 files changed, 20 insertions, 3 deletions
diff --git a/tests/1-data-rep/paper.tex b/tests/1-data-rep/paper.tex
index 02bf96d..a2875b4 100644
--- a/tests/1-data-rep/paper.tex
+++ b/tests/1-data-rep/paper.tex
@@ -16,6 +16,7 @@ top=0.5in, bottom=0.8in ]{geometry}
\usepackage{lipsum}
\usepackage{fix-cm}
\usepackage{amsmath}
+\usepackage{verbatim}
\usepackage[scale=0.85]{plex-mono}
\usepackage{plex-sans}
@@ -66,10 +67,10 @@ top=0.5in, bottom=0.8in ]{geometry}
Computer Science Test: Data representation
\vspace{5mm}
-\makebox[0.75\textwidth]{Name:\enspace\hrulefill}
+\makebox[\textwidth]{Name:\enspace\hrulefill}
\vspace{5mm}
-\makebox[0.75\textwidth]{Instructor’s name:\enspace\hrulefill}
+\makebox[\textwidth]{Teacher’s name:\enspace\hrulefill}
\vspace{2cm}
@@ -80,7 +81,8 @@ Computer Science Test: Data representation
\vspace{2cm}
\noindent Written by Mohit Agarwal (\url{https://mohit.uk}) for the
-Computing Department at William Perkin Church of England High School
+Computer Science Department at William Perkin Church of England High
+School
\begin{myquote}
This work is licensed under the Creative Commons Attribution 4.0
diff --git a/tests/1-data-rep/questions.tex b/tests/1-data-rep/questions.tex
index 62e1106..489ae8a 100644
--- a/tests/1-data-rep/questions.tex
+++ b/tests/1-data-rep/questions.tex
@@ -41,6 +41,21 @@
\end{parts}
\droptotalpoints
+ \pagebreak
+
+ \question Let us say there is a string:
+
+ \verb|Hi|
+
+ \vspace{1cm}
+
+ \begin{parts}
+
+ \part[2] If the string is encoded in 8 bit ascii, how much
+ space does the string take in bytes to store?
+
+ \end{parts}
+
\end{questions}