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

What will be the value of 'x' after execution of the following code? int x = 10; x += 5; x *= 2;

Q.62Easy

Which header file must be included to use the printf() function in C?

Q.63Easy

Which normal form eliminates transitive dependencies in a database table?

Q.64Easy

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

Q.65Easy

Which SQL command is used to remove a table structure along with its data?

Q.66Easy

In a hash table, what is the primary cause of collision?

Q.67Easy

Which of the following is NOT a characteristic of a relational database?

Q.68Easy

What does the acronym ACID stand for in database transactions?

Q.69Easy

Which of the following is a non-relational database designed for handling unstructured data at scale?

Q.70Easy

What does ACID stand for in database transactions?

Q.71Easy

In SQL, which JOIN returns only matching records from both tables?

Q.72Easy

What is the time complexity of searching in a balanced binary search tree?

Q.73Easy

In cloud computing, what does IaaS stand for?

Q.74Easy

In cybersecurity, what is the primary purpose of a firewall?

Q.75Easy

Which of the following is a ACID property that ensures all or nothing transaction execution?

Q.76Easy

What is the primary advantage of using INNER JOIN over OUTER JOIN in SQL?

Q.77Easy

In a relational database, what does normalization primarily aim to eliminate?

Q.78Easy

Which algorithm has O(n log n) time complexity and is preferred for large datasets in modern databases?

Q.79Easy

What is the primary purpose of indexing in databases?

Q.80Easy

In the OSI model, which layer is responsible for routing and logical addressing?

Computer Knowledge MCQs Free Practice – iGET | iGET