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

programming language generation

programming language generation

University

15 Qs

Flutter intro and Dart quiz

Flutter intro and Dart quiz

University

15 Qs

CodeVerse_Quizz_Round_01

CodeVerse_Quizz_Round_01

University

15 Qs

RVS_Tech_quizz_even2024-25

RVS_Tech_quizz_even2024-25

University

10 Qs

Array

Array

University

11 Qs

ARRAYLIST - JAVA

ARRAYLIST - JAVA

University

15 Qs

BCSC0006 - Quiz 2 - Big-Oh Notation

BCSC0006 - Quiz 2 - Big-Oh Notation

University

10 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?