\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 Feb 3, 2026, 9:30AM} \centerline{\bf Dead Cat Due Feb 5, 2026, 9:30AM} \bigskip \centerline{\bf This is the LAST HW where I will} \centerline{\bf Put the Dead Cat Reminder.} \centerline{\bf In the future ``Morally Due'' will imply Dead Cat.} \bigskip \noindent {\bf Course Website} \url{https://www.cs.umd.edu/~gasarch/COURSES/250/S26/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 27. \begin{enumerate} \item When is the Midterm? \item What is {\it the dead-cat policy}? \item Why is is called {\it the dead-cat policy}? \item If I write that a HW is {\it Morally Due Feb 25, 2026} what does that mean? \item When are Leo's Office Hours? \item When are Bill's Office Hours? \item Name all of the ways you can communicate with Leo and Bill. \item Describe the In-Class assignments. How many can you miss without penalty. \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}