[Aiqi produced]-[e-commerce website design and management] test questions series one, online homework questions reference materials

[Disclaimer] If there is any infringement, please inform the content of this blog. Non-commercial use will be deleted. If there is any infringement, please inform me and I will delete it

If the response is not timely, or do not understand, please add me   WeChat island68 QQ823173334 If you can, please indicate from CSDN   

I hope to communicate with you through the platform of CSDN

Keep for own use

E-commerce website design and management

1. Basic knowledge questions
  1. Briefly describe what should be included on a website as an online portal for businesses. 
  2. Briefly describe the concepts and common types of transactional intermediary websites and give an example.
  3. Briefly describe the principles of system code design.
  4. Briefly describe the concept of "shopping cart" from the perspective of procedure and the requirements for its design.
5. Briefly describe the concept of the order and the functions that should be implemented on the order page.
  6. Briefly describe the content included in the cost of the website and the characteristics of the website investment.
     
2. Design Questions
Design a B2B online shopping mall website. Requirements: Use Word's drawing tools to draw the layout structure of the website's homepage content, and explain the type of layout used and the functional modules you think the website should have).

3. Application Questions
1. Write out the program code that can output the following table in html language.

Name Gender Age Phone
Li Xiaoming Male 25 13821154699
Chen Xiaolan Female 22 13588562158


2. Write a VBScipt script whose function is to use the for statement to find the sum s of positive integers within 1000 or evenly divisible by 11, and use the MsgBox function to output.
       
3. Please fill in the correct content in the serial number of the program to complete the program and give the running result of the program (the content displayed in the browser window after the program is executed, the result can be drawn in word, do not save it in the form of a picture, If the file size exceeds the limit, the student himself is responsible).

<html>
<head><title>HTML</title></head>
<body>
<center>
<p><   (1)   face="Times New Roman"    (2)   ="#0000FF" size="5">The employee table</font></p>
<table    (3)   ="1"   (4)   ="50%">
<tr>
<th width="25%" align="center"><font size="2">Name</font></th>
<th width="20%" align="center"><font size="2">Sex</font></th>
<th width="20%" align="center"><font size="2">Age</font></th>
<th width="35%" align="center"><font size="2">Contact number</font></th>
</tr>
<tr>
<td width="35%" align="center"><font size="2">LIJUNYI</font></td>
<td width="15%" align="center"><font size="2">man</font></td>
<td width="15%" align="center"><font size="2">46</font></td>
<td width="35%" align="center"><font size="2">13588765699</font></td>
</tr>
<tr>
<td width="35%" align="center"><font size="2">ZHUMIN</font></td>
<td width="15%" align="center"><font size="2">woman</font></td>
<td width="15%" align="center"><font size="2">37</font></td>
<td width="35%" align="center"><font size="2">13988562158</font></td>
</tr>
   (5)   
   (6)   
</body>
</html>

 

The first group:
1. Basic knowledge questions
  1. Briefly describe the unique content of the website as a tool for enterprises to carry out online marketing.
  2. Briefly describe common website patterns from the perspective of website planning.
  3. Briefly describe the main contents included in the system design specification.
  4. Briefly describe the concept of web page layout, the importance of layout and common layout forms.
5. Briefly describe the form and characteristics of the e-commerce website.
  6. Briefly describe the content of the website test during the website development process.
    
2. Design Questions
Design a B2C model food trading website. Requirements: Use Word's drawing tools to draw the layout structure of the website's homepage content, and explain the type of layout used and the functional modules you think the website should have).

3. Application Questions (
1. Write out the program code in html language that can output the following table.
Product List
Product Name Unit Unit Price
Rear Projection TV Unit $ 13,699 
Automatic Washing Machine Unit $ 4,188 

2. Write a VBScipt script whose function is the calculated value, and
use the MsgBox function to output the value.
       
3. Please fill in the correct content in the serial number of the following program, and draw the result displayed in the browser window after the program is executed and enter the corresponding content with word (set the input content: Wu Xiaogang, 30 to 40 years old, 13587401135) And click "Confirm Submit" after the browser window displays the result. (Do not save the displayed results in the form of pictures. If the file size exceeds the stipulations and cannot be uploaded, the student himself is responsible).

 

The second group:
1. Basic knowledge questions
  1. Briefly describe the role of the website in e-commerce.
  2. Draw a diagram illustrating the relationship between the stages of the structured development method.
  3. Briefly describe the basic idea and analysis steps of the "strategic goal transformation method" adopted in the website system planning.
  4. Briefly describe the content of the website structure design.
5. Briefly describe the concept of universal website technology and the four access methods it provides.
  6. Briefly describe how to promote the website.
2. Design Questions
Design an online bookstore website (draw a structural diagram of the homepage of the website and give what you think should be placed in each functional module).
Third, the application questions (a total of 44 points in this large question)
1. Write out the program code that can output the following table and text title in html language.

           

2. Please write a VBScipt script whose function is to find the number that is divisible by 3 within 100 and display the output.
3. Read the following procedure and give the execution result

 

 

The third group:
1. Basic knowledge questions
  1. Briefly describe the concept and function of the universal website technology.
  2. Briefly describe the issues to be fully considered when constructing the website directory.
  3. Briefly describe the development process of rapid prototyping.
  4. Briefly describe the content contained in the site planning book.
5. Briefly describe the types and characteristics of the trading website model.
  6. Briefly describe the techniques used to register search engines.
2. Design Questions
Design a website for some kind of merchandise sales (draw the layout structure of the homepage content of the website, explain the layout type, and give you the functional modules you think the website should have).
3. Application questions (
1. Give the running results of the following html program. (The results can be drawn in word to avoid exceeding the upload file size limit).
 

Published 96 original articles · praised 7 · 20,000+ views

Guess you like

Origin blog.csdn.net/island33/article/details/105072816