CSE 110 is designed to be a first introduction to programming. In it, you will learn the basic building blocks of programming and how to use them to accomplish meaningful tasks. After taking this course, you'll be prepared to use programming in your own areas of interest and to learn more about programming in future courses.
This course will introduce students to programming. It will introduce the building blocks of programming languages (variables, decisions, calculations, loops, array, and input/output) and use them to solve problems.
- Use programming building blocks (variables, conditionals, loops, lists) to accomplish meaningful tasks in a variety of domains.
- Develop confidence in learning new programming skills.
- Learn how to ask the user for input and print results to the screen.
- Understand how to declare variables and use them in calculations.
- Explore conditional statements using if, elif, and else.
- Practice iteration with for and while loops.
- Learn how to declare, read, and print lists in Python.
- Work with external data by reading .csv and .txt files.
- Discover how to declare reusable functions and call them in your programs.