0% found this document useful (0 votes)
10 views

3 Lesson Plan For HBLF

The document contains 14 multiple choice questions about various computing topics like PHP, SQL, Linux, Docker, HTML, and WordPress. It tests knowledge on topics such as PHP being case sensitive, the SQL SELECT statement, using the Linux dd command to backup filesystems, listing Docker containers, XML encoding, defining a video tag in HTML5, changing swap file priority in Linux, swap partitions, opening a file for reading and writing in PHP, the default BASH shell, where the Linux user list is stored, and whether deactivated plugins slow down a WordPress site.

Uploaded by

Reza Ebrahimi
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)
10 views

3 Lesson Plan For HBLF

The document contains 14 multiple choice questions about various computing topics like PHP, SQL, Linux, Docker, HTML, and WordPress. It tests knowledge on topics such as PHP being case sensitive, the SQL SELECT statement, using the Linux dd command to backup filesystems, listing Docker containers, XML encoding, defining a video tag in HTML5, changing swap file priority in Linux, swap partitions, opening a file for reading and writing in PHP, the default BASH shell, where the Linux user list is stored, and whether deactivated plugins slow down a WordPress site.

Uploaded by

Reza Ebrahimi
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/ 5

Q1: Is PHP case sensitive?

a True

b None

c None

d Depending on the PHP version either Yes and No

e None

f False

Q2: Which SQL statement is used to extract data from the database??

a OPEN

b ACCESS

c SELECT

d None

e ACQUIRE

f GET

Q3: A low-level utility that can be used for creating/restoring filesystem backup copies in
Linux is called:?

a None

b format

c diskpart

d fsutil

e None

f dd

Q4: How to list all the docker containers running/exited/stopped with container details.?
a $ docker ps -a

b $ docker details -a

c $ docker ls -a

d None

e None

f None

Q5: Which of the following encoding an XML parser assumes ??

a UTF-16

b UTF-32

c None

d UTF-64

e None

f UTF-8

Q6: How can we define a Video Tag in HTML 5??

a <video src:"URL"></video>

b <video src "URL"></video>

c None

d <video></video>

e None

f <video src="URL"></video>

Q7: How to change the priority of a swap file/partition to 10?

a We can't change the priority of swap partions

b swapon -p 10 /path/to/swapfile
c swapon -P 10 /path/to/swapfile

d swapon +10 /path/to/swapfile

The correct Answer is: None

The correct Answer is: None

Q8: The partitions that are used as virtual memory when the system runs out of physical
memory are known as:?

a primary partitions

b extended partitions

c boot partitions

d swap partitions

e None

f None

Q9: If we want to open a file for reading and writing which mode of the function fopen() are
we going to use:?

a w+

br

The correct Answer is: None

d r+

ex

f x+

Q10: What is the default session time in PHP??

a The default session time in php is until the closing of the page

b The default session time in php is until the closing of the system

c None
d None

e The default session time in php is until the closing of the browser

f None

Q11: BASH stands for:?

The correct Answer is: None

The correct Answer is: None

c Bourne Again SHell

d Basic Async SHell

The correct Answer is: None

f BAsic SHell

Q12: Where is Linux user list stored??

a By running the command show users

b None

c /usr/local/users

d None of the above.

e None

f /etc/users

Q13: Which ‘meta box’ is not hidden by default on Post and Page screens??

a None

b None

c None

d Featured Image is the child box that is hidden by default on Post and Page screens.

e Featured Image is the meta box that is not hidden by default on Post and Page
screens.
f None

Q14: Do deactivated plugins slow down a WordPress site??

a None

b None

c None

d Deactivated do not plugins slow down your website

e None

f Even deactivated plugins slow down your website

You might also like