Topics included: Internet Basics,HTML,XML intro, javascript
QUESTION BANK FOR
MO/2013
BCA 5001 Internet and Web Technology
- Discuss the various methods available for connecting to Internet?
- What is the difference between Client server mode and peer to peer network?
- What do you understand by Domain Name System?
- How IP addressing is done? Discuss the various IP address classes in detail.
- Discuss in details how the system connects to a particular requested web address.
- Write short notes on web Server?
7.
What is the difference between
Paired tag and Singular tag
8. Discuss about :
8. Discuss about :
a) URL
b) HTTP
- Discuss briefly following terms:
- Internet Server
- Internet Service Provider
- TCP
- E-Mails
- How many types of lists can be implemented through HTML? Discuss in brief.
- Write short note on HTML links.
- Discuss about the following HTML tags:
a) < html >
< body >
< title > Company X< h1
> Welcome to the Company X home
page
< /h2
>
< table width=100% bgcolor=ffffff
border=0 >
< td align=top > < center >Latest
News & Information < /center >
< p > < /p >
<p > This page provides the latest
news and
information from Company X.
< /p
> &
lt; /table >
< /body >
< /html >
- What is HTML? How is HTML interpreted?
- Discuss about various HTML attributes?
- What is the difference between singular tags and paired tags?
- Develop HTML code for the following :
a. How do I add an image to my web page?
b. How do I add a RESET button to my web page?
c. How to make a hyperlink on a picture?
d. How to create a hyperlink on the same page?
e. How to align pictures on a webpage?
f.
How to make a link to another
webpage?
g. How to create links to sections on the same page in HTML.
h.
Opening new web page window
when clicking on a link.
i.
How to create a fixed
background image on a web page.
j.
Creating a web page with a
single background image not a tiled background.
18. Find errors and correct the following code:
< html >
< body bgcolor=PowderBlue >
< h2 > Look! Styles and colors < /h5 >
< p font face=verdana color=red >
This
text is in Verdana and red </p >
< p
style="font-family:times;color:green" >
This
text is in Times and green </p >
< p style="font-size:30px" This
text is 30 pixels high
< /body >
</ html >
This
text is in Verdana and red
This
text is in Times and green
- Provide short answers for following:
a) Can a page
include more than one set of a) Delete operator
b) New Operator
c) Void operator
- Following statement is an example of which kind of error?
While (3==3)
- What do you understand by an Object? Discuss properties ,values and methods of a Object with Date as an example
- Can one of an Object’s properties be another object?
- Math object have constant properties. Discuss them.
Comments