Flowchart - diagram created by different shapes to show flow of data
algorithm - step by step procedure to solve the problem
A flowchart is a representation of an algorithm
If a run-time error appears when you run a macro that has worked in the past, some part of the macro code no longer makes sense to excel, ehere run-time denotes <span> the time during which a program is running</span>
This error occurs while the program is running.
Running<span> out of memorywill results in a </span>run-time error.
A computer’s motherboard has a series of slots and connectors. Slots allow daughter boards to be plugged directly while connectors allow communication through cables with other peripheral devices. CPU sockets, Hard Drive connectors, Memory sockets, and Power connector are examples of components that can be connected internally in some way to the motherboard. Other physical devices include RAM, hard disks, and graphics card.
public class Lab02_Favorite{
public static void main(String []args){
System.out.println("I miss going bowling with my friends");
}
}