DSA basic quiz ,

1.) What is full form of DSA?
a.) Data structure advance
b.) Data structure adapt
c.) Data structure and algorithms
d.) None of above

2.) What are the various type of Data structures?
a.) primitive and non primitive
b.) stack and queue
c ) None of above

3.) What is the difference between array and list ?
a.) array stores dissimilar data types while list stores similar data types
b.) array stores similar data types while list stores dissimilar data types
c.) both a and b
d.) None of above

4.) What does node contains in a linkedlist ?
a ) address of next node and data
b.) data and none
c ) address and path
d.) none

1 Like

1.c
2.a
3.b
4.a


;
;
;
;

1 Like
  1. c - Data Structure and Algorithms
  2. a - primitive and non primitive
  3. b - array stores similar data types while list stores similar data types
  4. a - address of next node and data
1 Like
  1. c
  2. a
  3. b
  4. a …
1 Like

Answers :

  1. Data structure and algorithms
  2. Primitive and Non-primitive
  3. array stores similar data types while list stores dissimilar data types
  4. address of next node and data
1 Like
  1. c
  2. a
  3. array stores similar data types while list stores dissimilar data types
  4. address of next node and data
1 Like

Amazing guys , keep practicing

  1. What is full form of DSA - c) Data structure and algorithms
  2. What are the various type of Data structures - a) primitive and non primitive
  3. What is the difference between array and list - b) array stores similar data types while list stores dissimilar data types
  4. What does node contains in a linkedlist - a) address of next node and data
1 Like

correct Keep practicing
@prasadbhss

  1. c.) Data structure and algorithms
  2. a.) primitive and non primitive
  3. b.) array stores similar data types while list stores dissimilar data types
  4. a.) address of next node and data
1 Like

Correct @anushamediboyina105