Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6471805
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T06:16:02+00:00 2026-05-25T06:16:02+00:00

Assuming I have this code: function question($argument) { var $q = What does ($argument)

  • 0

Assuming I have this code:

function question($argument)
{
    var $q = "What does ($argument) mean?";
}

Can any tell me is there any other word (or phrase) that defines what an argument is?
I’m asking this because English is my second language, and I can’t for life find a word in my language that defines “argument” in “programming”.

I understand how arguments work, and what they are for, I just need a synonym word or phrase to be able to translate it to my language to make it easy to use and understand.

The best thing that I came up with (in my language) is (Passed Variable(s)), does that sound right? Is there any better wording?

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T06:16:02+00:00Added an answer on May 25, 2026 at 6:16 am

    I wouldn’t use “passed variable” because arguments do not have to be variables.

    Perhaps the most common usage of the term is seen in this example. Consider

    // A function definition
    function f(x, y) {
        .... 
    }
    
    // A function call
    f(57/p*q+4, z);
    

    Most people would call x and y parameters, and call 57/p*q+4 and z arguments. Note that parameters are variables (unless the language has pattern-matching, not too common) and that arguments can be arbitrary expressions.

    Now you may hear people call x and y “formal parameters” while the arguments are “actual parameters” but IMHO this distinction is a little old-fashioned. I may be wrong though.

    The thing is that the argument is the expression that is passed to the parameter in a function call. So maybe “passed expression” is better than “passed variable” at the very least. Have fun translating. One fun thing about the vocabulary of computing is that almost every word (function, procedure, type, label, constant, variable, expression, declaration, statement, operator, argument, parameter, etc.) is just borrowed from a plain old English word. There aren’t too many novel terms.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hej, assuming I have a code that looks like this: List<User> userList = GetUserByName
This is a newbie question: I have a pre-existing function that I would like
Suppose I have a function like this: - (NSSet *) someFunction { //code... return
Assuming I have an open source web server or proxy I can enhance, let's
Assuming I have fonts installed which have the appropriate glyphs in them, is there
I don't know if this is a dumb question but I have this two
Consider the following code: function Dog() { this.foo = function() {}; this.walk = function()
I have more than one doubt so please bear with me. Can someone tell
I have been looking all over the Internet for an answer to this question
As a toy example, suppose that we have a function called 'my_func' (the code

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.