You are on page 1of 3

Q1: All variables in PHP start with which symbol??

a&

b$

c None

d None

e#

f!

Q2: HTML Uses?

a None

b Fixed Tags Defined By The Language

c Pre-specified Tags

d Tags Only For Linking

e None

f User Defined Tags

Q3: In PHP you can use both single quotes ( ' ' ) and double quotes ( " " ) for strings:?

a None

b True

c None

d False

e None

f None

Q4: DCL is used for _______??


a Control access to data stored in a database

b Inserting, Deleting and Updating data

c Managing the changes made by DML statements

d None

e None of the above

f None

Q5: Which of the following attribute triggers event when the length of the media is
changed??

a None

b ondurationchange

c ondrop

d None

e onended

f onemptied

Q6: The employees table has 20 records, what will be the output of the query SELECT
gender FROM employees GROUP BY gender;?

a None

b None

c the query will not return any records

d the query will return two rows only

e the query will return 20 records

f the query will generate an error message

Q7: What is the most common procedure for compiling programs under Linux??

a ./configure && make && make install


b None

c compile file_name

d gcc file_name

e make file_name

f None

You might also like