Data structure

Data structure

University

5 Qs

quiz-placeholder

Similar activities

Arreglos Dinamicos

Arreglos Dinamicos

University

6 Qs

Cutting food

Cutting food

University

7 Qs

Mobile Commerce - P3

Mobile Commerce - P3

University

10 Qs

CSL Amplificador Operacional

CSL Amplificador Operacional

University

10 Qs

#02 uC 25 Memori CPU

#02 uC 25 Memori CPU

University

10 Qs

Cyber Security

Cyber Security

12th Grade - Professional Development

8 Qs

Universal Design for Learning Quiz

Universal Design for Learning Quiz

9th Grade - University

10 Qs

EC8702_ADWSN_Model-1_Part-B

EC8702_ADWSN_Model-1_Part-B

University

10 Qs

Data structure

Data structure

Assessment

Quiz

Education

University

Easy

Created by

Thamizharasi M

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can we describe an array in the best possible way?

  1. The Array shows a hierarchical structure.

  1. Arrays are immutable.

  1. Container that stores the elements of similar types

  1. The Array is not a data structure

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following is not the application of the stack data structure

  1. String reversal

  1. Recursion

  1. Backtracking

  1. Asynchronous data transfer

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the outcome of the prefix expression +, -, *, 3, 2, /, 8, 4, 1?

12

5

11

9

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The minimum number of stacks required to implement a stack is __

2

3

1

5

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following node is considered the top of the stack if the stack is implemented using the linked list?

  1. First node

  1. Second node

  1. Last node

  1. None of the above