Permanent storage, also called persistent storage, A permanent storage of the computer is hard disk. The data stored in hard disk is permanent. It is primary use is long-term data storage.gym starts his laptop He sees some commands in numbers appearing on the screen these instructions are being preceded by the control unit because when hr start the data is loaded and take some time.
Robotics systems are systems that provide information based on artificial intelligence. These types of systems can be best employed in medical research, forensics, agriculture, etc.
<h3>What are robotic systems?</h3>
A robotic system is a use of a machine or the robots with artificial intelligence that are used to perform many various tasks like in automobile industries, health care, military, agriculture, etc.
A robotic system with computer vision can be used in medical treatment and research as they will help assist with complex surgeries, in agriculture to increase crop productivity and manage pests.
Therefore, robotics can be used in the military, food preparation, agriculture, health care, etc.
Learn more about robotic systems here:
brainly.com/question/12279369
#SPJ1
Answer:
i think a but not so sure
Explanation:
Answer:
Option c is correct.
Example :
public class Subject
{
public static void main(String [] args)
{
int ar[]={5,4,6,7,8};
System.out.println("the number of array elements are: ",ar.length);
}
}
Explanation:
The above program is created in java language in which Subject is a class name.Inside Subject class , there is main method.
Inside the main method, there is An array named 'ar' which data type is an integer and we have assigned the value to this array.
in the next line, we are printing the total no. of the element in the array with the length function which displays the length of an array or variable.