You are on page 1of 9

Fundamentals Computing Course – Lecturer: Ph.D Student.

Nguyen Thon Da

HANDS-ON EXERCISES– SESSION 6

Assignment 1 (MS WORD)


Design a pattern as below and give your own another example.
SALES CYCLE STEPS

Evaluates
Outcome

Sell Option Find Need

Tallor Explore
Solution Impact

Assess
Target
Goal

1
Fundamentals Computing Course – Lecturer: Ph.D Student. Nguyen Thon Da

Assignment 2 (MS WORD)


Design a pattern as below and give your own another example.
2019 FIFA Women's World Cup knockout stage
Norway
Norway
Autralia
England
England
England
Cameroon
United States
France
France
Brazil
United States
Spain
United States
United States

Italy
Italia
China
Netherland
Netherland
Netherland
Japan
Netherland
Germany
Germany
Nigeria
Sweden
Sweden
Sweden
Canada

2
Fundamentals Computing Course – Lecturer: Ph.D Student. Nguyen Thon Da

Assignment 3 (MS WORD)


Insert a copyright image for this document and give your own another example.
Assignment 4 (MS WORD)
Draw a chart to descibe a firm’s Sales Avenue in 2019 and give your own another example.

Draw a chart to descibe a firm’s Sales Avenue in 2019 and give your own another example.

SALES AVENUE 2019


Q1 Q2 Q3 Q4

5000

4500

4000

3500

3000

2500

2000

1500

1000

500

0
AREA 1 AREA 2 AREA 3 AREA 4

3
Fundamentals Computing Course – Lecturer: Ph.D Student. Nguyen Thon Da

Assignment 5 (POWER POINTWORD)


Design 10 slides with time bar (duration : 1 second / slide) shown as the follwing figure

Assignment 6 (HTML)
Step 1: Create a folder named K194049999 (with K194049999 is your Student Code)
In the folder K194049999 , you create a folder named images containing a UEL’logo
Step 2: Using Notepad++, you could download it easily at https://bit.ly/thud2020 to create a
webpage index.html.
The code for index.html is created as below
<html>
<head> <title> Your first Website</title> <meta charset="UTF-8">
</head>
<body>
<marquee behavior="alternate" style="color:seagreen; font-family:Arial;font-size:16px">

4
Fundamentals Computing Course – Lecturer: Ph.D Student. Nguyen Thon Da

<b>Chào mừng các bạn lớp THUD - CCA (GV: dant) </b>- <i>MSSV của bạn là : </i><font
color=blue>.......................................</font>
</marquee>
<hr color=blue>
<marquee behavior="alternate" direction="right" scrolldelay="200" >
<img src="images/book.jpg" width="310px" height="200">
<table border="1" width="300px" height="400">
<tr> <td>MSSV</td> <td> Họ và tên </td></tr>
<tr><td>K194049999</td><td>Lê Văn A</td></tr>
<tr><td>K194078888</td><td>Trần Thị B</td> </tr>
<tr><td>K194077777</td><td>Nguyễn Văn C</td></tr>
<tr><td colspan="3"><img src="images/uel-logo.jpg" width="300px" height="300"></td>
</tr>
</table>
</marquee>
</body>
</html>
Click index.html to see the interesting result shown as below:

5
Fundamentals Computing Course – Lecturer: Ph.D Student. Nguyen Thon Da

First, set up the FPT FileZilla (allow upload, download your files), you could download it easily
at https://bit.ly/thud2020

6
Fundamentals Computing Course – Lecturer: Ph.D Student. Nguyen Thon Da

Step 3: Open the FPT FileZilla, input data as the following instructions:

How to see your Website? Suppose that your Student code is K194049999, Let you input
http://4study.net/st/K194049999 on your browser such as Chrome, CocCoc.

7
Fundamentals Computing Course – Lecturer: Ph.D Student. Nguyen Thon Da

Assignment 7 (HTML)
Step 2: Using Notepad++, you could download it easily at https://bit.ly/thud2020 to create a
webpage useful_links.html.
The code for useful_links.html is created as below
<html>
<head> <title> Your first Website</title> <meta charset="UTF-8">
</head>
<body>

8
Fundamentals Computing Course – Lecturer: Ph.D Student. Nguyen Thon Da

<font size="3">
Một số nội dung hữu ích:<br>
&#8680; <a href="http://uel.edu.vn">Website trường ĐH Kinh tế luật</a><br>
&#8680; <a href="http://vnuhcm.edu.vn">Website ĐHQG TP.HCM</a><br>
&#8680; <a href="http://thanhnien.vn"> Website Báo Thanh niên</a><br>
&#8680;<a href="http://thud.4study.net/practical/[THUD]%20Practice7-Part1.xlsx"> Mở một
file Excel</a><br>
</font>
</body>
</html>
After that, you should upload the file to the server via FTP FileZilla, you could see the
following result.

You might also like