How do networks help protect data? -by preventing access by more than one person at a time -by restricting access to department chairs -by scheduling regular backups -by shutting down at 5:00 p.m. each evening

Answers

Answer 1

Computer networks help us protect data: D. by scheduling regular backups.

What is data?

Data can be defined as a representation of instructions or factual information in a formalized manner, especially as a series of binary digits (bits) or samples that are used in various fields such as computer networking.

In Computer networking, networks help us protect our data because they are designed and developed to schedule regular backups at intervals.

Read more on data here: brainly.com/question/25558534

Answer 2

Answer:

A.) By scheduling regular backups.

Explanation:


Related Questions

The spreadsheet below shows a list of fruits with their calorie count, grams of sugar, dietary fiber, and protein. Which set of steps will organize the data to only show foods with more than 100 calories and rank their sugar content from greatest to least?

Sort Sugar in descending order, and filter Calories by under 100 calories.
Sort Sugar in ascending order, and filter Calories by over 100 calories. Filter Calories by over 100 calories, and sort Sugar in descending order. Filter Calories by over 100 calories, and sort Sugar in ascending order.

Answers

Answer:

Filter Calories by over 100 calories, and sort Sugar in descending order.

Explanation:

Filter Calories by over 100 calories, and sort Sugar in descending order. Thus, option A is correct.

What is Sorting and Filtering in Excel or Access?

Sorting and Filtering in Excel or Access are two tools that let you organize and view your data. Sorting your data puts it in order and filtering lets you hide unimportant data. And in this case, it is no different. If you want to show foods with more than 100 calories, you should filter calories by over 100 and sort sugar in highest to the lowest (descending order).

140 calories with fat from a snack is ideal. It is recommended  that 25-35% of daily calorie intake come from fat, with less than 7% from saturated fat, a maximum of 10% from polyunsaturated fat and a maximum of 20% from monounsaturated fat.

Therefore, Filter Calories by over 100 calories, and sort Sugar in descending order. Thus, option A is correct.

Learn more about Filter Calories on:

https://brainly.com/question/30799744

#SPJ3

Which feature in Outlook 2016 is used to fix spelling and grammar errors and can be configured to do so automatically?
Spell Checker
Thesaurus
AutoCorrect
Grammar Checker
Help

Answers

Answer:

Spell Checker is the answer

It’s spell checker!

Hope this helps!

In Python programming language, what is a function statement?
an action that a function will execute
an action that is defined in a function header
the first line of a function definition
the first comment in a software program

Answers

Answer:

C, an action that is defined in a function header

Explanation:

A function is a statement that defines a section of code. You can have arguments or parameters along with it which gives it a set of values to work upon, and it helps you prevent cluttering code. It lets you reuse your code and you can call this function with the related arguments to return something.

An action that is defined in a function header is a function statement In Python programming language. Hence, option C is correct.

What is Python programming language?

Python is a popular computer programming language used to create software and websites, automate processes, and analyze data. Python is a general-purpose language, which means it may be used to make many various types of applications and isn't tailored for any particular issues.

Python is frequently considered as one of the simplest programming languages to learn for novices. Python is a wonderful place to start if you're interested in learning a programming language. In addition, it is one of the most popular.

If you're searching for a simple and even enjoyable programming language to learn first, Python is always advised. Python reads like English and is easy to grasp for someone who is new to programming, as opposed to having to dive right into rigid syntax restrictions.

Thus, option C is correct.

For more information about Python programming language, click here:

https://brainly.com/question/19792191

#SPJ2

Megan has written the following rough draft for her assignment. Choose the correct way to complete each sentence. Sarah is creating an image. She wants to achieve tonal effects with parallel lines by varying their densities and distribution patterns. She will use (hatching, filters,stippling) to do this. She also wants to add special effects on the image. Therefore, she will use (hatching, filters,stippling).

Answers

Answer:

I. hatching

II. filter

Explanation:

Sarah is creating an image. She wants to achieve tonal effects with parallel lines by varying their densities and distribution patterns. She will use hatching to do this. She also wants to add special effects on the image. Therefore, she will use filters.

Hatching refers to an art technique in which parallel lines are used to shade by drawing them closely together.

Stippling is an art technique used in the making of patterns by using small dots.

Filters is a technique of changing image characteristics. It is used to change the picture characteristics & to add special effects to an image such as the shade, contrast, tone, brightness etc.

We therefore see that, hatching and filter are the correct answers respectively

Answer:

Hatching

Filters

Explanation:

I just took the test, good luck everyone.

Which field can be used to track the progress on tasks that a user has created?
Subject
Start Date
Due Date
% Complete

Answers

All of them would work but the most efficient one would be % complete

The fields can be used to track the progress on tasks that a user has created are subject, start date and due date.

What is Deferred?

When you create the task in outlook and scheduled and that will be completed on a later date shown is Deferred. Because deferring is an act of postponing something that was due soon and you have scheduled to do it later.

When you change the progress percentage to something other than 0%, set it to "in progress".  When you change the progress percentage to 100%, set it as "completed".  Waiting on someone else means a task is waiting for others to get completed.  

You have to make sure that everything that you're researching won't make your paper or whatever you need that research for to fall behind schedule. In any case, there's no use for a lot that has been written if you cannot deliver it on time anymore. So knowing when you have to have everything ready is the first thing for any schedule to be created.

Therefore, The fields can be used to track the progress on tasks that a user has created are subject, start date and due date.

Learn more about progress on:

https://brainly.com/question/2494870

#SPJ6

If a database named Contacts has a table named tblEmployees and another database named Orders links to that tblEmployees table, where is the data stored?

Answers

Answer:

cache I think

Explanation:

I am not sure or memory HDD or SSD

Objects in a relational database are related to one another through relationships defined by common fields between tables.

What is database?

A database is a collection of information that is related to an especial subject or purpose, such as tracking customer orders or conserving a music collection.

If your database is not stored on a computer, or only parts of it are, you may be tracking information from a various of sources that you must coordinate and organize.

By using relationships in a database, it is possible to reduce data redundancy and ensure data consistency, as changes made to one table can automatically propagate to related tables.

Fields are the smallest units of data in a database, and they are used to define the characteristics or character of the objects in a database. In a relational database, multiple tables can be created with each table containing one or more fields.

These tables can then be related to one another by linking common fields.

To know more about Database on:

brainly.com/question/30634903

#SPJ3

Your worksheet has the value 27 in cell B3. What value is
returned by the function =MOD(B3,6)?​

Answers

Answer:

3

Explanation:

MOD means the remainder after a division calculation.

[tex]\frac{27}{6}= 4r3[/tex]

The remainder is 3

The value returned by the function =MOD(27, 6) will be : 3

The function written above is a Microsoft excel function. The MOD function is called the modulo function which returns the remainder when two values are divided.

In the exercise above ;

B3 = 27

=MOD(B3, 6) can be explicitly written as =MOD(27,6)

The numerator = 27

The denominator = 6

Hence, 27/6 = 4 remainder (27 - 24) = 3

27 - (6 × 4) = 27 - 24 = 3

Hence, the value returned by the function =MOD(B3, 6) which is equal to 3

Learn more on excel function : https://brainly.com/question/21511198?referrer=searchResults

Which of the following best describes
a slide?
O a document
O a spreadsheet
0 all pages in a slide show
one page in a slide show
DONE 2​

Answers

Answer:

One page in a slide show

Explanation:

EDG2021

The statement which best describes a slide is "one page in a slide show". Below is the complete explanation.

Slide show

A slideshow or slide presentation seems to be a collection of images or sections of knowledge or content that is often projected on some kind of big screen with the help of a multimedia projection screen.

A slide might even have a transition process, which has been extra effects that enrich the show but also allow alternative viewing perspectives.

Thus "option d" is the correct approach.

Find out more information about the slide show here:

https://brainly.com/question/26187618

plz help thank u

Which option in PowerPoint allows
users to configure the number of columns and rows manually, using numerical values?
O Insert Table dialog box
O Draw Table option
O Insert Table drop-down menu
O Excel spreadsheet​

Answers

Insert table drop-down menu

Answer: • Insert Table drop-down menu.

what is the full form of ICT?​

Answers

Information and communications technology

Answer:

Information and communication technology

hope this helps

brainliest appreciated

good luck! have a nice day!

A sequence index uses a built-in function called length or len() to provide a total number of elements in an ordered list. With which iteration does this function work?
a for loop
a while loop
an infinite loop
a single statement loop

Answers

Answer:

A single statements loop is the answerrr

Answer:

a single statement loop

Explanation:

Paula is working on a project for an iOS app that will show action clips with special effects to promote a new musical drama. The app must also enable users to buy a ticket at any point, but without distracting them. Paula designs a small, non-intrusive button that the user can choose to click on to book a ticket even when watching an action clip. She is creating an effective________becaus her goal matches the user’s goal.

Answers

Answer:

she is creating a effective app.

Explanation:

What are the benefits of building blocks?
They allow you to create custom content that can be easily inserted into Word documents,
They allow you to create temporary content for one Word document only
They allow you to create content that can be used to build a whole Word document,
They allow you to create content that cannot be edited by mistake and inserted into Word document,
Need ASAP

Answers

Answer:

They allow you to create content that cannot be edited by mistake and inserted into Word document

Explanation:

I believe this is it

Answer:

D

Explanation:

Because I smart :)

Other Questions
Every year, the drama club sells tickets to the school play. Last year, the club sold 75 tickets. This year, they sold105 tickets. What percent of last years' ticket sales were this year's ticket sales?A. 40%B. 71%C. 130%D. 140% Hi, can someone please answer this question? Thanks!!! PLEASE HELP! WILL MARK BRAINLIEST! THANK YOU! How many 2-digit numbers are among the terms of the arithmetic sequence 2, 7, 12, 17, ...? Rafael has decided to retire once he has $1,000,000 in his retirement account. At the end of each year, he will contribute $7,000 to the account, which is expected to provide an annual return of 6.2%. How many years will it take until he can retire What about a modern performance of a Shakespearean play could bechanged without affecting the play's meaning? The function f(x) = 5 * (1/5) ^ x reflected over the yaxis. Which equations represent the reflected function? Select two options please I really need help A map is drawn to a scale of 1:50000.The distance between long mountain and plaine des papayes is 17.5 cm on the map.find the actual distance in km. ASAP PLZ what resources do rabbits need from their habitat in order to survive? name 3 things The radius of a circle is 4 feet. What is the area of a sector bounded by a 45 arc? Question 2 (5 points)Explain how the Scientific Revolution and the Era of Enlightenment threatened the monarchies in Europe. Which is the better buy? Store A: $250 of 20% off Or Store B $280 at 25% offShow your work A rectangle is constructed with its base on the x-axis and two of its vertices on the parabola yequals25minusxsquared. What are the dimensions of the rectangle with the maximum area? What is the area? Please help, this is a conversion problem. What does the photograph above show? Describe any known history or information you recall about this structure/pieceart Both Euclidean and non-Euclidean geometry have been accepted as valid types of geometry. True or False? Which of the following is a like radical to 6x2?o x(V6x(VR)o 63O46x2o x(VB) Alice plants to speak with her partner in the morning about never having unprotected sex again. She knows that her partner will be really available to talk then.What method is alive exercising for her STI discussion?1. Choosing the right time2. Giving a clear message3. Repeating the message4. Acting on the decision What should an author do to hook the audience at the opening presentation Reflecting the graph of y = sin x across the yaxis is the same as reflecting itacross the x-axis.TRUE OR FALSE The graphs below have the same shape. What is the equation of the bluegraph?