Search Header Logo

Output Quiz-7

Authored by Rahul Mahato

Computers

University

Used 1+ times

Output Quiz-7
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Consider the following statements:

i. First-in-first out types of computations are efficiently supported by STACKS.

ii. Implementing LISTS on linked lists is more efficient than implementing LISTS on an array for almost all the basic LIST operations.

iii. Implementing QUEUES on a circular array is more efficient than implementing QUEUES on a linear array with two indices.

iv. Last-in-first-out type of computations are efficiently supported by QUEUES.

(ii) is true

(i) and (ii) are true


(iii) is true


(ii) and (iv) are true

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

An advantage of chained hash table (external hashing) over the open addressing scheme is

Worst case complexity of search operations is less


Space used is less

Deletion is easier

None of the above

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following option is not correct?

If the queue is implemented with a linked list, keeping track of a front pointer, Only rear pointer s will change during an insertion into an non-empty queue.

Queue data structure can be used to implement least recently used (LRU) page fault algorithm and Quick short algorithm.

Queue data structure can be used to implement Quick short algorithm but not least recently used (LRU) page fault algorithm.

Both (A) and (C)

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What will be the output of the following code?

[2, 3, 4, 5]

[2, 3, 4]

[2, 3, 4, 5, None]

Error

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What will be the output of the following code?

[1, 2, 3, 2, 3, 4]

[3, 5, 7]

[6]

Error

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will be the output of the following code?

The program will print the output 10 10.


The program will print the output 10 11.

It will result in a compile time error.


The program will print the output 11 11.

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will be the output of the following code?


The program will print the output 100 10.


The program will print the output 100 100.


The program will print the output 100 garbage.

The program will print two garbage values.

It will result in a compile time error.

Access all questions and much more by creating a free account

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

Already have an account?