Question
Each vowel in the word RHINOCEROS is changed to the
letter following it in the English alphabetical order and each consonant is changed to the letter preceding it in the English alphabetical order. Which of the following letters will appear twice in the group of letters thus formed?Solution
R – 1 = Q H – 1 = G I + 1 =J N – 1 = M O + 1 = P C – 1 = B E + 1 = F R – 1 = Q O + 1 = P S – 1 =R We can see in the new word QGJMPBFQPR, the letters Q and P will appear twice in the group of letters thus formed. Among the given options, letter P is available. Hence, the correct answer is (C).
Which of the following is the correct decomposition of time series data into its components?
Which of the following is an example of semi-structured data ?
Which type of malware is designed to replicate itself without user intervention and spread across networks, often causing widespread disruption?
You receive a dataset with missing values in multiple columns. What is the most effective approach to handle these missing values?
When integrating multiple datasets, which approach helps resolve inconsistencies and create uniformity across all data sources?
A data structure allows insertion and deletion only from one end. Which of the following best describes its use case in real-world scenarios?
In Python, which of the following functions in the Pandas library is used to merge two DataFrames df1 and df2 on a common column id?
A data analyst is working on a survey dataset that records customer feedback as "Very Satisfied," "Satisfied," "Neutral," "Dissatisfied," and "Very Diss...
In Exploratory Data Analysis (EDA), which of the following is the primary purpose of using histograms?
Which type of software testing focuses on the internal structure and logic of the code rather than its functionality?