January 27, 2018
2 Types of IP Address
(1) Public
(2) Private
IP Address Range
A [Link] - [Link]
B [Link] - [Link]
C [Link] - [Link]
D [Link] - [Link]
E [Link] - [Link]
Cloud (symbol) is Internet
Private network = internet
Info/Data flow:
ISP
Server Internet
- - - -
A server has one Different ISPs:
public IP Address - ComClark
- PLDT
- Bayantel
- Globe Cignal
- Smart Sky
Private IP Address Range (within home local network only)
A [Link] – [Link]
B [Link] – [Link]
C [Link] – [Link]
Types of Network
(1) Peer-to-Peer Network
- has a switch/router where diff devices connect to
- no server
(2) Client-Server based Network
- has server
- has switch
Public IP Addresses need to be bought and registered to IANA (Internet Assigned Numbers Authority)
Excel Shortcuts
Date Ctrl + ;
Time Ctrl + shift + :
Jump to last data in any direction Ctrl + arrow keys
Autofill normal Ctrl + drag lower right by cursor
Autofill patterns type first 2 nos. > highlight > drag
Autofill months type month > drag
Whatever this is Cell something&Cell another thing
CS&”whatever u want”&SAT
Relative Cell Reference - copies the data on first cell
Absolute Cell Reference - locks reference to one cell
Mixed Cell Reference -
Referring to another worksheet
Referring to another workbook
Next Meeting: Loan Application System
February 10, 2018
Basic Formula IF Argument IF (Condition, True, False)
IF(S>E,”NI”,IF(S=E,”BE”,”NL”)
Truth Table/Logic Table
AND = v
P (True) Q (False) PvQ
T T T
T F F
F T F
F F T
OR = ^
P (True) Q (False) P^Q
T T T
T F T
F T T
F F F