Question
A manufacturer produces two items A and B. Each unit of
A requires 1 hour of labor and 2 units of raw material. Each unit of B requires 2 hours of labor and 1 unit of raw material. Labor is available for 100 hours and raw material for 80 units. What is the constraint on raw material?Solution
Let x be the number of units of item A produced, and y be the number of units of item B produced. We are given the following information:
- Each unit of A requires 2 units of raw material.
- Each unit of B requires 1 unit of raw material.
- The total raw material available is 80 units.
- Which layer of the OSI Model is responsible for ensuring error-free delivery of data between source and destination?
Which method is used to compute the inverse of a matrix in numerical computing efficiently?
Which layer in the OSI model corresponds to the Transport layer in the TCP/IP model and is responsible for end-to-end communication, error correction, a...
Which of the following best describes Third Normal Form (3NF) in a relational database?Â
State true or false
Confidentiality, integrity and availability, also known as the CIA triad, is a model designed to guide policies for infor...
Consider a Binary Search Tree (BST) with the following values inserted in sequence: 45, 32, 50, 15, 40, 47, 60. What will be the in-order traversal of t...
SMTP commands
Predict the  program output
void main ()
{
 int x = 128;
 printf ("n%d", 1 + x++);
}
- Which type of software testing ensures that integrated modules of an application work together as expected?
What is the purpose of the with statement when working with files?