Media Summary: Introduction to syllabus, How to download and install codeblocks, Writing first program, std namespace, output operator, ... Variables, assignment operators, int, float, const, cin, input operator, double, char. Practice Problems, if else, minimum median etc.
Ee163 Computers And Programming Lecture - Detailed Analysis & Overview
Introduction to syllabus, How to download and install codeblocks, Writing first program, std namespace, output operator, ... Variables, assignment operators, int, float, const, cin, input operator, double, char. Practice Problems, if else, minimum median etc. Lecture 1: Computers and Programming Spring 2021 Practice problems, interactive maths +-/*%, entering floating point as int, handling uninitialized variables. Practice problems, comments, error detection, std c++ keywords, naming conventions and mistakes, std c++ operators.
0. Relay ratings (voltage and current) fan in and fan out of logic circuit 1. Boolean expressions 2. if(1) or if(true) will always run 3. Fundamental types, installing dev c++, bool, enumeration type, if else (briefly) Practice Problems, if else, conditional operator, switch, calculator, quadratic equation solver, adding the digits of a number, code ... Review questions about if else switch and conditional operator, boolean expressions, truth tables, logical errors, making boolean ... Scope of variables, practice problems, operator precedence, ++ -- even with brackets !!! Number systems, decimal, binary number systems and conversion.
1. else if construct (just to emphasize the parallel nature of logic) 2. switch statement syntax of switch statement ... Octal number system, conversions between number systems, hexadecimal number systems, everything in a setprecision(), various precision levels in excel and what is displayed, division results int vs floating, FLT min and FLT max, ... 2's complement for signed numbers, ranges of unsigned and signed numbers.