Everyone uses the expressions AM and PM. But do you exactly know what they mean and how they came into being
As you know, the turning of the earth makes the sun and the stars seem to move across the sky. Daylight, of course, (21) ,when the sun rises in the east and when the sun is high (22) the sky, between these two positions, half of the daylight hours have been spent.
Therefore, by noticing (23) the sun stood in the sky, early man know they could tell the time of the day. At night the motion of the stars (24) the same purpose. The important thing in keeping time is to know the exact moment of (25) . For each of us, wherever we are, noon is when the sun is directly overhead. Think of an imaginary line (26) the sky,, stretching from the north point of your horizon just to the south point.
When the sun cross your meridian (子午线), it is noon for you. When the sun still (27) of this line, or the meridian, it is morning. After the sun has crossed this line, it is (28) .
The Latin word for "midday" is "deridian", (29) which comes our word meridian. So AM is an abbreviation(缩写词) for "ante meridean", or before midday, and PM for after midday. Each or the world’s time zones (时区)is about fifteen degrees wide in longitude (经度), which is about the distance the sun moves through the sky in an hour. (30) lives in the same time zone observes noon at the same moment. In this way, the time is different by one hour as you move through each time zone.

24()

A:morning B:the noon C:night D:noon

Everyone uses the expressions AM and PM. But do you exactly know what they mean and how they came into being
As you know, the turning of the earth makes the sun and the stars seem to move across the sky. Daylight,of course, (21) . when the sun rises in the east and ends in the west,when the sun is high (22) the sky, between these two positions, half of the daylight hours have been spent.
Therefore, by noticing (23) the sun stood in the sky, early man know they could tell the time of the day. At night the motion of the stars (24) the same purpose. The important thing in keeping time is to know the exact moment of (25) . For each of us,wherever we are, noon is when the sun is directly over head. Think of an imaginary line (26) the sky, stretching from the north point of your horizon just to the south point.
When the sun cross your meridian (子午线), it is noon for you. When the sun still (27) of this line, or the meridian, it is morning. After the sun has crossed this line, it is (28) .
The Latin word for" midday" is" deridian" , (29) which comes our word meridian. So AM is an abbreviation(缩写词) for "ante meridian " ,of before midday, and PM for after midday. Each of the world’s time zones(时区)is about fifteer degrees wide in longitude(经度) ,which is about the distance the sun moves through the sky in an hour. (30) lives in the same zone observes noon at the same moment. In this way, the time is different by one hour. as you move through each time zone.

28()

A:night B:morning C:the noon D:noon

Everyone uses the expressions AM and PM. But do you exactly know what they mean and how they came into being
As you know, the turning of the earth makes the sun and the stars seem to move across the sky. Daylight, of course, (21) , when the sun rises in the east and when the sun is high (22) the sky, between these two positions, half of the daylight hours have been spent.
Therefore, by noticing (23) the sun stood in the sky, early man know they could tell the time of the day, At night the motion of the stars (24) the same purpose. The important thing in keeping time is to know the exact moment of (25) . For each of us, wherever we are, noon is when the sun is directly overhead. Think of an imaginary line (26) the sky, stretching from the north point of your horizon just to the south point.
When the sun cross your meridian (子午线), it is noon for you. When the sun still (27) of this line, or the meridian, it is morning. After the sun has crossed this line, it is (28) .
The Latin word for "midday" is "deridian", (29) which comes our word meridian. So AM is an abbreviation (缩写词) for "ante meridean", or before midday, and PM for after midday. Each or the world’s time zones (时区) is about fifteen degrees wide in longitude (经度), which is about the distance the sun moves through tile sky in all hour. (30) lives in the same time zone observes noon at the same moment. In this way, the time is different by one hour as you move through each time zone.

25()

A:morning B:the noon C:night D:noon

On the morning of Christmas Day, children wake up their parents very early and say " ______".

A:Good morning! B:Happy New Year! C:Best wishes to you! D:Merry Christmas!

有以下程序
#include <stdio.h>
void fun(char **p)
++p; printf("%s/n",*p);
main( )
char *a[]= "Morning", "Afternoon", "Evening","Night";
fun(a);

程序的运行结果是( )。

A:Afternoon B:fternoon C:Morning D:orning

有以下程序:
#include <stdio.h>
void fun(char **p)
++p;
printf("%s/n",*p);

main( )
char *a[]="Morning","Afternoon","Evening","Night";
fun(a);

程序运行后的输出结果是:

A:Afternoon B:fternoon C:Morning D:orning

下面程序的运行结果是
#include<stdio.h>
main( )
char a[]="morning",t;
int i,j=0;
for(i=1;i<7;i++) if(a[j]<a[i])j=i;
t=a[j]; a[j]=a[7];
a[7]=a[j]; puts[a];

A:mrgninr B:mo C:moring D:morning

以下程序的输出结果是( )。 #include<iostream> #include<stdlib> using namespace std; void func(char **m) { ++m; cout<<*m<<endl; } main( ) { static char *a[]={"MORNING","AFTERNOON","EVENING"); char **n; n=a; func(n); system("PAUSE"); return 0; }

A:为空 B:MORNING C:AFTERNOON D:EVENING

以下程序的输出结果是( )。 #include<iostream.h> void func(char**m) { ++m: cout<<*m<<endl; } void main( ) { static char*a[]={"MORNING","AFTERTOON","EVENING"}; char**n; n=a: func(n); }

A:为空 B:MORNING C:AFTERTOON D:EVENING

以下程序的输出结果是( )。 #include<iostream.h> void func(char**m) { ++m: cout<<*m<<end1; } void main( ) { static char*a[]={"MORNING","AFTERTOON","EVENING"}; char**n: n=a; func(n); }

A:为空 B:MORNING C:AFTERTOON D:EVENING

微信扫码获取答案解析
下载APP查看答案解析