Question
If 60% employees in Department 'P' were men and 40%
employees in Department 'S' were men, then find the ratio of number of, men in Department 'P to that in Department 'S'. Read the data carefully and answer the following questions The pie chart below represents the percentage distribution of employees across 6 departments in an office, with the total number of employees being 6000. Study the chart carefully and answer the following questions:Solution
ATQ, The correct answer is C Number of boys in Department 'P' = 6000 × 0.16 = 960 Number of boys in Department 'S' = 6000 × 0.20 = 1200 So, required ratio = (960 × 0.6):(1200 × 0.4) = 576:480 = 6:5
- 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?