
Kuizi 15 - Web

Quiz
•
Computers
•
10th Grade
•
Hard
Shkodran Hasani
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a function declaration in JavaScript?
A function declaration is defined using the 'function' keyword, followed by a name, parameters, and a block of code.
A function declaration is a way to define variables in JavaScript.
A function declaration is created using the 'declare' keyword.
A function declaration is an object that contains methods.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you define a function expression?
A function expression is a function defined within an expression, typically assigned to a variable.
A function expression is a type of variable that holds a function's return value.
A function expression is a function that cannot be assigned to a variable.
A function expression is a function defined only in the global scope.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the syntax for an arrow function?
(parameters) => { statements } or (parameters) => expression
(parameters) : { statements }
(parameters) => [ statements ]
(parameters) -> { statements }
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What are parameters in a JavaScript function?
Parameters are fixed values defined in the function body.
Parameters are the return values of a function.
Parameters are the names of the functions themselves.
Parameters in a JavaScript function are variables that accept values when the function is called.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do arguments differ from parameters?
Arguments are the values supplied to a function, whereas parameters are the variables in the function definition that accept those values.
Arguments are the same as parameters.
Parameters are the values passed to a function.
Arguments are defined within the function body.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the return statement in a function?
The return statement is used to define a function's parameters.
The return statement allows a function to run indefinitely without stopping.
The return statement pauses the function and waits for user input.
The return statement allows a function to output a value and terminate its execution.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Can a function return multiple values? If so, how?
Yes, a function can return multiple values using tuples, lists, or arrays.
A function can only return one value at a time.
Functions cannot return any values in programming.
Multiple values can only be returned as strings.
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
002_Java Methods

Quiz
•
12th Grade - University
14 questions
python functions

Quiz
•
University
10 questions
Chapter 3 - Think Python - Voc

Quiz
•
9th - 12th Grade
14 questions
Python Basics

Quiz
•
9th - 12th Grade
20 questions
C++ Function

Quiz
•
10th Grade
18 questions
CSE 102 Exam 3 Practice

Quiz
•
University
20 questions
Python Prowess

Quiz
•
University
16 questions
Parts of a Method (Java)

Quiz
•
9th Grade - University
Popular Resources on Wayground
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World

Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
20 questions
ELA Advisory Review

Quiz
•
7th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns

Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade