Govt. Exams
Entrance Exams
15% of 80 = 0.15 × 80 = 12
In 52,347, the digit 3 is in the hundreds place, so its place value is 300
ABC12345 has uppercase (A,B,C), digit (1,2,3,4,5), and is 8+ characters long
Cloud computing provides scalability, flexibility, and pay-as-you-go pricing models
A Primary Key uniquely identifies each record and cannot contain null values
REST stands for Representational State Transfer, an architectural style for web services
Inheritance allows a class to inherit properties and methods from another class (parent/base class)
Stack follows LIFO principle. Queue follows FIFO. Array and Tree are not strictly LIFO/FIFO structures
Following order of operations: y * 2 = 10 * 2 = 20. Then x + 20 = 5 + 20 = 25. Wait, output is 25, not 30. Let me recalculate: x + y * 2 = 5 + 10*2 = 5 + 20 = 25
12, 24, 36, 48 are all multiples of 12. 58 is not a multiple of 12