jws091905
Mon Sep 19 compiled by Manish Itty George
1. Exam will be on next Wednesday the 28 th in the room H208
open book, submit questions
Get familiar with the frontpage.
be able to view the HTML of corresponding page material
what is http://137.139.152.100 = IP Address
second assignment
Read page 694 at home and type the HTML code in page 695 as is and view the page. (in the vol 2 book)
do it progressively
How would you convert a uppercase letter to the lowercase letter? page 3 'A' is 65 and lower 'a' is 97
therefore if you add 32 which a blank to the upper case it becomes lower case.
Extra Assignment To convert an uppercase letter/word to a lower case equivalent.
int x;
cin>>x;
x=x + 32
cout <<x<<endl;
most search engines convert lower case to upper case or 1 restriction is that data has to be stored in upper case.

what is the difference between cont+prntscr and cont+alt+prntscr ?
alt will give u only foreground
IP stands for internet protocol(standard)

An IP address (Internet Protocol address) is a unique number, similar in concept to a telephone number, used by devices (usually computers) attached to a network to refer to each other when sending information through a Local LAN, Wide area WAN or the Internet networks. This allows devices passing the information onwards on behalf of the sender to know where to send it next, and for the device receiving the information to know that it is the intended destination.
An example IP address is 207.142.131.236. Converting a number address to a more human-readable form called a domain address