answersLogoWhite

0


Best Answer

Procedural Function

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a named operation that returns a value?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is a named operation that returns a value in the Excel program used to simplify formulas?

A function.


What takes a value or values performs an operation and returns a result to the cell?

called function


An argument takes a value or values and performs an operation?

In programming, an argument takes a value or vales and performs an operation is called a function or method. If a method does not return a value, it is described as 'void'.


What ia a additive identity?

The additive identity is 0. The identity in a mathematical operation is the value that when the operation is performed, does not change the original value of the other operand. The additive identity is the number that, when added to another number, returns a value equal to the other number.


What is the null join?

The join which does not fetch any result that is it returns null value after projection operation is called null join


What are the two methods to tell when the stack is full?

1. Operation 'push' returns with a STACK_FULL error code 2. Operation 'is_full' returns with TRUE


What is the difference between min and max function?

The MIN function returns the lowest value from a set of values. The MAX function returns the highest value from a set of values.=MIN(A2:A20)=MAX(A2:A20)The MIN function returns the lowest value from a set of values. The MAX function returns the highest value from a set of values.=MIN(A2:A20)=MAX(A2:A20)The MIN function returns the lowest value from a set of values. The MAX function returns the highest value from a set of values.=MIN(A2:A20)=MAX(A2:A20)The MIN function returns the lowest value from a set of values. The MAX function returns the highest value from a set of values.=MIN(A2:A20)=MAX(A2:A20)The MIN function returns the lowest value from a set of values. The MAX function returns the highest value from a set of values.=MIN(A2:A20)=MAX(A2:A20)The MIN function returns the lowest value from a set of values. The MAX function returns the highest value from a set of values.=MIN(A2:A20)=MAX(A2:A20)The MIN function returns the lowest value from a set of values. The MAX function returns the highest value from a set of values.=MIN(A2:A20)=MAX(A2:A20)The MIN function returns the lowest value from a set of values. The MAX function returns the highest value from a set of values.=MIN(A2:A20)=MAX(A2:A20)The MIN function returns the lowest value from a set of values. The MAX function returns the highest value from a set of values.=MIN(A2:A20)=MAX(A2:A20)The MIN function returns the lowest value from a set of values. The MAX function returns the highest value from a set of values.=MIN(A2:A20)=MAX(A2:A20)The MIN function returns the lowest value from a set of values. The MAX function returns the highest value from a set of values.=MIN(A2:A20)=MAX(A2:A20)


What module returns a value back to the part of the program that called it?

A function. You can have a function that returns but doesn't return a value with it.


Does a function that takes a value or values and performs an operation return a result to the caller?

Not necessarily. A function that accepts one or more arguments may process those arguments but need not return any value to the caller. In this case the function simply returns void.


What is a change in x?

It is (the value of x after some mathematical operation) minus (the value of x before the operation).


Which function returns one value when a condition is met and returns another value when it is not met in Excel?

The IF function. See the related question below.


What function is a logical function that returns one value if the statement is true and returns a different value if the statement is false?

isdigit is an example (see in ctype.h)