Data Structures Quiz

Data Structures Quiz

University

37 Qs

quiz-placeholder

Similar activities

Komputer Akuntansi

Komputer Akuntansi

University

40 Qs

Business Reviewer L1&2

Business Reviewer L1&2

University

34 Qs

Social Media Marketing

Social Media Marketing

10th Grade - University

33 Qs

Python Data Structures Quiz

Python Data Structures Quiz

University

38 Qs

IT Applications Quiz

IT Applications Quiz

University

40 Qs

DBS - Final Exam

DBS - Final Exam

University

40 Qs

AOA Quiz Exp1-5

AOA Quiz Exp1-5

University

33 Qs

Ulangan MYOB kelas XI

Ulangan MYOB kelas XI

12th Grade - University

40 Qs

Data Structures Quiz

Data Structures Quiz

Assessment

Quiz

Other

University

Medium

Created by

Nathaniel Mensah

Used 2+ times

FREE Resource

37 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a data structure?

A programming language

A collection of algorithms

A way to store and organize data

A type of computer hardware

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the disadvantages of arrays?

Index value of an array can be negative

Elements are sequentially accessed

Data structure like queue or stack cannot be implemented

There are chances of wastage of memory space if elements inserted in an array are lesser than the allocated size

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data structure is used for implementing recursion?

Stack

Queue

List

Array

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The data structure required to check whether an expression contains a balanced parenthesis is?

Queue

Stack

Tree

Array

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not the application of stack?

Data Transfer between two asynchronous process

Compiler Syntax Analyzer

Tracking of local variables at run time

A parentheses balancing program

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data structure is needed to convert infix notation to postfix notation?

Tree

Branch

Stack

Queue

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

74

-18

22

40

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?