0% found this document useful (0 votes)
21 views5 pages

4 Chapter For OBML

The document contains 15 multiple choice questions about various computing topics including Linux utilities, programming languages, text editors, databases, Docker, HTML, and more. The correct answers are highlighted in bold.

Uploaded by

JUU HEi
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)
21 views5 pages

4 Chapter For OBML

The document contains 15 multiple choice questions about various computing topics including Linux utilities, programming languages, text editors, databases, Docker, HTML, and more. The correct answers are highlighted in bold.

Uploaded by

JUU HEi
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: A low-level utility that can be used for creating/restoring filesystem backup copies in

Linux is called:?

a None

b fsutil

c None

d diskpart

e format

f dd

Q2: Who is known as the father of PHP??

a Willam Makepiece

b Drek Kolkevi

c Rasmus Lerdorf

d List Barely

e None

f None

Q3: Which of the following is a text editor that can be used in command mode to edit files on
a Linux system??

a None

b open

c edit

d None

e vi or vim

f lsof
Q4: How can we determine the number of rows returned in the result set of a MySQL
query??

a None

b The function mysqli_count_rows() returns the number of rows in a result set.

c None

d None

e The function mysqli_get_rows() returns the number of rows in a result set.

f The function mysqli_num_rows() returns the number of rows in a result set.

Q5: Cronjobs in kubernetes run in?

a None

b Based on NTP settings

c None

d UTC only

e GMT only

f Master node local timezone

Q6: How to build a Dockerfile??

a $ docker build to <path to docker file>

b $ docker build in <path to docker file>

c None

d $ docker build <path to docker file>

e None

f None

Q7: A Docker image provides a template for a container with all the necessary files of an
application, but has no instructions to run it.?
The correct Answer is: None

b True

The correct Answer is: None

d False

The correct Answer is: None

The correct Answer is: None

Q8: How to pull the Apache HTTP server image.?

a $ docker pull http img

b $ docker pull httpd

c None

d $ docker pull httpd img

e None

f None

Q9: What will happen if some of the columns in a table are of char datatype and others are
of varchar datatype??

a MySQL will convert all varchar datatypes into char

b MySQL will convert all char datatypes into varchar

c Nothing will happen

d None

e MySQL will generate an error

f None

Q10: What does the FROM instruction do in a Dockerfile??

a FROM specifies the creator of the image


b FROM creates a layer from a base Docker image.

c FROM is an invalid instruction

d None

e None

f FROM adds files from your Docker client’s current directory

Q11: Which command to use for complete details of a command on the shell??

a info

b man

c?

d None

e help

f None

Q12: When would you use path along with file name of a picture in an IMG tag??

a when image file and html file both are on same location d.

b path is always necessary when inserting image

c None

d when the location of image file and html file are different

e None

f path is optional and not necessary

Q13: Which program copies databases from one server to another??

a Mysqlmovedb

b Mysqlflushdb

c Mysqldbmove
d Mysqldbcopy

e Mysqldbflush

f Mysqlcopydb

Q14: What is Docker Machine??

a None

b None

c Docker machine is a tool that lets you install Docker Engine on virtual hosts

d None

e None

f Docker machine is a tool that lets you install Docker files on virtual hosts

Q15: HTML tags are surrounded by which type of brackets.?

a Round

b Angle

c None

d Curly

e None

f Squart

You might also like