Question
Simple interest received at the rate of 9% p.a. for 5
years on a principal amount of Rs. 4000 is twice of the simple interest received at 10% p.a. for 6 years on the principal amount of Rs. ‘X’. Find the value of ‘X’.Solution
According to the question, (4000 × 0.09 × 5) = 2 × (X × 0.10 × 6) Or, 1800 = 1.2X Or, X = 1800/1.2 = 1500
Which layer in the OSI model corresponds to the Transport layer in the TCP/IP model and is responsible for end-to-end communication, error correction, a...
- Which of the following is NOT one of the SOLID principles of software design?
Given the IP address block 192.168.0.0/24, how many subnets can be created by borrowing 2 bits from the host portion, and what will be the new subnet ma...
When using virtual memory, what happens when a page fault occurs and the operating system cannot find a free frame in physical memory?
Which of the following is not a valid difference between IPv4 and IPv6?Â
- Which layer of the OSI Model is responsible for ensuring error-free delivery of data between source and destination?
Identify correct statement w.r.t Java Syntax
Data Analytics uses ___ to get insights from data.
In software engineering, what is the primary purpose of the software development life cycle (SDLC)?
- Which of the following is an example of Polymorphism in Object-Oriented Programming?