Which part of the nist cybersecurity frameworks defines the activities needed to attain the different cybersecurity results?.

Answers

Answer 1

The part of the NIST framework that defines the activities to attain different cybersecurity results is the Framework core.

What is cybersecurity?

The term 'cybersecurity' makes reference to the strategies aimed at protecting information on the deep web.

Cybersecurity techniques are fundamental to protect sensitive data such as passwords from hackers.

In conclusion, the part of the NIST framework that defines the activities to attain different cybersecurity results is the Framework core.

Learn more  about cybersecurity here:

https://brainly.com/question/17579545

#SPJ1


Related Questions

How many passes will it take to find 30 using a binary search?
5, 10, 15, 20, 25, 30, 35
passes
1
3
4
2

Answers

Answer:

4 passes

Explanation:

Mention at least five devices used for digitizing data

Answers

Answer:
1. Cloud Storage Solutions
2. Digital Communication Tools
3. Cloud ERP Systems
4. CRM Platforms
5. Digital Accounting Tools

For more information, please visit: https://www.gend.co/blog/the-digitisation-tools-with-the-biggest-impact-for-business?hs_amp=true

Hope this helps!!

Pls Help A table is a_______of rows and columns that provides a structure for presenting data​

Answers

Answer:

Graph or chart???

Explanation:

The scope of a variable is __________________

A. it is not possible to determine the scope of a variable in Python
B. all variables are available throughout the program
C. where it can be read or modified
D. before it is declared

Answers

Answer:

The scope of a variable is where it can be read or modified.

which computer looks like a brief case?​

Answers

Answer:

notebook computers look like briefcase

Answer:

Notebook computers, a highly lightweight personal computer, typically weigh less than 6 pounds and are small enough to fit simply in a briefcase. It is a battery, or AC powered personal computer usually smaller than a briefcase and sometimes called a laptop computer

Assignment 10: Create a Song of the Summer edhesive

Answers

To create a song of the Summer edhesive you can use the Python Code,

which will help you create sections based on the music genre.

What is Python code?

It corresponds to a programming language that enables the development of various media platforms, such as games, social networks and artificial intelligence applications.

Therefore, the Python code helps to automate tasks as it is an open-source language, allowing communication and adaptation of different objectives.

Find out more about Phython code here:

https://brainly.com/question/16397886

#SPJ1

Answer: This is not mine.

from earsketch import *

from random import *

init()

setTempo(120)

genre = readInput("Pick a genre: Hiphop, RNB, or Rock.")

if genre == ("Hiphop"): measure = []

fitMedia(CIARA_SET_THEME_ATMOS_2, 1, 1, 5)

fitMedia(CIARA_SET_THEME_ATMOS_2, 1, 7, 11)

fitMedia(CIARA_SET_DRUMBEAT_5, 3, 7, 11)

fitMedia(CIARA_SET_BASSLINE_2, 2, 7, 11)

setEffect(1, VOLUME, GAIN, 0, 4, -60, 6)

setEffect(1, VOLUME, GAIN, -60, 6, 0, 7)

fillDrum = CIARA_SET_DRUMBEAT_5

beat = "0+++0+++0-000+00"

index = randint(1,5)

for measure in range (1, 7, 1):

  for index in range (index):

       makeBeat(fillDrum, 3, measure, beat)

def myFunction(startMeasure, endMeasure):

   fitMedia(CIARA_SET_BASSLINE_1, 4, startMeasure, endMeasure)

myFunction(7, 11)

fitMedia(CIARA_SET_THEME_ATMOS_2, 1, 10, 16)

fitMedia(CIARA_SET_THEME_ATMOS_2, 1, 18, 22)

fitMedia(CIARA_SET_DRUMBEAT_5, 3, 18, 22)

fitMedia(CIARA_SET_BASSLINE_2, 2, 18, 22)

for measure in range(11, 18, 1):

   makeBeat(fillDrum, 3, measure, beat)

def myFunction(startMeasure, endMeasure):

   fitMedia(CIARA_SET_BASSLINE_1, 4, startMeasure, endMeasure)

myFunction(17, 22)

fitMedia(CIARA_SET_THEME_ATMOS_2, 1, 23, 27)

fitMedia(CIARA_SET_THEME_ATMOS_2, 1, 29, 33)

fitMedia(CIARA_SET_DRUMBEAT_5, 3, 29, 33)

fitMedia(CIARA_SET_BASSLINE_2, 2, 29, 33)

for measure in range(22, 29, 1):

 makeBeat(fillDrum, 3, measure, beat)

def myFunction(startMeasure, endMeasure):

   fitMedia(CIARA_SET_BASSLINE_1, 4, startMeasure, endMeasure)

myFunction(29, 33)

if genre == ("RNB"): measure = []

fitMedia(CIARA_SET_THEME_ATMOS_1, 1, 1, 5)

fitMedia(CIARA_SET_THEME_ATMOS_1, 1, 7, 11)

fitMedia(CIARA_SET_DRUMBEAT_1, 3, 7, 11)

fitMedia(CIARA_SET_BASSLINE_2, 2, 7, 11)

setEffect(1, VOLUME, GAIN, 0, 4, -60, 6)

setEffect(1, VOLUME, GAIN, -60, 6, 0, 7)

fillDrum = CIARA_SET_DRUMBEAT_1

beat = "0+++0+++0-000+00"

index = randint(1,5)

if measure in range (1, 7, 1):

   for index in range (index):

       makeBeat(fillDrum, 3, measure, beat)

def myFunction(startMeasure, endMeasure):

   fitMedia(CIARA_SET_BASSLINE_1, 4, startMeasure, endMeasure)

myFunction(7, 11)

fitMedia(CIARA_SET_THEME_ATMOS_1, 1, 10, 16)

fitMedia(CIARA_SET_THEME_ATMOS_1, 1, 18, 22)

fitMedia(CIARA_SET_DRUMBEAT_1, 3, 18, 22)

fitMedia(CIARA_SET_BASSLINE_2, 2, 18, 22)

for measure in range(11, 18, 1):

   makeBeat(fillDrum, 3, measure, beat)

def myFunction(startMeasure, endMeasure):

   fitMedia(CIARA_SET_BASSLINE_1, 4, startMeasure, endMeasure)

myFunction(17, 22)

fitMedia(CIARA_SET_THEME_ATMOS_1, 1, 23, 27)

fitMedia(CIARA_SET_THEME_ATMOS_1, 1, 29, 33)

fitMedia(CIARA_SET_DRUMBEAT_1, 3, 29, 33)

fitMedia(CIARA_SET_BASSLINE_2, 2, 29, 33)

for measure in range(22, 29, 1):

   makeBeat(fillDrum, 3, measure, beat)

def myFunction(startMeasure, endMeasure):

   fitMedia(CIARA_SET_BASSLINE_1, 4, startMeasure, endMeasure)

myFunction(29, 33)

if genre == ("Rock"): measure = []

fitMedia(RD_ROCK_POPELECTRICLEAD_2, 1, 1, 5)

fitMedia(RD_ROCK_POPELECTRICLEAD_2, 1, 7, 11)

fitMedia(RD_ROCK_POPELECTRICBASS_1, 3, 7, 11)

fitMedia(CIARA_SET_BASSLINE_2, 2, 7, 11)

setEffect(1, VOLUME, GAIN, 0, 4, -60, 6)

setEffect(1, VOLUME, GAIN, -60, 6, 0, 7)

fillDrum = RD_ROCK_POPELECTRICBASS_1

beat = "0+++0+++0-000+00"

index = randint(1,5)

for measure in range (1, 7, 1):

   for index in range (index):

       makeBeat(fillDrum, 3, measure, beat)

def myFunction(startMeasure, endMeasure):

   fitMedia(CIARA_SET_BASSLINE_1, 4, startMeasure, endMeasure)

myFunction(7, 11)

fitMedia(RD_ROCK_POPELECTRICLEAD_2, 1, 10, 16)

fitMedia(RD_ROCK_POPELECTRICLEAD_2, 1, 18, 22)

fitMedia(RD_ROCK_POPELECTRICBASS_1, 3, 18, 22)

fitMedia(CIARA_SET_BASSLINE_2, 2, 18, 22)

for measure in range(11, 18, 1):

   makeBeat(fillDrum, 3, measure, beat)

def myFunction(startMeasure, endMeasure):

   fitMedia(CIARA_SET_BASSLINE_1, 4, startMeasure, endMeasure)

myFunction(17, 22)

fitMedia(RD_ROCK_POPELECTRICLEAD_2, 1, 23, 27)

fitMedia(RD_ROCK_POPELECTRICLEAD_2, 1, 29, 33)

fitMedia(RD_ROCK_POPELECTRICBASS_1, 3, 29, 33)

fitMedia(CIARA_SET_BASSLINE_2, 2, 29, 33)

for measure in range(22, 29, 1):

   makeBeat(fillDrum, 3, measure, beat)

def myFunction(startMeasure, endMeasure):

   fitMedia(CIARA_SET_BASSLINE_1, 4, startMeasure, endMeasure)

myFunction(29, 33)

finish()

Explanation:

Determine whether each device is an input device, an output device, or a storage device.

Answers

it would be, A C A A D A

This function returns the length of a string:

A. length
B. len
C. size
D. lengthof

Answers

Answer:

The strlen() function calculates the length of a given string.The strlen() function is defined in string.h header file.

Explanation:

It doesn’t count null character ‘0’. Syntax: int strlen(const char *str); Parameter: str: It represents the string variable whose length we have to find. Return: This function returns the length of string passed.

What is a coaxial cable?

Answers

Answer:

A transmission line that consists of a tube of electrically conducting material surrounding a central conductor held in place by insulators and that is used to transmit telegraph, telephone, television, and Internet signals.

Coax, short for coaxial, is a type of cable used to transmit data, the internet, video and voice communications. A coax cable is made up of an aluminum and copper shield with an outer plastic jacket (see below) with the dielectric insulator helping to minimize signal loss.

A document that is stored on your computer. In Excel, a file is also known as a workbook. Question 14 options: File Function Heading Sheet Tab

Answers

Answer:
File
Explanation:
A file can be a document that is stored on your computer.

PLEASE HELP HURRY
For each of the following, identify the best tool for the conversation: e-mail, phone, or in person.

Your boss asked to see a draft of your next report.

You want to discuss an opportunity for promotion with a career mentor.

A coworker wants to share a meeting agenda with you.

A meeting is taking place in five minutes and you are not sure where the meeting is
being held.

Answers

A conversation is the exchange of ideas between two or more people. An email can be used to draft reports, and to share the meeting agenda, while an in-person discussion must be done for the promotion-related talks.

What is an e-mail?

E-mail is an electronic mail that involves sending and receiving textual information from one computer system to another. It is used for professional and academic use like sending a work report or sharing meetings and work-related queries.

To discuss an opportunity related to promotion, the person should have an in-person talk with a career mentor. Also to know the details about the meeting that will take place soon one must make a phone call instead of using email.

Therefore, the best tool for the conversation are:

E-mailIn-personE-mailPhone

Learn more about the conversation here:

https://brainly.com/question/10875655

#SPJ1

When creating a multipage website what are the two most important things to
remember?

A. Link your style sheet to each page and add an H1
B. Link your style sheet to each page and link all pages together
C. Link your style sheet to each page and add images
D. Link your style sheet to each page and style all elements

Answers

Answer:

B. Link your style sheet to each page and link all pages together

Explanation:

A. Link your style sheet to each page and add an H1

Not needed. Multipage websites don't require H1s to function

B. Link your style sheet to each page and link all pages together

Correct. Pages should be linked together so the website can be navigable.

C. Link your style sheet to each page and add images

Not needed. Multipage websites don't require images to function.

D. Link your style sheet to each page and style all elements

Not needed. You don't need to style every element.

7.If malicious actors got into your network to access your network security logs, how could they use the packet details to their advantage

Answers

Network security logs document every aspect of network activity, from emails to logins to firewall updates. As such, hackers can use this information to infiltrate your network or launch email phasing activity by collecting email addresses used to send and receive from your organization.

If the default gateway is configured incorrectly on the host, what is the impact on communications?.

Answers

Answer:

There is no impact on communications.

Explanation:

A default gateway is only required to communicate with devices onanother network. The absence of a default gateway does not affect connectivity between devices on the same local network.

what indicates a website of a university

Answers

Answer:

The domain suffix/TLD .edu is reserved for colleges and universities

Examples:

harvard.edu

stanford.edu

juilliard.edu

You are configuring a network and have been assigned the network address of 221.12.12.0. You want to subnet the network to allow 5 subnets with 20 hosts per subnet. Which subnet mask should you

Answers

Answer:

255.255.255.224

Explanation:

Q:

You are configuring a network and have been assigned the network address of 221.12.12.0. You want to subnet the network to allow for 5 subnets with 20 hosts per subnet. Which subnet mask should you use?

A:

255.255.255.224

what is coding? Explain

Answers

Answer:

coding is the process of transforming ideas, solutions, and instructions into the language that the computer can understand

Explanation:

Answer:

Coding is learning and using computer’s language for your favor, when you code, you make the computer/device under your control.You are presenting your ideas to the computer using it’s language, just like talking to a friend that doesn’t understand your language, and u learn his. Coding can help make games and websites, by using the computer’s language to manually make the page. Coding can also enable someone to know information he isn’t supposed to be informed by, like someone’s location or bank account. Coding can help create sites that not everyone is able of doing, because it is the hard way to make a site 100% the way you want it to be.

ur wlcm :)

brainliest?

Assume a system has a TLB hit ratio of 99%. It requires 10 nanoseconds to access the TLB, and 90 nanoseconds to access main memory. What is the effective memory access time in nanoseconds for this system

Answers

Answer:

108.5

Explanation:

A (108.5)

Assume a system has a TLB hit ratio of 90%. It requires 15 nanoseconds to access the TLB, and 85 nanoseconds to access main memory. What is the effective memory access time in nanoseconds for this system?

A) 108.5

B) 100

C) 22

D) 176.5

Software that can be automatically programmed to perform tasks across applications just like humans do, and is often able to be programmed with click-and-drop interfaces is called what

Answers

Software that can be automatically programmed to perform tasks across applications  are Robotic Process Automation (RPA).

What are Robotic Process Automation (RPA)

This is known as a type of software technology that is said to function by making one to have easier way when building, sending, and managing software robots that act or functions like humans actions where there is interaction with digital systems and also its software.

Note that they are also called Computer software  which can be programmed to at or perform tasks across applications just as people or  workers do.

Learn more about Software from

https://brainly.com/question/1538272

#SPJ1

Which of the following statements about application programming interfaces are true? Select 3 options. Programmers can solve problems using APIs. Programmers can solve problems using APIs. Companies that have a lot of data use APIs to find the target audience. Companies that have a lot of data use APIs to find the target audience. APIs can only be created to be private. APIs can only be created to be private. Programmers can send their request to an API using any language they choose without following any rules. Programmers can send their request to an API using any language they choose without following any rules. APIs can be driven by data.

Answers

Application programming interfaces (APIs) help programmers solve problems, help to find the target audience, and are driven by data.

What are APIs?

APIs are the application programming interfaces that provide the access to program data and information found in the databases. They are used to help in setting the link between the new devices and between the device and humans.

APIs allow the interaction of the two applications and act as the messenger. They allow the sharing of the application data to a third party within the company.

Learn more about APIs here:

https://brainly.com/question/4140629

#SPJ1

Pam wants to make a note for other programmers in her Python code. How should the line of code for the note begin?
Pam wants to make a note for other programmers in her Python code. How should the line of code for the note begin?
(A) note
(B) NOTE
(C) #
(D) --

Answers

Based on Pam's work, the line of code for the note should begin with  # sign.

What is # the sign about?

Note that in Python, comments are said to be shown or indicated through the use of a line starting with a # symbol.

Note also that  that # symbol  is one that also tells the computer that it should not  execute the statement that is found in that line.

Learn more about from

https://brainly.com/question/23275071

#SPJ1

Answer:

It is C.#

Explanation:

Pam wants to make a note for other programmers in her Python code. How should the line of code for the note begin?

A.

note

B.

NOTE

C.

#

D.

--

Open a Python interpreter. Python can show you the set of currently known names if you type dir(). While these values may vary from interpreter to interpreter, you should always have __name__ available. What is the value of __name__ in a Python interpreter

Answers

Answer:

Open a Python interpreter. Python can show you the set of currently known names if you type dir (). While these values may vary from interpreter to int … Write a method named

Explanation:

Open a Python interpreter. Python can show you the set of currently known names if you type dir (). While these values may vary from interpreter to int … Write a method named

Indexed variables for an array are stored wherever the computer finds memory for the first indexed variable, then the next one is stored next to the first if there is space, and someplace else if not. True False

Answers

Answer:

False

Explanation:

Q:

Indexed variables for an array are stored wherever the computer finds memory for the first indexed variable, then the next one is stored next to the first if there is space, and someplace else if not. T or F

A:

F

disadvantages of computer network​

Answers

Answer:

It lacks robustness If a PC systems principle server separates, the whole framework would end up futile.

Explanation:

Which statement best describes an advantage of using the Report Wizard instead of the Report button to create a report in Access?

Using the Report Wizard requires more steps.
Using the Report Wizard lets users add more data to the report.
The Report Wizard provides more choices.
The Report Wizard automatically adds all fields to the report.

Answers

The report wizard provides more choices. That’s the answer

Which software license does an individual's need in order to use database software for his /her personal use

Answers

Answer:

Single-user

Individual licenses

Explanation:

I'm Sorry If I got it wrong, but I believe that's the answer. Good luck  


Read the following scenario:
A popular weekly entertainment magazine is preparing a special feature on a "bad boy" rock musician. The
photo shoot is complete and the feature article is in production when the managing editor learns that the
musician has just been arrested for drug possession and assault. Which of the following would the managing
editor most likely do in this scenario?
O Ignore the incident and publish the feature article as is.
O Rework the angle of the story to include the latest incident.
O Pull the story and do a feature on another celebrity
O Change the layout of the issue and make the musician a side article, rather than feature.

Answers

The most likely action, in this case, is for the editor to rework the angle of the story to include the incident.

Why the article should be edited in the scenario?

When people read an article they are expecting updated information; due to this, leaving the article as it was and ignoring the incident is not appropriate.

What should the editor do?

The best option is to make the article updated again by changing the angle of it.The most likely action, in this case, is for the editor to rework the angle of the story to include the incident.

Why the article should be edited in the scenario?

When people read an article they are expecting updated information; due to this, leaving the article as it was and ignoring the incident is not appropriate.

What should the editor do?

The best option is to make the article updated again by changing the angle of it.

Learn more abour editor in: https://brainly.com/question/10002469

#SPJ1

Luka is responsible for the translation of the computer program. Luka looks for errors during the stage of a computer program.

Answers

Answer:

He should check if a syntax error pops up to fix the code

Explanation:

A syntax error message pops up when the code is not proper

Answer:

He should check for any syntax error pop-ups in the console

Explanation:

What two Python data structures are already thread-safe, because they provide automatic support for synchronizing multiple readers and writers

Answers

Answer:

frozensets and tuple are safe for thread

Explanation:

Write a function multiplication_tables which takes in as input an integer num, and prints out lists with the the first 10 multiples of all the numbers from 1 to num(inclusive).

Answers

The programming is done for the multiplication table that takes integer numbers and prints the table given in the picture.

What is computer programming?

The words "computer coding" and "computer programming" are sometimes used simultaneously. They do, however, differ in several ways.

Write a function multiplication tables which takes in as input an integer num, and prints out lists with the first 10 multiples of all the numbers from 1 to num(inclusive).

The programming is given below.

def multiplication_tables(num):

   for i in range(1, num+1):

       lst = []

       for j in range(1, 11):

           lst.append(i*j)

       print(lst)

# Testing the function here. ignore/remove the code below if not required

if _name_ == '__main__':

   n = int(input())

   multiplication_tables

Then the result will be given in the picture.

More about the computer programming link is given below.

https://brainly.com/question/14618533

#SPJ1

Other Questions
Tony made 52 decorations for the class party. He made 7 times as many ecorations as Jack did, but he lost 4. Which equation could be used to Find the number of decorations, x, Jack made?4x + 7 = 527x + 4 = 524x - 7 = 527x - 4 = 52 Which of the following does not reflect the first step of effective communication?a.picking a topic for discussionb.clarifying the reason for todays meetingc.setting goals for the projectd.asking for feedback on the projects progress The federal government would most likely use this information to Simplify y ^2 + 11y - 6y + y ^2.y4 + 5 y2 y 2 + 5 yy4 + 52 y 2 + 5 why have some become wary of being tracked by their smartphones Explain what invasive species are in scientific reasoning Youve been asked to write a procedural text to help ninth-grade students learn how to use a food processor for chopping and blending.Which features would be most effective to include when writing this procedural text? Check all that apply.a diagram or list of materialsa brief history of food processingsteps for using the processor for choppingsteps for using the processor for blendingillustration of different models of processor please explain Algebraic Equation . What is (f + g)(x)?=-f(x) = x3 - 2x + 3g(x) = 2x + 4x - 4- 16. Tahlia has 12 cups of flour in her pantry. Each time she bakes cookies, she uses 2 cups ofFlour.a. Write an expression that gives the cups of flour Tahlia has left in terms of n, thenumber of times she has baked cookies.FLOURb. Use factoring to write an equivalent expression to the expression in part a.1TI 2015 Thomas wants to double the volume of his original box. what could be the new dimensions of the box? recorded in length, width, height. 14 x 8 x 4 inches 16 x 10 x 4 inches 14 x 10 x 2 inches 28 x 10 x 2 inches Differentiate each of the following expressions with respectto x(a) (x^2+ 1)(x - 3)^4 EXERCISE 25 A. Change these sentences to passive voice. 1. Is he feeding the dog? Consider the diagram below.Find the value of xEnter each line of work as an equation. COS(60) what is the answer 2. At what point in the research process should you compose a thesis statement?after selecting a topicbefore doing your researchbefore writing the reportbefore writing your research plan Define piercing in context as an adjective The perimeter of ABC is 13 cm. It was dilated to create A'B'C'.What is the perimeter of A'B'C'?1. 13 cm2. 26 cm3. 39 cm4. 52 cm An object of mass m attached to a spring of force constant k oscillates with simple harmonic motion. The maximum displacement from equilibrium is a and the total mechanical energy of the system is e Two sailboats leave Key Largo, Florida. One of the sailboats travels 3 miles east and then 4 miles north. The second sailboat travels 8 miles south and 6 miles west. How far apart, in miles, are the boats? A. 14 miles B. 15 miles C. 17 miles D. 21 miles