COMPUTER FUNDAMENTALS

COMPUTER HARDWARE

COMPUTER MEMORY

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
SUM function in logo subtract one number from the other and gives the difference .
A
True
B
False
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -Answer: To subtract two numbers in LOGO we have to use minus operation. Explanation: Logo language is used to teach young school level the concept of basic level programming and third operand is minus operation which is to be performed on the two numbers and hence subtraction of numbers takes place in logo language.

Detailed explanation-2: -Use the SUM function to add negative numbers in a range. Note: There is no SUBTRACT function in Excel. Use the SUM function and convert any numbers that you want to subtract to their negative values. For example, SUM(100, -32, 15, -6) returns 77.

Detailed explanation-3: -Logo provides the usual arithmetic operations of addition, subtraction, multiplication and division, denoted by the symbols +, -, *, /. Each of these operations produces a result. If you don’t do something with the result, such as print it, Logo will show an error.

Detailed explanation-4: -Adding two (or more) numbers means to find their sum (or total). Subtracting one number from another number is to find the difference between them.

There is 1 question to complete.