You are on page 1of 4

Q1: What is the correct command to create a new React project??

a None

b npx create-react-app

c npm create-react-app myReactApp

d npm create-react-app

e None

f npx create-react-app myReactApp

Q2: Which command can be used to count characters in a text file??

a fsize

b ccount

c count

d None

e wc

f None

Q3: How will you pass and access arguments to a script in Linux/Bash??

a scriptName -arg “Arg1” “Arg2”….”Argn” and can be accessed inside the script as $1
, $2 .. $n.

b None

c scriptName “Arg1” “Arg2”….”Argn” and can be accessed inside the script as $Arg1 ,
$Arg2 .. $Argn.

d None

e scriptName “Arg1” “Arg2”….”Argn” and can be accessed inside the script as $1 ,


$2 .. $n.

f scriptName "Arg1 Arg2….Argn” and can be accessed inside the script as $1 , $2 .. $n.
Q4: To create a combo box (drop down box) which tag will you use??

a None

b <select>

c all of above

d <list>

e <input type="dropdown">

f None

Q5: Which filter can be applied on lines of text for arranging in ascending or descending
order??

a sort

b arrange

c None

d collate

e None of the above

f None

Q6: Which HTML element is used to define the description Data??

a <li>

b <dd>

c None

d <dl>

e None

f <dt>

Q7: Which of the following is correct about constants vs variables in PHP??


The correct Answer is: None

The correct Answer is: None

c Both of the mentioned

d There is no need to write a dollar sign ($) before a constant, where as in Variable
one has to write a dollar sign.

e Constants cannot be defined by simple assignment, they may only be defined using
the define() function.

f None of the mentioned

Q8: The external JavaScript file must contain the <script> tag.?

a False

b None

c None

d True

e None

f None

Q9: Who is making the Web standards??

a The World Wide Web Consortium

b Google

c None

d None

e Microsoft

f Mozilla

Q10: The handler invoked by Kubelet to check if a container’s IP address is open or not is??

a ExecAction
b None of the above

The correct Answer is: None

The correct Answer is: None

e HTTPGetAction

f TCPSocketAction

You might also like