C++ programming
Assembly language
Allows programmer to interact directly with the hardware
Identifiers
As sequence of 1 or more letters digits or underscore characters
Assignment operators
Assigns a value to a variable
High level language
Been the most widely used level of programming language it is easier to understand because it you English commands to carry out instructions
Character
Char
Double floatingPoint
Double
==
Equal to
Syntax error
Error in the spelling and grammar of the particular programming language
Floating point
Float
C++
I programming language which literally means increase C
Integer
Int
Computer Programming
Is the art and science upgrading programs
Variable
It's a portion of memory used to store a value
Computer program
Its a set of instructions. Tell the computer exactly what to do
Switch case
Its objective is to check several possible constant values for an expression
!=
Not equal to
||
Or
Arithmetic operators
Respective mathematical operators
If else statement
Selection statements with if can also specify what happens when the condition is not fulfilled
If else if else
Several if plus else structures can be concatenated with intention of checking a range of values
Logical error
Syntactically correct it produces incorrect results
If(condition) statement one else statement 2
Syntax for if else statement
If (condition) statement
Syntax for if statement
Bjarne Stroustrup
The one who invented c++
Machine language
The only language that a computer can understand
Declarative language
This is the most English like programming language this is the highest level of language compared to it counterparts and focus is more on object oriented programming
If statement
Use to execute the statement or block if and only if a condition is fulfilled
Assembler
Used to translate assembly language
Value less
Void
Wide character
Wchar_t
&&
and
Boolean
bool
!
not