Yes, a text file with a .txt extension can be read by Linux/Unix/Mac as they are ASCII unformatted.
Answer:
the third one
Explanation:
the rest is below 28 apart from the third one which is 28 and is the most
Answer:
Output:
Income is greater than 3000
Explanation:
In conditional statements, either the if statement is processed or the else if.
In this scenario, both the given conditions fit for the given output but when if block will be processed, the else if block will be skipped by default.
So the output will only be the out phrase of if block which is:
Income is greater than 3000.
Answer:
give ur account details to everyone in the world
Explanation:
Answer:
The protocol will drop the packets
The application will automatically re-transmit the packets
Explanation:
Based on design, the routers will drop the packets as allowed by the Internet Protocol, due to the collision that resulted from the router being busy and the network is congested or that the packet is corrupt as indicated by the check sequence of the Ethernet frame or the IPv4 header checksum
Given that the application uses User Datagram Protocol (UDP) which does not allow recovery of lost packets, but have their defined methods of overseeing lost packets, as such the application will re-transmit the packet.