This lesson teaches the basics of all the computer components. It reviews each component and describes their role in the functionality of the computer. Topics include review of the CPU, Main Memory, Input Devices, Output Devices, the bus, and the program execution cycle.
This video lecture goes over solving a problem using an algorithmic approach. Starting with understanding the problem, dividing the problem into subtasks, and finally providing a solution using pseudocode. Taking a simple problem, and describing and analyzing each step towards the solution to demonstrate using algorithms.
This lesson concentrates on unary operators. It cover the decrement, implicit casting and explicit casting,promotional hierarchy, and sizeof. Postfix and prefix are covered in another lecture, and are not covered here.