You are on page 1of 4

Q1: Inline elements are normally displayed without starting a new line?

a None

b True

c False

d None

e None

f None

Q2: Applications inside the containers accept configuration parameters in the form of
environment variables. These variables can tell the app to listen on a specific port but you
can't use a specific password.?

a None

b None

c True

d False

e None

f None

Q3: How can you change table sctructure after it was created??

a It's not possible to change the structure

b None

c ALTER TABLE

d UPDATE TABLE

e CHANGE TABLE

f MODIFY TABLE

Q4: Which operator can be used to throw a process into background??


a&

b &&

c|

The correct Answer is: None

e ||

The correct Answer is: None

Q5: Which is not a valid bit operator??

a <<

b None

c|

d &&

e >>

f&

Q6: What is the correct way to open the file "time.txt" as readable??

a None

b None

c fopen("time.txt","r+");

d open("time.txt","read");

e open("time.txt");

f fopen("time.txt","r");

Q7: Storing same data in many places is called.?

a None
b Redundancy

c Enumeration

d Iteration

e Concurrency

f None

Q8: What is the She-bang line in a shell script?

a !#

b None of the above

c None

d None

e#

f #!

Q9: Which HTML element is used to specify a header for a document or section??

a <head>

b <header>

c <section>

d None

e <top>

f None

Q10: Apart from the <b> tag, what other Tag makes text bold ??

a <emp>

b <strong>

c None
d None

e <fat>

f <black>

Q11: What is the best advantage of InnoDB over MyISAM??

a InnoDB can handle table with more than 1000 columns

b All of the above

c InnoDB provides a transaction safe environment

d InnoDB provides FULLTEXT indexes

e None of the above

f InnoDB is thread safe

Q12: Which "text Type" has the maximum number of bytes??

a Tiny Text

b None

c Medium Text

d Text

e Long Text

f None

You might also like