Question
Five people are standing in a line facing north R, L, P,
J and C, not necessarily in this order. R is standing at one of the extreme ends. Two people are standing between C and R. L is not standing adjacent to C. P is standing second to the right of J, but not standing at the extreme right end. How many people are standing between R and P?Solution
JÂ Â Â Â Â Â Â Â Â Â Â Â Â CÂ Â Â Â Â Â Â Â Â Â Â Â PÂ Â Â Â Â Â Â Â Â Â Â Â LÂ Â Â Â Â Â Â Â Â Â Â Â Â R
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)?