F Using Word Processing, Spreadsheets, and Database Software
F Using Word Processing, Spreadsheets, and Database Software
Spreadsheets, and
Database Software
John Joseph T. Amiler
SLIDESMANIA.COM
Introduction
● In today's digital era, the significance of utilizing software
for document creation, data analysis, and information
management cannot be overstated.
● These tools have transformed traditional methods, offering
streamlined processes, collaboration, and insights.
● Document creation software like Microsoft Word and
Google Docs facilitates dynamic and collaborative writing,
while data analysis tools such as Excel and Python's
Pandas enable efficient processing and interpretation of
SLIDESMANIA.COM
large datasets.
Introduction
● Information management software, exemplified by
systems like MySQL and SharePoint, empowers
organizations to organize and retrieve data efficiently.
● The integration of AI and machine learning enhances these
tools with automated tasks and predictive capabilities.
● As technology advances, software for these purposes
continues to shape the way information is handled and
leveraged.
SLIDESMANIA.COM
1
Word Processing
SLIDESMANIA.COM
Word Processing
● Word processing software refers to computer applications
designed to create, edit, format, and manipulate
textual content in a digital format.
● This type of software provides users with a range of tools
and features for composing documents, such as letters,
reports, memos, and more.
● Word processing software offers capabilities that mimic or
enhance traditional typewriting and publishing tasks,
allowing users to work efficiently, collaboratively, and
SLIDESMANIA.COM
2. Formatting Tools
● Users can apply various formatting options to text, such
as font style, size, color, alignment, and spacing. This
feature ensures consistent and visually appealing
document layouts.
SLIDESMANIA.COM
Key functions: Word Processing
3. Styling Elements
● The software often includes tools to add styling elements
like headings, subheadings, bullet points, numbered lists,
and indents, which enhance the document's organization
and readability.
SLIDESMANIA.COM
Key functions: Word Processing
●
Demonstrating basic formatting
and editing techniques
1. Bold and Italic Formatting
● Select the text you want to format.
● Click the "B" button to make the selected text bold.
● Click the "I" button to make the selected text italic.
SLIDESMANIA.COM
Demonstrating basic formatting
and editing techniques
2. Headings and Subheadings
● Use different heading styles (e.g., Heading 1, Heading 2)
for different sections.
● Highlight the text and apply the appropriate heading
style.
SLIDESMANIA.COM
Demonstrating basic formatting
and editing techniques
3. Bulleted and Numbered Lists
● Create a bulleted list:
○ Select the text you want to turn into a bulleted list.
○ Click the "Bulleted list" button.
1. Data Entry
● Users can input data into cells, which are organized in
rows and columns, allowing for easy organization and
tracking of information.
SLIDESMANIA.COM
Key functions: Spreadsheets
3. Data Analysis
● Users can analyze data using features such as sorting,
filtering, and pivot tables to extract insights and trends
from large datasets.
SLIDESMANIA.COM
Key functions: Spreadsheets
5. Automation
● Macros and scripting enable users to automate repetitive
tasks and create custom functions.
SLIDESMANIA.COM
Use cases of
Spreadsheets
Financial Calculations Budgeting and Planning
● Create financial models, perform ● Create a budget template in
calculations for interest rates, Excel or use dedicated software.
loan payments, investment ● Allocate funds for various
returns, and more. expenses, track actual spending,
● Utilize built-in functions in Excel and compare against the budget.
or write custom scripts for more ● Adjust the budget based on
complex calculations. actual spending patterns and
SLIDESMANIA.COM
financial goals.
Use cases of
Spreadsheets
Inventory Tracking
● Record incoming and outgoing
inventory, monitor stock levels,
and set up reorder points.
● Use software to automate
inventory tracking, generate
reports, and analyze inventory
turnover.
SLIDESMANIA.COM
Examples of
Spreadsheets Software
● Microsoft Excel
● Google Sheets
● Apple Numbers
LibreOffice Calc
SLIDESMANIA.COM
●
Creating a Basic Spreadsheet,
Formulas, and Charts:
1. Creating a Basic Spreadsheet:
● Open the spreadsheet software (e.g., Microsoft Excel).
● Create a new blank spreadsheet.
● Label columns with headers (e.g., "Product Name,"
"Price," "Quantity").
● Enter data into the rows below each header.
SLIDESMANIA.COM
Creating a Basic Spreadsheet,
Formulas, and Charts:
2. Formulas
● In a new cell under the "Total" column, enter a formula
to calculate the total cost: (Price * Quantity)
● The cell will display the calculated total based on the
values in the "Price" and "Quantity" columns.
SLIDESMANIA.COM
Creating a Basic Spreadsheet,
Formulas, and Charts:
3. Charts
● Select the data in the columns "Product Name" and
"Total."
● Navigate to the "Insert" tab and choose a chart type
(e.g., bar chart).
● A chart representing the total cost for each product will
be generated based on the data.
SLIDESMANIA.COM
Creating a Basic Spreadsheet,
Formulas, and Charts:
4. Formatting Cells
● Select the cells you want to format (for instance, select
the entire column for dates).
● Right-click and choose "Format Cells" or use the
formatting options in the toolbar.
● Apply formatting options such as date format, font style,
font color, or cell borders.
SLIDESMANIA.COM
Creating a Basic Spreadsheet,
Formulas, and Charts:
5. Simple Formulas
● In this example, let's calculate the total expenses in
column C.
● In an empty cell (e.g., D2), type "=SUM(C2:C10)" to
calculate the sum of expenses from row 2 to row 10
(adjust the range as needed).
● Press Enter, and the calculated total will appear in cell
SLIDESMANIA.COM
D2.
Creating a Basic Spreadsheet,
Formulas, and Charts:
6. Applying Functions
● Let's say you want to find the average of the expenses in
column C.
● In an empty cell (e.g., E2), type "=AVERAGE(C2:C10)" to
calculate the average of expenses in the specified range.
● Press Enter, and the calculated average will appear in
cell E2.
SLIDESMANIA.COM
Creating a Basic Spreadsheet,
Formulas, and Charts:
7. Autofill
● Excel and Google Sheets allow you to autofill data and
formulas.
● Click and drag the small square at the bottom-right
corner of a cell to autofill data or formulas down a
column.
SLIDESMANIA.COM
Activity
SLIDESMANIA.COM
Database
3
SLIDESMANIA.COM
Database
● Database software is a specialized tool designed to
efficiently store, organize, and manage structured
data, enabling easy retrieval and manipulation.
SLIDESMANIA.COM
Key functions: Database
1. Data Organization
● Structured data organization facilitates efficient data
storage, retrieval, and management.
● It helps in categorizing and storing data in a way that
reflects its real-world relationships, making it easier to
maintain and analyze.
SLIDESMANIA.COM
Key functions: Database
2. Querying
● Databases provide mechanisms for querying and retrieving
specific data from the stored information.
● Querying enables you to retrieve relevant information
quickly.
● With the use of query languages like SQL, you can perform
complex searches, filter data, and generate reports,
supporting data-driven decision-making.
SLIDESMANIA.COM
Key functions: Database
3. Data Integrity
● Databases offer tools to ensure the accuracy and
consistency of the stored data.
● Data integrity mechanisms, such as constraints and
validation rules, prevent the entry of erroneous or
inconsistent data.
● This safeguards data quality and reliability, making the
database a trustworthy source of information.
SLIDESMANIA.COM
Key functions: Database
4. Security
● Databases provide security features to protect data from
unauthorized access and modifications.
● Security measures like user authentication, authorization,
and encryption ensure that only authorized individuals can
access and manipulate the data.
● This prevents data breaches and unauthorized data
tampering.
SLIDESMANIA.COM
Key functions: Database
5. Data Consistency
● Databases support transactions to maintain data
consistency even when multiple users are accessing and
modifying data simultaneously.
● Transactions ensure that database operations are
completed in a way that maintains data integrity.
● If a transaction fails, the database is returned to a
consistent state, preventing data corruption.
SLIDESMANIA.COM
Key functions: Database
preferences.
Use cases of Database
Healthcare Education
● Store patient records, treatment ● Maintain student records, courses,
history, medical data. enrollment information.
● Databases in healthcare securely ● Educational institutions utilize
manage patient records, including databases to store and manage
medical histories, test results, student records, course offerings,
diagnoses, and treatment plans. enrollment information, grades, and
academic progress.
● This information aids healthcare
providers in delivering accurate and ● This data helps administrators,
timely care while maintaining patient teachers, and students access
privacy and data security. accurate and up-to-date educational
information.
SLIDESMANIA.COM
Examples of
Spreadsheets Software
● Microsoft SQL Server
● Oracle Database
● MySQL
PostgreSQL
SLIDESMANIA.COM
●
Activity
SLIDESMANIA.COM