Answer:
B. Someone can steal the information and hurt you.
Explanation:
People can hack into your accounts using your informations and spread hurtful things that can make people hurt. The people will think that you posted this (even if you didn't) and blame you.
Answer:
Applications CSS and JvaP
Explanation:
Answer:
It will either convert the file automatically into the program so you can edit it on the different platform or it will not be able to open the document at all.
Explanation:
I have personally done this before. Usually I use Word documents, which are .doc and .docx files.
I also run a Linux based OS sometimes (dual boot) and I don't have Microsoft Office products on it. However, Linux does have their own set of products that are similar to it.
I opened a .docx file on the Linux version of Word and it did convert the file into a separate one and I was able to edit it.
However, when I then tried opening the new Linux file type on Word, it was not able to open the document at all.
Therefore, it really depends on what programs have what capabilities. Word can open .doc and .docx. Linux could open their own types as well as .doc and .docx by conversion.
A rule of thumb is just not to change the file format at all. Just stick with the original so you don't lose your file. If you cannot do so, then use a online file converter to change the file type.
Answer:
Following are the program in c++ language
#include <iostream> // header file
using namespace std;// namespace
int main() // main function
{
int num; // variable declaration
long int f=1; // variable declaration
do
{
cout<<"Enter the Positive value:";
cin>>num;
} while(num<0); // i check whether number is non negative or not
while(num>0) // iterating over the loop
{
f=f*num; // calculate the factorial
num--; // decrement the value of num by 1
}
cout<<" factorial is :"<<f; // display the factorial .
return 0;
}
Output:
Enter the Positive value:7
factorial is :5040
Explanation:
Following are the description of the program .
- Read the input by user in the "num" variable of "int" type..
- The do-while will check the enter number is nonnegative number.
- While(n>0) loop is calculating the factorial in the "f" variable .
- Finally display the factorial .
C) Go to the View tab and select Slide Show.
Explanation:
Steps for Slide Show View to Deliver a Presentation:
- Go to the Slide Show view from the Task bar at the bottom of the slide window.
- Use the Slide Show view to deliver your presentation to your audience.
- Slide Show view occupies the full computer screen.