\documentclass[12pt]{article} \usepackage{locals} \setlength{\topmargin}{-0.25in} \setlength{\textwidth}{6.7in} \setlength{\textheight}{9.5in} \setlength{\oddsidemargin}{-0.15in} \parindent=0pt \pagestyle{empty} %\newcommand{\answer}[1]{\begin{bf} #1 \end{bf}} \newcommand{\answer}[1]{\begin{quote}\begin{sffamily} #1 \end{sffamily}\end{quote}} \newcommand{\name}[1]{\hspace{5in} {\bf\sf Name: } #1} \newcommand{\labsection}[1]{\hspace{5in} {\bf\sf Section: } #1} \begin{document} % NOTE: PLEASE FILL IN YOUR NAME AND SECTION NUMBER BELOW \name{Your Name} % This blank line is required. \labsection{0} \begin{center} {\LARGE\bf \sf Software Engineering} \\ \vspace{0.15in} {\Large\bf \sf CSE470 \hspace*{4.0truein} Fall 2001} \\ \vspace{0.15in} {\Large \bf \sf Homework 3 \hspace*{3.3truein} Due: 9/14/2001} \end{center} \vspace{0.2in} % % Each question is represented by \item % % Put your answer between the braces in the \answer{ } construct. % \begin{enumerate} \item Use Cases constitute a set of particular scenarios for a system but don't describe every possible circumstance the system will encounter. Briefly describe how one gets from Use Cases to design. \answer{} \item Why is it important to set the system boundary? In the Point of Sale system discussed in class, which side of the boundary is most likely for the low-level communications software that connects the terminals to the central system? Briefly justify your answer. \answer{} \item What would Therac-25 use cases look like? Try only a few of the more important ones. Do any possible use cases indicate the potential of an accident? \answer{} \end{enumerate} \end{document}