FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following symbols means “greater than”?
A
<
B
C
/
D
>
Explanation: 

Detailed explanation-1: -The greater than symbol is >. So, 9>7 is read as ‘9 is greater than 7’. The less than symbol is <. Two other comparison symbols are ≥ (greater than or equal to) and ≤ (less than or equal to).

Detailed explanation-2: -In order to indicate if a number is greater than or less than another, we use the symbols > and <. For example, 10 is greater than 3, so we write it 10 > 3. If we want to write 2 is less than 6, we write 2 < 6.

Detailed explanation-3: -The greater than symbol means the number on the left is greater than the number on the right. The greater than or equal symbol means the number on the left is greater than or equal to the number on the right. The less than symbol means that the number on the left is less than the number on the right.

Detailed explanation-4: -Introduction. Inequality between two values, quantities, or numbers, where one is more than the others is what we mean by greater than in Math. In other words, when A is more in comparison to B, we express it as A is greater than B.

There is 1 question to complete.