PCA Short Note
PCA Short Note
tware
Document Cycle
Document Views
Alignment
Shading
• Change the color behind the selected
text, paragraph or table cell.
Style
Comment
WordArt
Drop Cap
Links
• Hyperlink
• Create a link in your document for quick access
to webpages and files.
• Bookmark
• Bookmarks work with hyperlinks to let you
jump to a specific place in your document.
• Cross-reference
• Refer to specific places in your document, such
as headings, figures, and tables.
• Spelling checker
– Check both spelling and grammar.
Thesaurus
– A word – finding program that suggests
synonyms, antonyms and related and
contrasting words.
Templates
Mail merge
NSJ ONLINE ACADEMY 13
PERSONAL COMPUTER APPLICATION SHORT NOTE
Mail merge
Macros
Macros are advanced features that can speed up editing
or formatting you may perform often in a Word
document. They record sequences of menu selections
What is spreadsheet
– Speed
– accuracy
Formula
• Always start with equal (=)
• Can use either relative or absolute cell address
• Operators +,*,/,^,%
• Functions sum(A1..A10), average(range) …. So
on
• Separate argument with comma
=sum(A3..A5,B3)
• Argument can be constant
=sum(100,B3)
Operators
• Arithmetic Operators
– You can enter numbers and mathematical
formulas into cells. When a number is
entered into a cell you can perform
mathematical calculations such as addition,
subtraction, multiplication, and division.
– + Addition
– - Subtraction
– * Multiplication
– / Division
– ^ Exponential
Comparison Operators
= Equal
> Greater Than
< Less than
>= Greater than or equal
NSJ ONLINE ACADEMY 19
PERSONAL COMPUTER APPLICATION SHORT NOTE
Text Operator
• & (Ampersand)
– Connects , or concatenates, two values to
produce one continuous text value.
– Ex: “ ATI” & “,” &“Galle” produce “ ATI
,Galle”
Reference operators
=Average(number1,number2,….)
Averagea(value1,value2,…)
Average(B4:D4)
=(49+66)/3
=38.333
Average(B2:D2)
=(67+67+45)/3
=59.66
Count Function
=COUNTA(A1:A6)=5
=COUNT(A1:A6)=3
MAX(range)
Two If syntax
NSJ ONLINE ACADEMY 25
PERSONAL COMPUTER APPLICATION SHORT NOTE
AND function
• Syntax
=AND(logical1, [logical2], ...)
OR function
Syntax
=OR(logical1, [logical2], ...)
Conditional formatting
• Conditional formatting in Excel enables you to highlight cells with a certain
color, depending on the cell's value.
Highlight Cells Rules
• To highlight cells that are greater than a value, execute the following steps.
NSJ ONLINE ACADEMY 26
• 1. Select the range A1:A10.
PERSONAL COMPUTER APPLICATION SHORT NOTE
• Syntax:
=SUMIFS(sum_range, criteria_range1, criteria1,
[criteria_range2, criteria2], ...)
=Countif (range,criteria)
Syntax
=COUNTIFS(criteria_range1, criteria1,
[criteria_range2, criteria2]…
Syntax
=AVERAGEIF(range, criteria, [average_range])
NSJ ONLINE ACADEMY 27
PERSONAL COMPUTER APPLICATION SHORT NOTE
Syntax
=AVERAGEIFS(average_range, criteria_range1,
criteria1, [criteria_range2, criteria2,………………..)
Syntax
=PRODUCT(number1,number2, ...)
=Sumproduct(array 1,array,....)
Text Function
• CLEAN, TRIM
• CONCATENATE, LEFT, RIGHT, MID
• LOWER, PROPER, UPPER
• LEN, FIND, SEARCH, EXACT
• CLEAN, TRIM
Removes all nonprintable characters from text
NSJ ONLINE ACADEMY 28
PERSONAL COMPUTER APPLICATION SHORT NOTE
The syntax :
=TRIM( text )
CONCATENATE function
Use CONCATENATE function to join two or more
text strings into one string.
• Syntax:
=CONCATENATE(text1, [text2], ...)
=LEFT(text, [num_chars])
=RIGHT(text,[num_chars])
Syntax
=LOWER(text)
Syntax
=PROPER(text)
Syntax
=UPPER(text)
=LEN(text)
Syntax
=SEARCH(find_text,within_text,[start_num])
What is a presentation
NSJ ONLINE ACADEMY 30
PERSONAL COMPUTER APPLICATION SHORT NOTE
What is a presentation
• Aldus presentation
• Easy navigation
– MS Power Point facilitates to define links among the slide and any
other files or to URL(universal resource locator)
• Outlines
• Slide Structure
• Fonts
• Colour
• Background
• Graphs
• Spelling and Grammar
• Conclusions
• Questions
MS PowerPoint……
• Outline pane
• To organize and develop the content of
presentation. Can type all of the text of
presentation and rearrange bullet points,
paragraphs.
• Slide pane
Presentation views
Different views
Database file
This is the main file that encompasses the entire
database.
Table
A table is a collection of data about specific topic.
Field
Fields are the different categories within a Table.
Tables usually contain multiple fields.
Data types:
Data types are the properties of each field. A field
only has 1 data type.
– Stores 8 bytes.
6. AutoNumber
– Use for unique sequential (incrementing by
1) or random numbers that are
automatically inserted when a record is
added.
– Stores 4 bytes; stores 16 bytes for
Replication ID (GUID).
7. Yes/No
– Use for data that can be only one of two
possible values, such as Yes/No,
True/False, On/Off. Null values are not allowed.
– Stores 1 bit.
8. OLE Object
– Use for OLE objects (such as Microsoft
Word documents, Microsoft Excel
spreadsheets, pictures, sounds, or other
Shortcut Keys