当前位置:国家开放大学(信息技术与教育技术(1))题库
问题:
[判断题] 选定需删除的幻灯片后,按一次Delete键即可删除。
A . 正确
B . 错误
测试用例,就是以发现错误为目的而精心设计的一组测试数据和测试执行步骤。 正确。 错误。
1405年至1433年,()率领庞大的船队进行了七次规模巨大的海上远航,途径东南亚各国、印度洋、波斯湾、马尔代夫群岛,最远到达非洲东海岸的索马里和肯尼亚,是哥伦布时代以前世界上规模最大、航程最远的海上探险。 正确。 错误。
You create a Web Form that displays a GridView. The GridViews data source is a DataSet named dsOrders. The DataSet contains two DataTables named Orders and OrderDetails. You create a relation between the two DataTables using the following code segment. (Line numbers are included for reference only.)01 dtOrders = dsOrders.Tables[“Orders”]; 02 dtOrderDetails = dsOrders.Tables[“OrderDetail”]; 03 colParent = dtOrders.Columns[“OrderID”]; 04 colChild = dtOrderDetails.Columns[“ParentOrderID”]; 05 dsOrders.Relations.Add(“Rell”, colParent, colChild, false); You need to find the cause of the exception being raised in line 05. What should you do? () 正确。 错误。
同时感染 正确。 错误。
按照媒体作用于人体感官的不同,影片和录像通常被称之为() 正确。 错误。
选定需删除的幻灯片后,按一次Delete键即可删除。