Top answers


Here is an example of a question they might ask for an essay, give a quick summary of an example response: How might a particular social group be marginalized, excluded or sileinced within a text?

One could consider looking critically at women in advertising where they are specifically under represented. One could also consider religous groups during a sepcific time period competing for power.
ES
Answered by Ellora S. English tutor
2164 Views

Explain the difference between lossless and lossy data compression techniques.

as the name implies , a lossless compression technique is designed so that the original file exactly as it was . maximum comparisson possible is about 50% . lossless algorithms use some sort of replacing tec...
NP
Answered by Nikolas P. Computing tutor
6089 Views

How would you find the Max and Min points on a graph?

Max and Mins occur where the slope of a graph equals zero. To find this, if we take the 1st derivative of a function and set the derivative equal to zero to solve for x. The values we solve for "x"...
ES
Answered by Ellora S. Maths tutor
2027 Views

Convert the following binary number into hexadecimal : 10111000

To convert a binary number into hexadecimal we first break the binary number into substrings of 4 binary numbers , in this case our binary number becomes 1011 | 1000 We then recall that hexadecimal numbers r...
NP
Answered by Nikolas P. Computing tutor
3314 Views

Make y the subject of the equation: t=(y+2)/(4-y)

Multiply by 4-y => t(4-y)=y+2 Expand the brackets => 4t-ty=y+2 Get all the y's on the same side => 4t-2=ty+y Factor out the y => 4t-2=(t+1)y Divide by t+1 => (4t-2)/(t+1)=y
CM
Answered by Christopher M. Maths tutor
3862 Views