Apply computer software in solving tasks
Apply computer software in solving tasks
Introduction
The term software refers to the set of electronic program instructions or data that a computer
processor reads in order to perform a task or operation. Software can be categorized
according to what it is designed to accomplish. The main two types are: System software and
application software. Under this unit, we will talk about application software. Application
software (or simply applications) are often called productivity programs or endusers
programs because they enable the users to complete tasks such as: Creating documents,
spreadsheets, databases, publications, doing online research, sending email, designing
graphics etc. Application software is specific to the task it is designed for and can be simple
as a calculator application or as complex as word processing application. When you begin
creating a document, the word processing software has already set the margins, font and line
spacing for you. Microsoft Word is a popular word processing application that is included in
the software suite of applications called Microsoft Office.
A software suite is a group of software applications with related functionality. For example
Office software suites might include word processing, spreadsheets, and database,
presentation and email applications.
Graphics suites such as Adobe Creative Suite might include applications for
creating and editing images.
Audio suits such as Sony Audio Master Suite is used for audio productions.
In designing databases, there are a few rules to stick to. It is important to know what these
rules are, but more importantly to know why these rules exist, otherwise you will tend to
make mistakes. On the other hand, worksheets help you with your financial calculations.
Word processor: This is a computer program or device that provides for inputs, editing,
formatting and output of text often with additional features.
Word documents: All items created using a word processing software.
Word Processing: A computerized method of writing, editing, saving, formatting and
printing texts.
Text: Consists solely of letters.
Characters: Anything typed from your keyboard.
Text wrap: In word processing programs, this occurs when you get to the end of the line and
the text wraps without you pressing the enter key.
Font: Size and style of writing.
Edit: To make changes to a document.
Table: Refers to data arranged in a series of rows and columns.
Word Processing Utilities: These are the software used to manipulate text and apply a
basic design to your pages.
Database: An organized collection of data, generally stored and accessed electronically fora
computer system.
Update: Insertion, modification and deleting of the actual data.
Spreadsheet: A user interface that resembles one or more paper accounting worksheets.
In summary, this topic provides us with a clear idea about components of word processing
basics, opening and closing the documents, text creation and manipulation, formatting the
text, table manipulation.
c) Hyphenating words.
Hyphenation allows words to break between the syllables of words. Books and magazines
hyphenate their texts in order to have more uniform spacing between words.
Under the page layout menu, select hyphenation from the page set up submenu and the word
processor will automatically hyphenate the text
Functions: These are predetermined formulas in excel. They eliminate laborious manual entry
of formulas while giving them human friendly names. For example, = SUM [A1:A3]. This
function sums all the values from A1 to A3.
AVERAGE
= AVERAGE {number 1, [number 2,}
COUNT
This function counts all cells in a given range that contain only numeric values.
=COUNT {value 1, [value 2],}
COUNTA
This function counts all cells in a given range regardless of the type i.e. it counts dates, times,
strings.
= COUNTA. {Value 1, [value2],}
IF
It is used when you want to sort your data accordingly to a given logic.
=IF {logical –test, [value –if-true], [value-if-false]}
TRIM
This function makes sure your functions do not return errors due to unruly spaces.
=TRIM [text]
i) Identifying Entities: Types of information that are stirred in a database are called entities.
These entities exist in four kinds: people, things, events and locations. If the information
you want to include doesn’t fit in these categories, then it is probably not an entity but a
property of an entity, an attribute.
ii) Identifying Relationships: Identify the relationship between entities and determinethe
cardinality of each relationships. The relationship is the connection between entities.
Types of relationships include:
One to one
One to many
Many to one
Many too many
iii) Identifying attributes: The data elements that you want to save for each entity
arecalled attributes. For example, about the product that you sell, you may want to know
the price, name of the manufacturer, etc.
iv) Assigning keys
Primary keys: One or more data attributes that uniquely identify an entity. A key
that consists of two or more attributes is called a composite key. All attributes part
of a primary key must have a value in every record (which cannot be left empty)
and the combination of these attributes must be unique in the table.
Foreign keys: This is an entity in reference to the primary key of another entity. It
can also be part of a primary key, in that the attribute will be indicated primary
key behind its name.
Defining the attributes data type
The standard data types that every database knows and are most likely to be used are:
i) CHAR: Includes characters, numbers, and punctuations and has a characteristic thatis
always saved as a fixed amount of positions e.g. CHAR 10.
ii) VARCHAR: same as CHAR but the difference is that VARCHAR only takes asmuch
space as necessary.
Iii) TEXT: Contains large amounts of texts.
IV) INT: Contains a positive or negative whole number e.g. INT 10
v) FLOAT, DOUBLE: It can store floating point numbers.
Saving Databases
Access doesn’t require that you save your data. It automatically saves any edits you maketo the
records in a table.
When you add or edit a database object, Access waits until you finish and close the objectat
which it prompts you to save or discard your changes.