
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
20 questions
Quarter 3 Final Exam: Functions and Parameters

Quiz
•
9th - 12th Grade
20 questions
Python Functions Overview

Quiz
•
12th Grade
15 questions
Functions in Python

Quiz
•
9th - 12th Grade
18 questions
CSE 102 Exam 3 Practice

Quiz
•
University
20 questions
AQA GCSE Computer Science - 3.2.10 Subroutines

Quiz
•
8th - 10th Grade
20 questions
C++ Chapter 6 Review - Functions

Quiz
•
10th Grade - University
10 questions
Basics of Functions in C Language

Quiz
•
12th Grade
20 questions
C++ Function

Quiz
•
10th Grade
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
Discover more resources for Computers
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
10 questions
Characteristics of Life

Quiz
•
9th - 10th Grade
10 questions
Essential Lab Safety Practices

Interactive video
•
6th - 10th Grade
62 questions
Spanish Speaking Countries, Capitals, and Locations

Quiz
•
9th - 12th Grade
20 questions
First Day of School

Quiz
•
6th - 12th Grade
21 questions
Arithmetic Sequences

Quiz
•
9th - 12th Grade