Discrete mathematics is the study of mathematical structures that are discrete rather than continous. It deals with values can only assume only distinct, separate values.
Define Discrete Objects
they are distintinct individual, unique, and are separable
Examples of discrete objects
counting numbers, finite sets, as long as they aren't connected and have gaps betweent them.
Applications of discrete math in Computer science
Algorithms, data structures, cryptography
Applications of discrete math in Logic and set theory
Foundational concepts in reasoning and proofs.
Application of Discrete mathematics in cobinatorics
Counting and arrangements
Applications of discrete mathematics in graph theory
Networks, paths, and circuits
What are the key concepts of discerete mathematics?
Sets, Functions, Relations, Algorithms
What and when is succesive division used?
it is a method used to convertnumbers from one base to another
Decimal to all other bases.
Enumerate the process of succesive division:
Divide the number by new base.
Record the remainder
Repeat with the quotient until the quotient is zero
read the reminders from the most significant bit to the least significant bit (down to up).
Number Systems is a?
writing system for expressing numbers, a mathematical notatiotn for representing then numbers of a given set, using digitsor symbols in a consistent manner.
Radix (Base of a number system)
determines the how many digits are avalable and the value each digits holds based on the position.
Key concepts of Number systems
Base (radix), Positional notation, common number systems
What is positional notation?
The value of a digit in a number is determine by its position in the sequence. Each position represents a power of the base.
Common number systems
Decimal
Binary
octal
Hexadecimal
Decimal
digits 0-9
commonly used in everyday counting and arithmetic,
Binary
digits 0 and 1 only
commonly used in computers and digital systems.
octal
digits 0-7
commonly used in digital systems, shorthand for binary
Hexadecimal
0-9 and 10-15 (ABCDEF)
Used in memory adressing, color codes and web design.
Decimal to BINARY: SOLVE ALL
1532
2784
4896
55555
99999
ANSWERS:
10111111100
101011100000
1001100100000
1101100100000011
11000011010011111
decimal to octl: solve all
5678
92923
23423
295
59672
ANSWERS:
13056
265373
55577
447
164430
Decmial to hexadecimal
59672 = E918
12345 = 3039
4568 = B26E
18456 = 4818
Binary to decimal (use positional notation so memorize the powers of 2)