You are on page 1of 2

Q1: Which of the following is not a SQL operator??

a In

b Not in

c Like

d Between .. and ..

e All of the above are valid SQL operators

f Is null

Q2: Which operator is used to assign a value to a variable??

a None

b-

cx

d*

e=

f None

Q3: What is Gravatar??

a WordPress core functionality

b A Plugin

c Globally Recognized Image or Photo

d CMS

e None

f Profile Image

Q4: What happens when you use this 'kill %s' command??
a All jobs with command beginning with ‘s’ will be terminated

b None

c None

d System processes will be stopped

e The last job with 's' will be terminated

f The first job with 's' will be terminated

Q5: What is the correct JavaScript syntax for opening a new window called "w2" ??

a None

b w2 = window.open("http://www.w3schools.com");

c None

d None

e w2 = window.new("http://www.w3schools.com");

f None

You might also like