Answer:
Option C and D is the correct option.
Explanation:
Because Logistic the type of materials supply chain that involves the activities that take control of the flow of the non-intangible such as physical materials over the supply of the chain. It helps to increase the amount of the business by reconstruction the merchandise and make sure about the availability of the products.
Option A is wrong because it is the definition or example of the bullwhip effect.
Option B is wrong because it is the definition or example of the materials management.
A. The paper does not meet the requirements for the printer.
B. The user is selecting the wrong driver for the printer.
C. The paper is creased before it is installed in the printer.
D. The pages being printed are using too much toner.
E. The paper is damp when run through the printer.
F. The printer does not have enough free memory.
Answer:
Option A and Option E are correct.
Explanation:
A user informed the call center to complain that their office's laser printer damages every paper while it is printed. The user well into the distribution tray reviewed those papers although it's glossy and wrinkle-free.
So the purpose behind it is that the paper doesn't reach the printer's specifications, or even when going thru the printer, the paper becomes moist.
b. The smallest integer that can be represented by a sign-and-magnitude binary number is always 0.
c. It is impossible to store 1610 in 4-bits because overflow will occur. d. The two’s complement representation of +6710 in 8-bits is 1000011.
Answer:
a. In one’s complement format, the leftmost bit is saved for the sign where 1 indicates a negative number and 0 indicates a positive number.
Explanation:
In binary numbers, 1's complement is used to represent the signed binary numbers. In unsigned numbers, there is no need of sign. But in signed binary numbers a signed bit is required. To add the bit that is represent the sign of the number in binary, 0 represents the positive number while 1 represents the negative number.
If we have a number and want to convert it in signed binary number, we just takes it 1's complement and add the signed bit at the left of the number.
E.g.
1 = 0001
is the binary of 1, if we want to add sign, we just add the zero at left most side of the binary which make it positive as given below:
+1 = 0 0001
Now of we want to convert it into negative than, we take 1's complement in which all bits are inverted.
-1 = 1 1110
b. False