Answer:
There are different characteristics of a computer is the following below.
Speed.
Accuracy.
Diligence.
Reliability.
Versatility.
Storage Capacity.
Automatic.
Quick Decision.
Explanation:
Sorse
System https://quicklearncomputer.com
Mark brainlist if you want ¯\_(ツ)_/¯
Answer:
import java.util.Scanner;
public class num1 {
public static void main(String[] args) {
Scanner in = new Scanner (System.in);
System.out.println("Enter first number");
int int1 = in.nextInt();
System.out.println("Enter Second number");
int int2 = in.nextInt();
if(int1==int2){
System.out.println("True");
}
else{
System.out.println("False");
}
}
}
Explanation:
Using Java Programming language.
Scanner Class is used to prompt user for the first number, This is stored as int1
The second number is received and stored as int2
If Statement is used to check if the are equal (outputs "true") or ("outputs "false") if they are not.
Answer:
D.
Explanation:
Kinetic energy can be defined as an energy possessed by an object or body due to its motion.
Mathematically, kinetic energy is given by the formula;

Where;
- K.E represents kinetic energy measured in Joules.
- M represents mass measured in kilograms.
- V represents velocity measured in metres per seconds square.
Generally, when the final velocity at which a physical object moves is equal to zero (0), then it possess maximum kinetic energy.
Hence, the letter which shows the ball when it has the maximum kinetic energy in the graph attached is D.
OutputFile = open( "/path/to/file", "wa" ) # DOS probably needs 'b' too