Computer GK Practice Question and Answer
8 Q: What is the shortcut key to open File Explorer or File Manager?
1169 06494296fc7d7c7e06717ec04
6494296fc7d7c7e06717ec04- 1Ctrl + Nfalse
- 2Ctrl + Otrue
- 3Ctrl + Efalse
- 4Ctrl + Ffalse
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 2. "Ctrl + O"
Explanation :
1. The shortcut key to open File Explorer or File Manager is Ctrl + O.
2. In Microsoft Excel and all other spreadsheet programs, pressing Ctrl+O brings up the Open window, allowing you to load an existing spreadsheet stored on your computer.
3. In Microsoft Word and other word processors, pressing Ctrl+O brings up the Open window, allowing you to load an existing document stored on your computer.
Q: With which of the following is the Break statement used?
1169 063ede5893c221e1b4dd104fd
63ede5893c221e1b4dd104fd- 1if Statementfalse
- 2else if Statementfalse
- 3Switch Statementtrue
- 4None of thesefalse
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 3. "Switch Statement"
Explanation :
The break statement is used with loops (such as for and while loops) and switch statements in programming. In loops, it is used to exit the loop prematurely, while in a switch statement, it is used to exit the switch block after executing a specific case.
Q: The website https://www.irctc.co.in is related to:
1162 064a5966aaa4c004ce31e2de3
64a5966aaa4c004ce31e2de3- 1Indian Railwaystrue
- 2Passport Seva Servicesfalse
- 3ITR filingfalse
- 4Aadhaar Updationfalse
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 1. "Indian Railways"
Explanation :
1. Website https://www.irctc.co.in belongs to Indian Railways.
2. IRCTC has revolutionized the lives of the common man traveling by Indian Railways.
3. IRCTC online ticket booking system is a boon for the common man, empowering him through technology.
Q: Which command is used to remove a table from the database in SQL?
1155 063e9ee077312b71d33d794fb
63e9ee077312b71d33d794fb- 1DELETE TABLEfalse
- 2DROP TABLEtrue
- 3ERASE TABLEfalse
- 4UNATTACH TABLEfalse
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 2. "DROP TABLE "
Explanation :
In SQL, the DROP TABLE command is used to remove a table from the database. When you execute DROP TABLE, it deletes the table along with all its data, indexes, triggers, constraints, and permissions. It should be used with caution as it permanently removes the table and all associated objects from the database.
Q: A firewall is a software tool which protects:
(I) Server
(II) Network
(III) Fire
(IV) Personal computer
The correct answer is from the options given below:
1154 064a5975365d2524cbf0da706
64a5975365d2524cbf0da706(I) Server
(II) Network
(III) Fire
(IV) Personal computer
The correct answer is from the options given below:
- 1(I), (III) onlyfalse
- 2(II), (III) onlyfalse
- 3(I), (II), (III) onlyfalse
- 4(I), (II), (IV) onlytrue
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 4. "(I), (II), (IV) only"
Explanation :
A firewall is a software tool, which protects-
1. Server
2. Network
3. Personal Computer
Q: Full form of DVD is :
1154 064944091cae316dfef72e029
64944091cae316dfef72e029- 1Digital Versatile Discfalse
- 2Digital Video Discfalse
- 3Digital Video Definitionfalse
- 4Both (A) and (B)true
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 4. "Both (A) and (B)"
Explanation :
1. Digital Versatile Disc (DVD), sometimes also known as Digital Video Disc (DVD), is an optical disc storage media format for storing digital data.
2. DVD offers higher storage capacity than compact disc (CD) when having the same size.
Q: According to the IT Act, which of the following section prohibits the publication of obscene material?
1151 064ba4043c3da05b2213df49b
64ba4043c3da05b2213df49b- 1Section 65false
- 2Section 67true
- 3Section 66false
- 4Section 43false
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 2. "Section 67"
Explanation :
1. According to the IT Act, Section 67 prevents the publication of obscene material.
2. Under Section 67 of the IT Act, if any objectionable video of any kind is posted on the internet, there is a provision to take action against the person.
Q: Cache memory is used for -
1142 063e4e05fc386f46a0a6f602f
63e4e05fc386f46a0a6f602f- 1for permanent storagefalse
- 2to overcome the speed barrier between memory and processortrue
- 3for important datafalse
- 4none of the abovefalse
- Show AnswerHide Answer
- Workspace
- SingleChoice

