Search Header Logo

ISE A

Authored by papani dhanush

Computers

University

Used 8+ times

ISE A
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

    How is 2nd element in an array accessed based on pointer notation?

*a+2

*(a+2)

*(*a+2)

&(a+2)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what will be the output of the following code snippet?

void solve() {

   int a[] = {1, 2, 3, 4, 5};

   int sum = 0;

   for(int i = 0; i < 5; i++) {

       if(i % 2 == 0) {

           sum += a[i];

       }

   }

   cout << sum << endl;

}

5

15

9

6

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following is an application of queue data structures

When a resource is shared among multiple consumers

When data is transferred asynchronously

Load balancing

All the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which of the following sorting algorithms provide the best time complexity in the worst case scenario?

Merge sort

Quick sort

Bubble sort

Selection sort

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following are applications of Topological sort of a graph?

sentence ordering

course scheduling

os deadlock detection

all the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following represents the Postorder Traversal of a Binary Tree?

Left -> Right -> Root

Left -> Root -> Right

Right -> Left -> Root

Right -> Root -> Left

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the maximum length of the filename in DOS?

15

14

13

12

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?