用放大镜去查看地图,地图应放在______以内,看到的像是______像.
放大镜是根据当物距小于焦距时凸透镜成放大、正立的虚像制成的.
故答案为:一倍焦距;虚.
若函数y=ax2+2(a-1)x+2在区间(-∞,-4)上是减函数,则实数a的取值范围是( )
A.a>0
B.0<a<1
C.0<a<1或a≥5
D.1<a≤5
下列程序的输出结果为 # include < iostream.h> void main( ) char * a[ ]="hello","the","world"; char * * pa=a; pa ++; cout << * pa <<endl;
A.hello
B.the
C.world
D.hellotheworld