Data Structures & Algorithms — Prelim Exam

Data Structures & Algorithms — Prelim Exam

University

40 Qs

quiz-placeholder

Similar activities

Communication and Literacy Quiz

Communication and Literacy Quiz

12th Grade - University

40 Qs

Quiz sur Apollo GraphQL

Quiz sur Apollo GraphQL

University

38 Qs

Belajar Kiel

Belajar Kiel

University

41 Qs

Statistics for Data Science Quiz

Statistics for Data Science Quiz

University

36 Qs

2nd Year Data Structures Quiz Qn

2nd Year Data Structures Quiz Qn

University

35 Qs

Array and Pointer Quiz

Array and Pointer Quiz

University

41 Qs

Pseudocode and Linked Lists Quiz

Pseudocode and Linked Lists Quiz

University

40 Qs

JABA!

JABA!

University

41 Qs

Data Structures & Algorithms — Prelim Exam

Data Structures & Algorithms — Prelim Exam

Assessment

Quiz

Information Technology (IT)

University

Easy

Created by

Jayson Reales

Used 2+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • Ungraded

Arrays in JavaScript are always fixed in size.
True
False

2.

MULTIPLE CHOICE QUESTION

2 mins • Ungraded

Elements in an array are stored at contiguous memory locations.
True
False

3.

MULTIPLE CHOICE QUESTION

2 mins • Ungraded

JavaScript arrays are zero-indexed, meaning the first element starts at index 1.
True
False

4.

MULTIPLE CHOICE QUESTION

2 mins • Ungraded

.push() adds elements to the end of an array.
True
False

5.

MULTIPLE CHOICE QUESTION

2 mins • Ungraded

.pop() removes the first element of an array.
True
False

6.

MULTIPLE CHOICE QUESTION

2 mins • Ungraded

.unshift() adds one or more elements at the beginning of an array.
True
False

7.

MULTIPLE CHOICE QUESTION

2 mins • Ungraded

.shift() removes the last element of an array.
True
False

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?