Answer:
Category 6 Cabling
Explanation:
Category 6 cables are High-performance UTP cable that can transmit data 10/100/1000Mbps transfer and up to 10Gbps over shorter distances. They usually make uses of a longitudinal separator, this seperators always tend to separates each of the four pairs of wires from each other.
A twisted-pair cable is a cables that is mostly made of copper wires that are twisted around each other and are surrounded by a plastic jacket, twisted pair cables are majorly used for networking.
There are two types of twisted pair cable,
UTP (Unshielded Twisted Pair) are a type of twisted pair cabling that does not include shielding around its conductors.
STP(shielded twisted pair) are types of twisted pair cabling that does include shield around its conductors.
A category 6 cable can eithet be pure copper UTP or STP.
And they are best for networking.
Have in mind that the following code is ofr C++ but I know that whatever the language you are using, you can use the same idea:
<span><iostream>
using namespace std;
int main()
{
int count=0;
string x;
while(1)
{
cout<<"Enter either goose or duck";
cin>>x;
if ( x=="Goose") break;
count++;
}
cout<<"Number of Ducks="<<count<<endl;
return 0;
}
</span>
Another one that is simplier but the language is python is:
counter = 0while True: line = input()if line == 'duck': counter += 1 elif line == 'goose':breakprint(counter)
Answer:
FileOutputStream out = new FileOutputStream("ObjectData.dat");
ObjectOutputStream ostream = new ObjectOutputStream(out);
ostream.writeObject(r);
Explanation:
For object serialization, we can use the writeObject method of java.io.ObjectOutputStream class.
The complete code fragment is as follows:
import java.io.*;
class Demo{
public static void main(String args[]){
try{
r = <Reference to Object to be serialized> ;
FileOutputStream out = new FileOutputStream("ObjectData.dat");
ObjectOutputStream ostream = new ObjectOutputStream(out);
ostream.writeObject(r);
ostream.close();
} catch(Exception e){
e.printStackTrace();
}
}
}
Answer:
We Deliver trains its truck loaders how to set the packages in the delivery vehicles, so that when delivery drivers are pulling packages off their trucks, they are organized in a specific order and with the label facing forward to reduce errors and save time. A <u>Procedure </u>is being implemented when directing that the trucks be loaded in this specific manner.
Explanation:
Procedure is the method or set of instructions to perform some operation in specific order to complete the task in an organized manner. It is the type of directions to perform some operations.
In above mentioned case, if we want that the packages should set in some organized manner such as labeling face of package in forward direction so that, chance of error should reduce and time save. We should provide some procedure to the truck loaders.
Answer:
The purpose of information management is to: design, develop, manage, and use information with insight and innovation. support decision making and create value for individuals, organizations, communities, and societies.
Explanation: