You are on page 1of 4

Q1: Which of the following is a declaration for an HTML document??

a None

b <html>.....</html>

c <p>.....</p>

d <body>.....</body>

e None

f <!DOCTYPE Html>

Q2: Which one is the correct declaration for choosing the 'Character Set' other than
default??

a Varchar(20) Character Set;

b Varchar(20);

c Varchar(20) Character Set Utf8;

d None

e None

f None Of The Mentioned

Q3: Which of the following provides the error code associated with this file upload??

a $_FILES->file->errors

b $_FILES['error']

c $_FILES['file']['errors']

d $_FILES['file']['error']

e $_FILES['errors']

f $_FILES->file->error

Q4: Volume mapping maps the host server's directory into the Docker container. The data
will remain in a safe and accessible place if you do which of the following??
a delete the container

b break the container

The correct Answer is: None

d re-create the container

e migrate the container

f backup the container

Q5: Which command can be used to display file contents in octal??

a None

b octal

c oshow

d None

e od

f oct

Q6: Using which of the following way can you embed PHP code in an HTML page??

a None

b <?php PHP code goes here ?>

c None

d <?php PHP code goes here php?>

e None

f None

Q7: JavaScript is the same as Java.?

a None
b False

c None

d None

e True

f None

Q8: How can we redirect the output of one command to the another command??

a Both commands which include stdin and stdout

b Use the Xargs command

The correct Answer is: None

d Place the commands connected with pipes (|).

e Use the numbers 1 and 2 for standart input(stdin) and standart output(stdout)

f Use the stdin and stdout

Q9: The maximum length of the varchar columns Is?

a None

b Upto 256 Bytes

c None

d None Of The Mentioned

e Upto 65, 535 Bytes

f Upto 65, 567 Bytes

Q10: Replication Controllers and Deployment Controllers are part of?

a API Controller Manager

b Kubeadm

c Etcd manager
The correct Answer is: None

e Master Controller Manager

The correct Answer is: None

Q11: What is the difference between character 23 and x23??

a None

b None

c 23 specifies the octal 23 and x23 determine the hex 23.

d 23 specifies the hex 23 and x23 determine the octal 23

e None

f None

Q12: What is a Widget??

a None

b Widget is a vertical column provided by a theme for displaying information other


than the main content of the web page.

c WordPress Widgets add content and features to your Sidebars.

d Widget is a function of special software that allows feedreaders to access a site.

e None

f None of the mentioned

You might also like