Hamster
Search
Open menu
具備基礎編程經驗,熟悉 HTML、CSS 和 JavaScript,了解資料庫及網絡應用概念
1. Typically where is a database is stored?
A.
On a CDROM.
B.
On a Hard disk.
C.
In the CPU.
D.
In memory.
2. JavaScript 中如何將一個字串當作代碼運行?
A.
function('let a = 1')
B.
eval('let a = 1')
C.
exec('let a = 1')
D.
run('let a = 1')
3. 以下哪一個 CSS 可把 <p> 的文字設成紅色?
A.
.p {color: red};
B.
#p {color: red};
C.
p {color: red};
D.
?p {color: red};
4. 以下哪一個 HTML 元素是代表最高級別的標題?
A.
<h6>
B.
<h1>
C.
<h3>
D.
<h2>
5. CSS中以下哪一個是設置文字顏色的方法?
A.
color: <值>
B.
border-color: <值>
C.
background: <值>
D.
text-color: <值>
6. 在 CSS 中,如何設置指標形狀?
A.
mouse: <值>
B.
無法通過 CSS 設置
C.
cursor: <值>
D.
pointer: <值>
7. 以下哪一個 HTML 元素可用在嵌入 JavaScript?
A.
<javascript>
B.
<java>
C.
<js>
D.
<script>
8. What does the prefix "http://" represent?
A.
Nothing
B.
Tell the software that it is a email address
C.
Tell the software that it is a FTP server address
D.
Tell the software that it is a web page address
9. 以下哪一個圖片格式可顯示動態圖片?
A.
PNG
B.
GIF
C.
JPEG
D.
TIF
10. In most databases, data are organized and stored in:
A.
view
B.
plain text
C.
table
D.
directory