Unix/Linux MCQs

1. What is the primary function of the kernel in a Unix/Linux operating system?a) Providing a graphical user interfaceb) Managing hardware resources and providing essential … Read more

SQL DML MCQS

1. Which SQL statement is used to add new records to a table? a) SELECTb) INSERTc) UPDATEd) DELETE Answer: b) INSERT Explanation: The INSERT statement … Read more

SQL MCQs

1. Which SQL command is used to create a new table in a database? a) INSERTb) CREATE TABLEc) UPDATEd) ALTER Answer: b) CREATE TABLE Explanation: … Read more

Array MCQS

1. What is an array? a) A data structure that stores elements of the same type sequentially in memoryb) A data structure that stores elements … Read more