logo

Question detail

What does add(3,4) represent?

Try the question, check the answer, then read the explanation to understand the curriculum point.

At a glance

MCQ

Type

practice

Style

Topic

Functional programming paradigm

Exam-style question

Try this first

What does add(3,4) represent?.

  1. A.The declaration of a function called add
  2. B.The application of add to the integer arguments 3 and 4
  3. C.The definition of a new integer type
  4. D.The Cartesian product of two functions

Model answer

What a good answer should say

  • The application of add to the integer arguments 3 and 4

Explanation

Why this works

Function application is the process of giving particular inputs to a function. In add(3,4), the function add is applied to 3 and 4.

Common mistake

No common mistake is linked to this question yet.

Related flashcards

No flashcards are published for this page yet.

Related practice questions

No questions are published for this page yet.