i cs 28.2.23

i cs 28.2.23

University

6 Qs

quiz-placeholder

Similar activities

PRACTICA N° 5- USO DE HERRAMIENTAS INFORMÁTICAS

PRACTICA N° 5- USO DE HERRAMIENTAS INFORMÁTICAS

University

10 Qs

HCI Week 3

HCI Week 3

University

10 Qs

CBA Excel 1

CBA Excel 1

University

10 Qs

Avaliação ECS - Word 2016

Avaliação ECS - Word 2016

University

10 Qs

Quiz - CSE

Quiz - CSE

University

10 Qs

Information Security Principles

Information Security Principles

University

10 Qs

Topic 4 System Software

Topic 4 System Software

University

10 Qs

AQA INFO 3: Maintenance

AQA INFO 3: Maintenance

12th Grade - University

10 Qs

i cs 28.2.23

i cs 28.2.23

Assessment

Quiz

Computers

University

Hard

Created by

PRIYANGA S

FREE Resource

AI

Enhance your content in a minute

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

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Minimum number of fields in each node of a doubly linked list is_________

2

3

4

None of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A parentheses checker program would be best implemented using_____

List

Queue

Stack

Any of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The time complexity of quicksort is ……..

O(n)

O(logn)

O(n2)

O(n logn)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

. ……… form of access is used to add and remove nodes from a queue.

LIFO, Last In First Out

FIFO, First In First Out

Both a and b

None of these

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

New nodes are added to the ……… of the queue

Front

Back

Middle

Both A and B

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The term push and pop is related to_____

Array

Lists

Stacks

Trees