Answer:
There are many types of information al references such as Encyclopedias, dictionaries, thesaurus Almanacs, atlases, thesauruses, Atlases, almanacs, and encyclopedias.
Explanation:
There are also informational websites. The way to find this is to look at the website url to see if it ends in .gov, .edu, and .org . But make sure you cite your source so you don't plagiarize.
If you don't have any questions feel free to ask in the comments.
C. Double-headed.
You can try this! Open the file explorer window and go to the very edge of the window. You should see a pointer that has two arrows; this is the double-headed pointer. You can click and hold, the drag it to resize the window.
:)
<em>The answer is C.
</em>
<em>The business user or admin must set rules or permission per user or user groups that would allow him to decide how each user or group would use the shared folder or records. One user or group can just view the record, other may have access on it and can edit the files. </em>
Answer:
Here is the code for a classic C++ program that does it:
--------------------------------------------------------------------------------
#include <iostream>
using namespace std;
int main()
{
int sum = 0;
int n;
cout << "Input 10 numbers: " << endl;
for (int i = 0; i < 10; i++)
{
cin >> n;
sum += n;
}
cout << "Sum of the numbers: " << sum << endl;
}
--------------------------------------------------------------------------------
Explanation:
I'm assuming you know what "include", "using namespace std" and "int main()" do, so I will skip over those.
First, we declare a variable "sum" and initialize it with 0 so we can add numbers to it later.
Then, we declare a variable "n" that will be set as the input of the user.
The "for-loop" will iterate ( go ) from 0 to 9, and will set the value of "n" as the input that is given -> "cin >> n;". After that, we add the value of "n" to the sum variable.
After "i" reaches 9, it will exit the loop and proceed to printing the sum of the numbers.
Hope it helped!
The port that should be set as open to allow users to access this new server is port 443.
<h3>What is a Computer port?</h3>
In regards to computer hardware, a port is known to be a tool that helps to act as a kind of an interface that tend to exist between the computer as well as other computers or peripheral units or tools.
Note that the port connote the aspect of a computing device that is made available for connection to other forms of peripherals such as input.
Therefore, based on the work above, the port that should be set as open to allow users to access this new server is port 443.
Learn more about port from
brainly.com/question/28391396
#SPJ1