Answer:
Primary memory is directly accessible by Processor/CPU. Secondary memory is not directly accessible by the CPU. ... The memory devices used for primary memory are semiconductor memories. The secondary memory devices are magnetic and optical memories
Answer:
public static double areaSum(Circle c1, Circle c2){
double c1Radius = c1.getRadius();
double c2Radius = c2.getRadius();
return Math.PI * (Math.pow(c1Radius, 2) + Math.pow(c2Radius, 2));
public static void main(String[] args){
Circle c1 = new Circle(6.0);
Circle c2 = new Circle(8.0);
areaSum(c1,c2);
}
Explanation:
Well I would think all of them in some way. For the first one, students need to collect data (whether it’s mathematical, scientific, etc.) to answer a question. For the second one, they may need to know how much money is in there bank account or they may need to calculate a sale to order the item. For the third one, they may need statistical data to support a position. For the last one, a student could use technological data to be able to solve their problem sorting documents.
Explanation:
Information technology is inescapable in modern day life, turn on the coffee pot and there are tiny microprocessor inside. Start your automobile and every aspect of operation is controlled by dozens of computer control modules. The current mobile phone amazing power and speed for the user. Technology is transforming every aspect of our life. Nowever is this more apparent than our place of employment. Developing of it makes our family to live happy because it helps the members of family to spend their most time with their family. It helps us to communicate the family member who live far from their family. It is also used in house hold work. It's saves our time to do more better and better
The environmental and energy problem Kenya faces as far computer installations are concerned can be avoided by
- Knowing and finding out the key aspect of ICT strength.
- Create an holistic judgements in the assessment of ICT capability. Promote the use of solar power.
<h3>How can we overcome ICT challenges?</h3>
There are a lot of Energy Challenges in terms of ICT in Kenyan and it is good the government and the people work towards energy in terms of sustainable ICT.
Therefore, The environmental and energy problem Kenya faces as far computer installations are concerned can be avoided by
- Knowing and finding out the key aspect of ICT strength.
- Create an holistic judgements in the assessment of ICT capability. Promote the use of solar power.
Learn more about computer installations from
brainly.com/question/11430725
#SPJ1