Computer Questions Practice Question and Answer
8Q: _________ is a specialized server that enables the client to share application and data across the network. 1774 45b5cc6bde4d2b4197774d92e
5b5cc6bde4d2b4197774d92e- 1Mass Serverfalse
- 2File servertrue
- 3Data Serverfalse
- 4Host Serverfalse
- Show Answer
- Workspace
- SingleChoice
Answer : 2. "File server"
Explanation :
Answer: B) File server Explanation:
Q: The depth of a complete binary tree is given by 1685 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 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: What are the four main functions of a computer? 1609 05b5cc6b7e4d2b4197774d638
5b5cc6b7e4d2b4197774d638- 1Data, information, bits and bytesfalse
- 2Hardware, software, modeling and operationsfalse
- 3Input, processing, output and storagetrue
- 4Learning, thinking, intelligence and virtuosityfalse
- Show Answer
- Workspace
- SingleChoice
Answer : 3. "Input, processing, output and storage"
Explanation :
Answer: C) Input, processing, output and storage Explanation: The four main functions of a computer are :: 1. Input, 2. Processing, 3. Output and 4. Storage
Q: Which protocol does ping use? 1574 15b5cc6a2e4d2b4197774cbcd
5b5cc6a2e4d2b4197774cbcd- 1ICMPtrue
- 2TCPfalse
- 3BootPfalse
- 4ARPfalse
- Show Answer
- Workspace
- SingleChoice
Answer : 1. "ICMP"
Explanation :
Answer: A) ICMP Explanation: ICMP means Internet Control Message Protocol and is always coupled with the IP protocol (There are 2 ICMP variants one for IPv4 and one for IPv6.) echo request and echo response are the two operation codes of ICMP used to implement ping.
Q: CTRL + ] is used for 1556 05b5cc6a0e4d2b4197774ca3d
5b5cc6a0e4d2b4197774ca3d- 1Re-dofalse
- 2Right align textfalse
- 3Increase in font sizetrue
- 4Expand or collapse the ribbonfalse
- Show Answer
- Workspace
- SingleChoice
Answer : 3. "Increase in font size"
Explanation :
Answer: C) Increase in font size Explanation: CTRL + ] is a computer shortcut and is used for Increase in font size. Shortcuts : Re-do ---- Ctrl + Y Right align text ---- Ctrl + R Expand or collapse the ribbon ---- Ctrl + F1
Q: A report generator is used to 1544 15b5cc69be4d2b4197774c801
5b5cc69be4d2b4197774c801- 1print files on papertrue
- 2data entryfalse
- 3update filesfalse
- 4All the abovefalse
- Show 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: The base of a binary number is -
1501 363e9fba70fa4111f87da4a68
63e9fba70fa4111f87da4a68- 14false
- 22true
- 316false
- 48false
- Show Answer
- Workspace
- SingleChoice
Answer : 2. "2"
Q: Which technology is used in compact disks? 1460 15b5cc690e4d2b4197774c427
5b5cc690e4d2b4197774c427- 1Lasertrue
- 2Mechanicalfalse
- 3Electricalfalse
- 4Electro magneticfalse
- Show 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.