wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

网页科技

Total questions: 5

Worksheet time: 2mins

Name
Class
Date
1.

人类的第一个网页是以下哪一个机构开发的?

a)

The National Aeronautics and Space Administration, NASA

b)

The Central Intelligence Agency, CIA

c)

The United States Department of Defense, DOD

d)

The European Organization for Nuclear Research, CERN

2.

世界哪一个地区的网络使用人口最高?

a)

Australia 澳大利亚

b)

Asia 亚洲

c)

North America 北美

d)

Europe 欧洲

3.

这网址, "https://en.wikipedia.org/wiki/Internet" 的 Domain Name 是:

a)

wikipedia.org

b)

https://en.wikipedia

c)

en.wikipedia

d)

org/wiki/Internet

4.

以下哪个是 Cascading Style Sheets?

a)

<css>

b)

<style>

c)

<sheet>

d)

<cascade>

5.

var a = 10;

var b = 2;

var c = a * b;

if(a > c){

var d = b;

}else{

var d = a;

}

d = ?

a)

10

b)

2

c)

20

d)

5