A、go to the church
B、go to church
C、go to a church
D、go church
第1题:
_______ of the students has two books.
A、All
B、Both
C、Each
D、Every
第2题:
以下程序的输出结果是 ( ) enum weekday {sun=7,mon=1,tue,wed,thu,fri,sat}; main( ) { enum weekday workday,week_end; int i,a [8]; workday=tue; week end=sun; pritnf("\ntuesday=%d sunday=%d", wotkday, week_end); workday=sun+tue; week_end=(enum weekday)3; printf ("tuesday=%d sunday=%d", workday week_end); a[sun]=sun; a[mon]=mon a[tue]=tue; a[wed]=wed; a[thu]=thu; a[fri]=fr; a[sat]=sat; for(i=1;i<7;i+ +) printf("%d",a [i]); }
A.tuesday=2 sunday=7;tuesday=2 sunday=7;1 2 3 4 5 6 7
B.tuesday=2 sunday=7;tuesday=9 sunday=3;1 2 3 4 5 6 7
C.tuesday=0 sunday=7;tuesday=2 sunday=3;1 2 3 4 5 6 7
D.tuesday=1 sunday=2;tuesday=3 sunday=4;1 2 3 4 5 6 7
第3题:
Each life jacket light that has a non-replaceable power source must be replaced ______.
A.every 6 months after initial installation
B.every 12 months after initial installation
C.every 24 months after initial installation
D.on or before the expiration date of the power source
第4题:
______Sunday,the library doesn' t open.
A、Being
B、There being
C、It being
D、Having been
第5题:
A. Every 5 minutes
B. Every 90 seconds
C. Every 60 seconds
D. Every 30 seconds
第6题:
要确定在文件ABC中是否含有表示星期六或者星期日字符的行,可以使用命令: grep ‘Saturday|Sunday’ABC 或者 grep -i ‘saturday|sunday’ABC