\documentstyle{article}
\setlength{\textwidth}{5in} 
\nofiles

\begin{document}
\pagestyle{empty}
\noindent
~
\hfill Com S 227 --- Introduction to Computer Programming
\hfill August 23, 1993 \\   %%%%%%%%%%%%%%%%%  change this on next use!!!!!!!!!

\begin{center}
{\huge Opinion Survey}
\end{center}

Please answer the following questions carefully and honestly;
the information obtained from this survey will be used to help
improve this course.
Please do not write your name on this sheet.

For each of the following questions, please fill in with a number 2 pencil
the on the data sheet the number (letter)
that best represents your evaluation using this scale:
\begin{center}
1(A) strongly disagree, 2(B) disagree, 3(C) neutral or don't know, 
4(D) agree, 5(E) strongly agree
\end{center}
Please use 3(C) if you don't understand the question.

\begin{enumerate}
\item
I find computing intellectually interesting.

\item
It's important to find the right abstractions in programming.

\item
All programming languages are the same.

\item
It's important to know many different ways to solve programming problems.

\item
In writing a computer program, I spend most of my time debugging (fixing) it.

\item
The best thing about computers is computer games.

\item
Computing is the most interesting subject.

\item
Mathematics is often useful in programming.

\item
My main reason for studying computing is to get a well paying job.

\item
I enjoy computer programming.

\item
Computer programs are not as interesting as computers.

\item
Computer programs can be beautiful things.

\item
A computer program is a good way to record knowledge.

\item
I read about computing for fun.

\item
I enjoy talking about computers.

\item
I enjoy talking about computer programming.

\item
Computers work best with numbers, not symbolic information.
\end{enumerate}

\end{document}
