Computer Knowledge Practice Question and Answer
8 Q: What is the maximum length of file name in DOS?
638 063e4df442cab94e8399f17fa
63e4df442cab94e8399f17fa- 14false
- 25false
- 38true
- 412false
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 3. "8"
Q: Which one of the following is not an application software –
638 063d0c8485392140e28eecdfe
63d0c8485392140e28eecdfe- 1Notepadfalse
- 2Photoshopfalse
- 3Windows 7true
- 4Pagemakerfalse
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 3. "Windows 7"
Q: In MSWord 2010 ……….. selects a
space or text that you recognize by name and for future reference.
638 061b8725b3dcf35035ce043ea
61b8725b3dcf35035ce043ea- 1Bookmarktrue
- 2clip artfalse
- 3Format Painterfalse
- 4Undofalse
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 1. "Bookmark"
Q: Who among the following provides hard copy from computer?
635 061a89d365e08c72fe67ed05c
61a89d365e08c72fe67ed05c- 1E-mailfalse
- 2Printertrue
- 3Faxfalse
- 4Softwarefalse
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 2. "Printer"
Q: By using which tab can you add page numbers in an MS-Word 2019 document?
635 163ac0ff5fb04114b2d3b656e
63ac0ff5fb04114b2d3b656e- 1editfalse
- 2formatfalse
- 3inserttrue
- 4Homefalse
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 3. "insert "
Explanation :
In Microsoft Word 2019, you can add page numbers to your document by using the "Insert" tab. The "Insert" tab contains various options, including the "Page Number" option, which allows you to insert page numbers at different locations in your document.
Q: Ink-jet printers or band printers are classified as –
634 064ba80c7c3da05b2213eee20
64ba80c7c3da05b2213eee20- 1Character Printerstrue
- 2Ink Printersfalse
- 3Line Printersfalse
- 4Off-Band Printersfalse
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 1. "Character Printers"
Explanation :
Ink-jet printers or band printers are classified based on the printing method.
Q: Array is used for-
634 063ede73a7312b71d33e25e8d
63ede73a7312b71d33e25e8d- 1To store the value in memoryfalse
- 2To delete the value in memoryfalse
- 3for outputfalse
- 4all of the abovetrue
- Show AnswerHide 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.
Q: Which of the following memory has the least access time?
632 163ecc5b2b0030e718d7cd000
63ecc5b2b0030e718d7cd000- 1cache memorytrue
- 2Magnetic bubble memoryfalse
- 3Magnetic core memoryfalse
- 4random access memoryfalse
- Show AnswerHide 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.