皮皮学,免费搜题
登录
搜题
【简答题】
The Festival of Cultures August 11-14 City Park The Festival of Cultures is an annual event to celebrate the wide range of cultures found in our great state. People representing 40 cultural groups will share their traditions and customs. Here are just a few of the festival’s many activities. Crafts: See the fine art of basket weaving from Vietnam and Zimbabwe. Watch the delicate art of making paper umbrellas from Thailand and the decorative craft of paperl picado, or paper cutting, from Mexico. All craft demonstrations provide a firsthand view of how things are made. You will appreciate the process involved in making these products. Music and Dance: Experience musical instruments that you have never heard before. Listening to the music of a sho from Japan, a bull-roarer from Australia, a sitar from India, and a chakay from Thailand. You will also be entertained by folk dances from around the world, such as the troika from Russia and the mayim mayim from Israel. From 1:00 P.M. to 3:00 P.M. on August 14, special folk-dancing classes for children will be offered. Children ranging in age from 6-8 can learn the kinderpolka from Germany. Children ranging in age from 9-12 can learn the raspa from Mexico. Storytelling: Listen for hours as professional storytellers charm you with captivating tales. Fables, folktales, and ballads from various countries will be told. By popular demand, Gwendolyn Washington, a famous African American storyteller, is back. Food: Enjoy irresistible foods from other countries, such as gyros from Greece, seafood paella from Spain, crepes from France, and tandoori chicken from India. These tasty dishes will be difficult to pass up. Tickets       August 11-13 Tickets        August 14 Adults          $3 Ages 13-18        $2 Ages 6-12        $1 Ages 6 and under Free Adults          $3 Ages 13-18        $2 Ages 12 and under Free The Festival of Cultures is sponsored by the World Marketplace. For more information about the festival, call (800) 555-0199. 64. Which of the following are from Mexico? A. The paper cutting and troika. B. The kinderpolka and sitar . C. The paperl picado and the raspa. D. The mayim mayim and the gyros . 65. A family with two children at the age of 8 and 16 are going to the festival on August 12. How much money will they pay for the festival? A. $5.    B. $6.    C. $8.    D. $9. 66. What do we know about the festival? A. Children will have a chance to learn different folk-dancing. B. Storyteller Gwendolyn is invited to the festival for the first time. C. People will be offered opportunities to play musical instruments. D. Visitors can make paper umbrellas from their first-hand experience. 67. What’s the purpose of writing this passage? A. To advertise for the World Marketplace. B. To introduce a wide range of cultural traditions. C. To explain the great significance of popularizing the festival. D. To persuade readers to attend the festival held in the City Park.
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【单选题】下面程序的运行结果是( ). #include "stdio.h" #include "string.h" main( ) { char *s1="AbDeG"; char *s2="AbdEg"; s1+=2;s2+=2; printf("%d\n",strcmp(s1,s2)); }
A.
正数
B.
负数
C.
D.
不确定的值
【简答题】______ left _____ the second crossing, then you’ll see the school. A. Take, on       B Turn, at            C Turn, from
【单选题】若输入"abcdef"、"abdef",以下程序的输出结果为( )。 #include #include main() { int n; char s1[20],s2[20],*p1,*p2; scanf("%s",s1); scanf("%s",s2); p1=s1; p2=s2; n=strcmp(p1,p2); printf("%d\n",n);}
A.
-1
B.
0
C.
0
D.
"abdef"
【简答题】函数 intersec 的功能是:将既出现在 s1 中、又出现在 s2 中的字符串保存到 s3 字符串中,函数返回 s3 中字符串的个数。 源程序如下: #include #include int intersec(char s1[][10],char s2[][10],char s3[][10],int m,int n){ int i,j,k=0; for(i=0;i for(j=0;j if(...
【单选题】以下程序执行后的输出结果是________。 #include " stdio.h " #include " string.h " void main() { char s1[10],*s2= " abcdef " ; strcpy(s1,s2); printf( " %s " ,s1); }
A.
ab\0cdef
B.
abcdef
C.
ab
D.
以上答案都不对
【单选题】.下面程序的运行结果是( )。 #include "stdio.h" #include "string.h" main() { char *s1="AbDeG"; char *s2="AbdEg"; s1+=2; s2+=2; printf("%d\n",strcmp(s1,s2)); getch(); }
A.
正数
B.
负数
C.
D.
不确定的值
【简答题】#include #include void main() { char * s1="AbDeG"; char * s2="ABdEg"; s1+=2; s2+=2; printf("%d\n",strcmp(s1,s2));
【单选题】_____ right at the first crossing, the bank is _____ the left. [     ]
A.
Go, on
B.
Turn, in
C.
Turn, on
【简答题】When was Tsinghua University founded?
【单选题】运行以下程序,得到的结果是: main() { char *s1="AbDeG"; char *s2="AbdEg"; s1+=2;s2+=2; printf("%d\n",strcmp(s1,s2)); }
A.
正数
B.
负数
C.
D.
不知道
相关题目: