All questions of Computer Knowledge Section Wise Tests for Bank Exams Exam

This software lets one create, edit, format, store, and print text and graphics in one document-
  • a)
    Word Processing/Desktop Publishing
  • b)
    Electronic Spreadsheets
  • c)
    Database Management
  • d)
    None of these
Correct answer is option 'A'. Can you explain this answer?

Mainak Ghosh answered
Understanding Word Processing/Desktop Publishing
Word processing and desktop publishing software are essential tools in document creation, allowing for a versatile range of functionalities.
Key Features of Word Processing/Desktop Publishing:
- Document Creation: Users can create text documents, reports, and letters with ease.
- Edit and Format: These tools enable users to edit text, change fonts, sizes, colors, and apply various formatting styles to enhance readability and presentation.
- Graphical Integration: Users can incorporate graphics, images, and charts, making documents visually appealing and informative.
- Storage and Organization: Documents can be stored in various formats and organized in folders for easy retrieval.
- Print Capabilities: The software allows for direct printing of documents, ensuring high quality and precise layout.
Why Other Options Are Not Suitable:
- Electronic Spreadsheets: Primarily designed for data organization and numerical calculations, not for comprehensive text and graphics integration.
- Database Management: Focuses on data storage, retrieval, and management, lacking the document formatting capabilities that word processing offers.
Conclusion:
Given the outlined features, the correct answer is indeed option 'A', as word processing and desktop publishing software uniquely combine text and graphic functionalities in a single document, making it an indispensable tool for both personal and professional use.

Technique to implement virtual memory where memory is divided into units of fixed size memory is-
  • a)
    Paging
  • b)
    Defragments
  • c)
    Segmentation
  • d)
    None of these
Correct answer is option 'A'. Can you explain this answer?

Kavya Saxena answered
Answer : a)Paging
  1. Technique to implement virtual memory where memory is divided into units of fixed size memory is Paging.
  2. The most common way of allocating memory to processes in modern operating systems is a type of non-contiguous allocation called paging

Resolution of laser printer is specified in terms of
  • a)
    DPI
  • b)
    LPM
  • c)
    CPM
  • d)
    PPM
Correct answer is option 'A'. Can you explain this answer?

Kiran Mehta answered
DPI = Dots Per Inch.
Dots per inch 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.

A standard intended to connect relatively low-speed devices such as keyboards, mice, modems and printers is-
  • a)
    Access bus
  • b)
    Access time
  • c)
    Connector
  • d)
    None of these
Correct answer is option 'A'. Can you explain this answer?

Varun Kapoor answered
Access Bus : It is a new standard intended to connect relatively low-speed devices such as keyboards, mice, modems and printers. It runs on a thin four-wire cable that resembles the one that currently connects the keyboard or mouse to your computer. It also supports hot plugging i.e., one can disconnect peripherals and plug them in without letting computer shut down or reconfigure the system. 

A buffer is meant for :
  • a)
    Preventing mechanical shock to computers .
  • b)
    Helping ALU
  • c)
    Facilitate control unit.
  • d)
    Providing temporary storage between CPU and I/O device .
Correct answer is option 'D'. Can you explain this answer?

Diya Choudhary answered
A buffer is meant for providing temporary storage between CPU and I/O device.

A buffer is an area of memory that is used to temporarily store data while it is being transferred between different components of a computer system. It acts as a bridge between the central processing unit (CPU) and input/output (I/O) devices.

Why is a buffer needed?

When data is being transferred between the CPU and an I/O device, there can be a difference in the speed at which the two components can send and receive data. This speed difference can cause issues such as data loss or data corruption if not properly managed. A buffer helps to overcome these issues by providing temporary storage for the data.

Preventing data loss and corruption:

When data is transferred from an I/O device to the CPU, it is typically sent in chunks or packets. If the CPU is not ready to receive the data, it may be lost or corrupted. By using a buffer, the data can be temporarily stored until the CPU is ready to process it. This ensures that no data is lost or corrupted during the transfer.

Allowing asynchronous operation:

In many computer systems, the CPU and I/O devices operate asynchronously, meaning they can perform tasks independently of each other. A buffer allows for this asynchronous operation by storing data temporarily until the CPU is ready to process it. This allows the I/O devices to continue sending data at their own pace without having to wait for the CPU.

Reducing overhead:

Using a buffer can also help to reduce the overhead associated with data transfer. Instead of transferring data one byte at a time, which can be inefficient, the data can be transferred in larger chunks or blocks. This reduces the number of times the CPU and I/O devices need to communicate, improving overall system performance.

Conclusion:

In summary, a buffer is meant to provide temporary storage between the CPU and I/O devices. It helps to prevent data loss and corruption, allows for asynchronous operation, and reduces overhead in data transfer. By using a buffer, computer systems can efficiently transfer data between different components without encountering issues.

The name of the computer program that are written for making use of a computer-
  • a)
    Command driven program
  • b)
    Application program
  • c)
    Utilities program
  • d)
    Customized program
Correct answer is option 'B'. Can you explain this answer?

Explanation:

Computer programs are the set of instructions that are written to perform specific tasks. These programs can be broadly classified into three categories: system software, application software, and utilities software.

The options given in the question are:

a) Command driven program - These are programs that are operated by typing commands in the command prompt. They are mostly system software and are not designed for general users.

b) Application program - These are programs that are written for specific tasks such as word processing, spreadsheet calculations, database management, etc. They are designed for general users and are the most commonly used programs.

c) Utilities program - These are programs that are designed to perform system-related tasks such as disk cleanup, antivirus scanning, backup, etc. They are mostly system software but can be used by general users as well.

d) Customized program - These are programs that are developed for specific users or organizations to meet their specific needs. They are not general-purpose programs and are not commonly used.

In the given options, the correct answer is option 'B' - Application program. These programs are designed for general users and are the most commonly used programs.

Conclusion:

In conclusion, computer programs are classified into three categories: system software, application software, and utilities software. The correct answer to the given question is option 'B' - Application program, which is designed for general users and is the most commonly used program.

In problem solving :
  • a)
    Define the problem and carry out feasibility study
  • b)
    Define the problem and do System analysis
  • c)
    Do System analysis and define the problem
  • d)
    You may proceed in any sequence
Correct answer is option 'B'. Can you explain this answer?

Understanding the Problem-Solving Process
In problem-solving, particularly in system development, defining the problem and conducting a thorough system analysis are critical steps.
Why Option B is Correct?
- Define the Problem:
- Clearly articulating the problem helps to establish the foundation for all subsequent steps.
- This involves understanding the needs, objectives, and constraints involved in the situation.
- System Analysis:
- After defining the problem, conducting a system analysis allows for a detailed examination of the current system.
- This step involves evaluating how the existing system operates, identifying its weaknesses, and exploring potential solutions.
Importance of the Sequence
- Logical Flow:
- Defining the problem first provides clarity and direction. Without a clear definition, system analysis can lead to misguided conclusions.
- Effective Solutions:
- A well-defined problem ensures that the analysis focuses on the right issues, ultimately leading to more effective and targeted solutions.
Other Options Explained
- Option A: Defining the problem followed by a feasibility study is less effective in understanding the system’s current state.
- Option C: Performing system analysis before defining the problem can lead to confusion and misalignment of objectives.
- Option D: While flexibility in approach can be beneficial, a structured sequence ensures a thorough understanding and effective problem resolution.
In conclusion, by prioritizing the definition of the problem followed by a comprehensive system analysis, you lay the groundwork for effective problem-solving and solution implementation.

The main memory of the computer
  • a)
    Controls the operations of computer
  • b)
    Performs data processing functions
  • c)
    Stores data and programs
  • d)
    None of these
Correct answer is option 'C'. Can you explain this answer?

Pranav Mehta answered
Main Memory: Definition and Role
Main memory, commonly referred to as RAM (Random Access Memory), is a critical component of a computer system. It serves as the primary storage area for data and programs that are currently in use, enabling the CPU to access and process information quickly.
Functions of Main Memory
- Storage of Data: Main memory temporarily holds data that the CPU needs for processing. This includes both the input data and the data generated during computations.
- Storage of Programs: It stores active programs and applications, allowing them to run efficiently. When a program is executed, it is loaded from secondary storage (like a hard drive) into the main memory.
- Fast Access: Main memory provides rapid access to data compared to other storage types, such as hard drives or SSDs. This speed is essential for the performance of applications and overall system responsiveness.
Why Option C is Correct
While options A and B mention controlling operations and performing data processing functions, these tasks are primarily handled by the CPU. The CPU utilizes the main memory to retrieve instructions and data, but the actual control and processing are its responsibilities. Therefore, the defining role of the main memory is best summarized in option C.
Conclusion
In summary, main memory is vital for storing data and programs that are actively being used by the computer, which is why option C accurately describes its primary function. Understanding this concept is essential for anyone preparing for bank exams or delving into computer fundamentals.

The first version of MS Office to be released for the Microsoft Windows operating system is-
  • a)
    Microsoft Office 3.0
  • b)
    Microsoft Office 2003
  • c)
    Microsoft Office 2007
  • d)
    Microsoft Office XP
Correct answer is option 'A'. Can you explain this answer?

Arpita Pillai answered
Introduction to MS Office for Windows
The first version of Microsoft Office specifically designed for the Microsoft Windows operating system was Microsoft Office 3.0, released in 1992. This marked a significant step in the evolution of productivity software.
Key Features of Microsoft Office 3.0
- Integration of Applications: Microsoft Office 3.0 included popular applications such as Word, Excel, and PowerPoint, allowing users to create documents, spreadsheets, and presentations seamlessly.
- User Interface: This version introduced a more user-friendly interface that utilized the Windows graphical environment, making it easier for users to navigate and operate.
- Windows Compatibility: Being the first version for Windows, it took full advantage of the Windows operating system’s features, such as drag-and-drop functionality and better file management.
Subsequent Versions
- Microsoft Office 2003, Microsoft Office 2007, and Microsoft Office XP were released later, each bringing enhancements and new features but were not the first to be compatible with Windows.
- Office Evolution: Each subsequent version built upon the foundation laid by Office 3.0, incorporating more advanced features, such as improved collaboration tools and enhanced security.
Conclusion
In conclusion, Microsoft Office 3.0 was instrumental in establishing Microsoft’s dominance in the productivity software market for Windows. Its integration of essential applications and user-friendly interface set a standard for future releases.

Chapter doubts & questions for Computer Knowledge Section Wise Tests - RBI Grade B Mock Test Series & Past Year Papers 2025 2025 is part of Bank Exams exam preparation. The chapters have been prepared according to the Bank Exams exam syllabus. The Chapter doubts & questions, notes, tests & MCQs are made for Bank Exams 2025 Exam. Find important definitions, questions, notes, meanings, examples, exercises, MCQs and online tests here.

Chapter doubts & questions of Computer Knowledge Section Wise Tests - RBI Grade B Mock Test Series & Past Year Papers 2025 in English & Hindi are available as part of Bank Exams exam. Download more important topics, notes, lectures and mock test series for Bank Exams Exam by signing up for free.

Top Courses Bank Exams