7th Seoul - 3rd Cycle Exam

7th Seoul - 3rd Cycle Exam

7th Grade

40 Qs

quiz-placeholder

Similar activities

Charts in MS Excel (Class:7th)

Charts in MS Excel (Class:7th)

7th Grade

35 Qs

G6: Practice Exercise for Graded Task 1

G6: Practice Exercise for Graded Task 1

6th Grade - University

35 Qs

Spring Finale part 1. Spike

Spring Finale part 1. Spike

6th - 8th Grade

40 Qs

SOAL AKHIR INFOR 7

SOAL AKHIR INFOR 7

7th Grade

45 Qs

Introduction to Sphero

Introduction to Sphero

6th - 8th Grade

45 Qs

Final Revision G7_2T

Final Revision G7_2T

7th Grade

44 Qs

Nevada Trivia

Nevada Trivia

6th - 8th Grade

40 Qs

Database basics for key stage 3

Database basics for key stage 3

7th - 9th Grade

38 Qs

7th Seoul - 3rd Cycle Exam

7th Seoul - 3rd Cycle Exam

Assessment

Quiz

Computers

7th Grade

Hard

Created by

Eugene Castro

Used 1+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the push() method do in an array?
Adds an element to the beginning
Adds an element to the end
Removes the last element
Removes the first element
Pluto

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create an array in JavaScript?
let arr = "1, 2, 3";
let arr = [1, 2, 3];
let arr = (1, 2, 3);
let arr = {1, 2, 3};

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which array method removes the last element?
pop()
push()
shift()
unshift()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the length property return?
Number of elements in the array
The last element
The first element
The data type of the array

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method creates a new array by calling a function on each element?
forEach()
map()
filter()
reduce()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you access the first element of an array named fruits?
fruits[1]
fruits(0)
fruits[0]
fruits{0}

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method removes the first element from an array?
pop()
shift()
unshift()
push()

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?