Question
In a certain code language, FASHION is coded as 26 β 8
β 38, and ILLEGAL is coded as 33 β 5 β 20. How will IMPROVE be coded in that language?Solution
The logic followed here is: Β Sum of first three alphabets positional value β 4th alphabet positional value β Sum of last three alphabets positional value Β FASHION is coded as 26 β 8 β 38 Β FAS = F(6) + A(1) + S(19) = 26; H = 8; ION = I(9) + O(15) + N(14) = 38 Β ILLEGAL is coded as 33 β 5 β 20 Β ILL = I(9) + L(12) + L(12) = 33; E = 5; GAL = G(7) + A(1) + L(12) = 20 Β Similarly, IMPROVE will be coded as: Β IMP = I(9) + M(13) + P(16) = 38; R = 18; OVE = O(15) + V(22) + E(5) = 42 Β Thus, IMPROVE will be coded as 38 β 18 β 42. Hence, the correct answer is (B).
Which of the following best defines the concept of the "Internet of Things" (IoT)?
Which schema in data warehousing uses a central fact table connected to dimension tables?
Data warehouse metadata primarily describes:
Which type of slowly changing dimension (SCD) preserves full history by adding a new row for each change and using effective date ranges?
Which of these is NOT an ensemble method?
In a snowflake schema of a data warehouse, which of the following consequences is most likely as a result of normalization of dimension tables?
Which OLAP operation involves focusing on a subset of dimensions (e.g., region=βAsiaβ)?
ETL stands for:
Which SQL keyword is used to combine results from two queries and remove duplicates?
Data cleansing is primarily concerned with: