14 is both less than 15 and an even number. 13 is not even (Option A), and 16 is not less than 15 (Option C).

To convert bits to bytes, divide by 8 ( ). Options B and C are mathematically incorrect. Q2: 🟢 B) 10. . Options A and C do not match the calculation.

📌 Topic 2: Number Systems (Системы счисления)

Divide the number by 2 repeatedly and record the remainders from bottom to top: with a remainder of 1 with a remainder of 0 with a remainder of 1 with a remainder of 0 with a remainder of 0 with a remainder of 1 Reading the remainders from the last to the first gives: 100101100101 💡 Answer: 1001012100101 sub 2 Example 3: Convert Binary to Decimal Question: Convert the binary number 110121101 sub 2 to the decimal system.

This involves evaluating logical expressions using AND (∧ / конъюнкция), OR (∨ / дизъюнкция), and NOT (¬ / инверсия). Example 4:

📌 Topic 3: Boolean Logic (Элементы алгебры логики)

This topic focuses on converting between bits, bytes, kilobytes, and megabytes. 1 byte = 8 bits 1 Kilobyte (KB) = 1024 bytes 1 Megabyte (MB) = 1024 KB Example 1: