Description
Part 1: Written responses (hw1_written.pdf) For this part, answer the questions below using the word processor of your choice, save the file as a pdf, and submit the file on canvas. Make sure to proofread your answers and include your name at the top of the file that you submit.
Question 1 (5 points): Pseudocode We’ve been exploring describing strategies to solve problems in English in the lab (picobot) and in class. Sometimes, even if you don’t know how to code solutions to problems, you can still describe what you would need to do in order to solve them. We call this process “writing pseudocode”. For this problem, you’ll write down your strategy for covering a new room with a picobot. Your strategy should be written as a flowchart. For example, one solution to the square room for picobot (the room that you worked on in Lab 1) in flowchart format might look like: Notice that we can use both arrows and words to indicate what steps need to be repeated. Describe how you would solve the following problem in flowchart format: Write the pseudocode (rules in english) for picobot to solve a room of the shape outlined below. An example picobot is shown in the room, but remember that you don’t know where in the room you will start! (Look at Lab 1 or come to office hours to remember how picobot works.)
Question 2 (5 points): Computer History Choose a significant event, person, or discovery/invention from computer history (anything before 1980) that was not covered in depth during lecture and research it/them. You can use any resources you want to conduct your research, but you must cite your sources. Write one or two paragraphs (approximately 250 – 500 words, not including citations) about your chosen event/person/discovery. Who are they? Why is it important? When did this happen? Why should we care?
Question 3 (5 points): How Computers Work Choose TWO (2) components of a computer to research. Some examples are the motherboard, RAM, hard drive, CPU/processor, video card, or peripherals (mouse, keyboard, monitor, speakers). How does this component work? Why is it important? (150-200 words per component). Make sure to include a list of citations for the sources that you consulted. We will explore this topic further during Lab 2 (September 1st/2nd), so if you don’t know where to begin, waiting until after you’ve had lab this week will be helpful for you!
Part 2: Writing Code (hw1_code.ipynb) For this part, download hw1_starter.ipynb, rename this file to hw1_code.ipynb, and complete the questions as described below. For full credit, you must also include a comment at the top of your notebook as follows. Remember that any line that begins with a # is a comment and is just there for informational purposes. # Name: # Section: # Homework: # Description: To earn full credit, your notebook must run without errors, include a comment with your name at the top of your file, and contain completed exercises.

