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

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

Q.282Easy

Which SQL JOIN returns only matching records from both tables?

Q.283Easy

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

Q.284Easy

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

Q.285Easy

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

Q.286Easy

In SQL, what does the GROUP BY clause do?

Q.287Medium

Which normalization form eliminates all non-key dependencies?

Q.288Medium

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

Q.289Medium

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

Q.290Medium

What is the difference between DELETE and TRUNCATE in SQL?

Q.291Medium

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

Q.292Medium

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

Q.293Medium

In cybersecurity, what is SQL injection attack?

Q.294Medium

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

Q.295Hard

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

Q.296Hard

What is the primary challenge of implementing ACID properties in distributed databases?

Q.297Hard

In AI/ML, what is the role of activation functions in neural networks?

Q.298Easy

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

Q.299Easy

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

Q.300Medium

In database indexing, which type of index structure provides the best average-case performance for range queries in modern database systems?