Basics (Level 1: Discovering Level)

Categories: course
Wishlist Share
Share Course
Page Link
Share On Social Media

About Course

This course teaches you how to solve problems, both with and without code, with an emphasis on correctness, design, and style.
Register Now

What Will You Learn?

  • This course teaches you how to solve problems, both with and without code, with an emphasis on correctness, design, and style.

Course Content

Introduction to computer science

  • Intro to Computer & Programs + Computational thinking (1)
  • Flowcharts & Pseudo code (2)
  • Binary representation + ASCII/Unicode (1)
  • practice / challenges session (1)

Basic Elements of C++

Control Structures I (Selection)

Control Structures II (Repetition)

Functions

⦁ Arrays

⦁ Pointers

⦁ Additional topics

Bonus