Computer Fundamentals Office Automation Tools Notes
Computer Fundamentals Office Automation Tools Notes
(PALWAL)
NOTES
BBA 1ST Sem
Characteristics of a Computer
1. Speed:
o Computers can process data and execute instructions at incredible
speeds, measured in fractions of a second (microseconds,
nanoseconds).
2. Accuracy:
o They perform calculations and execute tasks with a high degree of
precision. Errors typically occur only due to human input or
programming flaws.
3. Automation:
o Once programmed, computers can perform a sequence of tasks
automatically without requiring additional human intervention.
4. Versatility:
o Computers can perform a variety of tasks ranging from simple
calculations to complex simulations, provided they are
programmed accordingly.
5. Storage:
o Computers can store vast amounts of data and retrieve it quickly.
They have primary (RAM) and secondary (hard drives, SSDs) storage
systems for data handling.
6. Connectivity:
o Modern computers can connect to other devices and networks,
enabling communication and data sharing across the globe (e.g., via
the Internet).
7. Multitasking:
o They can perform multiple tasks simultaneously, such as running
multiple programs or processes concurrently.
8. Diligence:
o Unlike humans, computers do not suffer from fatigue or lack of
concentration. They can operate continuously without loss of
efficiency.
9. Reprogramming:
o Computers can be reprogrammed to perform different tasks by
changing the software or instructions they follow.
10.Data Processing:
o They process data in raw form and produce meaningful output
(information), making them essential tools in decision-making.
Limitations of a Computer
1. No Intelligence:
o Computers cannot think, reason, or make decisions on their own.
They rely entirely on pre-programmed instructions and human
input.
2. Lack of Emotions:
o Computers cannot understand or express emotions, which limits
their ability to handle tasks requiring empathy or subjective
judgment.
3. Dependence on Input:
o They are entirely dependent on humans for input and instructions.
Incorrect or incomplete input leads to incorrect output (GIGO:
Garbage In, Garbage Out).
4. High Initial Cost:
o The acquisition, setup, and maintenance of advanced computers
can be expensive, especially for high-performance systems.
5. No Self-Healing:
o Computers cannot fix their own software or hardware issues.
Human intervention is required for troubleshooting and
maintenance.
6. Vulnerability:
o Computers are susceptible to cyberattacks, viruses, malware, and
unauthorized access, which can compromise data security.
7. Environmental Impact:
o The manufacturing, operation, and disposal of computers
contribute to electronic waste and environmental concerns.
8. Limited Creativity:
o Computers cannot generate original ideas or creative content
without specific programming or guidance.
9. Resource Dependency:
o They require electricity, software, and hardware compatibility to
function, limiting their usability in resource-constrained
environments.
Binary Addition
Binary addition follows these rules:
1. 0+0=00 + 0 = 00+0=0
2. 0+1=10 + 1 = 10+1=1
3. 1+0=11 + 0 = 11+0=1
4. 1+1=101 + 1 = 101+1=10 (0 carry 1)
Example:
Add 101121011_210112 and 110121101_211012:
markdown
1011
+ 1101
-------
11000
Binary Subtraction
Binary subtraction uses these rules:
1. 0−0=00 - 0 = 00−0=0
2. 1−0=11 - 0 = 11−0=1
3. 1−1=01 - 1 = 01−1=0
4. 0−1=10 - 1 = 10−1=1 (borrow 1 from the next higher bit)
Example:
Subtract 110121101_211012 from 10111210111_2101112:
markdown
10111
- 01101
---------
01010
Charts
1. Purpose:
o Visualize data for easier interpretation and decision-making.
2. Creating a Chart:
o Highlight the data range.
o Go to the "Insert" tab and select a chart type (e.g., bar, line, pie).
3. Types of Charts:
o Column/Bar Chart: Compare categories or track changes over time.
o Line Chart: Display trends.
o Pie Chart: Show proportions of a whole.
o Scatter Plot: Analyze relationships between variables.
4. Customizing Charts:
o Add titles, legends, and data labels.
o Format axes, change colors, and modify chart styles.
3. Organizational Charts
Purpose:
Organizational charts visually represent hierarchies or relationships in an
organization or process.
Creating an Organizational Chart:
1. Go to the "Insert" tab and click "SmartArt."
2. Select "Hierarchy" and choose a chart style.
3. Add text to the chart boxes and adjust the layout using the "SmartArt
Tools" tab.
5. WordArt
Purpose:
WordArt enhances text with decorative styles and effects.
Adding WordArt:
1. Go to the "Insert" tab and click "WordArt."
2. Choose a style and type your text.
3. Use the "Format" tab to customize the color, shape, shadow, and effects.
6. Layering Art Objects
Definition:
Layering involves placing multiple objects (e.g., images, text boxes, shapes) on
top of each other.
Managing Layers:
1. Select an object.
2. Use the "Arrange" option in the "Home" or "Format" tab.
3. Options include:
o Bring to Front: Moves an object above others.
o Send to Back: Moves an object below others.
o Align: Align multiple objects for a clean layout.
o Group: Combine multiple objects into one for easier manipulation.
o