Question
Easy
In a code language 'ACE' is written as 1925 and BIG' is written as '48149', then in the same language, 'DOG' will be written as:
1
41549
2
162259
3
1622549
4
1622249
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 1
Chapter: Coding
Topic: Coding, de-coding & classification
Correct Answer
Option C
Explanation
To solve the problem of determining how 'DOG' is written in the given code language, we need to understand the pattern used to encode the words 'ACE' and 'BIG'. ### Explanation of the Code Pattern: 1. ACE = 1925: - A = 1 (Position in alphabet) - C = 3 (Position in alphabet) - E = 5 (Position in alphabet) - The code '1925' can be broken down as follows:…Read More
Similar Questions from HTET Exam - Level 1 - Year 2023