Data Structures Quiz

Data Structures Quiz

University

37 Qs

quiz-placeholder

Similar activities

Mixed Quiz

Mixed Quiz

University

33 Qs

COMP#211

COMP#211

University

42 Qs

Microprocessor Quiz

Microprocessor Quiz

University

32 Qs

Microprocessor Quiz

Microprocessor Quiz

University

32 Qs

Câu hỏi về Mạng và Bảo mật 2

Câu hỏi về Mạng và Bảo mật 2

University

36 Qs

REMED TIK KELAS 9

REMED TIK KELAS 9

7th Grade - University

40 Qs

Health Promotion: Conducting a Needs Assessment

Health Promotion: Conducting a Needs Assessment

University

39 Qs

MINECRAFT

MINECRAFT

3rd Grade - Professional Development

32 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?