-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
132 lines (132 loc) · 6.26 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>统一建模语言理论测试</title>
<audio src="./music/background.mp3" autoplay loop preload="auto">你的可能放不出来</audio>
</head>
<body>
<a href="./pages/task1-3.html"><button type="button">CSS(1)</button></a>
<a href="./pages/task1-4.html"><button type="button">CSS(2)</button></a>
<a href="./pages/task1-5.html"><button type="button">CSS3 实战</button></a>
<a href="./pages/task1-6.html"><button type="button">项目实战(NASA)</button></a>
<div class="head">
<h1>统一建模语言理论测试</h1>
</div>
<div class="user-info">
<!--<p>考试科目: 统一建模语言    
时间: 100分钟        
得分: 100
</p
<form name="user-info-form" method="post" action="save.php">
<p>班级:<input type="text" name="班级" value="1班">
学号:<input type="text" name="学号" value="001">
姓名:<input type="text" name="姓名" value="王小明">
</p>
</form>-->
<table>
<tr>
<td>考试科目: 统一建模语言</td>
<td>时间: 100分钟</td>
<td>得分: 100</td>
</tr>
<tr>
<td>班级:  <input type="text" name="班级" value="1班"/></td>
<td>学号:<input type="text" name="学号" value="001"/></td>
<td>姓名:  <input type="text" name="姓名" value="王小明"/></td>
</tr>
</table>
</div>
<div class="gap-filling">
<h2>一、填空题(每空5分,共20分)</h2>
<form name="gap-filling-form" method="post" action="save.php">
<ol>
<li>UML的中文全称是:
<input type="text" name="uml-fullname" value="统一建模语言"/>
</li>
<li>对象最突出的特征是:
<input type="text" name="feature" value="封装性"/>
<input type="text" name="feature" value="继承性"/>
<input type="text" name="feature" value="多态性"/>
</li>
</ol>
</form>
</div>
<div class="single-sel">
<h2>二、选择题(每题10分,共20分)</h2>
<div class="single-sel-form">
<form name="selection-sin" method="post" action="save.php">
<ol>
<li>UML与软件工程的关系是:<br/>
<input type="radio" name="relation-uml" value="A"/>(A)UML就是软件工程<br/>
<input type="radio" name="relation-uml" value="B" checked="checked"/>(B)UML参与到软件工程中软件开发过程的几个阶段<br/>
<input type="radio" name="relation-uml" value="C"/>(C)UML与软件工程无关<br/>
<input type="radio" name="relation-uml" value="D"/>(D)UML是软件工程的一部分<br/>
</li>
<li>Java语言支持:<br/>
<input type="radio" name="java-support" value="A"/>(A)单继承<br/>
<input type="radio" name="java-support" value="B" checked="checked"/>(B)多继承<br/>
<input type="radio" name="java-support" value="C"/>(C)单继承和多继承都支持<br/>
<input type="radio" name="java-support" value="D"/>(D)单继承和多继承都不支持<br/>
</li>
</ol>
</form>
</div>
</div>
<div class="multi-sel">
<h2>三、多选题(每题10分,共20分)</h2>
<div class="multi-sel-form">
<form name="selection-mul" method="post" action="save.php">
<ol>
<li>用例的粒度分为以下哪三种:<br/>
<input type="checkbox" name="grad" value="a" checked="checked"/>(A)概述级<br/>
<input type="checkbox" name="grad" value="b" checked="checked"/>(B)需求级<br/>
<input type="checkbox" name="grad" value="c"/>(C)用户目标级<br/>
<input type="checkbox" name="grad" value="d" checked="checked"/>(D)子功能级<br/>
</li>
<li>类图由以下哪三部分组成:<br/>
<input type="checkbox" name="class-diag" value="a" checked="checked"/>(A)名称(Name)<br/>
<input type="checkbox" name="class-diag" value="b" checked="checked"/>(B)属性(Attribute)<br/>
<input type="checkbox" name="class-diag" value="c" checked="checked"/>(C)操作(Operation)<br/>
<input type="checkbox" name="class-diag" value="d"/>(D)方法(Function)<br/>
</li>
</ol>
</form>
</div>
</div>
<div class="check">
<h2>四、判断题(每题10分,共20分)</h2>
<div class="check-form">
<form name="checkform" method="post" action="save.php">
<ol>
<li>用例图只是用于和客户交流和沟通的,用于确定需求。
<input type="radio" name="usecase-diag" value="right"/>✔
<input type="radio" name="usecase-diag" value="false" checked="checked"/>×<br/>
</li>
<li>在状态图中,终止状态在一个状态图中允许有任意多个。
<input type="radio" name="status-diag" value="right" checked="checked"/>✔
<input type="radio" name="status-diag" value="false"/>×<br/>
</li>
</ol>
</form>
</div>
</div>
<div class="answer">
<h2>简答题(每题20分,共20分)</h2>
<div class="answer-form">
<form name="answerform" method="post" action="save.php">
<ol>
<li>简述什么是模型以及模型的表现形式?</li>
<textarea rows="10" cols="50">模型是对现实世界的简化和抽象,模型是对研究的系统、过程、事物或概念的一种表现形式。可以是物理实体;可以是某种图形;或者是一种数学表达式。
</textarea>
</ol>
</form>
</div>
</div>
<div class="final-butten">
<form name="final-butten-form" method="post" action="save.php">
<input type="submit" value="计算分数"/>
</form>
</div>
</body>
</html>