皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【单选题】
下列不属于访谈调查特点的是
A.
灵活性强
B.
调查具有匿名性
C.
不受书面语言文字的限制
D.
可以使用复杂的访谈提纲
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【简答题】无线传感器网络的定义?
【单选题】某人编写了如下程序: Private Sub Command1_Click() Dim a As Integer, b As Integer a = InputBox("请输入整数") b = InputBox("请输入整数") pro a pro b Call pro(a + b) End Sub Private Sub pro(n As Integer) While (n > 0) Print...
A.
把过程pro的形式参数 n As Integer 改为 ByVal n As Integer
B.
把Call pro(a + b) 改为 Call pro a + b
C.
把 n = n \ 10 改为 n = n / 10
D.
在pro b 语句之后增加语句 c% = a + b ,再把 Call pro(a + b) 改为 pro c
【多选题】What is true of a module containing a file named module-info.java with the following contents? (Choose all that apply.)module com.food.supplier {}
A.
All packages inside the module are automatically exported.
B.
No packages inside the module are automatically exported.
C.
A main method inside the module can be run.
D.
A main method inside the module cannot be run since the class is not exposed.
【单选题】在民间美术的谐音象征艺术语言中,被喻为“平安”的是( )。A佛手柑 B莲花 C蝙蝠 D瓶、鞍
A.
佛手柑
B.
莲花
C.
蝙蝠
D.
瓶、鞍
【简答题】23 若输入3个整数3,2,1,则以下程序的输出结果是() main()
【单选题】在民间美术的谐音象征艺术语言中,被喻为“平安”的是( )。
A.
A 佛手柑
B.
B莲花
C.
C蝙蝠
D.
D瓶、鞍
【简答题】要实现“输入一个整数,判断它的奇偶性,并输出”的程序,请完善以下程序。 #include int main() { 【1】 x; //定义变量 printf("请输入一个整数:x="); scanf(" 【2】 ", 【3】 x); //输入语句,键盘输入一个整数 if( 【4】 ) printf("你输入的为偶数!”); 【5】 printf("你输入的为奇数!“)...
【判断题】接种工序,是试管繁殖中最核心的技术。
A.
正确
B.
错误
【判断题】碎石、砾石、砂土,总称为无黏性土。
A.
正确
B.
错误
【单选题】额定载重量为1000kg的电梯,轿厢重量为1500kg,对重重量2000kg,则平衡系数为 。
A.
0.45
B.
0.4
C.
0.5
D.
0.6
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题