Continue with your mobile number
G goes for seminar in the month which have odd number of days but not in January. Four persons goes for seminar between G and H. G goes for seminar before H. We will have two cases: If G goes for seminar on 12th March, then H will goes for seminar on 25th June. If G goes for seminar on 25th March, then H will goes for seminar on 12th July. A goes for seminar just before E. E did not go for a seminar on an even date. F goes for seminar just after C but not in April and January. Only three persons goes for seminar between B and F. E and F goes for seminar on the same date but different months. If F goes for seminar on 25 th July, then B will goes for seminar on 25 th April and C will goes for seminar on 12 th July. E will goes for seminar on 25 th January. If F goes for seminar on 12th June, then B will goes for seminar on 12th March and C will goes for seminar on 25th April but this case will get discarded as we cannot place E.
I goes for seminar in the month which has odd numbers of days. D goes for seminar on an even date of the month which has even number of days after E. Only two persons goes for seminar between I and J. I goes for seminar on 25th March. J goes for seminar on 12th June. D goes for seminar on 12th April.
Which of the following is an example of metadata in a database?
CREATE OR REPLACE VIEW high _ salary _ employees AS
SELECT employee _ id, salary
FROM employees
WHERE salary > 50000;
Which ...
Which of the following characteristics is unique to TCP as opposed to UDP in a network communication scenario?
Which data cleaning technique is most appropriate for handling missing data when missing values are randomly distributed across a dataset?
Which of the following best describes the main objective of predictive analytics in healthcare, particularly in the context of improving patient care?
Which type of malware is designed to replicate itself without user intervention and spread across networks, often causing widespread disruption?
In data cleaning, which technique is most effective in handling outliers in a dataset that could skew analysis?
Which of the following best explains the role of an independent variable in data analysis?
Which Python library is most commonly used to calculate the correlation matrix of a dataset in preparation for predictive modeling?
Which type of software testing focuses on the internal structure and logic of the code rather than its functionality?