&8226;The staff at your company were recently asked what they thought about working conditions. Your line manager has asked you to write a report summarising their opinions and suggesting possible improvements.
&8226;Look at the information below, on which you have already made some handwritten notes.
&8226;Then, using all your handwritten notes, write your report.
&8226;Write 120-140 words.
查看答案
&8226;You need to inform. your marketing team about a radio advertising campaign for one of your company's new products.
&8226;Write an email to your team:
&8226;reminding them which new product it is
&8226;explaining why you've chosen to advertise on radio
&8226;saying what you expect the advertising campaign to achieve.
&8226;Write 40-50 words.
Directions: For this part, you are allowed 30 minutes to write a short essay entitled Schoolbags: Too Heavy for Schoolbags. You should write at least 150 words following the outline given below:
1. 学生的书包越来越重
2. 造成这情况的原因
3. 如何减轻学生的负担
在窗体上画一个名为Commandl的命令按钮,然后编写如下程序:
Private Sub Conunandl_Click()
Dim i As Integer
Sum=0
n=InputBox(”晰a number”)
n=Val(n)
For i=1 T0 n
Sum=【 】
Nexti
print Sum
End Sub
Function fun(t As Integer)As Long
P=1
For i=1 To t
P=P*i
Next i
【 】
End Function
以上程序的功能是,计算1 1+2 1+3 1+…+n!,其中n从键盘输入,请填空。
在窗体上画一个命令按钮,其名称为Commandl,然后编写如下代码:
Option Babe 1
Private Sub Commandl_Click()
Dim Arr
Art=Array(43,68,-25,65,-78,12,-79,43,-94,72)
pos*0
neg=0
For k=1 To 10
IfArt(k)>0 Then
【 】
Else
【 】
End If
Next k
Print pos,neg
End Sub
以上程序的功能是,计算并输出数组Arr中10个数的正数之和pos与负数之和neg,请填空。