Hamster
Search
Open menu
具備基礎編程經驗,熟悉 HTML、CSS 和 JavaScript,了解資料庫及網絡應用概念
1. JavaScript 的變數名稱開頭可以是?
A.
數字
B.
冒號
C.
英文
D.
斜線
2. 必答題 請問在 HTML 的 <head> 裡,下列哪一個標籤用於定義內部 JavaScript?
A.
<script rel="javascript">alert('Hello World'); </script>
B.
<script type="javascript">alert('Hello World'); </script>
C.
<javascript>alert('Hello World');</javascript>
D.
<script>alert('Hello World');</script>
3. Create an index when? (choose two)
A.
Most queries are expected to retrieve more than 2% to 4% of the rows in the table.
B.
The table is updated frequently
C.
A column contains a large number of null values
D.
A column contains a wide range of values
4. Which of the following is suitable to use index?
A.
Many duplicate rows
B.
Columns often be used in ORDER BY clause
C.
Table with many modifications but few actual queries
D.
Table with few rows
5. 以下哪一個圖片格式可顯示動態圖片?
A.
GIF
B.
TIF
C.
PNG
D.
JPEG
6. Which of the following is the best description for a database?
A.
A database directly contains some records.
B.
A database directly contains some tables.
C.
A database directly contains some columns.
D.
A database directly contains some rows.
7. 在 CSS 中,如何設置指標形狀?
A.
cursor: <值>
B.
mouse: <值>
C.
無法通過 CSS 設置
D.
pointer: <值>
8. 以下哪一個設置可以使超連結以新視窗形式打開?
A.
_blank
B.
_parent
C.
_top
D.
_home
9. In most databases, data are organized and stored in:
A.
table
B.
view
C.
directory
D.
plain text
10. JavaScript 中如何將一個字串當作代碼運行?
A.
function('let a = 1')
B.
run('let a = 1')
C.
eval('let a = 1')
D.
exec('let a = 1')