Answer:
Software program.
Explanation:
Unlike hardware which describes physical entities of a computer, a software program or simply a program (or even simply, a software) is a set of instructions or data that commands the computer on specific tasks to be performed and how they (the tasks) are performed. Examples of a software are internet browser applications such as Google Chrome, Internet Explorer, and Mozilla Firefox and graphics applications such as Photoshop and Corel Draw.
Hope this helps!
import java.util.Scanner;
public class JavaApplication42 {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
int count = 0;
System.out.println("Enter an integer between 0 and 100");
int num = scan.nextInt();
if (num <= 0 || num >= 100){
System.out.println("error");
}
else{
while(num <= 100){
if (count == 20){
System.out.println("");
count = 0;
}
else{
System.out.print(num+" ");
count++;
num++;
}
}
}
}
}
I hope this helps!
Answer:
Orientation settings
Explanation:
Orientation setting or general settings, we can find more options in Excel, we can make general and even advance setting with these options in the backstage view, the language and tabs can be changed in this section, the options are:
- General
- Formulas
- Proofing
- Save
- Language
- Advanced
- Customize Ribbon
- Quick access toolbar
- Add-ins
- Trust Center
Answer:
The correct answer is letter "B": segmenting computer servers to perform dedicated functions.
Explanation:
Computer segmentation refers to separating a server from the rest of the computers within the same network. The segmentation can separate one computer from others or groups of servers from one another. Thew type of segmentation will always depend on the device used to do the separation of the servers.
You can find the components that you wanted to modify in : C. control panel
You can adjust your computer's setting through control panel, whether it's your system and security, hardware, net work setting, etc
hope this helps