Question
The smallest number which when added to 10000 becomes
divisible by 20, 24 and 30 isSolution
ATQ,
First, find LCM of 20, 24, and 30: Prime factors: 20 = 2² × 5 24 = 2³ × 3 30 = 2 × 3 × 5 ⇒ LCM = 2³ × 3 × 5 = 120 Now divide 10000 by 120: 10000 ÷ 120 = 83 remainder 40 So, we need to add (120 - 40) = 80 to make it divisible
Which version of IP is widely used in today's networks?
In a typical Ethernet LAN, what type of cable is commonly used for wired connections?
What is the primary function of Internet Protocol (IP)?
What is the primary purpose of memory management in an operating system?
- Which one of the following algorithm design techniques is used in finding all pairs of shortest distances in a graph?
Amongst which of the following is / are the Numeric Types of Data Types?
Which type of memory can be both read from and written to by the processor?
State true/false
Trojans can sometimes acts in favour of ransomware and ask for ransom.
What is a primary key in the context of the ER model?
Which IPC mechanism provides synchronization capabilities to prevent race conditions between processes?