阅读下面的句子,根据文章内容进行判断,正确写“T”错误写“F”
Hi, I am Zhao Xin from Beijing. I just enrolled at The Open University last month. Now I'm a freshman at. the School of Social Work. As a social work major, I can help take care of the homeless and sick people, talk to them and accompany them, do the cleaning and other house chores. I enjoy helping people and want to live a meaningful life.
I love being a social worker. I used to look after the elderly at a nursing home when I was in middle school. It gives me a feeling of pride to bring happiness to others. I want to make a difference in the world.
()26. Zhao Xin is studying in the Open University now.
()27. His major is marketing.
()28. He is looking after the elderly at a nursing home nowadays.
()29. He .wants to change the world and make it better.
()30. He is proud of being a social worker.
第1题:
When introducing yourself to someone you don't know at a party, what would you say?()
A、Hi, I'm**
B、May I introduce myself to you and at the same time I make your acquaintance?
C、Hi, I'd like to meet you.
D、Hi, I'm .Do you know many people here?
第2题:
有以下程序 #include <stdio.h> #include <string.h> typedef strlIct{char name[9];char sex;float score[2];}STU; STU f(STU a) { STU b={"Zhao",m,85.0,90.0);int i; strcpy(a name,b.name); sex:b.sex; for(i=0;i<2;i++)a.score[i]=b.score[i]; return a; } main {STU c="Qian",f,95.0,92.0},d; d=f(c).printf("%s,%c,%2.0f,%2.0f",d.Name,d.sex,d.score[0],d.score[1]); } 程序的运行结果是( )。
A.Qian,f,95,92
B.Qian,m,85,90
C.Zhao,m,85,90
D.Zhao,f,95,92
第3题:
已知关系R(H,I,J,K,L,M,N),函数依赖集F为{ HI→JM,HK→JL,HN→I,K→J,I→K },问:F的最小覆盖为_________。
A.{ HI→M,HK→J,HN→I,K→J,I→K}
B.{ HI→M,HK→L,HN→I,K→J,I→K}
C.{ HI→J,HI→F,HK→J,HK→L,HN→I,I→K,K→J}
D.{ H→M,I→M,HK→L,H→I,N→I,K→J,I→K}
第4题:
有以下程序 #include <stdio.h> #include <string.h> typedef struct { char name[9]; char sex; float score[2]; } STU; STU f(STU a) { STU b={"Zhao", 'm', 85.0, 90.0}; int i; strcpy(a.name, b.name); a.sex = b.sex; for (i=0; i<2; i++) a.score[i] = b.score[i]; return a; } main() { STU c={"Qian", T, 95.0, 92.0}, d; d=f(c); printf("%s,%c,%2.0f,%2.0f\n", d.name, &sex, &score[O], d.score[1]); } 程序的运行结果是
A.Qian, f,95,92
B.Qian,m,85,90
C.Zhao,m,85,90
D.Zhao,f,95,92
第5题: