MIS 304- Midterm Exam Guide - Comprehensive Notes for the exam ( 23 pages long!)

114 views23 pages

Document Summary

Study guide the screen: acceptable, print ( hello world", print ( hello world , print ( ""hello world""") Mis 304 intro to python 1. 1: comments, comments are short notes placed within a program to explain how those parts of the program, use a lot of comments in this class. In-class exercise: output the most famous programming statement hello world to, no semi-colon needed at end of statement. Indentation used to separate block: don"t need to worry about it when writing just one statement, string page 38, string: any kind of data with characters, string literals: string when it appears in the code. Height vs. height: no, they are different, height and height are two separate variables, need to be declared separately because they cannot call each other. Interpreters: application software, programs that make computers useful for everyday tasks, ex, powerpoint, web browsers. Mis 304 intro to computer programming 1. 1.