Lab: Questionnaire
CSC 213 - Operating Systems and Parallel Algorithms - Weinman
- Summary:
- You will gather information about the structure of the
course and give me a little information about you
- Assigned:
- Friday 29 August
- Due:
- 11:30 PM Sunday 31 August
- Objectives:
-
- Learn about the structure of the course
- Provide some information about yourself
- Practice submitting files for this course via PioneerWeb
- Learn how to generate a PDF file
- Measure current operating systems knowledge
- Collaboration:
- Each student should turn in his or her own version
of the assignment. However, you may discuss Parts A-C with anyone
you wish and you may obtain help from anyone you wish, but you should
clearly document that help. You may not discuss Part D.2 with anyone.
- Submitting:
- Use PioneerWeb to submit this assignment (Lab 0).
Use only PDF format. Failure to use a PDF format will result in failing
the assignment. (Log in to PWeb, navigate to this course, click on
Assignments to the left.)
- Part A:
- Read the course web site.
- Part B:
- Write up answers to the following questions about the
course.
- What does this class assume about your background?
- What should you do to prepare for class?
- What should you do to prepare for Tuesdays' labs?
- What mark should you expect for a reading journal entry?
- How can you figure out what assignments you have due?
- Briefly outline what you need to submit for a programming assignment.
- What happens if you turn in an assignment late?
- When can you work with other students and when can you not work with
other students (for this class)?
- How can you obtain help from me? From your fellow students?
- Sign up for a Significant Bits presentation date on the P-Web Wiki
for this course.
- What is your date?
- What date is your proposal due? (Tell me and mark it on your calendar.)
- Include the sentence "I have read and understood the Academic
Honesty policy for CSC-213." (Of course, if that statement is
not currently true for you, you must ask questions-well in advance
of the assignment due date-until it is.)
- What questions about the class do you have that aren't answered by
the Web site?
- Part C:
- Write up answers to the following questions about yourself.
- What name do you prefer to be called?
- Who is your advisor? (If not CS, what is your major?)
- Where are you from?
- What other CS courses have you taken besides 151 and 161, if any?
- What other courses are you taking this semester? (Please give course
titles as well as numbers.)
- Which of my regularly scheduled office hours (if any) are you able
to attend? (That is, which do not conflict with a class or other regular
obligation.)
- What do you expect to learn or gain from this course?
- What are your concerns for this course?
- Tell me something about yourself that you'd like me to ask you more
about later (e.g., your goals, a hobby, a book that made a big impression
on you).
- What questions do you have for me that have not already been answered?
- Part D:
- Do some other (pre-course) activities
- If you haven't already, sign
up for Piazza.
- Complete the Pre-course
concept inventory on P-Web. (You may also log into P-Web, go to
our course, and click "Pre-course Inventory".)
After you turn in this lab, you can go ahead and do the reading for
Monday and start your reading journal.
What to turn in
- A single PDF containing your answers to the questions in Parts B and
C.
There are several ways to generate a PDF. Your word processor will
usually do so quite easily (via the "Save As" option in Word
or "Export as PDF" in LibreOffice). Though it produces
less attractive results, you can also create a text file (say, questionnaire.txt)
and transform it into a PDF using enscript(1)
and ps2pdf(1) as follows:
-
$ enscript -p - -2 -r questionnaire.txt | ps2pdf - questionnaire.pdf
Acknowledgment
This assignment was adapted from a questionnaire by Sam Rebelsky and
revised by Janet Davis.