Topics
Number Systems
Program Analysis
Introduction to C+ +
- Introduction to C++
- Character Sets
- Standard I/O Strems in C++
- Type Modifiers
- C++ Data Types
- Variables in C++
- Constants
- Compiler Tokens
- Operators in C++
- Comments in C++
- Scope and Visibility
- Control Statements
- Functions in C++
- Default Arguments
- Techniques used to pass Variables into C++ Functions
- Function Overloading
- Inline Functions
- Recursion
- Pointers in C++
- Arrays in C++
- References
- Type Conversion in Expressions
Visual Basic
- Introduction to Visual Basic
- One language Three Editions
- Study Of Integrated Development Environment (IDE)
- Visual Basic Programming
- Few Common Methods
Introduction to Networking and Internet
- Introduction to Networking and Internet
- Networking Terms and Concepts
- Types of Networks
- Network Security
- Network Configurations
- Network Applications
Binary Multiplication and Division
Binary Addition:
Binary multiplication is similar to decimal multiplication. In binary, each partial product is either zero or exactly the same as the multiplicand
Example
1) (101 x 110)2 = (5 x 6)10
1 0 1
× `underline(1 1 0)`
0 0 0
+ 1 0 1 ×
+ 1 0 1 × ×
1 1 1 1 0 = (30)10
Binary Subtraction
Binary division is obtained using the same procedure as decimal division.
Example:
1) Divide (1110101)2 by (1001)2
1101
`1001")"overline(1110101) `
1001
1011
1001
001001
1001
0000
Answer : (1101)2
If you would like to contribute notes or other learning material, please submit them using the button below.