Hiiiiiiiiiiiuiiiiiuuuuuuu
Answer:
The answer to this question is true.
Explanation:
The artwork is used on the PowerPoint for making the presentation more effective. The artwork is also known as Clip Art. In the Microsoft PowerPoint, the clip art is a collection of media files like image file, video file, an audio file, and an animation file. If our computer has an Internet connection, then we can add new clip art for free. If we use the artwork or clip art on slide So it can be moved around on the slide.
The answer is A. Decreasing
Answer:
import java.util.Scanner;
public class TestClock {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
System.out.println("Enter two integer numbers");
int num1 = in.nextInt();
int num2 = in.nextInt();
int newSum=num1+10;
System.out.println("The first number is "+num1);
do{
System.out.println(newSum);
newSum +=10;
}while (newSum <=num2);
}
}
Explanation:
Using Java Programming language
- Prompt user for the two inputs and save them as num1 and num2(Using the scanner class)
- Create a new Variable newSum = num1+10
- Create a do...while loop to continually print the value of newSum, and increment it by 10 while it is less or equal to num2
Hi!
Usually computer programs have a lot of settings that, if not standardized, would make it super difficult to communicate with the operating system or other programs. Because of this, programs and the Windows Operating System use a special Registry system in order to standardize crucial settings for both applications and the operating system itself.
If you were to remove a directory to try to uninstall a program, you're leaving behind the files in the registry (don't worry though, it won't affect anything in terms of what your computer does) which can sometimes eat up space if there's enough of them.
Therefore, I would say your best bet is C. If the program adds information to the operating system.
I hope my answer helped!