第1题:
The word “went” contains two morphemes.()
第2题:
Bound morphemes are always attached to free morphemes to form. new words.()
第3题:
A derivational morpheme
B free morpheme
C inflectional morpheme
D free form
第4题:
已知C源程序如下:
include<stdio. h>
include<string. h>
void reverse(char S[]){
int C,i,J;
for(i=0,j=strlen(s)-1;i<j;i++,j++){
c=s[i];
s[i]=s[j];
s[j]=c;
}
}
void getHex(int number,char s[]){
int I;
i=0;
while(number>0){
if(number%16<10)
s[i++]=number%16+'0';
else
switch(number%16){
case 10:s[i++]='A';break;
case 11:s[i++]='B';break;
case 12:s[i++]='C';break;
case 13:s[i++]='D';break;
case 14:s[i++]='E';break;
case 15:s[i++]='F';break;
default:printf("Error");break;
}
number/=16;
}
s[i]:'\o';
reverse(s);
}
int main(){
unsigned int number;
int i=0:
char s[50];
printf("%s","please input number;\n");
scanf("%d",&number):
getHex(number,s);
i=0;
while(s[i])
printf("%c",s[i++]);
return 0;
}
画出程序中所有函数的控制流程图。

第5题:
有以下程序: #include <stdio.h> main() { char k; int i; for(i=1;i<3;i++) { scanf("%c",&k); switch(k) { case '0': printf("another\n"); case '1': printf("number\n"); } { } 程序运行时,从键盘输入:01<回车>,程序执行后的输出结果是( )。
A.another number
B.another number another
C.another number
D.number number
第6题:
第7题:
第8题:
Syntax is different from morphology in that the former not only studies the morphemes, but also the combination of morphemes into words and words into sentences.
第9题:
aspect
case
tense
voice
第10题:
inflectional
free
bound
derivational
第11题:
The number pages over the limit
The pages to paging space per second
The number of page operations per second
The number of processes waiting for page out
第12题:
A
B
C
D
第13题:
In the phrases a herd of cattle, a flock of sheep, both cattle and sheep contain two morphemes.()
第14题:
In case of emergency, please dial the alarm number 110. (英译汉)
第15题:
此题为判断题(对,错)。
第16题:
有以下程序: main() { char k: int i; for(i=1:i<3;i++) { scanf("%c",&k); switch(k) { case'0':printf("another\n"); case'1':printf("number\n"); } } } 程序运行时,从键盘输入:01<回车>,程序执行后的输出结果是 ______。
A.another number
B.another number another
C.another number number
D.number number
第17题:
第18题:
第19题:
The word “photographically” is made up of 4 morphemes.
第20题:
When monitoring a system using vmstat with an interval, the metrics under page po represent which of the following phrases?()
第21题:
Half the number of courses
Half the sum of course grades
The number of courses
The average of the course grades
The sum of the course grades
第22题:
port number
PCI slot number
channel number
virtual PIC number
第23题:
aspect
case
tense
voice