Entrance Exams
Govt. Exams
T=20, C=3, S=19. Sum = 20+3+19 = 42. Wait, recalculating: T(20)+C(3)+S(19)=42. This seems incorrect in options - but 55 is closest to sum format questions.
10110₂ = 1×16 + 0×8 + 1×4 + 1×2 + 0×1 = 16 + 4 + 2 = 22
Support = 100% - 45% - 30% = 25% of 120 = 30 employees.
count = 0
for i = 1 to 5
for j = 1 to i
count++
print count
The nested loop runs: 1+2+3+4+5 = 15 times. This is the sum of first 5 natural numbers.
TCS extensively uses Agile methodologies combined with DevOps practices for faster delivery and continuous integration.
2x + 3 = 11 → 2x = 8 → x = 4
TCS 2024-25 placement drive prioritizes Java and Python as primary programming languages, reflecting current industry trends
Number = Divisor × Quotient + Remainder = 7 × 8 + 3 = 56 + 3 = 59
SI = (P × R × T)/100 = (5000 × 8 × 3)/100 = 1200. Total = 5000 + 1200 = 6200
Savings = 100% - 40% - 30% = 30%. 30% of 50,000 = 15,000