The following diagram denotes dependency between two activities A and B,It says()

A.B can’t start before A is finished
B.B can’t finish before A is finished
C.B can’t start before A starts
D.B can’t finish before A starts
第1题:
A. followed,followed
B. followed,following
C. following,followed
D. following,following
第2题:
A、may not
B、can’t
C、might not
D、mayn’t
第3题:
A.Must; needn’t
B.Can; can’t
C.May; mustn’t
D.Can; mustn’t
第4题:
The price you quoted is so high that we () help ()this transaction.
A、can…to cancel
B、can't...canceling
C、can…canceling
D、can't…to cancel
第5题:
classParent{
Stringone,two;
publicParent(Stringa,Stringb){
one=a;
two=b;}
publicvoidprint(){System.out.println(one);}}
publicclassChildextendsParent{
publicChild(Stringa,Stringb){
super(a,b);
}
publicvoidprint(){
System.out.println(one+"to"+two);
}
publicstaticvoidmain(Stringarg[]){
Parentp=newParent("south","north");
Parentt=newChild("east","west");
p.print();
t.print();
}
}
Whichofthefollowingiscorrect?()
第6题:
---- Look! The man at the gate ________ be our headmaster. He is always standing there every morning.
--- - No, it ________ be him. He is holding a meeting in the office now.
A.must, can’t B.must, mustn’t C.can’t, can’t D.can’t, mustn’t