(A) Sorry, my watch has stopped
(B) Yes, I can tell you
(C) It’s ten fifteen
(D) Both A) and C)
第1题:
A.you
B.your
C.yours
D.your's
第2题:
What's ( )job? Are ( ) British?
A. your, your
B. you, your
C. your, you
第3题:
13、“S5T#5s_200ms”表示()。
A.16位S5TIME型数据
B.16位TIME型数据
C.32位S5TIME型数据
D.32位TIME型数据
第4题:
下面的程序的运行结果是__________
func main() {strs := []string{"one", "two", "three"}for _, s := range strs { go func() { time.Sleep(1 * time.Second) fmt.Printf("%s ", s) }()}time.Sleep(3 * time.Second)}
第5题:
( ) – Is Miss White __________ English teacher, Maria?
– No, she teaches __________ geography.
A.your;my
B.you;mine
C.you;us
D.your;us
第6题:
4、输出如下程序结果,并简要说明程序运行原理: import Netimport random name='小明' time=0 print(name,'上网时间、行为统计:') time += Net.net_play(1.5) time += Net.Watch_videos(2) time += Net.Play_game(3) time += Net.Study(2) Net.times(time)