皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【单选题】
真核生物中,存在于核仁的 RNA 聚合酶是下列哪一种( )。
A.
RNA 聚合酶 Ⅰ
B.
RNA 聚合酶 Ⅱ
C.
RNA 聚合酶 Ⅲ
D.
DNA聚合酶
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】下列程序的运行结果为( )。 #include void abc(char*str) { int a,b; for(a=b=0;str[a]!='\0';a++) if(str[a]!='c') str[b++]=str[a]; str[b]='\0';} void main() { char str[]="abcdef"; abc(str); printf("str[]=%s",str);}
A.
str[]=abdef
B.
str[]=abcde
C.
str[]=a
D.
str[]=ab
【判断题】生态破坏是指由于环境污染和破坏,对多数人的健康、生命、财产造成的公共性危害。
A.
正确
B.
错误
【判断题】生态破坏是指由于环境污染和破坏,对多数人的健康、生命、财产造成的公众性危害。()
A.
正确
B.
错误
【简答题】[A] problems [B] secrets [C] names [D] intentions
【单选题】下列程序的运行结果为( ). void abc(char *str) { int a,b; for(a=b=0;str[a]!='\0';a++) if(str[a]!='c') {str[b]=str[a]; b++; }str[b]='\0'; } main( ) { char str[]="abcdef"; abc(str); printf("str[]=%s",str); }
A.
str[]=abdef
B.
str[]=abcdef
C.
str[]=a
D.
str[]=ab
【单选题】下列程序运行后的输出结果是 ( ) 。 #include void abc(char *str) { int a,b; for(a=b=0;str[a]!=’\0’;a++) if(str[a]!=’c’) str[b++]=str[a]; str[b]=’\0’; } void main() { char str[]=”abcdef”; abc(str); printf(“str[]=%s...
A.
str[]=abdef
B.
str[]=abcdef
C.
str[]=a
D.
str[]=ab
【单选题】以下程序运行结果为( )。 $str = "LAMP"; $str1 = "LAMPBrother"; $strc = strcmp($str, $str1); switch ($strc){ case 1: echo "str > str1"; break; case –1: echo "str break; case 0: echo "str = str1"; break;...
A.
str > str1
B.
str
C.
str = str1
D.
str <> str1
【单选题】下列程序的运行结果为( )。 #include void abc(char*str) { int a,b,i,j; for(i=j=0;str[i]!='\0';i++) if(str[i]!='a') str[j++]=str[i]; str[j]='\0'; } void main() { char str[]="abcdef"; abc(str); printf("str[]=%s",...
A.
str[]=bcdef
B.
str[]=abcdef
C.
str[]=a
D.
str[]=ab
【简答题】阅读理解。 The world out of doors is full of secrets. There are so many secrets, and they are so interesting that thousands of men and women, boys and girls are busy studying them. All around us are birds,...
【单选题】以下程序运行结果为( )。 $str = "LAMP"; $str1 = "LAMPBrother"; $strc = strcmp($str, $str1); switch ($strc){ case 1: echo "str > str1"; break; case –1: echo "str str1"; }
A.
str > str1
B.
str
C.
str = str1
D.
str <> str1
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题