iGET

Computer Knowledge - MCQ Practice Questions

Practice free Computer Knowledge multiple-choice questions with detailed answers and explanations. Perfect for competitive exam preparation.

304 questions | 100% Free

Q.121Medium

What does CAP theorem state about distributed database systems?

Q.122Medium

In SQL, what is the difference between HAVING and WHERE clauses?

Q.123Medium

Which data structure is most efficient for implementing a LRU (Least Recently Used) cache?

Q.124Medium

In cloud computing, what does the term 'eventual consistency' refer to?

Q.125Medium

What is the primary benefit of containerization technology like Docker in modern application deployment?

Q.126Medium

In machine learning, what is a confusion matrix primarily used for?

Q.127Medium

Which encryption standard is currently recommended for securing data in transit over networks?

Q.128Medium

What is the time complexity of searching an element in a balanced Binary Search Tree?

Q.129Medium

What is the normal form that ensures no partial dependencies exist in a relation?

Q.130Medium

Which of the following is a correct SQL syntax for creating an index on multiple columns?

Q.131Medium

Which sorting algorithm has the best average-case time complexity for randomly distributed data?

Q.132Medium

What does ACID compliance in databases ensure?

Q.133Medium

Which cloud service model provides pre-configured application environments?

Q.134Medium

Which of the following best describes a graph data structure with no cycles?

Q.135Medium

In machine learning, what does overfitting mean?

Q.136Medium

What is the primary advantage of using MongoDB (NoSQL) over traditional relational databases?

Q.137Medium

In operating systems, what is a deadlock?

Q.138Medium

What is the correct order of operations for the Big O notation from least to most complex?

Q.139Medium

Which normalization form eliminates all non-key dependencies?

Q.140Medium

What is the time complexity of quicksort algorithm in the worst case?