Which of the following is/are linear data structure(s)

DS QUIZ-1

Quiz
•
Computers
•
University
•
Hard
SOBHANBABU SOBHANBABU
Used 1+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Array
Tree
Graph
Linked list
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the worst case time complexity of Linear Search
O(n)
O(logn)
O(n^2)
O(logn^2)
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
How to calculate mid point in Binary Search
mid=low+high/2
mid=(high-low)/2
mid=(high+low)/2
mid=low+high-1
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Binary search input elements are always in ____________
Ascending Order
Descending Order
Either in Ascending or descending order
No specific order
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Binary search follows_____________
Divide and conquer strategy
Greedy appraoch
No specific approach
Dynamic Programming approach
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is node in linked list
collection of data and address fields
Node contains only data
Node contains either data or address
Node is a chain
7.
MULTIPLE SELECT QUESTION
1 min • 1 pt
How to create a node for SLL in C language
n=(Node*)malloc(sizeof(Node);
n=(Node*)calloc(1,sizeof(Node));
n=(Node*)malloc(sizeof(Node*));
n=malloc(sizeof(Node);
Create a free account and access millions of resources
Similar Resources on Quizizz
17 questions
Demo DS-A ASHV Quiz

Quiz
•
University
15 questions
DATA STRUCTURES QUIZ

Quiz
•
University
20 questions
js_edu_wrap_up

Quiz
•
1st Grade - Professio...
20 questions
2.3.1 Graph Traversal & Path Finding Algorithms

Quiz
•
12th Grade - University
20 questions
DATA STRUCTURES

Quiz
•
University
15 questions
ANALYSIS OF ALGORITHMS

Quiz
•
University
20 questions
Quiz 1_DSA

Quiz
•
University
20 questions
Algorithm questions

Quiz
•
12th Grade - University
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
25 questions
SS Combined Advisory Quiz

Quiz
•
6th - 8th Grade
40 questions
Week 4 Student In Class Practice Set

Quiz
•
9th - 12th Grade
40 questions
SOL: ILE DNA Tech, Gen, Evol 2025

Quiz
•
9th - 12th Grade
20 questions
NC Universities (R2H)

Quiz
•
9th - 12th Grade
15 questions
June Review Quiz

Quiz
•
Professional Development
20 questions
Congruent and Similar Triangles

Quiz
•
8th Grade
25 questions
Triangle Inequalities

Quiz
•
10th - 12th Grade