Answer:
A. content coupling
Explanation:
When one component modifies an internal data item in another component we call this content coupling.
Answer:
Option (2) is the correct answer of this question.
Explanation:
We will increase the left and right margins of the data on a worksheet that will consume a whole printed page and columns on second page then the data will print all in one page.
Following are the steps to print the Data all in on page:-
Step 1. Choose the Ribbon Page Design button
Step2. select 1 page in the Scale to Fit category, and in the Width box, we will automatic choose the height box.
Step 3 .Finally we will choose 1 page in the Height box to print your worksheet to a single page.
"Other options are incorrect because they are not related to the given question.i.e, to print the data in on page in the worksheet".
Answer:
The answer is "option iii" .
Explanation:
In the given question it is defined that a class "Rectangle" is defined in the class a parameter constructor is created that accepts two parameters. In this question, we create an instance of the class. In object creation first, we define class name then object name and use new keyword in the Instance of class and pass parameters.
- In option i), An object name is used first and then class name. It is not correct.
- In option ii), In instance creation of the class, we do not use class keyword that's why it is wrong.
Answer:
False.
Explanation:
The /tmp directory is a directory that contains files that are required temporarily and also for temporary storage of data.The data inside the /tmp directory gets deleted when the system boots or shuts down.Since the directory exists permanently the content inside it is temporary.
So we can conclude that the answer is False.