SLA1

SLA1

University

5 Qs

quiz-placeholder

Similar activities

Struktur Data Last Meeting

Struktur Data Last Meeting

University

10 Qs

Stack & Queue

Stack & Queue

University

10 Qs

Close Reading the Interent

Close Reading the Interent

KG - University

10 Qs

C21-3rd sem-CA quiz2

C21-3rd sem-CA quiz2

University

10 Qs

C++ Pointers and Arrays

C++ Pointers and Arrays

University

10 Qs

2024 - Struktur Data Quiz 1

2024 - Struktur Data Quiz 1

University

10 Qs

RVS_Tech_quizz_even2024-25

RVS_Tech_quizz_even2024-25

University

10 Qs

S Quiz

S Quiz

University

8 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