pencil-icon
Build your own quiz

Computers

9th -

12thgrade

Image

Unit 7 - Functions and Parameters Review

90
plays

20 questions

Show Answers
See Preview
  • 1. Multiple Choice
    30 seconds
    1 pt

    What is an argument?

    A variable passed as a value to a function

    A variable passed in from outside the function

  • 2. Multiple Choice
    30 seconds
    1 pt

    What is an parameter?

    A variable passed as a value to a function

    A variable passed in from outside the function

  • 3. Multiple Choice
    30 seconds
    1 pt

    What is the parameter of this

    function quadrupleNumber(x){

    var quadX = 4 * x;

    println(quadX);

    }

    x

    println

    quadX

    none

  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?