which of the following books is written by geoffrey chaucer?A. The Canterbury Tales.B. Morte D Arthur.C. King Lear.D. Beowulf.
which of the following books is written by geoffrey chaucer?
A. The Canterbury Tales.
B. Morte D Arthur.
C. King Lear.
D. Beowulf.
相关考题:
- What do you think of this novel?_________________________________ A.l' ve read it.B.It' s well-wri tten.C.It was written by my uncle.
She _ the doctor a list of the medical items she needed. A.made … write outB.makes … writes outC.made … wroteD.had made … written
The time setting of The Canterbury Tales is April, or to say the spring, which might signify____. A.deathB.Chaucer’s birth dayC.rebirthD.the young sun
Geoffrey ()French before, but he () at university now. A、study didn’t/studiesB、didn’t study/studyC、did not study/studiesD、didn’t studied/studies
You’re going to have a quiz ( )by another two in the ( )month. A. followed,followedB. followed,followingC. following,followedD. following,following
She is said ________ a new book about Chinese history.A、to writeB、to have writtenC、writingD、written
Before a bank issues a bond for the exporter, the issuer and the applicant should have some kind of agreement in ______ form.A.verbalB.written.C.bondD.L/C
The pilot motor launches are ______ blue,with the PILOT in white.A.furnishedB.paintedC.preparedD.written
30、如下程序的输出结果是 int main() { char books[][20]={"English","Math","Physical"}; int i,j; for(i=0;i<3;i++) { for(j=0;books[i][j]!=0;j++){ if(books[i][0]<books[i][j]) books[i][0]= books[i][j]; } } printf("%c",books[0][0]); return 0; }A.EB.sC.nD.h