Предмет: Английский язык, автор: medat73

Use of English
Task1.Complete the sentences with:  juice  sugary  lose  stay  exercise
1 You should try to ................... every day.
2 I don’t like sweet, ......................... drinks like cola.
3 I’m trying to ......................... weight these days.
4 Lemon ......................... and honey are good for a sore throat.
5 You’re tired because you always ......................... up late at night.
Task 2. Fill in: side, crispy, main, dessert and still.
6 I’d like to drink some ............... mineral water, please.
7 I think we’ll have some ice cream for ............... , please.
8 Those ............... duck pancakes look delicious!
9 My favourite Chinese ............... dish is spring rolls.
10 We will order the chicken with boiled rice for our ............... meal.
Task 3. Choose the correct item.
11 We mustn’t/have to talk when the teacher is speaking
12 Can/Must I have a biscuit with my tea, please?
13 You don’t have to/mustn’t go to the match if you don’t want to.
14 You mustn’t/don’t have to cook dinner. I got some takeaway on my way home.
15 He may/can come to the party but I’m not sure.
Task 4. Complete the sentences with:  can’t  can  might  shouldn’t  could
16 You ................. see the doctor without an appointment.
17 Mum says we ................. have some ice cream after dinner.
18 ................. I borrow your history book, please?

19 You ................. eat too much fried food because it’s bad for you.
20 I ................. have some painkillers in my bag. Let me check.
Task 5. Choose the correct item.
21 Do you have any/little butter in the fridge?
22 There are a few/little apples in that bag.
23 How many/much sandwiches should I make?
24 Kate eats many/lots of fruits and vegetables.
25 Would you like some/many milk in your tea?

Ответы

Автор ответа: svetafinchenko
1

Ответ:

1 exercise 2 sugary 3 lose 4 juice 5 stay  6 still 7 dessert 8 crispy  9 main 10  side 11 musnt 12 can 13 dont have to 14 dont have to 15 may 17 musnt 18 can/may 19 shouldnt 20 ? 21 any 22 a few 23 many 24 lots of 25 some  

Объяснение:

Похожие вопросы
Предмет: Русский язык, автор: yasmina007
Предмет: Информатика, автор: Аноним
Помогите разобрать коды что за что отвечает

procedure TForm1.Button1Click(Sender: TObject);
const
n=10;
var
m:array[1..n] of integer;
i,k: integer ;
s: string;
begin
randomize;
i:=0;
while i begin
i:=i+1;
m[i]:=random(10+1);
for k:=1 to i-1 do
if m[k]=m[i] then
begin
i:=i-1;
break;
end;
end;
for i:=1 to n do
s:=s+(IntToStr(m[i])+' ');
Memo1.Lines.Add(s);
end;
end.

procedure TForm1.Button1Click(Sender: TObject);
begin
if messagebox(handle, 'Идем на войну?' , 'Заголовок тактики', mb_iconinformation or mb_yesno) = mryes then
messagebox(handle, 'НАПАДАЕМ' , 'Пойдем на войну', mb_iconerror)
else
messagebox(handle, 'ОТСТУПАЕМ' , 'Не пойдем на войну ', mb_iconerror);
end;
procedure TForm1.Button2Click(Sender: TObject);
var
s:string;
begin
s:=inputbox('текст1','текст2','vnemanei');

showmessage(s);

inputquery('текст2','текст1',s);
showmessage(s);

end;

procedure TForm1.Button3Click(Sender: TObject);
begin
if opendialog1.execute=true then
label1.caption:=opendialog1.filename;
end;

procedure TForm1.Button4Click(Sender: TObject);
begin
if savedialog1.execute=true then
memo1.lines.savetofile(savedialog1.FileName);
end;

procedure TForm1.Button5Click(Sender: TObject);
begin
savepicturedialog1.execute;
end;
end.

procedure TForm1.BitBtn3Click(Sender: TObject);
begin
close;
end;

procedure TForm1.BitBtn1Click(Sender: TObject);
begin
Label2.Visible:=true;
bitbtn2.Visible:=false;
end;

procedure TForm1.BitBtn2Click(Sender: TObject);
begin
label2.caption:='Ждите повышения!';
end;

procedure TForm1.BitBtn2MouseMove(Sender: TObject; Shift: TShiftState; X,
Y: Integer);
begin
bitbtn2.left:=random(clientwidth-30);
bitbtn2.Top:=random(clientheight-30);
end;
end.


Предмет: Русский язык, автор: XxdimaxXffeer