Write.
1.Write the paragraph about your best friend
2. Write the paragraph about your house
3.Write an email to you
4.Write paragraph about Tet
5.Write paragraphs around the area
1.
My best friend is Hương. We have known each other since we were 10 years old. However we became best friends when we were at grade 7. At that time I was very bad at English and it was who helped me improve my English. Now she lives with her parents in Nguyen Trai street.
If I were to describe how she looks I would say she is very pretty. She has long black hair a straight nose and a small pointed chin. She is quite slim. She doesn t like to dress up so I usually see her wearing jeans and a T - shirt. She has a very nice personality and a wonderful sense of humour but she can also get a little depressed from time to time. I can always count on her to be honest and to give me the best advice.
What I like about Lan is that she has same hobbies with me. We both enjoy singing karaoke reading comic books and going shopping. We like going to the cinema but sometimes can t agree on which movie to see. In addition since I am better in Maths and Chemistry and she is better in English and languages we can always help each other if we get confused about a difficult homework assignment. We are so lucky that we get along so well. I hope that our friendship can last long.
2.
My house is located in a small quiet alley. That’s a pretty pink house which consists of 6 rooms in totally: a living room, a kitchen, a toilet, a bathroom and two bedrooms. There are a white leather sofa, a television and a sideboard in the living room. After dinner, my father will turn on the television, choose a great movie and we watch it happily. Next to the living room is the kitchen where is used for cooking and enjoying the meals. In the middle of the room is a dinner table which is made from wood. Three cookers, a refrigerator and all the neccesary stuff for cooking is arranged carefully in the right corner of the room. In the left of the kitchen is a clean toilet. Beside the toilet is the bathroom which is equipped a shower and a bathtub. There are only two rooms upstairs that is my parents’ room and my private room. I’ve decorated my bedroom with adorable wallpaper and many lovely stuffed animals. A single bed is placed next to the window so that I can stargaze before falling asleep. In the opposite of the bed are my desk and my bookshelf that contain many kinds of book. There are also an old television and a piano in my bedroom. I especially love the piano because that was the gift from dad in my birthday. In every Christmas or Tet holiday, all member of my family ornament the house together and then gather in the kitchen to cooking. Although my house is not too big but to me that is the most beautiful house in the world.
3.
From : KirinaTo: Alex
Dear Alex !
Today, I'm writing the letter for you, my best friends. I love house, what about you ? So, I would like to talk about a new amazing house.
My future house will be in the ocean . It will be surrounded by many tall trees and blue sea .There will be a swimming pool in front and a large flower garden behind the house . There will be a helicopter on the roof so that i can fly to school .
My future house will have solar energy . There will be some robots in the house . They will Giúp me do the housework , such as cleaning the floors , cooking meals , washing clothes , watering the flower and feeding the dogs ang cats .
I will have super smart TV in my house . It will Giúp me surf the Internet , send and receive my e -mails , and contact my friends on other planets . It will also Giúp me order food from the supermarket .
Alex, How is your dream house ?
Tomorrow, You are going to write the letter talk about a new amazing house. ^_^
Bye Alex !
Janunary 4th
Michigan - U.S.A
4.
Tet is a traditional holiday of Vietnam. Before Tet Holiday,I buy some new clothes, decorate and clean your house. The meaning of Tet is ending old year and welcome a new year. At Tet, I will go to the Pagoda with my mum to wish the happiness for my family. On Tet holiday, people have many recreational activities. Young persons take part in the traditional games such as: tug of war, cooking rice, cock fighting, watching lion dance. It's very interesting! At midnigt, I will watch firework with my family and then get lucky money from my relative. However, I will play cards all night with some my friend and talk together.
I think I will have an inresting years
1.Write about my routines?
2.Write about my TimeTable?
3 Write about you?
1. write about last holiday
2.write about last birthday party
3.write about my teacher
4. write about my favourite food
1. write about last holiday
Every summer , i go to the beach with my family . But last summer , i went to Ha Long Bay with my classmates and my teacher . In the morning , i built sandcastle and drawing the sea . At noon , i ate a lot of seafood such as : crabs , shrimps , so on ... The food was delicious . We stayed at five star hotel . My room was very nice and comfortable . In the afternoon , i swam in the sea . Some of my friends swam very well . In the evening , i drank coconut milk . When i came home i felt very tired but it was a wonderful summer . I will never forget it .
2.write about last birthday party
It was my birthday last September . I invited a lot of my friends to my party . There was a lot of candies , cakes , so on ... My birthday cake was very big and round . There were ten candles on it with my favourite colours . It has a words '' Happy Birthday'' . We ate a lot of cakes , candies and drank juice . We sang and danced English and Vietnamese songs . My friends gave me a lot of presents such as : teddy bears , dolls, ...
It was my happy biethday . I will never forget it .
3.write about my teacher
There are many teachers in my school . But i like my English teacher best.
Her name is Ngoc . She is thirty years old . She is short but she's very beautiful . She has big and bright eyes . Her lips are small and pink . Her hairs are short and brown .
She can make the boring knowledge to be interesting . And i always get a lot from her class . I become to like English very much . I like to play English games with her . I like singing English songs with her , too . I love her very much .
4. write about my favourite food
There are many kinds of food . But i like pizza most . I eat pizza when i go to the restaurant . There are many kinds of pizza such as : cheese pizza , seafood pizza , .... But i like sausage pizza best . It is a bis round bread . It's has a layer of tomato sauce , a layer of cheese and a layer of sausages . A pizza has eight pieces . All members of my family like it . Because the chef cook it very well . This food is very delicious . I like it very much .
Câu lệnh nào dưới đây dùng để kiểm tra 1 số là số chẵn hay số lẻ?
A.If So div 2=0 So then write('so le') else write('so chan');
B. If N mod 2<>0 So then write('so le') else write('so chan');
C. If So div 2<>So then write('so le') else write('so chan');
D. If N mod 2=0 So then write('so le') else write ('so chan');
Cho biết hai lệnh sau xuất ra màn hình điều gì?
a,Write(5);write(7);
b,write(5);write(7);
Bạn ơi hai lệnh này xuất ra màn hình đều là 5;7 vì trong pascal ko phân biệt chữ hoa và chữ thường
ĐÁP ÁN VÒNG 1 CUỘC THI TIN HỌC LẦN 3
Câu 1(2 điểm)
uses crt;
var n,dv,ch:integer;
begin
clrscr;
readln(n);
if (0<=n) and (n<=19) then
begin
case n of
0: write('zero');
1: write('one');
2: write('two');
3: write('three');
4: write('four');
5: write('five');
6: write('six');
7: write('seven');
8: write('eight');
9: write('nine');
10: write('ten');
11: write('eleven');
12: write('twelve');
13: write('thirteen');
14: write('fourteen');
15: write('fifteen');
16: write('sixteen');
17: write('seventeen');
18: write('eighteen');
19: write('nineteen');
end;
end
else
begin
dv:=n mod 10;
ch:=n div 10;
case ch of 2:
write('twenty');
3: write('thirty');
4: write('forty');
5: write('fifty');
6: write('sixty');
7: write('seventy');
8: write('eighty');
9: write('ninety');
end;
if dv>0 then
begin
write('-');
case dv of 1:
write('one');
2: write('two');
3: write('three');
4: write('four');
5: write('five');
6: write('six');
7: write('seven');
8: write('eight');
9: write('nine');
end;
end;
end;
end.
Câu 2(2 điểm)
uses crt;
var a,b,t,bcnn:int64;
begin
readln(a,b);
bcnn:=a*b;
t:=b mod a;
while t<>0 do
begin
t:=a mod b;
a:=b;
b:=t;
end;
bcnn:=bcnn div a;
writeln(a,' ',bcnn);
readln;
end.
Câu 3(4 điểm)
uses crt;
var q,i:longint;
n:array[1..10] of longint;
begin
clrscr;
readln(q);
for i:=1 to q do
readln(n[i]);
for i:=1 to q do
begin
if (n[i] mod 4=0) and (n[i] mod 100<>0) then writeln('YES')
else if n[i] mod 400=0 then writeln('YES')
else writeln('NO');
end;
end.
Câu 4(2 điểm)
uses crt;
var n,p,x,dem:int64;
{----------------------chuong-trinh-con-tim-ucln---------------------}
function ucln(a,b:int64):int64;
var t:int64;
begin
t:=b mod a;
while t<>0 do
begin
t:=a mod b;
a:=b;
b:=t;
end;
ucln:=a;
end;
{---------------------chuong-trinh-chinh---------------------}
begin
readln(n,p);
dem:=0;
for x:=1 to n do
if ucln(x,n)=p then inc(dem);
writeln(dem);
end.
Câu 5(10 điểm) Bài làm của bạn @Hưng Nguyễn Thái
#include<bits/stdc++.h>
using namespace std;
#define ll long long #define mod (ll)(1e7+7)
const ll N = 1000000;
ll lp[N+1];
vector<ll > pr;
void solve()
{ for (ll i=2; i<=N; ++i)
{ if (lp[i] == 0)
{ lp[i] = i; pr.push_back (i);
}
for (ll j=0; j<(ll )pr.size() && pr[j]<=lp[i] && i*pr[j]<=N; ++j)
lp[i * pr[j]] = pr[j];
}
}
ll po(ll a,ll n)
{ ll res=a, ans=1; while(n)
{ if(n%2) ans=ans*res%mod; res=res*res%mod; n/=2;
}
return ans;
}
ll aka(ll p, ll alpha)
{
if(alpha==0) return 1;
if(alpha==1) return (p+1);
if(alpha%2==1) return p*aka(p,alpha-1)+1;
if(alpha%2==0) return (po(p,alpha/2)+1)*(aka(p,alpha/2)-1)+1;
}
ll f(ll n)
{
ll tmp,i=0,so_mu,res=1;
while(pr[i]<=n)
{
tmp=pr[i];
so_mu=0;
while(tmp<=n)
{
so_mu = so_mu+ (n/tmp);
tmp=tmp*pr[i];
}
res=res*(so_mu+1)*(so_mu+2)/2%mod; i++;
}
return res;
}
int main(){ ll n,res; solve();
while(1)
{
cin>>n;
if(n==0) break;
res=f(n);
cout<<res<<'\n';
}
}
Câu 4-NB. Cách viết nào sau đây đưa ra màn hình giá trị các phần tử của mảng A?
A. Write(A[i]); B. Write(A{i}); C. Write(A(i)); D. Write(A[‘i’]);
NB. Cách viết nào sau đây đưa ra màn hình giá trị các phần tử của mảng A?
A. Write(A[i]); B. Write(A{i}); C. Write(A(i)); D. Write(A[‘i’]);
1) write the name 8 type of pollution
2) Write each type of definition
3)Write cause each type
4) Write result of each type
5) Write a solution each type
Giúp tớ vs mai tớ KT rr
Write about your favorite food.
Write about your favorite drink.
Write about your favorite sport.
-my favourite Food:
Hello eveyone,
I'd to tell you about my favourite food. It's beef noodle. It's made if rice, beef, and many kinds of herbs. I usually eat beef noodle in the morning. My favourite restaurant is Cuong Noodle. It's a small restaurant located on Tran Hung Dao street in Ho Chi Minh city. Whenever i eat beef noodle, it always makes me have a special taste. Hanoi capital is famous for beef noodle. What's more, it's also well-known for a lot of delicious foods. For example Omai, frilled rice...
At home, my mother makes beeff noodle very well. She often makes it when my family get toghether. We enjoy the happy time when we have beef noodle at home.
My favorite drink:
I most of drink! But my favorite drink is fruit juice because I fruits. They are healthy, fresh and delicious! Especially, I minute made which is made 100 % of fruits. It costs 120 yen. It is little expensive, but it is so delicious and healthy. My father s too. I want to have it now. Have you ever drunk it? If you have never drunk it, I want you to drink it! I recommend you it! Recently, I tea because my friends and my father it very much. I am influenced by them. I didn't tea until high school student. But now, I milk tea, apple tea and fruit tea. I am glad to be able to have it.
-My favorite sport:
My favorite sport is playing badminton. There are four reasons why I it. Firstly, I can improve my health through playing it. I play it about 2 times every week. It makes me feel energe everyday. Secondly, I enjoy the feeling that badminton flies in the air. I can change the movement direction of badminton without much effort and make opponent lose it. Thirdly, I can make many friends when I play badminton. I often play it with many kinds of persons. We can improve our skills with exercises. Also we talk about many interesting things when we have an break. Finally, playing badminton is not as intense as other sports such as basketball and soccer. It lessens the possibility of being hurt. So If you playing badminton, please feel free to contact me. I think we can exchange experiences and make friends.
chúc bn học tốt!
My favorite food is noodles
My favorite drink is apple juice
My favorite sport is badminton
My favorite food is noodles
My favorite drink is apple juice
My favorite sport is badminton
write a webpage about your school. write an email to describe a room / house .write a paragraph about your friend.write a paragraph about your neighborhood .write an travel guide about a natural attraction.Nhanh lên nhé!
nhanh lên chiều mình đi thi tiếng anh rùi!