Computer Questions Practice Question and Answer
8Q: In MS-Word, for what does ruler help? 1604 15b5cc69ce4d2b4197774c846
5b5cc69ce4d2b4197774c846- 1to set indentsfalse
- 2to change page marginsfalse
- 3to set tabsfalse
- 4All the abovetrue
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 4. "All the above"
Explanation :
Answer: D) All the above Explanation: In MS-Word, the Ruler function helps align the text, graphic, tables or other elements in your document.
Q: A report generator is used to 1347 15b5cc69be4d2b4197774c801
5b5cc69be4d2b4197774c801- 1print files on papertrue
- 2data entryfalse
- 3update filesfalse
- 4All the abovefalse
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 1. "print files on paper"
Explanation :
Answer: A) print files on paper Explanation: A report generator is a computer program whose purpose is to take data from a source such as a database, XML stream or a spreadsheet, and use it to produce a document in a format which satisfies a particular human readership. Hence, A report generator is used to print files on paper.
Q: System Study involves 2101 05b5cc69be4d2b4197774c7d9
5b5cc69be4d2b4197774c7d9- 1documenting the existing systemfalse
- 2identifying current deficiencies and establishing new goalsfalse
- 3study of an existing systemfalse
- 4All the abovetrue
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 4. "All the above"
Explanation :
Answer: D) All the above Explanation:
Q: Which of the following data structure is linear type? 17508 05b5cc696e4d2b4197774c55b
5b5cc696e4d2b4197774c55b- 1Treefalse
- 2Binary Treefalse
- 3Queuetrue
- 4Graphfalse
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 3. "Queue"
Explanation :
Answer: C) Queue Explanation: A data structure is a specialized format for organizing and storing data. General data structure types include the array, the file, the record, the table, the tree, and so on. Any data structure is designed to organize data to suit a specific purpose so that it can be accessed and worked with in appropriate ways. Linear data structure: A linear data structure traverses the data elements sequentially, in which only one data element can directly be reached. Ex: Arrays, Linked Lists, Stack, Queue, Any type of List all are linear. Trees like Binary Tree, B Tree or B+ Tree are examples of non linear data structure.
Q: The depth of a complete binary tree is given by 1331 05b5cc694e4d2b4197774c4d0
5b5cc694e4d2b4197774c4d0- 1Dn = log 2 (n+1)true
- 2Dn = log 1/2 (n+1)false
- 3Dn = log (n+1)false
- 4Dn = log 2 (n-1)false
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 1. "Dn = log 2 (n+1)"
Explanation :
Answer: A) Dn = log 2 (n+1) Explanation: A complete binary tree is a binary tree where all the levels have maximum number of nodes except possibly the last level. The depth of complete binary tree of n nodes will be Dn=log 2 (n+1) where Dn is the height or depth of the tree and n is the number of nodes.
Q: Size of the primary memory of a pc ranges between 1987 05b5cc694e4d2b4197774c4a2
5b5cc694e4d2b4197774c4a2- 1256 kb to 640 kbtrue
- 264 kb to 256 kbfalse
- 3256 kb to 512 kbfalse
- 42 kb to 8 kbfalse
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 1. "256 kb to 640 kb"
Explanation :
Answer: A) 256 kb to 640 kb Explanation: Size of the primary memory of a PC ranges between 256 KB to 640 KB.
Q: Which technology is used in compact disks? 1316 15b5cc690e4d2b4197774c427
5b5cc690e4d2b4197774c427- 1Lasertrue
- 2Mechanicalfalse
- 3Electricalfalse
- 4Electro magneticfalse
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 1. "Laser"
Explanation :
Answer: A) Laser Explanation: Compact disc (CD) is a digital optical disc data storage format that was co-developed by Philips and Sony and released in 1982. These are actually made to replace floppy disks that were used to store files and programs from the computer. The format was originally developed to store and play only sound recordings but was later adapted for storage of data (CD-ROM). These CD's uses Laser technology.
Q: Which of the following is not purely output device? 2592 15b5cc688e4d2b4197774c32c
5b5cc688e4d2b4197774c32c- 1Printerfalse
- 2Speakerfalse
- 3Plotterfalse
- 4Screentrue
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 4. "Screen"
Explanation :
Answer: D) Screen Explanation: A touch screen is the only device which works as both an input and an output device among the given options. You view the options available to you on the screen (output) and you then use your finger to touch the option that you have chosen (input). Hence, Screen is not purely output device.