Computer Knowledge Practice Question and Answer
8 Q: The data remains the same after saving the file and turning off the computer-
836 063ecc560e6cd351b75fda07d
63ecc560e6cd351b75fda07d- 1in RAMfalse
- 2in secondary storagetrue
- 3in the motherboardfalse
- 4in primary storagefalse
- Show Answer
- Workspace
- SingleChoice
Answer : 2. "in secondary storage"
Explanation :
The data remains the same after saving the file and turning off the computer when it is stored in secondary storage. Secondary storage devices, such as hard drives, solid-state drives, and optical discs, are non-volatile storage media. This means that they retain data even when the power is turned off. Unlike volatile memory (such as RAM), which loses its content when the computer is powered down, data stored in secondary storage remains intact until it is intentionally deleted or modified.
Q: Which of the following memory has the least access time?
812 163ecc5b2b0030e718d7cd000
63ecc5b2b0030e718d7cd000- 1cache memorytrue
- 2Magnetic bubble memoryfalse
- 3Magnetic core memoryfalse
- 4random access memoryfalse
- Show Answer
- Workspace
- SingleChoice
Answer : 1. "cache memory"
Explanation :
Cache memory has the least access time among the options provided. Cache memory is a high-speed type of volatile computer memory that provides high-speed data storage and access to the processor. It is faster than main memory (RAM) because it is located on the CPU chip or very close to it and stores frequently accessed data and instructions. Accessing data from cache memory is much quicker compared to accessing it from RAM, making cache memory the fastest type of memory in terms of access time.
Q: What is system software?
838 063ecc6e4aa2a114c951ecce3
63ecc6e4aa2a114c951ecce3- 1the software of the systemfalse
- 2computer softwarefalse
- 3a collection of programs designed to control and operate a computer, increasing its processing capacitytrue
- 4none of thesefalse
- Show Answer
- Workspace
- SingleChoice
Answer : 3. "a collection of programs designed to control and operate a computer, increasing its processing capacity"
Explanation :
System software is a program designed to run a computer's hardware and applications and manage its resources, such as its memory, processors, and devices. It also provides a platform for running application software, and system software is typically bundled with a computer's operating system.
Q: Which of the following error will be handled by the operating system?
858 063ecc9f8e6cd351b75fdaf4a
63ecc9f8e6cd351b75fdaf4a- 1power failurefalse
- 2lack of paper in the printerfalse
- 3connection failure in the networkfalse
- 4all of the abovetrue
- Show Answer
- Workspace
- SingleChoice
Answer : 4. "all of the above"
Explanation :
All the mentioned errors are handled by OS. The OS is continuously monitoring all of its resources. Also, the OS is constantly detecting and correcting errors.
Q: Write data (eg music, photos, documents
etc.) on CD or DVD The process is commonly called?
899 061b8711da9d1da035de3cd31
61b8711da9d1da035de3cd31- 1Firingfalse
- 2burningtrue
- 3Smokingfalse
- 4Wateringfalse
- Show Answer
- Workspace
- SingleChoice
Answer : 2. "burning"
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.
3. It is a digital optical dose storage format. It can be used for storing video, audio, images or data.
Q: what is the key combination to open the 'Save As' dialog box in MS PowerPoint?
778 163ac18f54edf0d56992fd856
63ac18f54edf0d56992fd856- 1F12.true
- 2Alt+F then Dfalse
- 3Alt+F then Efalse
- 4Alt+F then Ofalse
- Show Answer
- Workspace
- SingleChoice
Answer : 1. "F12."
Explanation :
In MS PowerPoint, the key combination to open the 'Save As' dialog box is F12. Pressing F12 opens the 'Save As' dialog box directly, allowing you to save the current presentation with a new name or in a different location.
Q: Which components are used in LAN for Ethernet?
752 063edff5de6cd351b7500c59c
63edff5de6cd351b7500c59c- 1COAXfalse
- 2Fiberfalse
- 3STPfalse
- 4All of the abovetrue
- Show 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: Array is used for-
807 063ede73a7312b71d33e25e8d
63ede73a7312b71d33e25e8d- 1To store the value in memoryfalse
- 2To delete the value in memoryfalse
- 3for outputfalse
- 4all of the abovetrue
- Show Answer
- Workspace
- SingleChoice
Answer : 4. "all of the above"
Explanation :
An array is used to store values in memory. Arrays allow you to store multiple values of the same data type under a single variable name, making it easier to manage and manipulate data in programming. Arrays are commonly used in various programming languages for tasks such as storing collections of data, performing calculations on large sets of values, and iterating through elements to process them. Arrays are not used for deleting values in memory or for output; their primary purpose is to store and organize data.