2022年电大C语言复习题 .pdf
《2022年电大C语言复习题 .pdf》由会员分享,可在线阅读,更多相关《2022年电大C语言复习题 .pdf(8页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、1 / 8 复习题一、填空题(每空 2 分)1、为使 c#源程序能够编译和执行,必须安装。2、c#中的三元运算符是。3、类成员的可访问形式为_、_、 _。4、当整数a 赋值给一个object 对象时,整数a 将会被。5、float f=263.981F ; int i=(int)f;i 的值是。6、面向对象的语言具有_性、 _性和 _性。7、 ADO.NET中的五个主要对象_、_ 、_、_、_。二、写出下列程序运行结果(每题6 分)1、using System。class jieguo1 public static void Main() bool x。int y=10,z=3 。uint i
2、=8,j=65535 。x=(y2 。Console.WriteLine( “ i=0 ” ,i)。 2、using System。class jieguo2 public static void Main() int a,x,y 。string z。Console.WriteLine( “ 请输入一个整数:“)。z=Console.ReadLine() 。x=Int32.Parse(z) 。if(x0) a=-1 。 else a=x/10。switch(a) case -1:y=0。 break。精选学习资料 - - - - - - - - - 名师归纳总结 - - - - - - -第
3、1 页,共 8 页2 / 8 case 0:y=x。break。case 1:y=10。break。case 2: case 3:y=(int)(-0.5*x+30) 。break。default:y=-2 。break。 if (y!=-2) Console.WriteLine(“ y=0 ” ,y)。else Console.WriteLine( “ error!” )。 x=10。 y 是:x=-10 。y 是:x=40。 y 是:3、using System。class jieguo3 public static void Main() string aa=” 这是第一 t 行 ,n
4、这是第二行 .n 这是第 ” 三 ” 行” 。string bb= ” 这是第一 t 行,n 这是第二行 .n 这是第 ” 三 ” 行” 。Console.WriteLine( “ aa为: ” )。Console.WriteLine(aa) 。Console.WriteLine( “ bb 为: ” )。Console.WriteLine(bb) 。 4、using System。public class jieguo4 public static void Main() int myArray = new int2。myArray0 = new int5 1,3,5,7,9。myArray
5、1 = new int4 0, 2, 4, 6。for (int i=0 。 i myArray.Length 。 i+) Console.Write( 第(0) 个数组 : , i) 。for (int j=0 。 j myArrayi.Length。 j+) Console.Write(0 , myArrayij)。 Console.WriteLine() 。 5、精选学习资料 - - - - - - - - - 名师归纳总结 - - - - - - -第 2 页,共 8 页3 / 8 using System。class jieguo5 public static void Main()
6、 int varA = 10 。int varB = 20 。 int andResult = varA & varB 。 Console.WriteLine(10 & 20 = 0, andResult)。 int orResult = varA | varB 。 Console.WriteLine(10 | 20 = 0, orResult)。 int notorResult = varA varB 。 Console.WriteLine(10 20 = 0, notorResult)。 Console.WriteLine( 0:x8 = 1:x8, varA, varA)。 6、usin
7、g System。class jieguo6 public static void Main() int i=1,sum=0 。 while(i=100) sum +=i 。 i+ 。 Console.WriteLine(“ sum=” ,sum)。 7、using System。class jieguo7 public static void Main() int i,j,k,m 。int queArray = new int5,2,8,12,36,24,88,1,103,69。for(j=0 。 jqueArray.Length 。j+) k=j 。for(i=j+1 。i10 。i+)
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 2022年电大C语言复习题 2022 电大 语言 复习题
限制150内