CS 1110, Spring 2021 (original) (raw)
In the list below, the links are ordered by what we think you should check most often first!
CS 1110 - Introduction to Computing Using Python (MQR-AS, SMR-AS)
Fall, Spring, Summer. 4 credits. Fall, Summer: letter grades only; Spring: student option grading (no audit).
Programming and problem solving using Python. Emphasizes principles of software development, style, and testing. Topics include procedures and functions, iteration, recursion, arrays and vectors, strings, an operational model of procedure and function calls, algorithms, exceptions, object-oriented programming, and GUIs (graphical user interfaces). Weekly labs provide guided practice on the computer, with staff present to help. [...]
Forbidden Overlap:
Due to a partial overlap in content, students will receive 6 credits instead of 8 if they take CS 1110 and one of the following: CS 1112, CS 1115, INFO 1100, VISST 1100.
- Be fluent in the use of procedural statements -assignments, conditional statements, loops, method calls- and arrays. Be able to design, code, and test small Python programs that meet requirements expressed in English. This includes a basic understanding of top-down design.
- Understand the concepts of object-oriented programming as used in Python: classes, subclasses, inheritance, and overriding.
- Have knowledge of basic searching and sorting algorithms. Have knowledge of the basics of vector computation.
- Be fluent in the use of procedural statements -assignments, conditional statements, loops, method calls- and arrays. Be able to design, code, and test small Python programs that meet requirements expressed in English. This includes a basic understanding of top-down design.