Answer:
12. for (i = 0 ; i < testGrades.length ; i+=1 ){
13. if (testGrades[i] > 100){
14. sumExtra = sumExtra + testGrades[i] - 100;}
15. }
Explanation:
We first iterate through the entire testGrades array. For each test score that is in testGrades ( that is testGrades[i] ), we see whether or not the test grade is above 100 (See line 12) . If test grade is greater than 100, this means we have extra credit. We simply subtract 100 from the test grade, add it with the previous value of sumExtra and store the value back in sumExtra(see line 14). Once i is greater than the length of the test grades, the loop is exited. We can now print sumExtra to obtain the result.
Answer:
The main objective of router is to connect various networks simultaneously and it works in network layer
Explanation:
The main objective of router is to connect various networks simultaneously and it works in network layer
Hi Pupil Here's Your Answer ::
➡➡➡➡➡➡➡➡➡➡➡➡➡
Application software and software that are created to facilitate/perform a specific type of real life application directly for the end user. These are available in the market as single readymade software or as an integrated package like MS Office, Visual Studio or Adobe integrated suite.
There are three types of application software which you would know about ::
# General Purpose Application Software.
# Special Purpose Application Software.
# Customized or Bespoke Purpose Application Software.
⬅⬅⬅⬅⬅⬅⬅⬅⬅⬅⬅⬅⬅
Hope this helps .........
Answer: Operating system
Explanation:
A computer's OS (operating system) is one of the type of computer software and the main function of an operating system is that it helps in managing the hardware, processes, memory and the software of the computer application.
An operating system basically providing the set of instruction to the computer for the communication purpose and perform various types of task in the computer system.
According to the given question, an operating system is refers to the software program that helps in coordinating all the task and the activities in the computer system.
Therefore, Operating system is the correct answer.
There are different kinds of software. Thomas should Unlike create an RFI to collect information from the software vendor about their product's implementation.
- A software package often belongs to several organization and the team or one going to install it in your machine.
A request for information (RFI) is known to be a standard business procedure. It is often used to collate basic information about the experience and skills of software development companies you'd like to work with.
Learn more from
brainly.com/question/15016176