What are primitive data types?
What is the difference between an integer and a float?
What is a Boolean data type?
What is a character data type?
What are composite data types?
What is an array?
What are the advantages of using arrays?
What is a linked list?
What is the difference between a singly linked list and a doubly linked list?
What is a stack?
What are the applications of a stack?
What is a queue?
What are the differences between a queue and a stack?
What is a priority queue?
What is a hash table?
What are the common uses of hash tables?
What is a binary tree?
What is the difference between a binary search tree and a balanced binary tree?
What is a graph?
What are the types of graphs in data structures?
What is a tuple in programming?
What is a set in data structures?
What are the differences between a list and a tuple?
What is a dictionary in programming?