皮皮学,免费搜题
登录
搜题
【单选题】
根据下列文章,请回答 51~65 题。 Save Energy At Home On the average, Americans waste as much energy as two-thirds of the world's population consumes. That's largely the__________ (1) of driving inefficient cars, using inefficient appliances (设备), and living and working in poorly insulated (隔热) buildings. Then what can you do to __________ (2) the situation ? Buy energy-efficient products -- Buy new appliances or electronics of the highest energy-efficiency rating. New energy-efficient models may cost more initially, but have a lower operating__________ (3) over their lifetimes. The most energy-efficient models __________ (4) the Energy Star label, which identifies products__________ (5) use2040 percent less energy than standard new products. According to the EPA(美国环境), the typical American household can save about $400 per year in __________.(6) bills with products that carry the Energy Star. Switch to compact fluorescent bulbs (荧光灯)--Change the three bulbs you use (7) in your house to compact fluorescents. Each compact fluorescent bulb will keep half a ton of CO2 out of the air__________(8) its lifetime. ___________(9), compact fluorescent bulbs last ten times as long and can save $30 per year in electricity costs. Set heating and cooling temperatures correctly -- Check thermostats (温度自动调节器) in your home to make sure they are__________(10) at a level that doesn't waste energy. Turn off the lights -- Turn off lights and other electrical appliances such as televisions and radios when you're not __________ (11) them. Install automatic timers for lights that people in your house frequently__________ (12) to turn them off when leaving a room. Let the sun shine in -- The cheapest and most energy-efficient light and heat source is often right outside your window. On __________ (13) days, open blinds (百叶窗)to let the sun light your home for free. Also remember that__________ (14) entering room equals passive solar heating. Even on cold winter days, sun streaming into a room can raise the temperature by several __________ (15). 第 51 题
A.
power
B.
result
C.
way
D.
work
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【判断题】使用理想低通特性实现无码间串扰传输,可以达到的基带传输系统最高频带利用率为2bps/Hz。
A.
正确
B.
错误
【判断题】判断题:( ) 6、机械传动系主要由离合器、变速器、万向传动装置、主减速器、差速器和半轴等组成。
A.
正确
B.
错误
【判断题】使用理想低通特性实现无码间串扰传输可以达到基带传输系统的最高频带利用率2bps/Hz.
A.
正确
B.
错误
【判断题】使用理想低通特性实现无码间串扰传输可以达到了基带传输系统的最高频带利用率 2bps/Hz 。
A.
正确
B.
错误
【判断题】使用理想低通特性实现无码间串扰传输可以达到了基带传输系统的最高频带利用率2bps/Hz。
A.
正确
B.
错误
【简答题】A商店准备在今年夏天开始出售西瓜,西瓜根据单个重量设置不同的售价如下:20斤以上的每斤0.85元;重于15斤轻于等于20斤的,每斤0.90元;重于10斤轻于等于15斤的,每斤0.95元;重于5斤轻于等于10斤的,每斤1.00元;轻于或等于5斤的,每斤1.05元。现在为了知道商店是否会盈利要求A公司帮忙设计一个输入西瓜的重量和顾客所付钱数,输出应付货款和应找钱数的程序。 请根据注释完成代码的编写。 ...
【判断题】使用理想低通特性实现无码间串扰传输可以达到基带传输系统的最高频带利用率2bps/Hz
A.
正确
B.
错误
【简答题】如果一个有限自动机接受空串ε,则它的状态转换图一定含有ε弧。 ( )
【单选题】已知Test类的定义如下所示 public class Test { public float aMethod (float a, float b){ } } 以下哪个方法不能定义在Test类中:( )
A.
public float aMethod (float a, float b, float c) { }
B.
public int aMethod (float c,float d) { }
C.
public int aMethod (int a, int b) { }
D.
private float aMethod (int a, int b, int c) { }
【单选题】已知抽象类Ac 定义如下, 正确的子类定义是? abstract class Ac{ public abstract void speak(); }
A.
class CA extends Ac{ void speak(){} }
B.
class CB extends Ac{ public void speak(){ } }
C.
class CC extends Ac{ protected void speak(){ } }
D.
class CA implements Ac{ public void speak( ){ } }
相关题目: