Govt. Exams
Entrance Exams
15% of 200 = (15/100) × 200 = 0.15 × 200 = 30
Area of square = side² = 5² = 25 cm²
Total balls = 5. Red balls = 3. Probability = 3/5
30 meters / 5 = 6 meters per piece
The typeof operator returns 'number' for numeric values in JavaScript
MongoDB is a NoSQL database. MySQL, PostgreSQL, and Oracle are relational SQL databases
HTTP stands for HyperText Transfer Protocol, the foundation of data communication on the web
A constructor is used to initialize objects of a class with default or specified values
Stack follows LIFO principle where the last element added is the first to be removed
The // operator is floor division. 5 // 2 = 2 (integer division, rounded down)