Notes On Computer Sed, ST 2024
Notes On Computer Sed, ST 2024
What is Computer?
  1. The computer is a super-intelligent electronic device that can perform tasks,
     process information, and store data.
  2. It takes the data as an input and processes that data to perform tasks under the
     control of a program and produces the output.
  3. A computer is like a personal assistant that follows instructions to get things
     done quickly and accurately.
  4. It has memory to store information temporarily so that the computer can
     quickly access it when needed.
Computers can be categorized into Digital, Analog and Hybrid based on their design
and working.
 Analog Computers :
         o Used to process data generated by ongoing physical processes. A
            thermometer is an example of an analog computer since it measures the
            change in mercury level continuously.
         o USE: Common examples are simulations in aircrafts, nuclear power
            plants, hydraulic and electronic networks.
 Digital Computers :
        o In digital technology data which can be in the form of letters, symbols
           or numbers is represented in binary form i.e. 0s and 1s.
        o USE: The digital computers are used in industrial, business and
           scientific applications. They are quite suitable for large volume data
           processing.
 Hybrid Computers :
       o Both analog and digital technology are used. It has the speed of analog
           computer and the accuracy of a digital computer.
       o It may accept digital or analog signals but an extensive conversion of
           data from digital to analog and analog to digital has to be done.
       o USE: Commonly used by small to medium-sized businesses for
           accounting, inventory management, and other data-intensive tasks.
 Mainframe Computers:
           o Large and powerful computers
           o Used by large organizations such as banks, airlines, and government
              agencies to process massive amounts of data and handle multiple
              users simultaneously.
 Micro Computers :
           o These are also known as Personal Computers. These type of digital
              computer uses a microprocessor (a CPU on a single chip) and
              include both desktops and laptops.
           o These computers can work on small volume of data, are very
              versatile and can handle variety of applications.
           o Used as work stations, CAD, multimedia and advertising
              applications. Example: portable computers such as PDAs (Personal
              Digital Assistants) and tablets
 Mini Computers :
           o These computers can support multiple users working simultaneously
              on the same machine.
           o Used in an organization where computers in various departments are
              interconnected. These computers are useful for small business
              organizations.
 Super Computers :
           o These are fastest and very expensive computers. They can execute
              billions of instructions per second.
           o These are multiprocessor, parallel systems suitable for specialized
              complex scientific applications involving huge amounts of
              mathematical applications such as weather forecasting.
 Personal Computers:
       o These are small and affordable computers that are designed for
           individual users.
       o Commonly used for personal productivity, entertainment, and
           communication.
 Workstations:
       o These are high-performance computers that are used by professionals
           such as architects, engineers, and designers to run complex software
           applications for tasks such as 3D modeling, animation, and scientific
           visualization.
 Embedded Systems:
       o These are specialized computers that are built into other devices such
          as cars, appliances, and medical equipment to control their operations
          and perform specific functions.
 Mobile Devices:
       o These are small and portable computers that are designed for on-the-go
          use, such as smart phones, tablets, and laptops
   5. Input Unit :
         o The input unit consists of input devices that are attached to the
            computer. These devices take input and convert it into binary language
            that the computer understands. Some of the common input devices are
            keyboard, mouse, joystick, scanner etc.
   6. Central Processing Unit (CPU) :
         o Once the information is entered into the computer by the input device,
            the processor processes it. The CPU is called the brain of the computer
            because it is the control center of the computer.
         o It first fetches instructions from memory and then interprets them so as
            to know what is to be done.
         o   Thereafter CPU executes or performs the required computation and
            then either stores the output or displays on the output device.
         o The CPU has three main components which are responsible for
            different functions –
            Arithmetic Logic Unit (ALU),
            Control Unit (CU) and
            Memory registers
   o Arithmetic and Logic Unit (ALU) :
          The ALU, it performs mathematical calculations and takes logical
            decisions. Arithmetic calculations include addition, subtraction,
            multiplication and division. Logical decisions involve comparison of
            two data items to see which one is larger or smaller or equal.
o Control Unit :
      The Control unit coordinates and controls the data flow in and out of
        CPU and also controls all the operations of ALU, memory registers and
        also input/output units.
      It is also responsible for carrying out all the instructions stored in the
        program. It decodes the fetched instruction, interprets it and sends
        control signals to input/output devices until the required operation is
        done properly by ALU and memory.
7. Output Unit :
      The output unit consists of output devices that are attached with the
        computer.
      It converts the binary data coming from CPU to human understandable
        form. The common output devices are monitor, printer, plotter etc.
8. Memory
      Memory attached to the CPU is used for storage of data and
       instructions and is called internal memory
      The internal memory is divided into many storage locations, each of
       which can store data or instructions.
      Each memory location is of the same size and has an address. With the
       help of the address, the computer can read any memory location easily
       without having to search the entire memory.
      When a program is executed, it’s data is copied to the internal memory
       and is stored in the memory till the end of the execution.
      Memory size refers to the amount of storage capacity available in a
       computing device or system. It's the total amount of space available to
       store data, programs, and other information. Memory size is typically
       measured in bytes.
9. RAM
      The internal memory is also called the Primary memory or Main
       memory. This memory is also called as RAM, i.e. Random Access
       Memory.
      The time of access of data is independent of its location in memory,
       therefore this memory is also called Random Access memory (RAM).
      It allows data to be read and written randomly, meaning that the
       computer can access any location in the memory directly rather than
       having to read the data in a specific order.
      RAM is volatile in nature, which means if the power goes off, the
       stored information is lost. RAM is used to store the data that is
       currently processed by the CPU. Most of the programs and data that are
       modifiable are stored in RAM.
     
           Advantages of RAM:
             o
                Access Speed :. Speed of RAM is extremely fast, so it allow to
                  execute program easily and efficiently.
                Usage : Whenever you run the particular program or open an
                  application , the computer system firstly loads that program into
                  the Main Memory / RAM . Everything for execution must need
                  to be scheduled in the RAM .
                Flexibility : RAM provides the flexibility to access any data
                  quickly & easily
          Disadvantages of RAM
                Temporary Memory : Since the RAM is Volatile in Nature so all
                  the data is lost when the system is turned off.
                Limited Storage : RAM is expensive , so all the systems usually
                  come up with limited amount of RAM memory.
                Cost : RAM is more expensive than secondary memory.
   10. ROM:
          Computer memory ROM, refer to Read-Only Memory which contains
           fixed instructions and retains information without power.
          It’s non-volatile, meaning it retains data even when the power is off
          ROM typically stores firmware or software that rarely changes
          It’s generally slower than RAM but faster than a hard drive
          Data in ROM is ―read-only‖ and not easily modified
                                    Divide by                                Binary
                                                 Result   Remainder
                                        2                                    Value
                                     17 ÷ 2          8           1          1 (LSB)
                                      8÷2            4           0             0
                                      4÷2            2           0             0
                                      2÷2            1           0             0
                                      1÷2            0           1          1 (MSB)
Therefore, 1710 = 100012
                                   BINARY TO DECIMAL
    Convert the binary number (1101)2 into a decimal number.
Solution:
Given binary number = (1101)2
              1 × 23 + 1 × 22 + 0 × 21 + 1 × 20
              =8+4+0+1
              = 13
Therefore, (1101)2 is (13)10
                              DECIMAL TO HEXADECIMAL
    Convert decimal number 49 into hexadecimal.
Solution:
Given: Decimal Number = 4916
HEXADECIMAL TO DECIMAL
Solution:
Given hexadecimal number is 7CF.
In hexadecimal system,
7 = 7 ; C = 12; F = 15
To convert this into a decimal number system, multiply each digit with the powers of 16 starting
from units’ place of the number.
7CF = (7 × 162) + (12 × 161) + (15 × 160)
= (7 × 256) + (12 × 16) + (15 × 1)
= 1792 + 192 + 15
= 1999
                              BINARY TO HEXADECIMAL
      Convert 10010012 into a hexadecimal number.
Solution:
Given hexadecimal number is 10010012.
= 0100 1001
= 4916
To convert binary number to hexadecimal is an easy method. We have to group the given binary
number in pair of 4 and then find the equivalent hexadecimal number from the table.
                                BINARY TO HEXADECIMAL
     Convert E16 to an equivalent binary number.
Solution: Given, a hexadecimal number is E.
First, convert the given hexadecimal to the equivalent decimal number.
E16 = E × 160
=E×1
=E
=14 (Decimal number)
Now we have to convert 1410 to binary number.
Above is the diagram of types of software. Now we will briefly describe each type and its
subtypes:
   1. System Software :
         o System software is software that directly operates the computer hardware and
            provides the basic functionality to the users as well as to the other software to
            operate smoothly. It controls a computer’s internal functioning and also controls
            hardware devices such as monitors, printers, and storage devices, etc. It acts an
            interface between hardware and user applications,
                 Operating System
                It is the main program of a computer system. When the computer system ON
                it is the first software that loads into the computer’s memory. Basically, it
                manages all the resources such as computer memory, CPU, printer, hard disk,
                etc., and provides an interface to the user, which helps the user to interact with
                the computer system. It also provides various services to other computer
                software. Examples of operating systems are Linux, Apple macOS, Microsoft
                Windows, etc.
                 Language Processor
                System software converts the human-readable language into a machine
                language and vice versa. So, the conversion is done by the language
                processor. It converts programs written in high-level programming languages
                like Java, C, C++, Python, etc
                 Device Driver
                A device driver is a program or software that controls a device and helps that
                device to perform its functions. Every device like a printer, mouse, modem,
                etc. needs a driver to connect with the computer system eternally. So, when
                you connect a new device with your computer system, first you need to install
                the driver of that device so that your operating system knows how to control
                or manage that device.
   2. Application Software
         o Software that performs special functions or provides functions that are much more
            than the basic operation of the computer is known as application software. Or in
            other words, application software is designed to perform a specific task for end-
            users. It is a product or a program that is designed only to fulfill end-users’
            requirements. It includes word processors, spreadsheets, database management,
            inventory, payroll programs, etc.
TYPES OF SOFTWARE :
              General Purpose Software: This type of application software is used for
               a variety of tasks and it is not limited to performing a specific task only.
               For example, MS-Word, MS-Excel, PowerPoint, etc.
                      Customized Software: This type of application software is used or
                       designed to perform specific tasks or functions or designed for specific
                       organizations. For example, railway reservation system, airline reservation
                       system, invoice management system, etc.
                      Utility Software: This type of application software is used to support the
                       computer infrastructure. It is designed to analyze, configure, optimize and
                       maintains the system, and take care of its requirements as well. For
                       example, antivirus, disk fragmenter, memory tester, disk repair, disk
                       cleaners, registry cleaners, disk space analyzer, etc.
Basics building blocks of a Computer network are Nodes and Links. A Network Node can be
illustrated as Equipment for Data Communication like a Modem, Router, etc., or Equipment
of a Data Terminal like connecting two computers or more. Link in Computer Networks can
be defined as wires or cables or free space of wireless networks.
The working of Computer Networks can be simply defined as rules or protocols which help
in sending and receiving data via the links which allow Computer networks to communicate.
Each device has an IP Address, that helps in identifying a device.
   2.   Mesh Topology
          o In a mesh topology, every device is connected to another device via a particular
              channel. In Mesh Topology, the protocols used are AHCP (Ad Hoc Configuration
              Protocols), DHCP (Dynamic Host Configuration Protocol), etc.
   3.   Star Topology
            o In Star Topology, all the devices are connected to a single hub through a cable.
               This hub is the central node and all other nodes are connected to the central node.
   4.   Bus Topology
           o Bus Topology is a network type in which every computer and network device is
              connected to a single cable. It is bi-directional. It is a multi-point connection
            o
    5.   Ring Topology
            o It forms a ring connecting devices with exactly two neighboring devices. A
               number of repeaters are used for Ring topology with a large number of nodes,
Introduc   •Popular word-processing program            •It is a spreadsheet program used to          Microsoft PowerPoint is a professional
tion       It is used primarily to enter, edit,        store, organize, and analyze data.            presentation program that allows the
           format, save, retrieve and print            •It is a very powerful tool to use for        user to create "presentation slides" that
           documents.                                  numeric computations and analysis.            can be displayed on the computer screen
                                                       A workbook is a collection of                 or through a projector.
                                                       worksheets (spreadsheets) and macros.
Compon
ents of
Office
window
Features   •Insert text: Insert text anywhere in       • A workbook is a collection of              •Customize Color Schemes.
           the document.                               worksheets (spreadsheets) and macros.        •Add Animation effects.
           •Delete text: Erase characters, words,      •Spreadsheet is a collection of columns
           lines, or pages                             and rows that form a table.                  •Use the Slide, Notes and Handout
           •Cut and paste: remove (cut) a              •Columns are the vertical markers in the      Masters.
           section of text from one place in a         worksheet and are denoted by the             •Create, Edit and Import Charts.
           document and insert (paste) it              alphabet i.e. A, B, C….                      •Create and Edit Tables.
           somewhere else.                             •The rows are the horizontal markers in
                                                                                                    •Manage Hyperlinks.
           •Copy: Allows you to duplicate a            the worksheet and are denoted by
           section of text.                            numbers i.e. 1, 2, 3.                        •Create Custom Shows.
           •Page size and margins                      •Cells are the single box that you get       •Export Outlines & Presentation Slides
           Automatically readjust the text to fit to   where the column and row intersect i.e.       to Word.
           margins.                                    A1, B3, and C2                                 •Slide Layout
            •Search and replace: word processor         •AutoSum – Add the contents of a              •Slide Design
           search a particular word & replace          cluster of adjacent cells.                     •Slide Animation
           with another everywhere.                    •List AutoFill - Automatically extends
           • Word wrap: Automatically moves            cell formatting when a new item is
           to the next line when you have filled       added to the end of a list.
           one line with text.                          •AutoFill - quickly fill cells with
           •Print Preview: Allows to view and          repetitive or sequential data such as
           edit document in preview                    chronological dates or numbers, and
           •Print: Allows you to send a                repeated text.
           document to a printer to get hardcopy.      •Charts – Useful in presenting a
           •Spell checker: A utility that              graphical representation of your data in
           highlight any words that it does not        the form of Pie, Bar, Line charts and
           recognize & allows you to check the         more.
           spelling of words                           •PivotTable - flips and sums data in
            •Tables of contents and indexes:           seconds and allows you to perform data
           Allows you to automatically create a        analysis and generating reports like
           table of contents and index based on        periodic financial statements, statistical
           special codes that you insert in the        reports, etc.
           document. •Thesaurus: A built-in            You can also analyse complex data
           thesaurus that allows you to search for     relationships graphically.
           synonyms without leaving the word           •Password Protection:
      processor.                                It allows the user to protect their
      •Merges: Merge text from one file         workbooks by using a password from
      into another file which is useful for     unauthorized access to their information.
      generating many files that have the       •Data Filtering
      same format but different data.           A filtered range displays only the rows
      Generating mailing labels is the          that meet the criteria you specify for a
      classic example of using merges.          column.          • •AutoFilter; which
                                                includes filter by selection, for simple
                                                criteria
                                                 •Advanced Filter; for more complex
                                                criteria
                                                 •Data Sorting: Process of arranging
                                                data in some logical order.
                                                Built-in formulae: MS Excel has got
                                                many built-in formulae for sum, average,
                                                minimum, etc. We can use those
                                                formulae as per our needs.
Use   •In Education: used by both teachers      •In Accounting: includes budgeting,           •Make Tutorials. For the purpose of
      and students. Creating notes is easier.   expenses tracking, loan calculators and       training or educational contexts,
      •In Workplace: Submitting letters,        financial reports                             to create worksheets and tutorials
      bills, creating reports, letterheads,     •Graphing: use of graphs to represent         •Digital Portfolio
      sample documents,                         statistical data                              •Prepare nice Animations Photo •Slide
      Creating & Updating Resume                •Data Organization: include                   Show.
      •For Authors: bibliography, table of      employees’ details, inventories and
      contents, etc., can be used by authors    invoices
      for writing books and adjusting it as     •Calculating: include employees’
      per the layout and alignment of your      details, inventories and invoices.
      choice                                    Supports most mathematical calculations
                                                like addition, multiplication, subtraction,
                                                division, average and even median
Microsoft Word (MS Word) is primarily used for creating, editing, and formatting documents.
It's a versatile tool for various tasks, including composing letters, reports, resumes, and other
documents. Word also supports features like spell and grammar checking, text formatting, and
the inclusion of images, tables, and charts.
Here's a more detailed look at how MS Word is used:
Core Functions:
   1. Document Creation:
           o Users can create new documents from scratch or use templates to streamline the
               process.
   2. Text Manipulation: Word allows users to type, edit, and format text, including
       changing fonts, sizes, colors, and styles.
   3. Formatting: Users can apply various formatting options, such as bolding, italics,
       underlining, and creating headers and footers.
   4. Visual Elements: Word allows for the insertion of images, shapes, charts, and tables to
       enhance documents.
   5. Proofreading: It includes features for spell and grammar checking to ensure accurate and
       professional-looking documents.
   6. Workplace Documents: Word is widely used for creating reports, letters, contracts,
       memos, and other business-related documents.
   7. Educational Materials: Teachers and students use Word for creating lesson plans, tests,
       worksheets, and other educational materials.
   8. Personal Documents: Word can be used to create resumes, letters, and other personal
       documents.
   9. Collaboration: Word supports real-time collaboration, allowing multiple users to work
       on the same document simultaneously.
   10. Integration with Other Apps: Word integrates seamlessly with other Microsoft Office
       applications, such as Excel and PowerPoint.
   11. Advanced Features:
           o Templates:Word offers a wide variety of templates for various document types,
               saving users time and effort.
           o Macros: Macros can automate repetitive tasks, making it easier to work with
               complex documents.
           o Mail Merge: Word's mail merge feature allows users to create personalized
               documents by combining a document with a list of recipients.
                                  DATA ANALYSIS IN EXCEL
1 Sort: You can sort your Excel data by one column or multiple columns. You can sort in
ascending or descending order.
2 Filter: Filter your Excel data if you only want to display records that meet certain criteria.
3 Conditional Formatting: Conditional formatting in Excel enables you to highlight cells with a
certain color, depending on the cell's value.
4 Charts: A simple Excel chart can say more than a sheet full of numbers. As you'll see, creating
charts is very easy.
Sort
- Custom Sort Order: You can use Excel to sort data in a custom order. In this example, we
would like to sort by Priority (High, Normal, Low).
- Sort by Color: This example teaches you how to sort data by color in Excel.
- Reverse List: This article teaches you how to reverse the order of a list in Excel. For example,
we want to reverse the list in column A.
- Randomize List: This article teaches you how to randomize (shuffle) a list in Excel.
- SORT function: Use the magic SORT function in Excel 365/2021 to sort your Excel data by
one column or multiple columns. Let's give it a try.
- Sort by Date: This guide walks you through the steps to sort by date in Excel. It starts with how
to convert text-formatted dates to actual date values, followed by basic sorting methods and
advanced techniques like sorting dates by month and sorting birthdays.
- Alphabetize: While sorting data alphabetically in Excel is easy, certain situations may require
more advanced techniques to achieve the desired alphabetical order.
2. Filter
- Number and Text Filters: This example teaches you how to apply a number filter and a text
filter to only display records that meet certain criteria.
- Date Filters: This page teaches you how to apply a date filter to only display records that meet
certain criteria.
- Advanced Filter: This example teaches you how to apply an advanced filter in Excel to only
display records that meet complex criteria.
- Data Form: The data form in Excel allows you to add, edit and delete records (rows) and
display only those records that meet certain criteria. Especially when you have wide rows and
you want to avoid repeated scrolling to the right and left, the data form can be useful.
- Remove Duplicates: To quickly remove duplicates in Excel, use the tool on the Data tab. Use
the Advanced Filter if you don't want to delete duplicates permanently.
- Outlining Data: Outlining data makes your data easier to view. In this example, we will total
rows of related data and collapse a group of columns.
- Subtotal: Use the SUBTOTAL function in Excel instead of SUM, COUNT, MAX, etc. to
ignore rows hidden by a filter or to ignore manually hidden rows.
- Unique Values: To find unique values in Excel, use the Advanced Filter. You can extract
unique values or filter for unique values.
- FILTER function: Use the magic FILTER function in Excel 365/2021 to extract records that
meet certain criteria. The FILTER function is quite versatile.
3. Conditional Formatting
Conditional formatting in Excel allows you to automatically format cells based on their values,
making it easier to identify trends, patterns, and outliers in your data. You can change a cell's fill
color, font color, or even add data bars or icons to highlight specific information.
Here's how to use it:
 Select the cells: Choose the range of cells you want to apply the formatting to.
 Go to Conditional Formatting: On the Home tab, click the "Conditional Formatting" button.
 Choose a rule: You can select from preset rules like "Highlight Cells Rules" (for values,
dates, etc.) or create your own custom rules.
 Set your condition: Specify the criteria that will trigger the formatting (e.g., "Greater Than,"
"Between," "Text That Contains").
 Choose a formatting style: Select the style you want to apply when the condition is met
(e.g., color, font, border).
 Click OK: The formatting will be applied to the selected cells.
   Charts
In MS Excel, a chart is a graphical representation of data that transforms raw numbers into a
visual format, making it easier to understand and interpret trends, comparisons, and patterns
within the data.
Creating a Chart in Excel:
 1. Select Data:
        Choose the cells containing the data you want to visualize, including column titles and
        row labels.
2. Insert Chart:
     Go to the "Insert" tab in the ribbon.
     Click on "Recommended Charts" or the specific chart type you prefer (e.g., "Column,"
        "Line," "Pie").
     For "Recommended Charts," click on the desired chart preview on the "Recommended
        Charts" tab.
3. Choose Chart Type:
        Select the type of chart that best represents your data (e.g., column, line, pie, bar).
 4. Customize:
Click on the chart to select it.
      Use the "Chart Design" tab to add elements like titles, labels, legends, or change the
     chart's layout.
      The "Chart Tools" tab allows you to further customize the chart's appearance, including
     colors, styles, and effects.
 5. Refine and Review:
Once you're satisfied with the chart, you can further refine it by adjusting axis labels, data points,
and other visual elements.
Types of Chart
- Column Chart: Column charts are used to compare values across categories by using vertical
bars.
- Line Chart: Line charts are used to display trends over time. Use a line chart if you have text
labels, dates or a few numeric labels on the horizontal axis.
- Pie Chart: Pie charts are used to display the contribution of each value (slice) to a total (pie).
Pie charts always use one data series.
- Bar Chart: A bar chart is the horizontal version of a column chart. Use a bar chart if you have
large text labels.
- Area Chart: An area chart is a line chart with the areas below the lines filled with colors. Use a
stacked area chart to display the contribution of each value to a total over time.
- Scatter Plot: Use a scatter plot (XY chart) to show scientific XY data. Scatter plots are often
used to find out if there's a relationship between variables X and Y.
ELEMENTS OF A CHART:
- Data Series: A row or column of numbers that are plotted in a chart is called a data series. You
can plot one or more data series in a chart.
- Axes: Most chart types have two axes: a horizontal axis (or x-axis) and a vertical axis (or y-
axis). This example teaches you how to change the axis type, add axis titles and how to change
the scale of the vertical axis.
- Trendline: This example teaches you how to add a trendline to a chart in Excel.
- Error Bars: This page teaches you how to quickly add error bars to a chart in Excel, followed
by instructions for adding custom error bars.
- Sparklines: Sparklines in Excel are graphs that fit in one cell. Sparklines are great for
displaying trends. Excel offers three sparkline types: Line, Column and Win/Loss.
Features OF PowerPoint
PowerPoint is packed with features designed to create professional presentations. Here are some
of the key features:
      Slide Layouts: PowerPoint offers multiple slide layouts to help users design their presentations
       easily, including title slides, content slides, and blank slides.
      SmartArt: A tool used for creating diagrams such as flowcharts, organizational charts, and
       process diagrams to visually represent information.
      Animations and Transitions: These features add movement to text, images, and other elements.
       Animations can be applied to individual objects, while transitions define how one slide moves to
       the next.
      Themes and Templates: PowerPoint offers a variety of built-in themes and templates that allow
       users to customize their slides with different colors, fonts, and design elements.
      Charts and Graphs: PowerPoint includes tools for adding visual representations of data,
       including bar charts, line graphs, and pie charts, making it easier to convey complex data in an
       understandable way.
      Multimedia Integration: PowerPoint supports multimedia files, including audio, video, and GIFs,
       allowing users to embed media into presentations for added engagement.
      Collaboration: PowerPoint allows users to work together on a presentation in real-time using
       Microsoft 365, making it an ideal tool for team collaborations.