Computer Assignment
Computer Assignment
Input Devices
Devices used to enter data into a computer, e.g., keyboard, mouse, scanner, microphone.
Output Devices
Display processed data, e.g., monitor, printer, speakers.
Motherboard
The main circuit board that connects all hardware components, including the CPU, memory, and storage.
Conclusion:
A computer operates by integrating hardware and software components to process, store, and communicate
data efficiently. Each component plays a vital role in ensuring smooth performance.
Mail Merge in MS Word
3. What is Mail Merge? Explain the steps to Mail Merge two documents using MS Word.
Mail Merge is a feature in MS Word that allows users to create bulk documents (such as letters, emails, or
labels) while personalizing certain elements, such as names and addresses. It helps automate repetitive
tasks, making it useful for business letters, invitations, and reports.
Steps to Mail Merge in MS Word:
Conclusion:
Mail Merge is a powerful tool for automating personalized document creation. By following these steps, you
can efficiently merge two documents using MS Word and save time on repetitive tasks.
Assignment: Student Marksheet Calculation
5. Students Mark sheet Number calculation
Objective:
To calculate the Total Marks, Average Marks, Maximum Marks, Minimum Marks, and Grade for
each student based on their subject scores.
Tasks to Perform:
01 95 90 96 281 93.67 96 90 A+
02 70 75 75 220 73.33 75 70 B
03 80 87 83 250 83.33 87 80 A
04 65 60 67 192 64.00 67 60 C
05 25 35 21 81 27.00 35 21 F
Conclusion:
In this assignment, we used basic mathematical operations to analyze student performance and
assign grades. The method is useful for evaluating academic results efficiently.
Microsoft PowerPoint
7. What is MS PowerPoint? Write the necessary steps to create a PowerPoint presentation. How
to apply a different design to just one slide?
Microsoft PowerPoint is a presentation software developed by Microsoft that allows users to create
slideshows with text, images, animations, videos, and other multimedia elements. It is widely used for
business, education, and personal presentations.
• Steps to Create a PowerPoint Presentation:
Conclusion:
PowerPoint is a powerful tool for creating professional presentations with customized slide designs. By
following these steps, users can enhance their presentations effectively.
Data Types in MS Access
3. Number
- Stores numeric values used for calculations.
- Example: Integer, Long Integer, Single, Double.
- Used for storing quantities, IDs, and other numerical data.
4. Currency
- Stores monetary values with up to four decimal places.
- Prevents rounding errors in financial calculations.
- Example: $1000.50 or 99.99 USD.
5. AutoNumber
- Automatically generates a unique number for each record.
- Used as a primary key to uniquely identify records.
6. Date/Time
- Stores dates and times.
- Formats include Short Date (MM/DD/YYYY), Long Date, and Time.
- Example: 03/08/2025, 10:30 AM.
7. Yes/No (Boolean)
- Stores True/False, Yes/No, or On/Off values.
- Used for checkboxes and status indicators.
8. Hyperlink
- Stores web addresses (URLs), email links, or file paths.
- Example: https://www.microsoft.com
9. Attachment
- Allows files like images, documents, or PDFs to be stored in a record.
- Example: Storing a scanned receipt or a profile picture.
Conclusion:
Each data type in MS Access is designed for specific kinds of data, ensuring efficient storage and retrieval.
Choosing the right data type improves data integrity, accuracy, and performance of the database.