0% found this document useful (0 votes)
40 views4 pages

4 Lessons For CCTM

This document contains 12 multiple choice questions about various topics related to computing including Linux administration, databases, PHP, file systems, and Docker. The questions cover topics such as the Linux administrator login name, file system types, database normalization, outputting text in PHP, protecting special characters in URLs, database anomalies, data storage types, boolean evaluation in PHP, the unlink() function, Docker host IP addresses, WordPress security, and swap partition priorities.

Uploaded by

cabira1931
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
40 views4 pages

4 Lessons For CCTM

This document contains 12 multiple choice questions about various topics related to computing including Linux administration, databases, PHP, file systems, and Docker. The questions cover topics such as the Linux administrator login name, file system types, database normalization, outputting text in PHP, protecting special characters in URLs, database anomalies, data storage types, boolean evaluation in PHP, the unlink() function, Docker host IP addresses, WordPress security, and swap partition priorities.

Uploaded by

cabira1931
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Q1: What is the login name of the administrator in Linux??

a admin

b administrator

c None of the mentioned

The correct Answer is: None

e root

f All of the mentioned

Q2: Expand JFS in context of file system??

The correct Answer is: None

b Journal Failing System

c Journal Failing Service

d Journal File Service

The correct Answer is: None

f Journal File System

Q3: Normalizations is...?

a None

b None

c concerned with the physical implementation of the database

d a database design technique that encourages storing data in multiple databases

e a database design technique used to minimize data redundancy and duplication

f a database design technique that eliminates relationships from a database

Q4: In PHP, the only way to output text is with echo.?


a False

b None

c None

d None

e None

f True

Q5: How to protect special characters in a query string??

a urlencode()

b None

c None

d urlbypass()

e url_encode()

f None

Q6: A table that displays data redundancies yields ________ anomalies?

a None

b None

c Insertion

d All of options

e Update

f Deletion

Q7: Which type you will select if you need to store binary data??

a Both BIGINT and INT

b None of the above


c INT

d BLOB

e BIGINT

f None

Q8: What will be printed if we run the following code? <?php $var = 'false'; if ($var) { echo
'true'; } else { echo 'false'; }?

a None

b False

c None

d True

e None

f None

Q9: What does the unlink() function do??

a The unlink() function is not dedicated for file system handling. It does not deletes
the file given as entry.

b None

c None

d The unlink() function is dedicated for file system handling. It simply deletes the
file given as entry.

e None

f None

Q10: Docker host's IP address by default is 192.168.99.100?

The correct Answer is: None

The correct Answer is: None


The correct Answer is: None

The correct Answer is: None

e True

f False

Q11: Why is wordpress.com considered more secure than wordpress.org??

a None

b None

c because it is SSL encrypted

d None

e because they limit the themes and also does not allow installing plugins.

f because they limit the site proxy settings

Q12: What is the default priority of the swap partition?

a -1

b 10

c0

d 100

e1

f There are no priorities for swap

You might also like