The computer software that should be installed on Rosanna's computer is application software.
The information regarding the application software is as follows:
- It is the software where the activity is to be performed.
- The example like a spreadsheet software, presentation software, database software, etc.
Therefore we can conclude that the computer software that should be installed on Rosanna's computer is application software.
Learn more about the software here: brainly.com/question/1022352
Answer:
Na, you look stunning...!!!! UwU
Answer:
networking experts or systems administrators ,database administrators,programmers.
Explanation:
The people who enter in the field of information security are professionals in technical fields bu their work is totally into the field of security like working on security applications.They don't work on the traditional IT assignments such as developing software,apps,website etc.
Answer:
Check the explanation
Explanation:
#include <bits/stdc++.h>
using namespace std;
class Rectangle{
public:
int length;
int breadth;
Rectangle(int l,int b){
length = l;
breadth = b;
}
int area(){
return length*breadth;
}
int perimeter(){
return 2*(length+breadth);
}
bool equals(Rectangle* r){
// They have the exact same length and width.
if (r->length == length && r->breadth == breadth)
return true;
// They have the same area
if (r->area() == area())
return true;
// They have the same perimeter
if (r->perimeter() == perimeter())
return true;
// They have the same shape-that is, they are similar.
if (r->length/length == r->breadth/breadth)
return true;
return false;
}
};
int main(){
Rectangle *r_1 = new Rectangle(6,3);
Rectangle *r_2 = new Rectangle(3,6);
cout << r_1->equals(r_2) << endl;
return 0;
}
Either your screen isnt plugged in and synced properly or you have a problem in the automatic boot system