You are on page 1of 4

Q1: Which one of these variables has an illegal name??

a None

b None

c $my-Var

d $MyVar

e $my_Var

f $myVar

Q2: What is the difference between characters \034 and \x34??

a None

b None

c \034 is octal 34 and \x34 is hex 34.

d None

e \034 is hex 34 and \x34 is octal 34.

f None

Q3: You use a container, edit it, and update it?

a None

b None

c False

d None

e None

f True

Q4: How do we create command aliases in a shell??


a None

b configure Aliasname="Command whose alias is to be created"

c None

d set alias Aliasname="Command whose alias is to be created"

e alias Aliasname="Command whose alias is to be created"

f We can't create aliases directly in shell

Q5: What is a Dockerfile??

a None

b None

c Docker cannot be build images automatically by reading the instructions from a


file called Dockerfile.

d None

e Docker can build images automatically by reading the instructions from a file
called Dockerfile.

f Docker can build audio automatically by reading the instructions from a file called
Dockerfile.

Q6: What will happen If you run the command "init 6" in your terminal?

a Shut down the system

b Enter single user mode

c Reboot the system

d Start the system without a display manager (GUI)

The correct Answer is: None

The correct Answer is: None

Q7: What is the default size of a file set in upload_max_filesize??


a 300 MB

b 10 MB

c None

d 500 MB

e None

f 2 MB

Q8: MySQL workbench decreases the productivity of a MySQL developer compared to other
server access tools such as phpMyAdmin??

a True

b False

c None

d None

e None

f None

Q9: How do you write the contents of 3 files into a single file??

a cat file1 > file && cat file2 >> file && cat file3 >> file

b cat file1 file2 file3 > file

c cat file1 > file || cat file2 > file || cat file3 > file

d cat file1 > file; cat file2 > file; cat file3 > file

e cat file1 >> file; cat file2 >> file; cat file3 >> file

f cat file1 > file && cat file2 > file && cat file3 > file

Q10: If you want to change the text color to red which of the following tags you'll use??

a < Body Bgcolour = Red>

b < Body Text = Red>


c None Of These

d None

e < Body Colour = Red>

f None

Q11: Which of the mentioned are the neccessary/mandatory arguments of the mail
function.?

a headers

b subject

c parameters

d message

e number of recepients

f to

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

a the query will return two rows only

b the query will generate an error message

c the query will not return any records

d None

e None

f the query will return 20 records

You might also like