SLA1

SLA1

University

5 Qs

quiz-placeholder

Similar activities

common data structure

common data structure

University

10 Qs

Data Structures Quiz-2

Data Structures Quiz-2

University

10 Qs

Quiz 12: Templates, STL

Quiz 12: Templates, STL

University

10 Qs

Data Structure

Data Structure

University

10 Qs

Data Structure

Data Structure

University

10 Qs

DS Quiz1

DS Quiz1

University

10 Qs

DSA - Intro

DSA - Intro

University

10 Qs

Structure Data Review

Structure Data Review

University - Professional Development

10 Qs

SLA1

SLA1

Assessment

Quiz

Computers

University

Hard

Created by

K. Chennai

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1)   The memory address of the first element of an array is called__________

floor address

foundation address

first address

base address

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

++a*bc*+defg is a_______________

Postfix expression

Infix expression

Prefix expression

Invalid expression

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not the correct statement for a stack data structure?

Arrays can be used to implement the stack

Stack follows FIFO

Elements are stored in a sequential manner

Top of the stack contains the last inserted element