Top answers


Describe what is meant by a modular design and state on advantage of a modular design.

A program which is dividied into self-contained modules which can be further subdivided into smaller modules. They can be written and tested individually. Advantages are: Can be reused in other programs. Can...
ED
Answered by Emanuel D. Computing tutor
2158 Views

Calculate 44 - (12 - 3^2)^2.

Remember the rule BIDMAS (Brackets, Indicies, Division, Multiplication, Addition, Subtraction) Inside the brackets we have: 12 - 3 2 and again need to remember BIDMAS. The next item to consider is the Indici...
ED
Answered by Emanuel D. Maths tutor
4473 Views

Which of these numbers is the smallest? 0.8, 8.8, 0.88, 88.0, 8.08.

First notice that two numbers have 0 before the decimal point. Conclude to ignore the rest. Then compare the remaining two by adding a zero to the end of 0.8 thus making 0.80. Now compare 0.80 with 0.88 and ...
ED
Answered by Emanuel D. Maths tutor
20366 Views

The line AB has equation 5x + 3y + 3 = 0. The line AB is parallel to the line y = mx + 7. Find the value of m.

Rearrange AB into y = mx + c format: 1) 3y = -3 - 5x 2) y = - 5/3 x - 1 Compare equation with y = mx + c Conclude m = - 5/3 You can also deduce the y-intercept of AB is -1.
ED
Answered by Emanuel D. Maths tutor
4258 Views

Rearrange the following to make m the subject: 4(m - 2) = t (5m +3)

Expand the brackets: 4m - 8 = 5tm + 3t Collect all m variables to one side: 4m - 5tm = 3t + 8 Take a factor of m out: m(4 - 5t) = 3t + 8 Divide both sides by (4 - 5t): m = (3t + 8) / (4 - 5t)
ED
Answered by Emanuel D. Maths tutor
5383 Views