Launchpad programming - day 3 morning (JS)

Launchpad programming - day 3 morning (JS)

University

10 Qs

quiz-placeholder

Similar activities

AdvancedProgramming_intro

AdvancedProgramming_intro

University

10 Qs

PPS MCQ on 22.11.2024

PPS MCQ on 22.11.2024

10th Grade - University

6 Qs

Moringa JavaScript Arrays

Moringa JavaScript Arrays

5th Grade - Professional Development

10 Qs

Final Exam Review

Final Exam Review

University

13 Qs

GDSC Android Bootcamp [Kotlin Quiz]

GDSC Android Bootcamp [Kotlin Quiz]

University

10 Qs

Simple Quiz on Java Programming

Simple Quiz on Java Programming

University

10 Qs

Python Basics

Python Basics

KG - University

15 Qs

Programming

Programming

University

12 Qs

Launchpad programming - day 3 morning (JS)

Launchpad programming - day 3 morning (JS)

Assessment

Quiz

Computers

University

Medium

Created by

Steve Rich

Used 6+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of these programming languages wasn't mentioned by Tiff in her 'top programming languages 2023' YouTube video?

Java

JavaScript

Python

Rust

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Compiled v Interpreted Languages: Which program code can typically be executed more quickly? (i.e. it runs/executes faster)

Compiled

Interpreted

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What's the name for the values passed in to a function when it is called?

Parameter(s)

Function Definition

Function Call

Argument(s)

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

There are three main types of function structure in JS. Which is the incorrect answer below?

Declarative

Conjective

Expression

Arrow Syntax

Answer explanation

This answer is made up.

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What is the value stored in the variable 'length'?

3

4

5

6

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is a return statement in programming?

A statement used to terminate a program and close all open files.

A statement used to define a new variable within a function.

A statement used to exit a loop prematurely.

A statement used to send a value back from a function to the calling code.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What does this code do?

It adds "Lemon" to the end of the fruits array.

It creates a new array with "Lemon" as the only element.

It removes "Apple" from the fruits array and adds "Lemon" to the end.

It adds "Lemon" to the beginning of the fruits array.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?