The Software is categorized into two. Operating System Software and the Application software.
Example :
1.0 The monitor does not show pictures without the source, when watching a video the source media application
2.0 The printer does not print on its own without the source data from the office application, print application which process the data.
3.0 The speaker does not produce sound on its own without the source data from the media application as well.
4.0 The central processing units together with the memory does not run without the preinstalled bios and operating software on the computer.
The hardware will not run without the operating software (OS) to connect run each functional part of the computer. The Central Processing Unit computes for the Inputs and Outputs fed to it giving the computer the power to process data coming from all the hardware components receiving the electrical signals translated from the data input from human interaction or other source of data interaction to the computer. To divide we mainly have your hardware components, The Central Processing Unit, The input Peripheral (mouse, keyboard, pen stylus, mics, camera, etc) and your output peripherals (Monitor, Speakers, etc.,). Then we have your software component divided into two. The operating system software (Windows /Mac OS/ Linux / Unix / ) and the application software/program (Office applications, Browser etc.,).
Answer:
I will code in Javascript.
Preconditions:
The variables k, incompletes has been declared and initialized.
The variable nIncompletes contains the number of elements of incompletes.
The variable stududentID has been declared and initialized.
The variable numberOfIncompletes has been declared.
Script:
numberOfIncompletes = 0; <em>//initialize numberOfIncompletes</em>
for( k = 0; k < nIncompletes; k++) {
if(incompletes[k] == studentID){ <em>//if the element of array is equal to studentID</em>
numberOfIncompletes++; <em>//adds 1 to numberOfIncompletes</em>
}
}
Explanation:
The script uses a for loop to go through the entire array incompletes, comparing the k variable with nIncompletes and adding 1 on each pass.
Then inside the for, uses an if statement to compare if the actual element is equal to studentID, if equal adds 1 numberOfIncompletes.
This program uses a conditional to determine if seafood is safe to consume.
IF (seafood = "mollusk" OR daysFrozen ≥ 7) { rating ← "safe" } ELSE { rating ← "unsafe" }
In which situations will rating be "safe"?
️Note that there may be multiple answers to this question.
Choose all answers that apply:Choose all answers that apply:
1. When sea food is mollusk and day frozen is 1
2.When sea food is mollusk and day froze is 9
3. When see food salmon and day frozen is 7
<em>Did that help?</em>
Answer:
Hold the CPU fan so that it won't spin and blow this with compressed air.
Explanation:
While cleaning the computer system from the inner side then we have to follow some steps.
- Firstly, shut down the system properly and remove it from the power supply.
- Then, open the cabinet of the computer system.
- Then, clean the internal parts of the system through simple air pressure and hold the CPU fan during that time to avoid spinning.
- Clear the dirt layer using the can of compressed air over the cabinet fans.
Newer, or current versions of Windows from XP to 10 use the NTFS file system. The file system supports up to 255 characters in a file name. The total path length supports up to 30,000 characters.