【单选题】【消耗次数:1】
在2014年11月的纽伦堡国际发明展上,高凤林获得了( )个创新发明项目金奖。
A.0
B.1
C.2
D.3
参考答案:
复制
纠错
相关题目
【单选题】 <img src=https://huaweicloudobs.ahjxjy.cn/1C741F761D9F2DB3F0824F0C6C3D264B.png title=11.png alt=11.png/>
①  <img src=https://huaweicloudobs.ahjxjy.cn/F8487ED23DA307B96C75C96C4ADC649A.png title=11-1.png alt=11-1.png/>
②  <img src=https://huaweicloudobs.ahjxjy.cn/7E46802306681D0DDE9F1ED2E9BE4E4E.png title=11-2.png alt=11-2.png/>
③  <img src=https://huaweicloudobs.ahjxjy.cn/B3E9D4A020257753DE2E31FA503C6CB0.png title=11-3.png alt=11-3.png/>
④  <img src=https://huaweicloudobs.ahjxjy.cn/8E5DC0C9B725B37F5E80234583B0587E.png title=11-4.png alt=11-4.png/>
【单选题】 2000年3月5日周某就其发明M向中国专利局提出专利申请其后又于2001年2月3日就同样的发明M在美国提出专利申请同时提出优先权请求。根据国际优先权原则发明M的优先权日是
①  .2001年2月3日           
②  2000年2月3日
③  2000年3月5日           
④  2001年3月5日
【多选题】 创新是以新思维、新发明和新描述为特征的一种概念化过程,其本质涵义主要包括( )。
①  更新
②  创造新的东西
③  想象
④  改变
【单选题】 设a=1,b=2,c=3,d=4,则表达式:a>b?a:c>d?a:d的结果为()
①  4
②  3
③  2
④  1
【单选题】 设:inta=1,b=2,c=3,d=4,m=2,n=2;执行(m=a>b)&&(n=c>d)后n的值为()。
①  1
②  2
③  3
④  4
【单选题】 有如下程序: #includevoid main( ) { int a=2,b=-1,c=2; if (ab) if (b0) c=0; else c++; printf(%d\n } 该程序的输出结果是
①  0
②  1
③  2
④  3
【简答题】 统计整数n的各个位上出现数字1、2、3的次数,并通过外部(全局)变量c1、c2、c3返回主函数。 例如,当n=123114350时,结果应该为:c1=3 c2=1 c3=2。 #includeint c1,c2,c3; void fun(long n) { c1 = c2 = c3 = 0; while (n) { /************found************/ switch([填空1]) { case 1: c1++; break; /************found************/ case 2: c2++;[填空2] case 3: c3++; } n /= 10; } } main() { int n=123114350; fun(n); printf(\nn=%d c1=%d c2=%d c3=%d\n,n,c1,c2,c3); }
【单选题】 以下程序的输出结果是()。 main( ) { int b[3][3]={0,1,2,0,1,2,0,1,2},i,j,t=0; for(i=0;i for(j=i;j t=t+b[i][b[j][j]]; printf(%d\n,t); }
①  3
②  4
③  1
④  9
【单选题】 下述程序的运行结果( )。 #includevoid main() { int x=1,a=0,b=0; switch(x) { case 0:b++; case 1:a++; case 2:a++;b++; } printf(a=%d,b=%d\n,a,b); } case 1:a++; case 2:a++;b++; } printf(a=%d,b=%d\n,a,b); }
①  a=1,b=1
②  a=2 ,b=1
③  a=2,b=2
④  a=3,b=3
【单选题】 下述程序的运行结果( )。 #includevoid main() { int a=5,b=4,c=3,d=2; if(ac)printf(%d\n else if((c-1=d)==1)printf(%d\n,d+1); else printf(%d\n,d+2); }
①  0
②  1
③  2
④  3
随机题目
【多选题】 发声训练包括以下哪些要素?
①  语速
②  音量
③  语调
④  音高
【多选题】 优秀的译员需要利用体态语与听众交流,需要关注以下哪些要素?
①  A 仪表着装
②  B手势
③  C 面部表情
④  D眼神交流
【多选题】 以下哪些是表达欢迎的词汇或句型?
①  It is my pleasant duty to extend to you a cordial welcome ...
②  We deeply appreciate...
③  Pay tribute to ...
④  I bid a warm welcome to you...
【多选题】 体态语包括以下哪些内容?
①  姿态
②  目光交流
③  手势
④  表情
【单选题】 “cardio exercise的正确译文是?
①  A 健身运动
②  B有氧运动,心肺运动
③  C 课外运动
【单选题】 “communication and social delays的正确译文是?
①  A 社交延误
②  B社交障碍
③  C 社交恐惧
【单选题】 视觉呈现不包括以下哪些选项?
①  A 姿态
②  B手势
③  C 面部表情
④  D语调
【单选题】 中医术语“以外治内”可以怎么用英语表达?
①  A treat interior diseases from the exterior
②  B treat exterior diseases from the interior
③  C treat outside diseases from the inner
【单选题】 “自闭症”的英文表达是?
①  A depression
②  B stage fright
③  C autism
【判断题】 如果发言人在发言中使用PPT等来强化效果,译员要注意看屏幕,紧跟发言人的思路,结合屏幕上的内容进行口译。
①  正确
②  错误