Computers

10th

grade

Image

Quiz 3 - Functions

1
play

26 questions

Show Answers
See Preview
  • 1. Multiple Choice
    1 minute
    1 pt

    Which type of function is provided by the Python language?

    Anonymous Functions

    User-defined Functions

    Object Functions

    Built-in functions

  • 2. Multiple Choice
    1 minute
    1 pt

    Which of the following is NOT a valid function invocation?

    print("Bla")

    max(3; 4)

    pow(5, 6)

    input()

  • 3. Multiple Choice
    1 minute
    1 pt

    Which of the following is NOT a valid function invocation?

    print "Bla"

    max(3, 4)

    len("ABC123")

    print()

  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?