Computer GK Practice Question and Answer
8 Q: What is called the syntax analysis part in the machine language transformation of a high-level language?
1470 063bfe8feb1afa963d16d8e8b
63bfe8feb1afa963d16d8e8b- 1lexical analysisfalse
- 2semantic analysisfalse
- 3parsingtrue
- 4linkingfalse
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 3. "parsing"
Explanation :
Parsing, in high-level language transformation, is the analysis of code syntax using formal grammar rules. It checks for errors and creates a parse tree representing the code's structure. This tree guides the generation of machine code or program execution, ensuring correct interpretation and execution of the source code.
Q: What is the difference between pressing Ctrl+X and Ctrl+C buttons in MS Word 2010?
1466 064a5654f8ecb104cc6265dbd
64a5654f8ecb104cc6265dbd- 1Ctrl+x is used to paste the text and Ctrl+c is used to copy the text.false
- 2Ctrl+x is used to cut the text and Ctrl+c is used to copy the text.true
- 3Ctrl+x is used to copy the text and Ctrl+c is used to cut the text.false
- 4Ctrl+x is used to select text and Ctrl+c is used to copy text.false
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 2. "Ctrl+x is used to cut the text and Ctrl+c is used to copy the text."
Explanation :
Ctrl+x is used to cut the text and Ctrl+c is used to copy the text.
Q: How do you open a Search window from the Metro screen?
1459 063eccd01b0030e718d7cef96
63eccd01b0030e718d7cef96- 1Windows Key + Strue
- 2Click on the search tilefalse
- 3Type the word searchfalse
- 4Window key + Ffalse
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 1. "Windows Key + S"
Explanation :
To open a Search window from the Metro screen (also known as the Start screen) in Windows 8 and later versions, you can press the Windows Key + S keyboard shortcut. This will bring up the Search charm, allowing you to search for apps, files, settings, and other content on your computer.
Q: Which represents the fifth generation of computers?
1453 163fc85b4a9f6c7de5196b9d2
63fc85b4a9f6c7de5196b9d2- 1Micro Processorfalse
- 2Mini Computerfalse
- 3Micro Computerfalse
- 4Super Computertrue
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 4. "Super Computer"
Q: What is the computer language COBOL useful for?
1450 062ff6aa9a6d1894ab15654da
62ff6aa9a6d1894ab15654da- 1Professional worktrue
- 2Graphic workfalse
- 3Scientific workfalse
- 4none of thesefalse
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 1. "Professional work"
Explanation :
COBOL (Common Business Oriented Language) is a high-level programming language primarily used for business, finance, and administrative systems within companies and governments. It is particularly useful for handling large-scale, data-centric applications in areas such as accounting, payroll, inventory management, and other business-related tasks. COBOL is known for its readability and ease of use, making it suitable for professionals working on applications that require extensive data processing and business logic. Despite being an older language, COBOL continues to be used in many legacy systems, especially in industries where stability and reliability are paramount.
Q: Where is the taskbar in Windows 10?
1439 064b911c0e154aff53380d9d2
64b911c0e154aff53380d9d2- 1Left side of the screenfalse
- 2At the bottom of the screentrue
- 3In the centre of the screenfalse
- 4On the right side of the screenfalse
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 2. "At the bottom of the screen"
Explanation :
1. The first and main part of the taskbar is the Start Button. Which is situated in the bottom left corner. It is also called Menu Button. Its structure also depends on the Windows version. It can be round, square, or rectangular.
2. All Programs, Folders and Settings are accessed with the help of the Start Button. From here you can find the program of your choice, run it and create its desktop shortcut.
Q: Which of the following are Operators in C?
1438 063e62c1aef10d51b16bfe124
63e62c1aef10d51b16bfe124- 1arithmetic operatorsfalse
- 2logical operatorfalse
- 3relational operatorsfalse
- 4all of the abovetrue
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 4. "all of the above"
Explanation :
Operators are symbols that we use when performing operations on one or more operands. The primary types of operators in C are arithmetic, logical, relational, conditional, bitwise, and assignment.
Q: Which of the following memory has the least access time?
1436 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.

