A concave mirror has a reflective surface that is curved inward and away from the light source. Concave mirrors reflect light inward to one focal point.
sorry friend i didnt accept ur proposal and i didn't doing cheat on u dont think that i am wrong its my bro who doing chat with u not me i am sorry can we friend.........
Hacker Industries has a number of employees. The company assigns each employee a numeric evaluation score and stores these scores in a list. A manager is assembling a team for a new project and selects a number of employees from the list to create a team. He selects the team members in the following way: 1. During each selection, the manager chooses the employee with the highest score among either the first m available employees or the last m available employees in the list. The manager then removes the selected employee from the list and adds them to the team. That employee's score is stored to the team list. 2. If there are multiple employees with the same highest score among the first or last m available employees, the manager selects the employee whose score is at the lowest index in the list of scores. 3. If there are fewer than m available employees, then the manager picks the employee with the highest score from available employees. For example, consider a company with 5 employees, with score = [10, 20, 10, 15, 5] respectively. A team of two employees needs to be formed, and the value of m is given to be 1. During the first selection, choose between the leftmost m elements: [10] and the rightmost m elements: [5]. The employee with score 10 is added to the team (10>5), and removed from the list. This makes score = [20, 10, 15, 5]. During the second selection, employee with score 20 is added to the team (20 5), and removed from the list. This makes score = [10, 15, 51. Hence, the total sum of the selected employees' scores is 10 + 20 = 30. Function Description Complete the function teamFormation in the editor below. The function must return the sum of the scores of all members selected for the team. teamFormation has the following parameter(s): score[score[0],..score[n-1]]: an array of scores for each employee. team: the number of team members required. m: the size of the array segments to select from.
Hence the answer is C ; The mixture of o - nitrophenol and p - nitrophenol can be separated by steam distillation but o - nitrophenol is steam volatile.
The magnitude of photoelectric current depends on
Wavelength of the radiation.
Energy of the radiation
Intensity of the radiation
Frequency of the radiation