Question
Each even digit in the number 245367 is replaced by the
next higher digit and each odd digit is replaced by the previous lower digit and the digits obtained are rearranged in ascending order. Which of the following will be the second from the left end after the rearrangement?Solution
Given number- 2 4 5 3 6 7
After change - 3 5 4 2 7 6 2 3 4567
Which of these is a key characteristic of SaaS (Software as a Service)?
Which of the following is a key characteristic of cloud computing?Â
Maximum Power transfer occurs when the_____
What is a key characteristic of a star topology in networking?
Which of the following language is used for specifying style sheets for XML documents?Â
Which is connectionless and unreliable protocol
Which of the following protocols is responsible for mapping an IP address to a MAC address in a local network?Â
- What is the output of the following part of the Python program? Â c = 0 while (c <= 2): Â Â c = c + 1 Â Â print("Hi")
Which logic is used to handle uncertain or imprecise knowledge?
- What is the relationship between the Java Virtual Machine (JVM) and the Java Runtime Environment (JRE)?