wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Final Revision Term 2 G8 Unit 2 Num 2

Total questions: 91

Worksheet time: 46mins

Name
Class
Date
1.

Used with tools and fields that added to webpage to insert data and send it to save on the website.

a)

Form

b)

Radio button

c)

Textbox

d)

HTML

e)

Notepad

2.

Allows you to select one option only from more options.

a)

Form

b)

Radio button

c)

Textbox

d)

HTML

e)

Notepad

3.

Added to webpage to write textual data in it.

a)

Form

b)

Radio button

c)

Textbox

d)

HTML

e)

Notepad

4.

Language used to create static page only.

a)

Form

b)

Radio button

c)

Textbox

d)

HTML

e)

Notepad

5.

Program used to write the HTML commands in it to display in the browsers.

a)

Form

b)

Radio button

c)

Textbox

d)

HTML

e)

Notepad

6.

Language used to convert the static webpage dynamic webpage.

a)

Java script

b)

alert

c)

document.write

d)

Branching

e)

If statement

7.

Statement used for displaying message box to attract the attention to read.

a)

Java script

b)

alert

c)

document.write

d)

Branching

e)

If statement

8.

Used for displaying message inside the same page (written text).

a)

Java script

b)

alert

c)

document.write

d)

Branching

e)

If statement

9.

Executing of certain code when achieving certain conditional expression.

a)

Java script

b)

alert

c)

document.write

d)

Branching

e)

If statement

10.

Statement used to test the condition true or false.

a)

Java script

b)

alert

c)

document.write

d)

Branching

e)

If statement

11.

Language is used to create dynamic webpages.

a)

Java script

b)

Conditional expression

c)

Spying programs

12.

Has a result true or false.

a)

Java script

b)

Conditional expression

c)

Spying programs

13.

Computer software that collects personal information about users without their

consent.

a)

Java script

b)

Conditional expression

c)

Spying programs

14.

To create the webpage of record student data we have to add some of tools such as …………., …………………and ………………..

a)

Button, Radio button

b)

Textbox

c)

Password

d)

Radio button

e)

Browser

15.

We use the tool ………………..to enter the student name.

a)

Button, Radio button

b)

Textbox

c)

Password

d)

Radio button

e)

Browser

16.

The symbol * appears when writing to hide the content of ……….…..

a)

Button, Radio button

b)

Textbox

c)

Password

d)

Radio button

e)

Browser

17.

To select male or female we use the tool………………

a)

Button, Radio button

b)

Textbox

c)

Password

d)

Radio button

e)

Browser

18.

…………..….is used to read the HTML commands and display the webpages.

a)

Button, Radio button

b)

Textbox

c)

Password

d)

Radio button

e)

Browser

19.

……………….... to execute a certain task or function.

a)

Command button

b)

Submit

c)

Reset

d)

Check box

e)

Radio button

20.

……………….... to send data to the website

a)

Command button

b)

Submit

c)

Reset

d)

Check box

e)

Radio button

21.

…………….... to delete data which written in the toolboxes.

a)

Command button

b)

Submit

c)

Reset

d)

Check box

e)

Radio button

22.

…………………allows the user to select one option or more from options.

a)

Command button

b)

Submit

c)

Reset

d)

Check box

e)

Radio button

23.

…………………allows the user to select one option only from more.

a)

Command button

b)

Submit

c)

Reset

d)

Check box

e)

Radio button

24.

If you want to execute java script statement when event occurs we need to use…….

a)

Function

b)

Value

c)

Name

d)

Clicking

25.

………………..….. is set of commands and instructions have a certain name that will be executed when calling it.

a)

Function

b)

Value

c)

Name

d)

Clicking

26.

…………………….property used to display text on the button.

a)

Function

b)

Value

c)

Name

d)

Clicking

27.

You can change the name of textbox through the property ……………………………

a)

Function

b)

Value

c)

Name

d)

Clicking

28.

Calling of the function is linked by event when ……………………….. on button.

a)

Function

b)

Value

c)

Name

d)

Clicking

29.

………………..….. is set of commands and instructions have a certain name that will be executed when calling it.

a)

Function

b)

Value

c)

Name

d)

Clicking

30.

Calling of the function is linked by event when ……………………….. on button.

a)

Function

b)

Value

c)

Name

d)

Clicking

31.

Java script statements which are written inside <script>

</script> are …………………… executed.

a)

manual

b)

automatically

c)

function

32.

To create a function, type the code that will be

executed between ……………..

a)

# #

b)

{ }

c)

! !

33.

Property ……………. Added to the button to call a

function by pressing the command button.

a)

onclick

b)

value

c)

name

34.

We call the function in order to execute its order when

we press on the …………

a)

button command

b)

textbox

c)

checkbox

35.

We call the …………………………. In order to execute its order

when we press on the button command.

a)

textbox

b)

function

c)

checkbox

36.

To create a function must begin with the term ……………..

a)

form

b)

javascript

c)

function

37.

Give a name to form <form> is ………… by property name .

a)

value

b)

t1

c)

name

d)

form1

38.

Give a name to textbox is t1 by property ...........

a)

value

b)

t1

c)

name

d)

form1

39.

To achieve the text written inside textbox by ………………….

a)

form1.t1.value

b)

value

c)

name

d)

form1

40.

In the case of conditional expression are verify the code

between brackets will be executed

a)
b)
41.

If statement, begin with “function”.

a)
b)
42.

To test conditional expression we use java script.

a)
b)
43.

In the case of x=40 the conditional x<=20 will be verify and

the result of condition is true.

a)
b)
44.

We use text box tool, to enter the degrees.

a)
b)
45.

Java script is the conditional expression required to test it.

a)
b)
46.

In ……………………….. the statements and commands be executed

according to result of the condition test.

a)

IF

b)

conditional expression

c)

javascript

47.

In the case of conditional expression ….........…….. the code between

brackets will be executed.

a)

aren’t verify

b)

are verify

c)

conditional expression

48.

IF statement ……… with “IF”.

a)

begin

b)

end

c)

all of the previous

49.

To test …............……. We use if statements.

a)

aren’t verify

b)

are verify

c)

conditional expression

50.

In IF statement, we are writing code between.

a)

//

b)

{ }

c)

“ “

51.

In the case of x=8 the condition x>=9 will be verify and the result of

condition is ………………..

a)

false

b)

true

c)

true and false

52.

We use ……………….., to enter the degrees.

a)

command button

b)

text box

c)

form

53.

We sometimes need to execute ( not execute) orders or statements

as ……………………… of testing conditional expression.

a)

conditional

expression

b)

condition

c)

result

54.

Property ………. Present an event make the button responding to

click by mouse.

a)

static

b)

onclick

c)

verification

55.

…………………… used to enter name of student.

a)

text box

b)

submit button

c)

reset button

56.

You cannot leave the field (……) empty.

a)

verification

b)

required field

c)

static

57.

………………….. of data entered is controlling input data.

a)

dynamic

b)

verification

c)

return

58.

To appear textbox (……………….), we use the code:

<input type =”text” name = “text1”>

a)

(input –

b)

type=”text”

c)

text1

59.

The property …………………. Used to give the name of the form.

a)

name

b)

value

c)

property

60.

Property (…………..) is used to determine the text appearing on the

command button.

a)

return

b)

value

c)

property

61.

Property ………. Present an event make the button responding to

click by mouse.

a)

verification

b)

onclick

c)

static

62.

…………………… used to enter name of student.

a)

text box

b)

submit button

c)

reset button

63.

You cannot leave the field (……) empty.

a)

verification

b)

static

c)

required field

64.

………………….. of data entered is controlling input data.

a)

dynamic

b)

verification

c)

return

65.

To appear textbox (……………….), we use the code:

<input type =”text” name = “text1”>

a)

input

b)

text1

c)

type=”text”

66.

The property …………………. Used to give the name of the form.

a)

name

b)

property

c)

value

67.

Property (…………..) is used to determine the text appearing on the

command button.

a)

return

b)

value

c)

property

68.

Command (……………..) is used to receive feedback value from the

implementation of the function.

a)

return

b)

value

c)

property

69.

In the following code :function f1() { , the name of function is ………

( – f1() – function)

a)

f1

b)

f1()

c)

function

70.

In the following code: value==” , means that the value is

a)

value

b)

empty

c)

return

71.

From the verification shapes of data entered,……………….

a)

Don’t leave empty fields (required field)

b)

Control in the length of data entered the field

c)

Matching the data entered in two fields

d)

All the above

72.

To create a function in name “f1”, we write ……………….

a)

Function f1(){

b)

Function ()f1{

c)

f1()Function

d)

Function()

73.

…………………… used to display a message in the message box

a)

Function

b)

Action

c)

Alert

d)

Value

74.

In the code if(form1.text.value==””),the value equal ………….

a)

Text

b)

Null

c)

Form1

d)

If

75.

Internet network of the most important means of communication

in various fields.

a)
b)
76.

Does not result from dealing with the internet any risk at all.

a)
b)
77.

The risk of dealing with the internet virus infection that destroys

date

a)
b)
78.

Malware is a webpage on the Facebook site.

a)
b)
79.

Malware name is derived from the words (malicious) and

(software).

a)
b)
80.

……………………… from the risks that result from using the internet

a)

html

b)

java script

c)

none of the above

81.

Malware and ……………….. from the risks that result from using the

internet.

a)

hack

b)

tamper

c)

identify theft

d)

all the above

82.

………………………. From the risks that result from using the internet.

a)

identify theft

b)

virus

c)

all the previous

83.

…………………… impersonate or use a person the name of another

person or any information concerning him for stealing or theft of others.

a)

identify theft

b)

secret codes

c)

malware

84.

To avoid ………………….. programs, can use antivirus software to

secure your computer and your data.

a)

identify theft

b)

secret codes

c)

malware

85.

……………….. is a computer programs, that collects personal

information about users, without their permission.

a)

hack

b)

spying programs

c)

secret codes

86.

………………. Means all the personal data that belong to anyone deals

with the means of information and communication technology.

a)

hack

b)

spying programs

c)

secret codes

87.

…………… a small malicious software, has the ability to selfproliferation,

infects software computers and devices.

a)

secret codes

b)

malware

c)

virus

88.

Don’t accept any anonymous ……………….

a)

message

b)

hack

c)

malware

89.

Learn how to block the arrival of some people to

a)

hack

b)

secret codes

c)

chat

90.

Impersonation of someone or using the personal information of

someone or stealing them is called identity theft.

a)

identity theft.

b)

Spyware

c)

Virus

91.

Learn how to block the arrival of some people to

a)

hack

b)

secret codes

c)

chat