党( )的第一要务是发展。A.科教兴国 B.团结统一 C.执政兴国 D

题型:单项选择题

问题:

党( )的第一要务是发展。

A.科教兴国

B.团结统一

C.执政兴国

D.改革开放

考点:事业单位考试事业单位笔试云南省2009年某厅事业单位考试综合基础知识试卷
题型:单项选择题

阅读理解

        Hello! My name is Judy. I'm a student. I have three teachers. They are Miss Sun, Ms. Wood and

Mr. Chen. And they teach (教) us English, Chinese and art (美术). Miss Sun is from Shanghai. She is

my art teacher. She is pretty. She is 1.65 metres tall. Ms. Wood is from Canada. She is 1.75 metres tall.

She has short, brown hair. Her eyes are small and blue. Mr. Chen is my Chinese teacher. He is from

China. He is wearing a white shirt and a pair of blue pants. He has small eyes. They are good teachers.

I like them.

1. Miss Sun is ________ tall.

A. 1.6 metres    

B. 1.65 metres    

C. 1.7 metres    

D. 1.75 metres

2. ________ is an English teacher.

A. Judy       

B. Miss Sun    

C. Ms. Wood    

D. Mr. Chen

3. Ms. Wood has ________ hair.

A. short, brown  

B. short, black    

C. long, brown    

D. long, black

4. Judy's Chinese teacher is wearing ________.

A. a pink dress      

B. a pair of blue shorts 

C. a white shirt and a pair of blue pants

D. a white sweater and a pair of pants

5. ________ are from China.

A. Miss Sun and Mr. Chen

B. Ms. Wood and Miss Sun

C. Mr. Chen and Ms. Wood

D. The three teachers

题型:单项选择题

The general manager often looks through the sales _____ his men have kept records in different branch companies.

A.where

B.which

C.of which

D.when

题型:单项选择题

股票指数期货交易的特点有()。

A.以现金交收和结算

B.以小博大

C.套期保值

D.投机

题型:单项选择题

有如下程序
x=InputBox("input value of x")
Select Case x
Case Is>0
y=y+l
Case Is=0
y=x+2
Case Else
y=x+3
End Select.
Print x: y
运行时,从键盘输入—5,输出的结果是( )。

A.-5 -2

B.-5 -4

C.-5 -3

D.-5 -5

题型:单项选择题

使用VC6打开考生文件夹下的工程test24_1,此工程包含一个源程序文件test24_1.cpp,但该程序运行有问题,请改正程序中的错误,使程序的输出结果为:
000
1 2-1
000
l 2-l
2 1 1
源程序文件 test24_1.cpp 清单如下:
#include<iostream.h>
class A
/****************found*******************/
int a=O;
public:
A(int aa=O):a(aa)
;
class B

int a,b;
const int c;
A d;
public:
/****************found*******************/
B()
/****************found*******************/
B (int aa, int bb): d(aa+bb)

a=aa, b=bb;

void print()

cout<<a<<" "<<b<<" "<<c<<" "<<endl;

;
void main ( )

B a,b(1,2);
B x=a,y(b),z(2,1);
a.print();
b.print();
x.print();
y.print();
z.print();

更多题库