Answer:
d)all of the above
Explanation:
The options available on the column menu on the layout tab are one, two, three left and right. Hence, all of the above options are the options available on the column menu on the layout tab. You can check this by going inside the layout tab, and clicking on the column option. Once you will do this, you will see all of the above-mentioned options showing there. Hence, d. all of the above is the correct choice for this question.
Answer:
The correct answer to this question is: "this program give an error".
int i = 7; //declare a variable(i) and assign value.
while (i>=2) //use loop and check condition.i greater then equal to 2.
{
System.out.print (i +""); //print value of i.
if ((i%3) == 0) //hold remainder
{
i +2; //error.
}
else
{
i/=2; //hold Quotient
}
}
Explanation:
In the above program, there is an error in the if block because it is not the correct way to declare. To use the variable from the correct output we use a variable like this.
Example
int i = 7;
//declare a variable(i) and assign value.
while (i>=2)
//use loop and check condition.i greater then equal to 2.
{
System.out.print (i +""); //print value of i.
if ((i%3) == 0) //hold remainder
{
i =i+2;
}
else
{
i/=2; //hold Quotient
}
}
Output: 732
Answer:
Transaction Manger
Explanation:
Transaction Manger
Transaction Manager is responsible for transaction between resources that are available. It works as interface to support remote access form other systems in Data base management system.
Answer:
Inventory errors can cause mismatches between the real numbers of the company, to avoid this you must use software that allows you to avoid these errors.
Explanation:
There is <u>software that line</u> (in the cloud), which is not necessary to install directly on a laptop or server.
Software examples for optimal inventory management:
1. ERP software in the cloud (it is an enterprise resource planner), it is flexible and low cost.
2. my MANAGEMENT
3. Crol
4. bind ERP (for SMEs)
5. Cloudadmin
6. Multi-commerce (license required).