Answers:
45
Hello
Below is the example for the creating your environment for questions
\documentclass{exam}
\begin{document}\begin{center}
\fbox{\fbox{\parbox{5.5in}{\centering
Answer the questions in the spaces provided. If you run out of room
for an answer, continue on the back of the page.}}}
\end{center}
\vspace{5mm}
\makebox[0.75\textwidth]{Name and section:\enspace\hrulefill}
\vspace{5mm}
\makebox[0.75\textwidth]{Instructor’s name:\enspace\hrulefill}
\begin{questions}
\question What is the command to plot 2D data in Gnuplot?
\question Which of the following separators is used in the plot command while plotting multiple
functions?
\question Compute \[\int_{0}^{\infty} \frac{\sin(x)}{x}\]
\end{questions}
\end{document}
Login to add comment