diff options
| author | Mohit Agarwal <mohit.agarwal@sky.com> | 2021-10-10 15:12:23 +0100 |
|---|---|---|
| committer | Mohit Agarwal <mohit.agarwal@sky.com> | 2021-10-10 15:12:23 +0100 |
| commit | cba64fd45faf3f8d7981a8e28b0f21881d0f7eb5 (patch) | |
| tree | 7c035405b162a9bb46d2c5ffe2cc055664cc4a57 /tests | |
| parent | 4d32410ba6d2bdf9b994bd889f698ba6b090c91d (diff) | |
Writing notes and questions.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/1-data-rep/paper.tex | 8 | ||||
| -rw-r--r-- | tests/1-data-rep/questions.tex | 15 |
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} |
