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.81Easy

What is the main disadvantage of using a linked list compared to arrays?

Q.82Easy

In AWS, what does the term 'Auto Scaling' primarily ensure?

Q.83Easy

What is the primary function of a hash table data structure?

Q.84Easy

What is the time complexity of the binary search algorithm on a sorted array?

Q.85Easy

What is the purpose of the COMMIT statement in SQL transactions?

Q.86Easy

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

Q.87Easy

Which SQL JOIN returns only matching records from both tables?

Q.88Easy

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

Q.89Easy

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

Q.90Easy

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

Q.91Easy

In SQL, what does the GROUP BY clause do?

Q.92Easy

In a relational database, which normal form eliminates partial dependencies and is considered essential for most practical database designs?

Q.93Easy

Which of the following is a characteristic of NoSQL databases that makes them suitable for handling big data in cloud environments?

Q.94Easy

Which of the following represents a vulnerability in SQL query construction that can be exploited through malicious user input, and can be prevented using parameterized queries?