Answer: The green and white wire (g) should be in pin 1 according to T568A standard.
Explanation: Please see diagram attached.
(source of image: http://www.fiber-optic-components.com/rj45-connector-used-in-ethernet-connectivity.html)
<span>public void myMethod(int w, int y, int z) {
</span>int a, b, c, d, e, f, g, h, i, j, k, l;
<span>a = w * z;
</span>b = w * z + y;
c = w * -z;
d = w * --z + y++;
e = w * z-- + ++y<span> ;
</span>f = w + z * y;
g = w – y + z;
h = (w + y) * z;
i = y / w;
j = y / z;
k = w % y;
<span>l = y % w;
</span>System.out.println( "%d %d %d %d %d %d %d %d %d %d %d %d", a,b,c,d,e,f,g,h,i,j,k);
}
To use
myMethod(2, 7, 12);
Answer:
10
Explanation:
To convert decimal to binary, you just count like normal, but instead of regrouping when adding 1 when you reach 9, you regroup when you reach 1.
in this case, you would count like this:
0
1
10
The Answer is all of them, it's okay when i had to take this class last year and it took me for ever to find the tab and paste options.
It is Nevaeh backwards hope that helps! :3 and feel free to pm me if you have anymore questions! :3