Computer GK Practice Question and Answer
8 Q: What is the difference between do-while and while condition?
584 063e62b5c7407bd1b2d1dd823
63e62b5c7407bd1b2d1dd823- 1In do-while, a semicolon is used after the condition.false
- 2Semicolon is not used in Whilefalse
- 3While statement is after the conditionfalse
- 4none of the abovetrue
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 4. "none of the above"
Explanation :
The key difference lies in when the loop condition is checked. In the while loop, the condition is checked before the first iteration, potentially resulting in zero iterations. In the do-while loop, the condition is checked after the first iteration, ensuring that the loop body is executed at least once.
Q: Which of the following documents can be applied for through the eMitra portal?
583 064942813cae316dfef72880c
64942813cae316dfef72880c- 1Aadhaar cardfalse
- 2Driving Licensefalse
- 3Voter ID cardfalse
- 4all of thesetrue
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 4. "all of these"
Explanation :
Applications for almost all documents can be made through the e-Mitra portal.
1. Citizens of e-Mitra portal are given the facility to apply under more than 300 schemes.
2. The main services of e-Mitra are:- Aadhar Card, Jan Aadhar Card, Bhamashah Card, Income Certificate, Caste Certificate, Residence Certificate, Ration Card, Death Certificate, Driving License, etc.
Q: Which components are used in LAN for Ethernet?
582 063edff5de6cd351b7500c59c
63edff5de6cd351b7500c59c- 1COAXfalse
- 2Fiberfalse
- 3STPfalse
- 4All of the abovetrue
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 4. "All of the above"
Explanation :
All three components—COAX (coaxial cables), Fiber (optical fiber cables), and STP (shielded twisted pair cables)—can be used in LANs for Ethernet connectivity, depending on specific network requirements and conditions. Different types of Ethernet cables, including coaxial, fiber optic, and shielded twisted pair, are used based on factors such as data transfer speed, distance, and susceptibility to electromagnetic interference.
Q: Integrated circuit is related to which generation of computer?
571 063ecbd5235d86258ec99b4ad
63ecbd5235d86258ec99b4ad- 1first generationfalse
- 2second generationfalse
- 3third generationtrue
- 4fourth generationfalse
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 3. "third generation"
Explanation :
Integrated circuits (ICs) were first introduced during the third generation of computers. The third generation of computers, which emerged in the 1960s, saw the development and widespread use of integrated circuits. These tiny electronic circuits contained multiple transistors, resistors, and capacitors on a single semiconductor chip. The use of integrated circuits significantly reduced the size of computers, increased their processing speed, and improved their reliability, marking a significant advancement in computer technology.
Q: A computer cannot think or make decisions by itself. A program is required to accomplish this task. What is the program?
570 063e4dbeb34b94188517bcceb
63e4dbeb34b94188517bcceb- 1a set of sequentially ordered instructions that guide a computer to solve a problemtrue
- 2a set of informationfalse
- 3program outlinefalse
- 4how to operate computerfalse
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 1. "a set of sequentially ordered instructions that guide a computer to solve a problem"
Q: What is computer software?
568 063e4daba2cab94e8399ef223
63e4daba2cab94e8399ef223- 1set of instructionstrue
- 2computer languagefalse
- 3computer programsfalse
- 4None of thesefalse
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 1. "set of instructions"
Q: Which of the following is not a feature of Windows 8?
568 063ecccb035d86258ec99fdc1
63ecccb035d86258ec99fdc1- 1support for ARM processorfalse
- 2Urban User Interfacetrue
- 3support for touch screenfalse
- 4advanced power managementfalse
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 2. "Urban User Interface"
Explanation :
"Urban User Interface" is not a recognized feature of Windows 8. The correct term for the user interface introduced in Windows 8 is the Modern UI or Metro interface, characterized by its tile-based design.
The other features listed—support for ARM processors, support for touch screens, and advanced power management—were indeed features of Windows 8.
Q: Which device is designed to send packets using package addresses?
564 063ee0676b0030e718d802957
63ee0676b0030e718d802957- 1Specialty Hubfalse
- 2switching hubtrue
- 3Port Hubfalse
- 4filtering hubfalse
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 2. "switching hub"
Explanation :
A switching hub, also known as a network switch, is designed to send packets using package addresses. A network switch operates at the data link layer of the OSI model and uses MAC addresses to forward data frames to specific devices within a local area network (LAN). Unlike a hub, which simply broadcasts data to all devices in the network, a switch intelligently forwards packets only to the device intended to receive the data, increasing network efficiency and reducing unnecessary network traffic.