CS 1101 Learning Guide Unit 3 Introduction Home
CS 1101 Learning Guide Unit 3 Introduction Home
id=412651&chapterid=497873
Welcome to unit 3!
Unit 3 provides an overview of the Conditionals and Recursion, which are the prime requirements for the
decision control process in a program. You'll learn how to use if statements and recursive functions to create
conditional execution problems. You will also learn about some essential recursion-related topics, such as
boolean expressions, stack diagrams, keyboard input, and the integer operators for �oor division (//) and
modulus (%).
The reading for Unit 3 provides an exhaustive analysis concentrating on the following:
Your programming skills will develop to the next level once you write recursive Python programs.
"Boolean Operators Spock" by mwscheung is licensed under CC BY-NC 2.0. To view a copy of this license, visit https://creativecommons.org/
licenses/by-nc/2.0/?ref=openverse.
1 of 2 4/26/2024, 10:11 PM
Learning Guide Unit 3: Introduction | Home https://my.uopeople.edu/mod/book/view.php?id=412651&chapterid=497873
2 of 2 4/26/2024, 10:11 PM