Computer Science Questions and Answers : Computer Science MCQ with detailed explanations for students & freshers preparing for entrance exams .Computer Science always plays an important role in the exam and proves to be effective in getting your good marks. Today in this post we are giving you important questions and their answers of Computer Science Objective GK Questions and Answers.IN this website we provide free and knowledgeable Practice MCQ Questions NCERT, Engineering Technical, Quantitative Aptitude, General knowledge, Reasoning, and Current Affairs for Competitive Exam so please read another article.
These Computer MCQ most important for many exam like – State TET, UPTET, CTET, MPTET, REET. If you prepare competitive exam you read other article . Computer Science questions and answers with explanations are provided for your competitive exams and entrance tests. Here in this article you read 40 Computer Science Question Answer.

Computer science mcq for competitive exams
Q. The term “SQL” stands for
- Standard query language
- Sequential query language
- Structured query language
- Server-side query language
Answer :- (C)
Explanation: The term “SQL” stands for the structured query language, which is one of the most widely, used programming languages for relational databases.
Q. What is DBMS?
(A) DBMS is a collection of queries
(B) DBMS is a high-level language
(C) DBMS is a programming language
(D) DBMS stores, modifies and retrieves data
Answer: d
Explanation: DBMS is nothing but a storehouse wherein the authorized user can create a database to store, modify or retrieve the organized data in the table. It can be modified or retrieved by users who have access to DBMS only.
Q. Who created the first DBMS?
(A) Edgar Frank Codd
(B) Charles Bachman
(C) Charles Babbage
(D) Sharon B. Codd
Answer: b
Charles Bachman along with his team invented the first DBMS known as Integrated Data Store (IDS.
Q. Which of the following is a function of the DBMS?
(A) Storing data
(B) Providing molti-users access control
(C) Data Integrity
(D) All of the above
Answer: d
Q. Which of the following is a component of the DBMS?
(A) Data
(B) Data Languages
(C) Data Manager
(D) All of the above
Answer: d
Hardware, Software, Data, Database Access Language, Procedures and Users all together form the components of a DBMS.
Q. What does an RDBMS consist of?
(A) Collection of Records
(B) Collection of Keys
(C) Collection of Tables
(D) Collection of Fields
Answer: c
Q. _______ topology requires a moltipoint connection.
(A) Star
(B) Mesh
(C) Ring
(D) Bus
Answer: d
Q. Users write the programs in which language?
- Low-level Language
- High-Level Language
- Decimal-Format
- Middle-Level Language
Answer :- (B). High-Level Language
Q. Which of the following file is an output of the assembler?
- Program file
- Object file
- Data File
- Task File
Answer :- (B). Object File
Q. Parsing is categorized into how many types?
- three types
- four types
- two types
- five types
Answer :- (C). two types
Q. Which of the following function is called the canonical collection of LR(0 item.
- FIRST
- GOTO
- COMPUTE
- FolLOW
Answer :- (B). GOTO
Q. DFA is an abbreviation of.
- Non Deterministic Finite set Automata
- Deterministic Finite Automata
- Non Deterministic Finite Automata
- Deterministic Finite set Automata
Answer :- (B). Deterministic Finite Automata
Q. NFA is an abbreviation of.
- Non Deterministic Finite set Automata
- Deterministic Finite Automata
- Non Deterministic Finite Automata
- Deterministic Finite set Automata
Answer :- (C). Non Deterministic Finite Automata
Q. The main reason for transition from IPv4 to IPv6 is _________
(A) Huge number of systems on the internet
(B) Very low number of system on the internet
(C) Providing standard address
(D) To provide faster internet
Answer: a
Q. Data communication system spanning states, countries, or the whole world is ________
(A) LAN
(B) WAN
(C) MAN
(D) PAN
Answer: b
Explanation: WAN is the abbreviation for Wide Area Network.
Q. Data communication system within a building or campus is________
(A) LAN
(B) WAN
(C) MAN
(D) PAN
Answer: a
Q. Which one of the following refers to the total view of the database content?
- Conceptual view
- Physical view
- Internal view
- External view
Answer :- (A)
Q. A computer security protocol for logging-in can be considered as the example of the ______ component of an information system.
- Data
- Software
- Procedure
- Hardware
Answer :- (C)
Q. A computer security protocol for logging-in can be considered as the example of the ______ component of an information system.
- Data
- Software
- Procedure
- Hardware
Answer :- (C)
Q. Which one of the following keyword is used to find out the number of values in a column?
- TOTAL
- COUNT
- SUM
- ADD
Answer :- (B)
Explanation: The “COUNT” keyword is used to find the total number of values inside a column. So whenever a user wants to find the total values in a column, he can use the keyword “COUNT”.