Binary Numbers 1 – Binary Quiz – Plymouth University

Binary Numbers Quiz 1) The answer is D – 11110 1  1  1  1  0 16 + 8 + 4 + 2 = 30 2) The answer is B – 3.375 1  0  .  0  1  1 2 + 0.25 + 0.125 3.375 3) The answer is C – 11000 1011 + 1101 = —-…… Continue reading Binary Numbers 1 – Binary Quiz – Plymouth University

Binary Numbers 1 – Section 3 (Binary Subtraction) – Plymouth University

Section 3 Exercise 4 A) (Decimal) 3 – 1 = (Binary)   11 – 01 = 11 – 01 = —— (Binary) 10 (Decimal) 2 B) (Decimal) 3 – 2 = (Binary)   11 – 10 = 11 – 10 = —— (Binary) 01 (Decimal) 1 C) (Decimal) 4 – 2 = (Binary)  100 -…… Continue reading Binary Numbers 1 – Section 3 (Binary Subtraction) – Plymouth University

Binary Numbers 1 – Section 1- Plymouth University

What is Binary? Binary is a number system which consists of only 2 digits, 0  and 1. All data that computers process must be converted into Binary at some stage so that it can be used to the computer. Can I find these questions online? Yes, they are publicly available online at the Plymouth University…… Continue reading Binary Numbers 1 – Section 1- Plymouth University

Matrix Operations – Adding/Subtracting

How do you Add or Subtract Matrices? It is super easy actually! All you need to do is Add (or subtract) from the same element on each matrix. Then after writing out the sum for each element in the Matrix you simplify to get your result. e.g. Top-left + Top-left and Top-middle + Top-middle etc.…… Continue reading Matrix Operations – Adding/Subtracting

Fibonacci Sequence (Code Implementation)

Who is Fibonacci? Fibonacci was a Mathematician from the Republic of Pisa or modern-day Italy. He is commonly known for his creation of the ‘Fibonacci sequence’ which was created when studying trends in population growth. What is the Fibonacci Sequence? The Fibonacci Sequence is a series of number beginning at 0 and 1 where the…… Continue reading Fibonacci Sequence (Code Implementation)