Computer GK Practice Question and Answer
8 Q: Which of the following is not the same as the other three?
1518 064a5111b8c254a4ceacd7955
64a5111b8c254a4ceacd7955- 1MAC addressfalse
- 2Hardware addressfalse
- 3Physical addressfalse
- 4IP addresstrue
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 4. "IP address"
Explanation :
1. Of all these options, IP addresses are the most important.
2. IP address (Internet Protocol address) is a digital address used to identify a computer or device on the Internet or any other network.
3. IP address is a set of four numbers. It is in this format 191.150.1.38. Is visible in. The set of numbers for an IP address ranges from 0 to 255. That means the IP address ranges from 0.0.0.0 to 255.255.255.255.
Q: A main page of a website is _______ which acts as a gateway to the rest of the website's pages.
1518 064a567be9a74b54cff58f231
64a567be9a74b54cff58f231- 1Search enginefalse
- 2Home pagetrue
- 3Browserfalse
- 4URLfalse
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 2. "Home page"
Explanation :
1. The main page of a website is the home page which acts as a gateway to the rest of the pages of the website. The home page is usually the gateway to the website.
2. A home page is a webpage that serves as the starting point of a website.
3. This is the default webpage that loads when visiting a web address that contains only a domain name.
Q: The bottom bar of MS Excel application window is called-
1515 063ecd1d9aa2a114c951eec3f
63ecd1d9aa2a114c951eec3f- 1Formatting Tool Barfalse
- 2Formula Barfalse
- 3Status bartrue
- 4Title barfalse
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 3. "Status bar"
Q: Full form of DVD is :
1512 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: Which of the following services can be availed through the eMitra portal?
1506 064953a671a612ce001e7885a
64953a671a612ce001e7885a- 1Bill payment Homefalse
- 2Application for certificatesfalse
- 3Filing of grievancesfalse
- 4All of thesetrue
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 4. "All of these"
Explanation :
Application for Government Services and Fee Payment: Using the e-Mitra portal, citizens can apply for various government services and pay fees. These services include-
- Bill payment Home
- Application for certificates
- Filing of grievances
- Birth certificate
- Death certificate
- Caste certificate
- Basic address proof
- Ration card
- Passport
- driving license Q: What is the shortcut key to open File Explorer or File Manager?
1506 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: What is the maximum length of file name in DOS?
1505 063e4df442cab94e8399f17fa
63e4df442cab94e8399f17fa- 14false
- 25false
- 38true
- 412false
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 3. "8"
Q: What is it called when more than one if-statement is used together?
1504 063ede4ad7312b71d33e25815
63ede4ad7312b71d33e25815- 1if-else statementfalse
- 2nested statementtrue
- 3more if statementsfalse
- 4None of the abovefalse
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 2. "nested statement"
Explanation :
Certainly! A nested if statement refers to an if statement that is placed inside another if statement or other control structures. It allows for more specific conditions and complex decision-making in a program. The inner if statement is only executed if the outer if statement's condition is true.

