to repair
repair
repairing
repaired
第1题:
She()so much money on the necklace made of glass.
A. took
B. paid off
C. spent
D. sold
第2题:
A、would
B、should
C、might
D、could
第3题:
A.builder.stop()
B.builder.start()
C.builder.show()
D.builder.create()
第4题:
阅读以下说明和Java代码,回答问题
[说明]
在某些系统中,存在非常复杂的对象,可以采用循序渐进的方式进行组合将小对象组合,成复杂的对象。
以下实例展示了Builder(生成器)模式。该实例用来建立“文件”,文件内容包括:一个标题、一串字符以及一些有项目符号的项目。Builder类规定组成文件的方法,Director类利用这个方法产生一份具体的文件。图6-1显示了各个类间的关系。

以下是Java语言实现,能够正确编译通过。
[Java代码]
//Builder. java文件
public (1) class Builder {
public abstract void makeTitle(String title);
public abstract void makeString(String str);
public abstract void makeItems(String[] items);
public abstract Object getResult();
}
//Director. java文件
public class Director{
private (2) builder;
public Director(Builder builder){
this. builder = builder;
}
public Object construct(){
builder.makeTitle("Greeting");
builder.makeString("从早上到白天结束");
builder.makeItems(new String[]{"早安", "午安",});
builder.makeString("到了晚上");
builder.makeItems(new String[]("晚安", "好梦",});
return builder.getResult();
}
}
//TextBuilder.java文件
public class TextBuilder (3) Builder{
private StringBuffer buffer = new StringBuffer();
public void makeTitle(String title){
buffer.append("『" + title + "』"\n\n");
}
public void makeString(String str){
buffer.append('■' + str + "\n\n ");
}
public void makeItems(String[] items){
for(int i = 0; i< (4) ; i++){
buffer.append('·' + items[i] + "\n");
}
buffer.append("\n");
}
public Object getResult(){
return buffer.toString();
}
}
//Main.java文件
public class Main {
public static void main(String[] args) {
Director director = new Director(new TextBuilder());
String result = (String)director. (5) ;
System.out.println(result);
第5题:

第6题:
第7题:
She paid the builder()the gate.
Ato repair
Brepair
Crepairing
Drepaired
第8题:
HMIWEB Display Builder在开始菜单中的启动步骤,();(),Server,HMIWEB Display Builder。
第9题:
第10题:
to repair
repair
repairing
repaired
第11题:
对
错
第12题:
label the musical products with numbers
disclose how many songs it ever recorded
tell the author how much it paid the lawyer
reveal how much it paid to each of the bands
第13题:
A、pay/ paid
B、paid/ are paid
C、are paying/ being paid
D、are paid/ paid
第14题:
Last week Polly decided to give up her job. She is fed up with it, she finds it boring and she wants to change her career. Her employers,‘Lucky Shops',are not too bad. They give her quite good benefits,such as free lunches and paid holidays, but she does not get on with her boss. Her salary is quite goad, but,because she is not happy, she wants to lank far something else. Last Saturday she talked about it with David and Xiaoyan. They agreed with her. They said she should resign and try another career, so she took action. She lacked at advertisements in the paper and picked out three jabs that looked interesting. She had to write out her GV to apply for a jab, and she did that an Wednesday evening. Xiaayan helped her with it. She has a lot of experience of selling and goad business training but is worried about her lack of experience in some areas.
1. Polly has decided to ask for a higher salary.
A. Right
B. Wrong
2. She doesn't like her bass.
A. Right
B. Wrong
3. Her friends agreed that she should resign.
A. Right
B. Wrong
4. She has no experience of selling.
A. Right
B. Wrong
5. She's worried about her lack of experience in same areas.
A. Right
B. Wrong
第15题:
A.AlertDialog dialog=new AlertDialog(context);
B.AlertDialog.Builder builder=new AlertDialog.Builder(context);
C.ProgressDialog dialog=new ProgressDialog();
D.ProgressDialog.Builder builder=new ProgressDialog.Builder(context);
第16题:
—Hurry up! We ________ for you at the gate.
—I’m sorry .I’m coming soon.
A. waits B. waited C. are waiting
第17题:
第18题:
第19题:
She paid the builder()the gate.
第20题:
The IT department is creating a human resources application that will require several new tables. You need to develop a standard alone executable that will defines these tables and their relationships. Which developer/2000 component could you use to create the executable?()
第21题:
tendency
ambition
intention
willingness
第22题:
on occasion
in case
under circumstances
on condition
第23题:
Procedure builder.
Query builder.
Schema builder.
Form builder.
Project builder.
Transactional builder.
第24题:
charge
admission
expense
tip