You are on page 1of 3

Q1: All elements are identified by their __________ and are marked up using either start tags

and end tags or self-closing tags?

a None of the mentioned

b Tag Names

c None

d None

e Class Names

f Attribute Names

Q2: Which of the queries below will return 0 (false)??

a None

b SELECT BINARY "EXPERTRATING" LIKE "EXP%"

c SELECT "EXPERTRATING" LIKE "Exp%"

d All those will return 1 (true)

e SELECT "EXPERTRATING" LIKE "EXP%"

f SELECT BINARY "EXPERTRATING" LIKE "Exp%"

Q3: How can you add a comment in a JavaScript??

a 'This is a comment

b <!--This is a comment-->

c None

d //This is a comment

e None

f None

Q4: Which Is not a property of attribute behaviour of <Marquee> Tag??


a Blur

b Alternate

c Slide

d Scroll

e None

f None

Q5: What are the respective octal value for the permission bits??

The correct Answer is: None

b 4, 2 & 1 respectively for r, x & w.

c 4, 2 & 1 respectively for x, w & x.

d 4, 2 & 1 respectively for r, w & x.

The correct Answer is: None

f 4, 2 & 1 respectively for w, r & x.

Q6: The GROUP BY command cannot be used with aggregate functions together?

a False

b None

c None

d None

e True

f None

Q7: Type Hinting was introduced in which version of PHP??

a None

b None
c PHP 6

d PHP 4

e PHP 5

f PHP 7

You might also like