Hamster
Search
Open menu
具備基礎編程經驗,熟悉 HTML、CSS 和 JavaScript,了解資料庫及網絡應用概念
1. JavaScript 中如何將一個字串當作代碼運行?
A.
exec('let a = 1')
B.
eval('let a = 1')
C.
run('let a = 1')
D.
function('let a = 1')
2. CSS中以下哪一個是設置文字大小的方法?
A.
text-size: <值>
B.
text: <值>
C.
font-size: <值>
D.
size: <值>
3. 以下哪一個設置可以使超連結以新視窗形式打開?
A.
_blank
B.
_parent
C.
_home
D.
_top
4. 以下哪個JavaScript函式可在網頁上顯示對話框?
A.
alert
B.
show
C.
popup
D.
window
5. Which of the following is a standard interactive and programming language for getting information from and updating a database?
A.
Structured Query Language (SQL)
B.
Dynamic Query Language (DQL)
C.
JAVA
D.
National Query Language (NQL)
6. How to create a text field in a HTML form?
A.
<input type="textfield" ...>
B.
<textfield ...>
C.
<input type="text" ...>
D.
<input type="edit" ...>
7. 如想設置 <img> 元素的替代顯示文字,應使用哪一個屬性?
A.
name
B.
src
C.
alt
D.
url
8. 以下哪一個 CSS 可套用至已停用的 <input> ?
A.
input:disabled
B.
input:link
C.
input:disable
D.
input:hover
9. 瀏覽器的快取是?
A.
永遠都不應使用
B.
不可以自行刪除
C.
下次造訪相同網站時能更快開啟網頁
D.
需要安裝才可使用
10. Which of the following is a collection of data items organized as a set of formally described tables from which data can be accessed or reassembled in many different ways, without having to reorganize the table?
A.
Relational Database
B.
Splay Tree
C.
Venn Diagram
D.
Array