DSA Quiz 20.7.2024

DSA Quiz 20.7.2024

University

5 Qs

quiz-placeholder

Similar activities

Data Structure II

Data Structure II

University

10 Qs

DSA(UNIT 1) Test 1

DSA(UNIT 1) Test 1

University

10 Qs

UAS AlStrukDat

UAS AlStrukDat

University

10 Qs

DSA-1-Get to know

DSA-1-Get to know

University

10 Qs

DSA - Intro

DSA - Intro

University

10 Qs

Data Structure

Data Structure

University

10 Qs

DATA STRUCTURE QUIZ 1- INTRO TO DATA STRUCTURES

DATA STRUCTURE QUIZ 1- INTRO TO DATA STRUCTURES

University

10 Qs

Data Structures Quiz-2

Data Structures Quiz-2

University

10 Qs

DSA Quiz 20.7.2024

DSA Quiz 20.7.2024

Assessment

Quiz

Computers

University

Medium

Created by

Dr. 2397

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Q1. 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

1 min • 1 pt

Q2. 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

1 min • 1 pt

Q3. Sneha is trying to decide which data structure to use for implementing recursion. Which data structure should she choose?

Stack

Queue

List

Array

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Q4. 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

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Q5. Which of the following is a linear data structure?

Array

AVL Trees

Binary Trees

Graphs