Arrays and collection

Arrays and collection

7th Grade

10 Qs

quiz-placeholder

Similar activities

Indexing and Slicing in Python

Indexing and Slicing in Python

4th Grade - University

10 Qs

MS Word

MS Word

KG - University

15 Qs

Typing

Typing

KG - University

12 Qs

Keyboard Shortcuts

Keyboard Shortcuts

7th - 8th Grade

11 Qs

Typing

Typing

KG - University

12 Qs

Blank Keyboard Keys #1

Blank Keyboard Keys #1

6th - 8th Grade

10 Qs

ASD - Fondamenti e ordinamenti

ASD - Fondamenti e ordinamenti

1st - 10th Grade

15 Qs

Keyboard Short-cuts

Keyboard Short-cuts

6th - 8th Grade

10 Qs

Arrays and collection

Arrays and collection

Assessment

Quiz

Computers

7th Grade

Hard

Created by

Suchinta Das

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 3 pts

Ways of adding a new value to the end of the array


var names= ["bat man", "spider man", "hulk", "Avengers"];

names.push("aquaman")

names[names.length]="aquaman";

names.pop();

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

The stack uses which policy out of the following

LIFO

FIFO

FILO

NONE

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The running time of an algorithm is O(g(n)) if and only if ___

its worst case running time is O(g(n)) and best case run time is Ω(g(n))

O(g(n))= Ω(g(n))

its worst case running time is Ω(g(n)) and best case run time is O(g(n))

O(g(n)) Ո ω(g(n)) is non-empty set

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a linear data structure?

Graph

Binary Tree

Linked list

AVL Tree

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
This image is of a simple array. What is the address of the 3rd element in this array?
[2]
[5]
[3]
[0]

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Array is ___________ data type.

user defined

primary

derived

all of above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following data items may lead to variable length records when included as items in the record?

age

DOB

Gender

Previous Employer

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?