Challenger App

No.1 PSC Learning App

1M+ Downloads
_____________ is the correct syntax of IF( ) Function:

A= IF (logical_test,TRUE([value_if_true]), FALSE ([value_if_false]))

B= IF (logical_test, [value_if_true], [value_if_false])

C= IF (logical_test,{[value_if_true]}, {[value_if_false]})

D= IF (logical_test: [value_if_true], [value_if_false])

Answer:

B. = IF (logical_test, [value_if_true], [value_if_false])

Read Explanation:

• IF Function is the condition to be tested and evaluate as either True or False


Related Questions:

The 'C' Programming language was designed by ____ as a system programming language for UNIX.

Consider the following statements.

  1. ASCII is a character encoding standard.
  2. Unicode was developed to support characters from many languages.
  3. EBCDIC is commonly associated with IBM systems.
    Find the odd one out :
    ASCII refers to :
    Which command is used to delete a table from database?