Because, they are all required to configure to it to be recognized by an operating system.
Explanation:
It is the Operating System Software that instructs the hardware and puts them together to work well. When the manufacturer does not configure the device to be recognized by an operating system, then it will not work with other components.
Example.
If an Apple machine's sound card is being put in an HP machine which uses Microsoft designed operating system, won't work due to the operating system that the sound card has been designed for.
Answer:
C
Explanation:
myCar::accelerate()
here :: operator is used to access the member function outside the class.
we are calling accelerate() function using class and ::
Answer: Desk checking
Explanation:
The desk checking is one of the type of informal way manual testing in which the programmer use this method for evaluating or checking the coding or the different types of algorithm logic in the system.
- It helps in identifying the errors in the program so that it can be executed properly without any interruption in the system.
- It is one of the effective way for the error detection and also known as the modern debugging tool.
According to the given question, the desk checking is the term which is used to refers to the programmers for reading the given program step by step each statement. Therefore, Desk checking is the correct answer.
Therefore, Desk checking is the correct answer.
Answer:
See explaination
Explanation:
No of Mobiles=x1
No of Work stations=x2
Constraints:
50x1+70x2<=1,60,000
250x1+700x2 <= 1,20,00,000
x1>=0 x2>=0
Objective function N(x1,x2)= 7800000000 x1+ 7200000000 x2
Excel formulae:
G17 =D9*E7+F9*G7
G18= D10*E7*F10*G7
G19=E7
G20=G7
G21= I17*E7+I18*G7 (This will be Maximum)
And E7 and G7 will be solution.
Prepare sheet as shown in diagram and set the formulae.
Go to tool and select solver. Solver dialog will open, select ‘Assume Linear model’ and ‘assume non-negative’. Click solve model and click keep solution.
See attachment.