Hamster
Search
Open menu
具備基礎編程經驗,熟悉 HTML、CSS 和 JavaScript,了解資料庫及網絡應用概念
1. CSS 中以下哪一個是隱藏超連結底線的正確方式?
A.
a {text-decoration: no-underline}
B.
a {underline: none}
C.
a {decoration: no-underline}
D.
a {text-decoration: none}
2. 以下哪個不是 JavaScript 定義字串的方法?
A.
let a = "String";
B.
let d = "s";
C.
let b = 'string';
D.
let c = string;
3. CSS中以下哪一個是設置文字大小的方法?
A.
text-size: <值>
B.
text: <值>
C.
font-size: <值>
D.
size: <值>
4. 哪一個 HTML元素可用於設定網頁的編碼方式?
A.
<meta>
B.
<div>
C.
<title>
D.
<body>
5. JavaScript 中如何將一個字串當作代碼運行?
A.
run('let a = 1')
B.
exec('let a = 1')
C.
eval('let a = 1')
D.
function('let a = 1')
6. 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.
Splay Tree
B.
Relational Database
C.
Array
D.
Venn Diagram
7. Which HTML tag represents a table cell?
A.
<tr>
B.
<tc>
C.
<cell>
D.
<td>
8. 以下哪一個符號是 CSS 中的萬用選擇器?
A.
.
B.
>
C.
*
D.
&
9. Typically where is a database is stored?
A.
On a CDROM.
B.
In memory.
C.
In the CPU.
D.
On a Hard disk.
10. Which of the following is the best description for a database?
A.
A database directly contains some tables.
B.
A database directly contains some columns.
C.
A database directly contains some records.
D.
A database directly contains some rows.