General Computer Questions Practice Question and Answer
8Q: A world wide web contains web pages 26655 05b5cc642e4d2b4197774bb39
5b5cc642e4d2b4197774bb39- 1residing in many computers linked together using HTML.true
- 2with links to other web pages.false
- 3residing in many computers.false
- 4created using HTML.false
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 1. "residing in many computers linked together using HTML."
Explanation :
Answer: A) residing in many computers linked together using HTML. Explanation: A world wide web contains web pages residing in many computers linked together using HTML.
Q: Translator program used in assembly language 1214 05b5cc64de4d2b4197774bc75
5b5cc64de4d2b4197774bc75- 1Assemblertrue
- 2Interpreterfalse
- 3Compilerfalse
- 4Operating systemfalse
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 1. "Assembler"
Explanation :
Answer: A) Assembler Explanation: Assemblers are used to translate a program written in a low-level assembly language into a machine code (object code) file so it can be used and executed by the computer. Hence, Assembler is the translator program used in assembly language.
Q: The memory unit is one part of 4009 05b5cc699e4d2b4197774c6c8
5b5cc699e4d2b4197774c6c8- 1Input Devicefalse
- 2Central Processing Unittrue
- 3Control Unitfalse
- 4Output devicefalse
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 2. "Central Processing Unit"
Explanation :
Answer: B) Central Processing Unit Explanation: In a computer, memory is one part of Central processing unit i.e, CPU.
Q: Which memory needs refresh? 2028 05b5cc5ffe4d2b4197774b421
5b5cc5ffe4d2b4197774b421- 1DRAMtrue
- 2SRAMfalse
- 3ROMfalse
- 4None of thesefalse
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 1. "DRAM"
Explanation :
Answer: A) DRAM Explanation: Memory refresh is the process of periodically reading information from an area of computer memory and immediately rewriting the read information to the same area without modification, for the purpose of preserving the information. Memory refresh is a background maintenance process required during the operation of semiconductor dynamic random-access memory (DRAM), the most widely used type of computer memory.
Q: Which memory is nonvolatile? 1489 05b5cc604e4d2b4197774b4ed
5b5cc604e4d2b4197774b4ed- 1Floppy discsfalse
- 2Magnetic tapefalse
- 3ROMfalse
- 4All of the abovetrue
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 4. "All of the above"
Explanation :
Answer: D) All of the above Explanation: A computer has two types of memory. 1. Non-volatile and 2. Volatile. Volatile memory is computer memory that requires power to maintain the stored information. * It is a temporary memeory which cannot contain information permanently. Example :: RAM or Random Access Memory Non-volatile memory is computer memory that can retain the stored information even when not powered. * It is a permanent memory in which data is stored in permanently. Examples :: Hard disc, ROM, Floppy discs, Magnetic tape,...
Q: The resolution of a printer is measured in 1768 05b5cc626e4d2b4197774b869
5b5cc626e4d2b4197774b869- 1DPItrue
- 2Megabitsfalse
- 3Hertzfalse
- 4Inchesfalse
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 1. "DPI"
Explanation :
Answer: A) DPI Explanation: Dots per inch (DPI, or dpi) is a measure of spatial printing or video or image scanner dot density, in particular the number of individual dots that can be placed in a line within the span of 1 inch (2.54 cm).
Q: Word length of a personal computer is 2318 05b5cc642e4d2b4197774bb7c
5b5cc642e4d2b4197774bb7c- 132 bitfalse
- 216 bitfalse
- 38 bittrue
- 44 bitfalse
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 3. "8 bit"
Explanation :
Answer: C) 8 bit Explanation: Word length refers to the number of bits processed by a computer's CPU in one go. These days, typically 32 bits or 64 bits are used. Data bus size, instruction size, address size are usually multiples of the word size.
Q: Which key is used for the last action? 2430 05b5cc6a4e4d2b4197774cc67
5b5cc6a4e4d2b4197774cc67- 1Ctrl + Dfalse
- 2Alt + Zfalse
- 3Ctrl + Ztrue
- 4Alt + Dfalse
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 3. "Ctrl + Z"
Explanation :
Answer: C) Ctrl + Z Explanation: For undo the action or last action [Ctrl + Z] is used.