You are on page 1of 2

Q1: When is the switch statement used:?

The correct Answer is: None

The correct Answer is: None

c The switch statement is used when statements like if..elseif..else do not work.

The correct Answer is: None

e The switch statement is used to avoid long blocks of if..elseif..else code

f The switch statement is used to avoid long blocks of loops like do...while code.

Q2: Null is used as a place holder for optional fields?

a None

b None

c True

d None

e None

f False

Q3: What is a WordPress taxonomy??

a None

b In WordPress, a “taxonomy” is a grouping mechanism for some plugins .

c In WordPress, a “taxonomy” is a grouping mechanism for some pages .

d In WordPress, a “taxonomy” is a grouping mechanism for some posts (or links or


custom post types).

e None

f None

Q4: What is the difference between character 23 and x23??


a 23 specifies the hex 23 and x23 determine the octal 23

b None

c None

d 23 specifies the octal 23 and x23 determine the hex 23.

e None

f None

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

a None

b npx create-react-app

c npm create-react-app

d None

e npx create-react-app myReactApp

f npm create-react-app myReactApp

You might also like