Description
In this course, you will learn:
- Determine how computers use objects in programming.
- Learn how computers use logic to make decisions and execute programs.
- Explain how functions operate in programming.
- Recognize how data is saved in computer programs.
Syllabus:
- What are objects and what do they do?
- Get the most out of this course
- Understand objects in object oriented programing
- Discover your computer's inner architect
- Interact with objects: complex systems
- Using Logic and Elements of Programming
- Discover how computers solve problems
- Work with sequences
- Work with states and logical operators
- Follow a sequence with conditions
- Iterate your instructions by working with loops
- Understand Functions and Messages
- Understand how functions work
- Use functions
- Write clean functions
- Define and send messages with functions
- Get some practice planning out your own function!
- How Computers Store Data
- Learn about data storage
- Understand primitive data types
- Recognize the array data type
- Discover the list data type
- Explore the dictionary data type