An Address bus enables the cpu to communicate with a system's primary storage.
1. Requirements gathering/analysis.
2. Design.
3. Development.
4. Testing.
5. Maintenance.
Answer:
The code will be a java-script code
Explanation:
public abstract class Phone{
private String phoneNumber ;
public Phone (String thePhoneNumber) {
phoneNumber = thePhoneNumber ;
}
public String getPhoneNumber ( ) {
return phoneNumber ;
}
public String toString ( ) {
phoneNumber = "# (" + phoneNumber + ") " ;
return phoneNumber ;
}
public abstract boolean createConnection (Network status) ;
public abstract void closeConnection( ) ;
}
Answer:
4) design tab, Page layout group
Explanation: