DATA STRUCTUIR Quiz1 (AIML)

DATA STRUCTUIR Quiz1 (AIML)

University

20 Qs

quiz-placeholder

Similar activities

Web Application - PHP Repetition

Web Application - PHP Repetition

University

15 Qs

Mid Exam

Mid Exam

12th Grade - University

20 Qs

OSS (QUIZ 1) Introduction to Operating Systems

OSS (QUIZ 1) Introduction to Operating Systems

University

20 Qs

Data Security

Data Security

12th Grade - University

17 Qs

FINALS summative test in TRENDS

FINALS summative test in TRENDS

12th Grade - University

20 Qs

latsol PH Informatika kelas 11 Jarkom

latsol PH Informatika kelas 11 Jarkom

11th Grade - University

20 Qs

DATA STRUCTUIR Quiz1 (AIML)

DATA STRUCTUIR Quiz1 (AIML)

Assessment

Quiz

Information Technology (IT)

University

Practice Problem

Medium

Created by

Mahendra Rai

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

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

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the value of the postfix expression 6 3 2 4 + – *:

1

14

74

-18

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If the insertion and deletion happens from both the ends then the queue is called a______Queue

a) Deque

b) Header

c) Queue

d) Circular Queue

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What does the following function do for a given Linked List with first node as head?

void fun1(struct node* head)

{

if(head == NULL)

return;

fun1(head->next);

printf("%d ", head->data);

}

a) Prints all nodes of linked lists

b) Prints all nodes of linked list in reverse order

c) Prints alternate nodes of Linked List

d) Prints alternate nodes in reverse order

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If for an algorithm time complexity is given by O(n) then complexityof it is:

A. constant

B. linear

C. exponential

D. none of the mentioned

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The number of elements in the adjacency matrix of a graph having 7 vertices is

7

14

49

34

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the number of moves required to solve Tower of Hanoi problem for k disks?

a) 2k – 1

b) 2k + 1

c) 2k + 1

d) 2k – 1

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In linked list implementation of a queue, where does a new element be inserted?

a) At the head of link list

b) At the tail of the link list

c) At the centre position in the link list

d) None

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?