Virtual offices that give everyone on a team access to the same set of resources and information are called

Answers

Answer 1
Answer: instant messaging document

Related Questions

In graphical linear programming to maximize profit, the objective function is: I. a family of parallel lines. II. a family of isoprofit lines. III. interpolated. IV. linear. I only II only III and IV only I, II, and IV only I, II, III, and IV
Records sorted in ascending order are arranged from highest to lowest.
Records refer to the rows in the database. A.True B.False Field names can be duplicated in the database. A.True B.False You can sort the data only on one field. A.True B.False Field represents a column in the database. A.True B.False Subtotal values in the database are calculated with the Count function. A.True B.False In a database, one cannot rearrange the data as per the need. A.True B.False Conditional Formatting sets a cell's format according to the condition that you specify. A.True B.False
The auto fill feature of excel only allows the user to fill cells with a series using the existing formatting options of the cell. True or False?
Mass Media does not play a large role in American society. Please select the best answer from the choices provideda. True b. False

A(n) __________ describes a set of well-defined logical steps that must be taken to perform a task1. logarithm
2. plan of action
3. logic schedule
4. algorithm

Answers

4. Algorithm, this is correct as the use of an algorithm shows the way in which a problem is solved

You are compiling information from multiple sources. In addition to applying the standard markings, is there any information specific to compilation that need to be applied?

Answers

Answer:

Yes, include an explanation for the basis of compiled classification

Explanation:

In marking of classified information, the basis of classification is needed to be explained to justify the classification. This is very important in making sure that the information is easy to understand by whosoever is the reader. Marking gives the information holder details on what protection requirement the information holds.

Write a program that asks the user to enter a number within the range of 1 through 10. Use a switch statement to display the Roman numeral version of that number. Input Validation: Do not accept a number less than 1 or greater than 10.

Answers

Answer:

// program in C++.

// headers

#include <bits/stdc++.h>

using namespace std;

// main function

int main()

{

// Variable

   int num;

   cout << "Enter a number between 1 and 10: ";

   // read input

   cin >> num;

   // validate input number

   while(num<1||num>10)

   {

   // if input is wrong then print error message

       cout<<"Wrong input!!Enter again:";

       // read again

       cin>>num;

   }

   // print output

   cout << "The Roman numeral for "<<num<<" is:";

   // switch

   switch (num)

   {

       case 1:

       // if input is 1

           cout<<"I"<<endl;

           // exit the switch

           break;

       case 2:

       // if input is 2

           cout<<"II"<<endl;

           // exit the switch

           break;

       case 3:

       // if input is 3

           cout<<"III"<<endl;

           // exit the switch

           break;

       case 4:

       // if input is 4

           cout<<"IV"<<endl;

           // exit the switch

           break;

       case 5:

       // if input is 5

           cout<<"V"<<endl;

           // exit the switch

           break;

       case 6:

       // if input is 6

           cout<<"VI"<<endl;

           // exit the switch

           break;

       case 7:

       // if input is 7

           cout<<"VII"<<endl;

           // exit the switch

           break;

       case 8:

       // if input is 8

           cout<<"VIII"<<endl;

           // exit the switch

           break;

       case 9:

       // if input is 9

           cout<<"IX"<<endl;

           // exit the switch

           break;

       case 10:

       // if input is 10

           cout<<"X"<<endl;

           // exit the switch

           break;

         // default

       default:

           break;

   }

return 0;

}

Explanation:

Read a number from usr and assign it to variable "num". If the input number is less than 1 or greater than 10 then ask again to enter a number until user  enter a number between 1-10 only.Then with the help of switch() function print  the equivalent Roman number.

Output:

Enter a number between 1 and 10: -5                                                                                        

Wrong input!!Enter again:12                                                                                                

Wrong input!!Enter again:6                                                                                                

The Roman numeral for 6 is:VI

What word matches with this“Storage Device that contain all the
computer programs and documents”

Answers

Answer:

"Backup Drive"

Explanation:

Some Word processors miss some errors because....?

Answers

“She could sew seeds better than she could sew clothes.”

The above sentence is one that I came across while reading a self-published novel the other day, and is a perfect example why one cannot merely rely on a spell-checking program to ensure that one’s writing is error-free. Although “sew” and “sow” are homophones (they sound the same despite having different spellings and meanings), they are obviously not interchangeable: When you write phrases such as, “In miss you,” “I’ll pick the care up from the garage,” or, “We’re having meet for dinner,” SpellCheck doesn’t catch any errors, because none of the words are actually misspelled. The same thing goes for Word and other word-processing softwaresow seeds, and sew clothes.

Why are many otherwise safety-conscious people victims of Internet crime?A. They are naïve and gullible.
B. Hackers are smarter than criminals in the non-digital world.
C. Effective security measures are very complex.
D. They have not been educated in safe digital best practices.

Answers

The people who get or become the victims of internet crime are those who don't have been educated about safety in digital space.

  • Internet crime is cyber fraud. The crime involves the computer and the network, as it may be targeted for the victim.
  • One needs to have complete knowledge of cyber security and safety procedures.

Hence the option D is correct.

Learn more about the people victims of Internet crime

brainly.com/question/5633960.

Answer:

D

Explanation:

:)