【单选题】【消耗次数:1】
C#中使用SerialPort类时需引入那个命名空间?
System.IO.Ports
System.IO
System.Ports
System
参考答案:
复制
纠错
相关题目
【简答题】 要在一个类中包含System.Data命名空间的语句是[填空1]。
【单选题】 以下程序的运行结果是:( ) public class Increment{ public static void main(String args[]){ int c; c = 2; System.out.println(@@; System.out.println(c++); System.out.println(@@; } }
①  2 2 2
②  2 3 3
③  2 2 3
④  3 4 4
【单选题】 getCustomerInfo()方法如下,try中可以捕获三种类型的异常,如果在该方法运行中产生了一个IOException,将会输出什么结果( ) public void getCustomerInfo() { try { // do something that may cause an Exception } catch (java.io.FileNotFoundException ex){ System.out.print(FileNotFoundException!); } catch (java.io.IOException ex){ System.out.print(IOException!); } catch (java.lang.Exception ex){ System.out.print(Exception!); } }
①  IOException!
②  IOException!Exception!
③  FileNotFoundException!IOException!
④  FileNotFoundException!IOException!Exception!
【单选题】 The thieves _____ the possibility of the alarm system sounding
①  overtook
②  overcame
③  overlooked
④  overworked
【判断题】 4.Java系统的标准输入对象是System.in,标准输出对象有两个,分别是标准输出System.out和标准错误输出System.err。( )
①  正确
②  错误
【单选题】 Java系统标准输出对象System.out使用的输出流是( )。
①  PrintStream
②  PrintWriter
③  DataOutputStream
④  FileReader
【单选题】 _____the center of our planetary system was considered as heresy by the church in the Middle Ages.
①  It is the sun and not the earth
②  That the sun and not the earth is
③  Being the sun and not the earth
④  The sun and not the earth
【判断题】 System类中的println()方法分行显示信息,而print()方法不分行显示信息。
①  正确
②  错误
【单选题】 By using a system approach to health care, early ( )practitioners discovered acupuncture points.
①  Western
②  Southern
③  Northern
④  oriental
【单选题】 阅读以下代码: import java.io.*; import java.util.*; public class foo{ public static void main (String[] args){ String s; System.out.println(s= + s); } } 输出结果应该是:( )
①  代码得到编译,并输出“s=”
②  代码得到编译,并输出“s=null”
③  由于String s没有初始化,代码不能编译通过
④  代码得到编译,但捕获到 NullPointException异常
随机题目
【多选题】 下列说法正确的是:
①  在制作电影时,背景层将位于时间轴的最底层
②  一般来说逐帧动画是用来制作复杂的动画
③  一般来说逐帧动画文件量比补间动画小
④  在制作电影时,背景层可以位于任何层
【多选题】 下列关于遮照图层说法正确的是
①  遮照图层必须位于被遮照图层的上方
②  遮照图层必须位于被遮照图层的下方
③  除了透过遮罩项目显示的内容之外,其余的所有内容都被遮罩层的其余部分隐藏起来
④  遮照层图形的颜色会影响被遮照图层的效果
【多选题】 Flash提供了三种类型的公用库, 分别是
①  声音
②  按钮
③  外部库
④ 
【单选题】 在flash中,要把对象完全居中于整个舞台,应用到哪个面板?
①  库面板
②  属性面板
③  对齐面板
④  动作面板
【单选题】 以下有关过渡动画叙述正确的是_____ 。
①  中间的过度帧由计算机通过首尾帧的特征以及动画属性要求计算得到
②  过渡动画是不需建立动画过程的首尾两个关键帧的内容
③  动画效果主要依赖于人的视觉暂留特征而实现的
④  当帧速率达到12fps以上时,才能看到比较连续的视频动画
【单选题】 Flash中下列关于遮照图层说法正确的是_______。
①  遮照图层必须位于被遮照图层的上方
②  遮照图层必须位于被遮照图层的下方
③  遮照层图形的颜色会影响被遮照图层的效果
④  被遮照层图形的颜色会影响遮照图层的效果
【单选题】 在flash中,下列关于工作区?舞台的说法不正确的是
①  舞台是编辑动画的地方
②  影片生成发布后,观众看到的内容只局限于舞台上的内容
③  工作区和舞台上内容,影片发布后均可见
④  工作区是指舞台周围的区域
【单选题】 动画是利用了人类视觉的什么特性形成的
①  色彩感应
②  视觉空间
③  视觉暂留
④  视觉转移
【单选题】 Flash(动画)如果时间轴的帧上显示一个空心圆圈,表示_______。
①  此为“空白关键帧”,不包含任何内容
②  此为“关键帧”,包含除文本之外的内容
③  此为“空白关键帧”,包含除文本之外的内容
④  此为“关键帧”,不包含任何内容
【单选题】 Flash中的遮罩功能可以使指定的( )具有局部隐藏的效果。
①  场景
②  图层
③  时间轴
④  元件