[go: up one dir, main page]

0% found this document useful (0 votes)
1K views4 pages

TGT Computer Science

The document contains 20 multiple choice questions related to computer science topics like networking, databases, algorithms, and programming in languages like HTML, Python. The questions cover a range of concepts from the basic building blocks of the internet to SQL commands for database management to sorting algorithms like bubble sort.

Uploaded by

sharukh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1K views4 pages

TGT Computer Science

The document contains 20 multiple choice questions related to computer science topics like networking, databases, algorithms, and programming in languages like HTML, Python. The questions cover a range of concepts from the basic building blocks of the internet to SQL commands for database management to sorting algorithms like bubble sort.

Uploaded by

sharukh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

TGT Computer Science

Q 1) Exhibition “Banking on World Heritage” which displays banknotes of G20 member


nations, depicting world heritage sites listed by UNESCO was inaugurated at which
among the following places?
(A) Indira Gandhi National Centre for Arts, New Delhi
(B) Nita Mukesh Ambani Cultural Centre, Mumbai
(C) National Gallery of Modern Art, Bengaluru
(D) South Central Zone Cultural Centre, Nagpur
Correct Answer: (A)
Q 2) Recently, on the __ anniversary of the Indo-French partnership, both countries agree to
adopt a roadmap to set the course for the bilateral relationship up to 2047.
(A) 50th
(B) 75th
(C) 25th
(D) 15th
Correct Answer: (C)
Q 3) Recently, which among the following countries became the first country to ban single-
use produce bags at grocery stores?
(A) Australia
(B) U.S.A.
(C) New Zealand
(D) U.A.E.
Correct Answer: (C)
Q 4) __________are the basic mental abilities that we use to think, study & learn.
(A) Affective skills
(B) Psychomotor skills
(C) Mental skills
(D) Cognitive skills
Correct Answer: (D)
Q 5) A good no. of classroom’s practices are a part of inclusive education. Which of the
following are some inclusive classroom practices?
(A) Collaborative Teaching
(B) Peer Tutoring
(C) Multi Level Instructions
(D) All of these
Correct Answer: (D)
Q 6) According to NEP 2020, it is envisaged that prior to the age of 5, every child will move
to a _____ class (that is, Before class 1)
(A) primary
(B) pre-primary
(C) secondary
(D) preparatory
Correct Answer: (D)
Q 7) Which of the following tag is used to insert a line-break in HTML?
(A) <br>
(B) <a>
(C) <pre>
(D) <b>
Correct Answer: (A)
Q 8) What was the first network that planted the seeds of internet?
(A) ARPANET
(B) APARANET
(C) RAPANET
(D) PARANET
Correct Answer: (A)
Q 9) Which one of the following groups contains graphical file extensions?
(A) JPG, CPX, GCM
(B) GIF, TCE, WMF
(C) TCP, JPG, BMP
(D) JPG, GIF, BMP
Correct Answer: (D)
Q 10) What is the full form of ISCII?
(A) International Standard code for Information Exchange
(B) International Script code for Information Exchange
(C) Indian Script code for Information Interchange
(D) None of these
Correct Answer: (C)
Q 11) Which of the following shortcut key is used to center align the text in a slide?
(A) Ctrl + C
(B) Ctrl + L
(C) Ctrl + S
(D) Ctrl + E
Correct Answer: (D)
Q 12) Internet uses
(A) Packet Switching
(B) Telex Switching
(C) Circuit Switching
(D) Telephone Switching
Correct Answer: (A)
Q 13) You can detect spelling and grammar errors by _____.
(A) Pressing F7
(B) Pressing Ctrl + F7
(C) Pressing Alt + F7
(D) Pressing Shift + F7
Correct Answer: (A)
Q 14) Queues are data structures following the principle of ________.
(A) FIFO
(B) LIFO
(C) WYSIWYG
(D) ROUND ROBIN
Correct Answer: (A)
Q 15)Rows of relations are generally referred to as __________ and the columns are usually
referred to as __________.
(A) attributes, tuples
(B) Dbms, Rdbms
(C) Tuples, Attributes
(D) Degree, Cardinality
Correct Answer: (C)
Q 16) Create Table and Alter Table are _________ type of commands.
(A) DDL
(B) DML
(C) DCL
(D) All of these
Correct Answer: (A)
Q 17) COMMIT is a _________type of command in database.
(A) DDL
(B) DML
(C) TCL
(D) All of these
Correct Answer: (C)
Q 18) By default ORDER BY clause lists results in ______ order.
(A) descending
(B) ascending
(C) Any
(D) Same
Correct Answer: (B)
Q 19) How many passes does a bubble sort algorithm take to sort an array of N elements?
(A) N
(B) N-1
(C) N+1
(D) N2
Correct Answer: (B)
Q 20) If word=’amazing’ , what will be the output of word[:7] in Python?
(A) ‘amazi’
(B) ‘amazing’
(C) No output
(D) Error
Correct Answer: (B)

You might also like