iGET

Computer Knowledge - MCQ Practice Questions

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

309 questions | 100% Free

Q.281Medium

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

Q.282Medium

In machine learning, what does overfitting mean?

Q.283Medium

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

Q.284Medium

In operating systems, what is a deadlock?

Q.285Medium

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

Q.286Easy

Which cryptographic algorithm is currently recommended by NIST for symmetric encryption?

Q.287Easy

Which SQL JOIN returns only matching records from both tables?

Q.288Easy

In database indexing, which structure provides O(log n) search complexity?

Q.289Easy

Which data structure is best for implementing a priority queue in heapsort algorithm?

Q.290Easy

What is the main advantage of cloud computing's elasticity?

Q.291Easy

In SQL, what does the GROUP BY clause do?

Q.292Medium

Which normalization form eliminates all non-key dependencies?

Q.293Medium

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

Q.294Medium

In cloud computing, which service model allows customers to run their own applications but not manage infrastructure?

Q.295Medium

What is the difference between DELETE and TRUNCATE in SQL?

Q.296Medium

In graph algorithms, which algorithm finds the shortest path in weighted graphs?

Q.297Medium

What does normalization in machine learning context primarily aim to achieve?

Q.298Medium

In cybersecurity, what is SQL injection attack?

Q.299Medium

What is the primary difference between supervised and unsupervised machine learning?

Q.300Hard

In distributed systems, what is a consensus algorithm primarily used for?