【单选题】Which of the following statements about the woman is true?
A.
Her number is 908-7436.
B.
She works far from Building A.
C.
She will take the evening course.
D.
She wants to study Mandarin and Spanish.
【多选题】下列有关工程项目进度网络图绘制的表述,正确的有( )。
B.
双代号网络图中应只有一个起点节点和一个终点节点(多目标网络计划除外)
【判断题】如果制图区域呈现南北、东西差别不大的圆形区域,则应选择圆锥投影。
【判断题】调节气垫导轨水平时发现在滑块运动方向上不水平,应该先调节单脚螺钉再调节双脚螺钉。
【判断题】在一个双代号网络图中,只能有一个终点节点,可以有多个节点起始。
【单选题】( ) is the average time storage takes a computer to locate data on the storage medium and read it.
【单选题】以下代码段的输出结果为 1. int x = 0, y = 4, z = 5; 2. if (x > 2) { 3. if (y 5) { 11. System.out.println("message three"); 12. } 13. else { 14. System.out.println( "message four"); 15. }