MCQ Collection
AJKPSC Computer IT Officer MCQs
Practice AJKPSC Computer IT Officer questions with answers and explanations.
Choose an option to check your answer.
Correct Answer: C. a set of vertices connected by edges
Explanation:
graph refers to a set of vertices connected by edges
Choose an option to check your answer.
Correct Answer: C. bundling data and methods while controlling access
Explanation:
encapsulation refers to bundling data and methods while controlling access
Choose an option to check your answer.
Correct Answer: B. 64
Explanation:
Each term is multiplied by 2; therefore the next term is 64.
Choose an option to check your answer.
Correct Answer: C. an application protocol for transferring web resources
Explanation:
HTTP refers to an application protocol for transferring web resources
Choose an option to check your answer.
Correct Answer: C. ACID
Explanation:
ACID is the term that matches the description: properties supporting reliable database transactions
Choose an option to check your answer.
Correct Answer: D. Punjab
Explanation:
Punjab is the term that matches the description: the most populous province of Pakistan
Choose an option to check your answer.
Correct Answer: D. queue
Explanation:
queue is the term that matches the description: a first-in, first-out data structure
Choose an option to check your answer.
Correct Answer: D. linked list
Explanation:
linked list is the term that matches the description: a sequence of nodes connected by references
Choose an option to check your answer.
Correct Answer: B. 24
Explanation:
The sequence increases by 5, so the next number is 24.
Choose an option to check your answer.
Correct Answer: A. virtual memory
Explanation:
virtual memory is the term that matches the description: using secondary storage to extend apparent main memory
Choose an option to check your answer.
Correct Answer: D. class
Explanation:
class is the term that matches the description: a blueprint defining data and behaviour for objects
Choose an option to check your answer.
Correct Answer: D. a search method that repeatedly halves a sorted search interval
Explanation:
binary search refers to a search method that repeatedly halves a sorted search interval