You are on page 1of 5

Q1: What is the purpose of $_SESSION[]??

a None

b Used to register a global variable

c none of the above

d Used to initialize a session.

e Used to store variables of the current session

f None

Q2: Which level of Abstraction describes what data are stored in the Database??

a Abstraction Level

b None

c Physical Level

d Logical Level

e View Level

f None

Q3: To use 'mysqldbcopy' which privileges are required on the source server??

a None

b SELECT

c CREATE

d None

e INSERT

f UPDATE

Q4: Which of the following is NOT a magic predefined constant??


a __CLASS__

b __FILE__

c __LINE__

d __DATE__

e None

f None

Q5: Which of the following is not a pair tag??

a None

b<u>

c None

d <p>

e <i>

f <img>

Q6: MySQL supports different Character Sets, which command is used to display all of
them??

a SHOW; ;

b CHARACTER SET;

c None

d SHOW CHARACTER SET

e None

f None Of The Mentioned

Q7: How can you list only the directories in your current directory using ls command??

a ls -d

b ls -l|grep “^d”
The correct Answer is: None

The correct Answer is: None

e ls -ld

f ls --dir

Q8: To start a list using circles, use?

a <ul Type="circle">

b <ul "round">

c None

d <ul ="round">

e None

f <ul Type="round">

Q9: Which of the following input control represents a date and time (year, month, day, hour,
minute, second, fractions of a second) encoded according to ISO 8601 with the time zone set
to UTC in Web Form 2.0??

a month

b None

c datetime-local

d date

e None

f datetime

Q10: Which is not true about Docker Hub??

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None


d Docker Hub is a totally private repository

e Docker Hub provides an easy way to create, manage, and deliver your teams'
container applications

f Docker Hub is the world's largest library and community for container images

Q11: Which SQL statement is used to return only different values??

a None of the above

b DIFFERENT

c DISTINCT

d DUPLICATE

e SELECT

f None

Q12: What are Docker Images??

a Docker image is the source of Docker virtualization.

b Docker image is the source of Docker system.

c Docker image is the source of Docker container.

d None

e None

f None

Q13: Which of the following is NOT a valid mode fopen() mode :?

aa

br

c r+

d x+

ew
fx

You might also like