MCQ
Data Structures & Organization (Basic CI) MCQ - Practice Questions
Practice 113 questions across 2 topics with detailed explanations.
113Questions
2Topics
3Difficulty levels
Topics in Data Structures & Organization (Basic CI)
Sample questions
1A queue used for printing jobs normally follows which access rule?
2In a five-stage instruction pipeline with stages IF, ID, EX, MEM, and WB, a conditional branch decision is resolved only in EX. Which penalty is most directly caused when the processor fetches sequential instructions before knowing whether the branch is taken?
3In compiler design and programming language processing, what is a symbol table mainly used for?
4In an array, why is accessing A[i] usually faster than searching for an item in an unsorted linked list?
5In a binary tree, what is the maximum number of children that any one node can have?
