Answer:
Component services
Explanation:
In Windows, components services are integrated into the Administrative Tools and are used to configure certain COM (Component Object Model) components and applications. They are also used to ;
i. assign roles to users and groups.
ii. facilitate data sharing between applications and computers by processes such as pooling, pausing, resuming and recycling applications.
Class b and c networks cannot be sub netted.
false<span />
Answer:
Clock (int hours, boolean isTicking, int diff) // constructor clock
{
this.hours = hours;
// set the instance variable hours
this.isTicking = isTicking;
// set the boolean variable isTicking
this.diff =diff;
//set the instance variable diff
}
Explanation:
Here we declared a constructor clock which has 3 parameter hours,boolean isTicking,and diff.
The int hours, diff is of int type and isTicking is of boolean type. In this constructor, we set the instance variables values by using this keyword.
Answer:
WAN or wide area network
Explanation:
The Internet is the most basic example of a WAN. It is connecting all computers together around the world.
She should use a condition-controlled loop. Because it uses a True/False and it will not continue until the task is done