Description
In this course, you will learn :
- Understanding the computer's anatomy
- Understanding how data is represented in a computer
- Understanding a program's lifecycle
- Understanding the fundamental steps in problem solving
- Getting to know how to write pseudocode
- Developing your ability to draw flowcharts
- Investigating the use of conditional statements in programmes
- Understanding how programmes achieve repetition
- About the anatomy of computers and the binary number system.
- Program's lifecycle before moving on to the fundamentals of programming.
Syllabus :
1. Getting to Know Computers
- The Anatomy of a Computer
- Information Representation in a Computer
- How to Write Computer Programs?
- The Lifecycle of a Program
2. Problem Solving
- Introduction to Problem-Solving
- Pseudocode
- Flowcharts
3. Variables
- Variables and Data Types
- Calculate the Fuel Cost of a Journey
- Swap the Values of Two Variables
4. Decision in Programs
- Introduction to Conditional Statements
- Find the Larger Number
- Determine if a Number is Odd or Even
- Challenge: Compute the Absolute Value of a Number
- Determine the BMI Category
- Compute the Cost of Booking a Workspace
5. Repetition in Programs
- Introduction to Repetition in Programs
- Determine if a Number is Prime
- Display the First 'n' Prime Numbers