The conjunction is the AND logical operator, and the result of A AND B is true only when both A and B are true. For example, "We are on planet earth, and elephants fly" is false, even if the first part is actually true.
In fact, the disjunction is the OR operator, and this time one true statement is sufficient to make the whole expression true: "You are reading this answer on brainly or I am 4 meters tall" is true, although I'm not 4 meters tall.
In fact, the latin expression "ex falso sequitur quodlibet" translates as "you can deduce whatever you want from a false premise". Using formulas, this means that the implication [tex] A \implies B [/tex] is always true, no matter the truth value of B. So, both these implications
[tex] 1+2 = 4 \implies \pi = 8 [/tex]
[tex] 1+2 = 4 \implies 10-3=7 [/tex]
are true.
Conversely, if the hypothesis is true, then the implication is true only if the conclusion is true as well: if we change the previous example to
[tex] 1+2 = 3 \implies \pi = 8 [/tex]
[tex] 1+2 = 3 \implies 10-3=7 [/tex]
Only the second implication will hold.