Rift Valley University: Department:-Weekend Computer Science
Rift Valley University: Department:-Weekend Computer Science
Assiynment One
Prepared by :-
BirukErmias
ID RVCSWD 0059/15
Sep 30/2017
Assignment one Web Programming and Design
A static web page is one that has been written once, like a word processing document, and then
saved onto the web server. It’s like a file. If you could access the web server at a file system
level, move the file over to your computer, and then open it up locally in your web browser, it
should look exactly the same as if you looked at it through the Internet. Any changes to a static
web page need to be made manually, and then saved again.
A dynamic web page is created on the fly. It doesn’t actually exist on the web server until a web
browser requests it. When a request is made, web server runs whatever program will create the
web page. That program creates the page dynamically and returns it to the web server, which
then passes it along to the web browser.
A static website does not respond to user input. It displays the same content all the time. A
dynamic website changes depending on user input. A good example is a website with… forms.
Static
A static website is developed with content that never changes when a user opens the page in a
Browser.
A Dynamic site has features that are defined by the interactions of the User. Simple
Examples of Dynamic features . If a website shows the local time zone of a user who opens the
dynamic site, then the time zone displayed will be different for users from America and Europe.
If a website has a counter that records how many page hits have occurred then the page will
change every time a new user open the page in a browser, thus making the site always changing.
A dynamic site may offer multiple language sets for users, thus making the site change for
different users.
2.) Explain the main advantages and disadvantages of internet
The Internet provides opportunities galore, and can be used for a variety of things. Some of the
things that you can do via the Internet are:
E-mail: E-mail is an online correspondence system. With e-mail you can send and
receive instant electronic messages, which works like writing letters. Your messages are
delivered instantly to people anywhere in the world, unlike traditional mail that takes a
lot of time.
Access Information: The Internet is a virtual treasure trove of information. Any kind of
information on any topic under the sun is available on the Internet. The ‘search engines’
on the Internet can help you to find data on any subject that you need.
Shopping: Along with getting information on the Internet, you can also shop online.
There are many online stores and sites that can be used to look for products as well as
buy them using your credit card. You do not need to leave your house and can do all your
shopping from the convenience of your home.
Online Chat: There are many ‘chat rooms’ on the web that can be accessed to meet new
people, make new friends, as well as to stay in touch with old friends.
Downloading Software: This is one of the most happening and fun things to do via the
Internet. You can download innumerable, games, music, videos, movies, and a host of
other entertainment software from the Internet, most of which are free.
There are certain cons and dangers relating to the use of Internet that can be summarized
as:
Personal Information: If you use the Internet, your personal information such as your
name, address, etc. can be accessed by other people. If you use a credit card to shop
online, then your credit card information can also be ‘stolen’ which could be akin to
giving someone a blank check.
Pornography: This is a very serious issue concerning the Internet, especially when it
comes to young children. There are thousands of pornographic sites on the Internet that
can be easily found and can be a detriment to letting children use the Internet.
Spamming: This refers to sending unsolicited e-mails in bulk, which serve no purpose
and unnecessarily clog up the entire system.
If you come across any illegal activity on the Internet, such as child pornography or even
spammers, then you should report these people and their activities so that they can be controlled
and other people deterred from carrying them out. Child pornography can be reported to:
<button type="button"
onclick="document.getElementById('demo').innerHTML = Date()">
Click me to display Date and Time.</button>
<p id="demo"></p>
</body>
</html>
Answer
My First JavaScript
Click me to display Date and Time.
Fri Sep 29 2017 09:03:45 GMT+0300 (E. Africa Standard Time)
d.) Networking
Networking is the communication between two or more networks, encompasses every
aspect of connecting computers together.
Network requires many protocols and features to permit scalability and manageability
without constant manual intervention.
We are using network for
• Sharing data or access to a program loaded on the network ( file sharing)
• Sharing printers ( print sharing)
• Sending messages back and forth ( email)
• Sending and receiving faxes
• Accessing internet
• Accessing a centralized data base