Computer Science, asked by priyankadimri90, 2 months ago


A. Write T for True and F for False.
1. Preference is given to higher precedence operators.
2. On more than three operands, you can use unary operators.
3. To calculate the power of numbers, exponential operators are used.
4. The input ( function allows you to take input from users.
5. a > b is a relational expression.​

Answers

Answered by muhammadilyasuae4
22

Answer:

T

F

T

F

F

Explanation:

All questions are very interested and difficult....

Answered by qwsuccess
10

1. T

2. F

3. T

4. T

5. T

  • On order of precedence of operators a mathematical expression is evaluated in computer science
  • Unary operators are operators that act upon a single operand to produce a new value. Types of unary operators: unary minus(-) increment(++) decrement(- -)
  • Exponential operator is used to calculate the power of numbers such as ^
  • input() allows user to provide input in python programming language. However, this input function differs from language to language.
  • a>b (a greater than b) is a relational expression because it is a test between two variables. If the test passes, then the result is true. Otherwise it's false.

Similar questions