Question
In a certain code language, ‘PORTS’ is written as
‘88’ and ‘SWEETS’ is written as ‘188’. How will ‘MAGIC’ be written in that code language?ÂSolution
The logic is (Sum of place value of all the letters) × (Number of Vowels) PORTS – 16 + 15 + 18 + 20 + 19 = 88 x 1 = 88 SWEETS – 19 + 23 + 5 + 5 + 20 + 19 = 91 x 2 = 188 MAGIC – 13 + 1 + 7 + 9 + 3 = 33 x 2 = 66
Which of the following statements best describes a mesh topology in network design?
Which of the following network topologies is most resilient to node failures?Â
Which of the following best describes the concept of ‘Concurrency’ in the context of Operating Systems?Â
Which of the following protocol is a network layer protocol and used for reporting errors?
What is capacity of memory having 16 address lines of row decoder, 8 address lines for column decoder and 8 data lines?Â
What is the primary purpose of the UNION ALL operator in SQL?
Which of these is a key characteristic of SaaS (Software as a Service)?
Which functional dependency holds in given relation R (A, B, C) and why?
Which is not a access modifier in java?
What is the primary concept behind the ALOHA protocol in network communication?