CloudTadaInsights

pseudocode

Explore articles on pseudocode

Lecture 0: Scratch

Introduction to computer science focusing on computational thinking, problem solving, representation, algorithms, pseudocode, Scratch, functions, variables, conditionals, and loops.

#Computer Science#Computational Thinking#Problem Solving

Lecture 1: C

Introduction to the C programming language focusing on source code, machine code, compiler, correctness, design, style, Visual Studio Code, types, conditionals, variables, loops, Linux, GUI, CLI, constants, comments, pseudocode, operators, integer overflow, and floating-point imprecision.

#C#Source Code#Machine Code