The correct anwers is the letter b.)
Answer:
True
Explanation:
In a web page, there are two categories of content, they are, the main content and the supplementary content.
The main content holds the needed information of the web page and changes from page to page, while the supplementary content, as the name implies, supports the quality of the main content. It content can be duplicated in multiple pages and does not need a high rating to promote the quality of a web page.
Answer:
True is the correct answer to the given question .
Explanation:
In the longitudinal analysis of designing we are collecting the information from the similar sample frequently over an enlarged time where as in the cross-sectional analysis designing Gathering the information from the population at the given time interval .
The main objective longitudinal designed is used to monitor the variations in the similar sample as a result of frequent analysis of the similar variables that are not possible in the cross-sectional design analysis .
Therefore the given statement is true .
Answer:
PLANING
Explanation:
They include: planning, organizing, leading, and controlling. You should think about the four functions as a process, where each step builds on the others. Managers must first plan, then organize according to that plan, lead others to work towards the plan, and finally evaluate the effectiveness of the plan.
Answer:
INPUT "What is the amount of rupees you want converted into paisa"; rupees
paisa = rupees*100
PRINT paisa
Explanation:
done in QBASIC
the semicolon in the 1st line makes the question have a ? at the end. the rupees key word in the 1st line saves the input as a variable
then the second line multiplies by 100 since there are 100 paisa in 1 rupee