The objective of this course is to provide the basic knowledge and experience necessary to use computers effectively by developing an understanding of the interplay between the computer, its associated languages, and the structured development of algorithms. Topics to be covered include computer organization and operation, data representation, algorithm development and specification, and programming languages and techniques. These topics are developed through the study and application of a higher-level language. MTH 3300 is not open to students who have completed CIS 3120. Students cannot get credit for both CIS 2300 and MTH 3300.
Title | Topics | Problem Set | Problem Set Solution |
---|---|---|---|
Problem Set 1 | User I/O Variables Expressions Statements | problem-set1.pdf | problem-set1-solution.pdf |
Problem Set 2 | If-else statements Strings Math functions | problem-set2.pdf | problem-set2-solution.pdf |
Problem Set 3 | Loops Pattern Printing | problem-set3.pdf | problem-set3-solution.pdf |
Problem Set 4 | Arrays Functions | problem-set4.pdf | |
Problem Set 5 | Dictionaries | problem-set5.pdf | problem-set5-solution.pdf |
Problem Set 6 | File I/O | problem-set6.pdf | problem-set6-solution.pdf |
Problem Set 7 | Recursion Binary Search Linked Lists | problem-set7.pdf |
Title | Exam | Exam Solution |
---|---|---|
Midterm | midterm.pdf | midterm-solution.pdf |
Final | final.pdf | final-solution.pdf |