\documentclass[12pt,ifthen]{article} \usepackage{url} \usepackage{comment} \newif{\ifshowsoln} % \showsolntrue \newcommand{\und}{\_\_\_\_\_\_\_\_\_} \newcommand{\Z}{\mathbb{Z}} \usepackage{amsmath} \usepackage{amssymb} % for \nmid \begin{document} \centerline{\bf HW 00 CMSC 250} \centerline{\bf Morally Due Jan 29 10:00AM. Dead-Cat Due Jan 31 at 10:00AM} \noindent {\bf Course Website} \url{https://www.cs.umd.edu/~gasarch/COURSES/250/S24/index.html} \begin{enumerate} \item (24 points- 3 points each) READ the Syllabus before doing this problem. You may also need to look at the slides from Jan 25. \begin{enumerate} \item Give an optional topic (not on the syllabus CONTENT part) that you would like me to cover. \item When is Midterm 1? \item When is Midterm 2? \item What is {\it the dead-cat policy}? \item Why is is called {\it the dead-cat policy}? \item When are Emily's Office Hours? \item When are Bill's Office Hours? \item Name all of the ways you can communicate with Emily and Bill. \end{enumerate} \newpage \item (36 points-12 each) Learn Python 3 and write a simple program in it before doing this problem. \begin{enumerate} \item Name a PRO of Python. \item Name a CON of Python. \item What did your program do? \end{enumerate} \newpage \item (0 points but do it anyway. This is the most important problem on this HW!) \begin{enumerate} \item Learn LaTeX and write some simple documents in it. \item Write a LaTeX document that summarizes the lecture on Propositional Logic. The document should include a truth table (so you get practice doing LaTeX tables) and some formulas on the variables $x,y,z$ (so you get practice typesetting mathematics). \end{enumerate} \newpage \item (40 points) Read Vannevar Bush's paper from July 1945: \url{http://web.mit.edu/STS.035/www/PDFs/think.pdf} Write down two predictions he made that came true. (Note- this is not a paper in Discrete Math but it is such a good paper that every undergraduate should read it!) \end{enumerate} \end{document}