Maths-101 Flashcards
What is subtrahend
The number being subtracted is the subtrahend
What is minuend
The number subtracted from
What is factors?
The numbers being multiplied
What is the short way of multiplying two numbers?
Use distributive property
What is the trick to multiply by 25
for multiplying by 25 is to
multiply by 100 and then divide by 4
What does the negative sign shows?
Loss
How can you deal with many signed integers together to be multiplied? like − 3 + (− 3) + (− 3) + (− 3) + (− 3)
5 * (-3)
What is the relation between division & multiplication?
Division and multiplication are opposite operations. If 12 × (− 15) = −
180, then and -180/12 = -15
What does the negativity or positivity integers decide in life?
They decide the coarse of action to be taken
How can you convert ByteArray to read line by line
bufferedReader = new BufferedReader(new StringReader(new String(bos.toByteArray()))); while ((line = bufferedReader.readLine()) != null){ values.add(line.split(",")); }
How many zeros are there in positive scientific notation
So if it says tera which is 10to the power 12 , then there are 12 zeros
How many zeros are there in negative scientific notation
One zero less for e.g in Pico which is 10 to -12
So there one zero less after decimal and last digit is 1
What is theThe basic units in the metric system ?are
meter for length, gram for mass, and liter for volume.
Which operator is used to show relative change? Like for eg relative humidity
Percentage