根据下表回答第 131~135 题。
北京市城镇居民2008年7月低保情况统计表
地区 7月份城镇居民最
低生活保障人数 7月份城镇最低
生活保障家庭数 7月份城镇最低生
活保障累计支出 7月份人均
支出水平 (人) (户) (万元) (元) 北京市 147738 72474 27264.2 260.41 东城区 14442 7076 2762.8 269.70 西城区 11739 6238 2147.7 261.13 崇文区 8835 4710 1871.7 284.90 宣武区 14623 7075 2851.7 277.O3 朝阳区 14084 6958 2743.0 280.57 丰台区 14885 6869 2666.2 263.64 石景山区 13661 6069 2774.6 285.59 海淀区 9253 4620 1768.6 270.78 门头沟区 15329 6559 2800.4 257.60 房山区 8388 3823 1184.4 202.77 通州区 4091 2129 646.5 220.16 顺义区 1452 876 283.6 283.40 昌平区 1517 996 292.8 267.25 太兴区 1317 747 238.1 248.o7 怀柔区 3285 1670 393.0 172.82 平谷区 5838 2192 740.5 165.40 密云县 1297 750 242.6 261.79 延庆县 1851 866 275.9 210.84第 131 题 2008年7月份北京市下列各区县中城镇居民最低生活保障人数最少的是( )。
A.顺义区
B.密云县
C.大兴区
D.昌平区

A.2
B.41
C.8
D.70
E.7
F.13
G.7
H.90
I.7
J.O3
K.0
L.57
M.2
N.64
O.6
P.59
Q.6
R.78
S.4
T.60
U.4
V.77
W.5
X.16
Y.6
Z.40
[.8
.25
].1
^.o7
_.0
`.82
a.5
b.40
c.6
d.79
e.9
f.84第
g.顺义区
h.密云县
i.大兴区


您可能感兴趣的试卷

你可能感兴趣的试题

7.10.classInner{
11.privateintx;
12.publicvoidsetX(intx){this.x=x;}
13.publicintgetX(){returnx;}
14.}
15.
16.classOuter{
17.privateInnery;
18.publicvoidsetY(Innery){this.y=y;}
19.publicInnergetY(){returny;}
20.}
21.
22.publicclassGamma{
23.publicstaticvoidmain(String[]args){
24.Outero=newOuter();
25.Inneri=newInner();
26.intn=10;
27.i.setX(n);
28.o.setY(i);
29.//insertcodehere
30.System.out.println(o.getY().getX());
31.}
32.}
Whichthreecodefragments,addedindividuallyatline29,producetheoutput100?()

A.classInner{
B.privateintx;
C.publicvoidsetX(intx){this.x=x;}
D.publicintgetX(){returnx;}
E.}
F.
G.classOuter{
H.privateInnery;
I.publicvoidsetY(Innery){this.y=y;}
J.publicInnergetY(){returny;}
K.}
L.
M.publicclassGamma{
N.publicstaticvoidmain(String[]args){
O.Outero=newOuter();
P.Inneri=newInner();
Q.intn=10;
R.i.setX(n);
S.o.setY(i);
T.//insertcodehere
U.System.out.println(o.getY().getX());
V.}
W.}

8.1.publicclassTest{2.publicTfindLarger(Tx,Ty){3.if(x.compareTo(y)>0){4.returnx;5.}else{6.returny;7.}8.}9.}and:22.Testt=newTest();23.//insertcodehereWhichtwowillcompilewithouterrorswheninsertedatline23?()
A.Objectx=t.findLarger(123,“456”);
B.intx=t.findLarger(123,newDouble(456));
C.intx=t.findLarger(123,newInteger(456));
D.intx=(int)t.findLarger(newDouble(123),newDouble(456));

A.publicclassTest{2.publicTfindLarger(Tx,Ty){3.if(x.compareTo(y)>0){4.returnx;5.}else{6.returny;7.}8.}9.}and:22.Testt=newTest();23.//insertcodehereWhichtwowillcompilewithouterrorswheninsertedatline23?()
A.Objectx=t.findLarger(123,“456”);
B.intx=t.findLarger(123,newDouble(456));
C.intx=t.findLarger(123,newInteger(456));
D.intx=(int)t.findLarger(newDouble(123),newDouble(456));