I believe the answer would be the JPEG file extension.
Answer:
#include <iostream>
#include <cstdlib>
using namespace std;
int main(){
int sum=0, num=5; //variables declaration and inicialization
while (sum<500){ //conditioning to do the sum up to 500
sum=sum+num; //actually sum process
cout << "The value is: "<<sum; //show the result in screen
};
return 0;
}
Answer:
e.All of these are examples of information distribution
Explanation:
Information distribution can be carried out using the following means:
a. Face-To-Face Meetings
b.Telephone, e-mail, and other wireless devices
c.Web-based technologies such as video conferencing, IP Call etc.
All of these mechanisms enabled the information disseminator to communicate the information to the recipient(s).
So option (e) is the correct choice.
Answer:
WiFi, Ethernet, Broadband, Dial-up. Any of those.
Explanation:
Network connections are all different. Those listed are some of the many examples of network connections.