Captain: Sharmin

110806

bu4035

Today's Topic

Page 757

1) Change the program to become a Search routine for your Tutorial

2)Web System

Convert it c++ to put in CGI for bigger search

Free Web Hosting:

-CJB

-angelfire

Web System & E-Commerce Midterm Fall  2006

Questions of the Midterm

Paste your answers to a word document and mail to ebrahimidr@gmail.com make sure to specify the bu4035 and your name on the email's subject.

Please answer each part of each question separately.

 

Q5a) Copy ( Ctrl + PrintScreen) and Paste your project here

Q5b) Include your HTML view source.

Q5c) Include any programming used for search program.

Q1a)Run A search program using a file containing series of names and emails (12pts).

Q1b) Run the above program with a file that contains names of files. Program opens each file and search for the particular search in the question. Show your data file as well (13 pts)

hint: chapter 12

 Q2a) Name three major components a Web System? (6 pts)  

Q2b) What is an E-Commerce? Give two Examples. (6 pts)

Q2c) Why do you need a web server? Name two major Web servers systems.(6 pts)

Q2d) Name 7C’s of E-commerce. (7 pts)

 Q3a) How do you get a domain name for a business? What is yours? Indicate two steps (6 pts)

Q3b) How do you get the web host for a business? What is yours? Indicate two steps(6 pts)

Q3c) What is a CGI ? Give an example? (6 pts)

Q3d)What are the alternative to CGI? Give two examples.

(7 pts)

 Evaluating today:

Q4a) Design an e-Commerce site by incorporating the major ten tags from the text book. (15 pts)

Q4b) Give two other alternatives in designing your business webpage by not using HTML. (5 pts)

Q4c) Indicate one advantage for each of the above three web design tools, including HTML. (5 pts)

 

- Need more Content

-Name should be geocities.com/c++ tutorial

-For the database: search>> add>>modify>>link

 

 

<html>
<head>
<title>Figure it out</title>
<script language = "Javascript">
var person = [1234,9807,3456,9845,3275];
function buttonPressed ()
{
var searchKey=searchForm.inputVal.value;
var index=tosearch(person,parseInt(searchKey));
if (index!=-1)
search.result.value="Found value location"+index;
else
searchForm.result.value="Match not found";
}//end buttonPressed
function tosearch (person,searchKey)
{
for(var i=0 ; i <person.length;i++)
{
if (person[i] == searchKey)
return i;
}//FOR
}//end tosearch
</script>
</head>
<body>
<form name="searchForm"><p>ENTER THE PERSON'S ID<br>
<input name "inputVal"type="text">
<input name="search"type="button"value = "tosearch"
onclick=buttonPressed()"><br></p>
<p> Result <br>
<input name = "result" type = "text" size = "30"></p>
</form>
</body>
</html>

 

 

 

 

 Hamed Presents His Tutorial System :

Dr. Ebrahimi learned something more today !!!

(FrontPage - Format - Theme)