Question
In a college the ratio of boys and girls are in the
ratio 6:7. 60% girls and 25% boys were absent. Find the girls present if the total number of students in a college were 260.Solution
Boy : Girl = 6:7 Total number of students = 260 Number of Boys = (6/13) × 260 = 120 Number of Girls = (7/13) × 260 = 140 Number of girls absent = 60% × 140 = 84 Number of boys absent = 25% × 120 = 30 Total number of girls present = 140 – 84 = 56
Which of the following real-world applications commonly uses a queue data structure to manage its operations?
Which statement is FALSE for analog input module for PLCs?Â
Consider the Quick Sort algorithm with the last element as the pivot. For the array [7, 2, 1, 6, 8, 5, 3, 4], what will be the state of the array *after...
Data warehouse has historical data
What is the primary function of the Accumulator (AC) in a computer system?
A Python function get_element(arr, index) is supposed to return the element at a given index.
def get_element(arr, index):
  # Assume ...
In Big Data architecture, which component is responsible for real-time data streaming?
Which of the following statements accurately describes the role of system calls in an operating system?Â
Which are the popular frequency ranges used in India for Wi-Fi communication ?
When analyzing the performance of a sorting algorithm, what is a common operation to count for time complexity? Â