Computer Science, asked by jaspreetsingh123jsm, 4 months ago

________________ are input to functions, which accept values as number or text

etc.

a. Number

b. Text

c. Arguments

d. Parenthesis

8. A Formula must begin with ______ sign for performing simple or complex

calculation.

a. +

b. =

c. *

d. #

9. What is the shortcut key for REDO operation?

a. Ctrl + Z

b. Ctrl + Y

c. Ctrl + U

d. Ctrl + V

Answers

Answered by arish01
0

Explanation:

If it is Python then

1 -> Arguments,

these are the values which go inside the parantheses while function call and are called arguments.

2 -> No formula begins with an operator but you can assign the formula to a variable using the

assignment operator = .

which will hold the formula's value.

For, example, take the formula for area of square which is side squared,

a = int(input("Enter the length of the side of square"))

square_area = a**2

# in this sense, = comes before a formula

So, = should be the right answer

3 -> It is Ctrl + Y

hope it helps!!!

Similar questions