We need the scenario to solve this feel free to comment on this with your so scenarios and I will provide you with answers or just post another question
Answer:
The correct answer to the following question will be Option B (Hardware strategy).
Explanation:
<u>Hardware strategy:</u>
It looks at existing infrastructure for software, hardware, and services and discusses the designs of physical databases.
Hardware Strategy should try and identify any technological threats or limitations surrounding the following:
- Quality
- Maintenance
- Delivery
- Scalability
- Disaster recovery
- Sizing
This approach also aims at maximizing the importance of existing technical resources. The team looks at the efficient use of software and their overall transition to company and technological environments.
Therefore, Option B is the right answer.
Answer:
True is the correct answer for the above question.
Explanation:
- The software is a collection of instruction which states the computer to how to do a specific work. The software developer only develops the software, but it is used by many users of the software who wants to do some specific task.
- The developer creates a graphical event for users through which the user can use the software of the computer system for his personal use.
- So the above line concludes that the software is for the user only. So the user interaction in software development is necessary which is also said by the question-statement. Hence the question statement is the true statement.
Answer:
In opp friend function is a function that gives the same access to private and protected data. It is declared in class that is granting access.
Explanation:
#include<iostream.h>
using namespace std;
class Sum
{
int a, b, add;
public:
void input()
{
cout << "Enter the value of l and m:";
cin >> l>>m; taking input from users
}
friend void add(sum &t);
void display()
{
cout << "The sum is :" << z;
}
};
void add(sum & p)
{
p.add = p.a + p.b;
}
int main()
{
sum p1;
p1.input();
add(p1);
p1.display();
return false;
if(display==5)
{
return true; //true is returned if sum is equal to 5
}
else //if they are not the same
{
return false;
}
}
Arguments are indeed the values used by <em>functions to perform computations</em>, and the further discussion can be defined as follows:
- <em>Functions</em> in spreadsheet programs including Excel Sheets are simply built-in formulas that perform predefined calculations.
- In this, the majority of these functions require data to be supplied, either by the user or from another source, to deliver a result.
- It is a real value that is provided to the function, as well as the parameters, are initialized to the value of the arguments supplied.
- In this question, a method "SUM(A6:A9)" is declared that takes value from A6 to A9, in its parameter(Argument) that <em>adds value from</em>.
Therefore, the final answer is "Option A".
Learn more:
brainly.com/question/12269471