Coding

Class VIII

Coding is a creative activity that students from any discipline can engage in.

Course Objective

Real-world application of coding
• How coding impacts our daily lives
• What exactly is coding in the context
of computer science

Course Features

Artificial Intelligence Curriculum aims at developing the learner’s mind set and skills set towards artificial intelligence and how it is understood and applied. The important principle that artificial intelligence embraces is holistic inclusive and progressive development in immersive ways by problem solving, creative thinking, and critically analysing data.
Instructor

It helps to build computational thinking, develop problem-solving skills, improve critical thinking and exposure to real-life situations to solve problems in various realms.

Course Content

  • Types of Control Structures
  • Understanding IF-ELSE AND ELSE-IF statements
  • Logical Operators
  • Precedence of Logical Operators
  • Nested Conditional statement
  • What are Loops
  • Exit Criteria
  • Recap of functions
  • Function Parameters
  • Returning Value from a function
  • What are Arrays?
  • Sorting an Arrays?
  • Searching in an Array
  • Using Python to arrange an array in ascending order using bubble sort in MakeCode?
  • What is a Sequence?
  • Sequencing with Loops and Conditions