Describe the big data life cycle. Which step do you think is most useful and why?

Answers

Answer 1

Answer:

Big data lifecycle consists of four phases: data collection, data storage, data analysis, and knowledge creation. Data collection phase consists of collecting data from different sources. In this phase, it is important to collect data from trusted data sources.

I think business cases analysis is the most useful step because (BCA) provides a best-value analysis that considers not only cost but other quantifiable and non-quantifiable factors supporting an investment decision. This can include but is not limited to, performance, producibility, reliability, maintainability, and supportability enhancements

Explanation:

mark me brainliest


Related Questions

A married man gets a new job in a company. After three months, he meets a younger woman in the finance department and they begin having an affair. The affair carries on openly in the workplace over the course of 6 months, then begins to sour when she discovers that he is already married. The relationship quickly changes to bickering and name-calling while at work. The woman eventually breaks off the relationship, quits her job, and sues the company for fostering a hostile work environment. Of the seven IT infrastructure domains, the USER domain was most at risk.

a. True
b. False

Answers

Answer:

False ( B )

Explanation:

Of  the seven IT  infrastructure domains The USER domain was not at risk because the User Domain is not task with handling the sharing of data or Mutual communication between users in a Typical IT infrastructure.

The domain charged with such responsibility is The LAN domain because the LAN domain is charged with the sharing of information between the USERS and maintaining good mutual communication, and since the relationship has become sour, the sharing of information between the users will suffer the most and it will be at a high risk

This is a grade determination python script. Can anyone tell me why this gives an error when ran?

Answers

From the looks of it, you need to get rid of the spaces before the if, elif, and else statement along with the code blocks inside those statements. They're all improperly indented.

What is the name of a coding sequence that is executed multiple times in a program?

Answers

Answer:

Loop, or Iterator

Explanation:

For example, a "for" loop or a "while" loop to create a block of code that will execute a certain number of times.

Answer:

C - a loop

Explanation:

on edge pls mark brainiest

9. Which of these is not a factor in password management?
A. Confidentiality
B.Expiration
C. Guest
D. Complexity

Answers

Answer:

I don't really know but I think it's guest

Match each HTML tag to its function.





defines a new paragraph
defines a single line break
defines a heading style
defines a row in a table

Answers

Answer:

<p></p> is a new paragraph

<br> is a line break

h1: defines new heading style

<tr> defines new row in a table

Write a program that reads a list of integers, and outputs whether the list contains all even numbers, odd numbers, or neither. The input begins with an integer indicating the number of integers that follow. Ex: If the input is: 5 2 4 6 8 10 the output is: all even Ex: If the input is: 5 1 3 5 7 9 the output is: all odd Ex: If the input is: 5 1 2 3 4 5 the output is: not even or odd Your program must define and call the following two functions. is_list_even() returns true if all integers in the list are even and false otherwise. is_list_odd() returns true if all integers in the list are odd and false otherwise. def is_list_even(my_list) def is_list_odd(my_list)

Answers

Answer:

def is_list_even(list):  

 return all((x % 2) == 0 for x in list)  

def is_list_odd(list):

 return all((x % 2) == 1 for x in list)  

numberList = []  

n = int(input("Enter number of elements : "))  

for i in range(0, n):  

 numberList.append(int(input()))

if is_list_even(numberList):

 print("all even")

elif is_list_odd(numberList):

 print("all odd")

else:

 print("not even or odd")

The reason for prioritizing your work is to get the
a. Most important jobs done
b. Smallest jobs done
c. Quickest jobs done
d. Least important jobs done

Answers

Answer:

a

Explanation:

Answer:

a. Most important jobs done

Explanation:

general requirements for tools and equipment maintenance

Answers

Explanation:

Clean, Inspect and Care for Tools. Make it a habit to clean tools after each use before you return them to storage. Wipe them down with a rag or old towel and be sure they are free of dust, grease and debris before you put them into their proper places.

You have a small company and want to keep your costs low, but it is important your employees share data. Which network would provide you with the most economical solution?

Centralized
Client server
GUI
Peer-to-peer

Answers

centralized is the correct answer

Why is it important to test a spreadsheet?

Answers

Answer:

The chief aim of regression testing is to check that the results have not been altered by changes to the spreadsheet, or, where they have altered, to investigate the effects of the changes. It is important when adding new functionality to a spreadsheet, to make sure that the existing functionality is not affected.

Explanation:

what is arts and creativity literacy in your own idea​

Answers

Answer:

Art is the skill that include skill and Talend to create fine painting, drawing and sculptures creatively is the skill of using your imagination to create and solve

Explanation:

Art includes painting, drawing and sculptures

And you do not need to be creative to de and artist or be an artist to create a stuff

What is Sleep mode? Check all of the boxes that apply.

It is a power-saving mode for a computer.

It puts your work and computer settings in memory while using little power.

It is a power-saving mode designed for laptops.

It is the same thing as Hibernate mode.

Answers

Answer:

A and B

Explanation:

got it right on edge 2020

Answer:

“It is a power-saving mode for a computer.” and “It puts your work and computer settings in memory while using little power.”

Explanation:

what would you call yourself if you were a shinobi

Answers

Answer:

someone really deleted my previous answer to this wow...

Explanation:

I NEED HELP PLEASE ITS TIMED

Answers

Answer:

Ellipse

Explanation:

function draw() {

 background("white");

 noFill();

 ellipse(200, 200, 200, 100);

 //            ↑       ↑       ↑      ↑

 //     posx posy length hieght

 drawSprites();

}

https://studio.code.org/projects/gamelab/Y476cgGC5lsXag4wVEWkMbdpu1ICsHiy7_g7VZj2MwA

Question 4: What will be the output of the code? Show a complete analysis.

#include
int main(void)
{
int A[3][3]={{1,4,3},{6,2,4},{-3,8,2}};
int s;
for(int i = 0; i<=2; i++)
{
S = ALOIi]+A[111]+A[21i];
printf("%d",s);
}
return 0;
}

Answers

Answer:

The output of the code is 8

Which is an example of an effective study skill?

Answers

Answer:

organisational skills, time management, prioritising, learning how to analyse, problem solving, and the self-discipline that is required to remain motivated.

Explanation:

What is the purpose of this parallelogram shape in a flowchart? O decision process o input or output start or end​

Answers

Answer:

The parallelogram shape's purpose in a flowchart is output or input

The diamond shape in a flowchart  is for decision

The rectangular shape in a flowchart is for process

and the rounded rectangular shape (oval) is for start or end

Explanation:

I got 100 on the test

The main purpose of a parallelogram shape in a flowchart is: input or output.

A flowchart is also referred to as flow diagram and it can be defined as a graphical representation of an algorithm for a work process or workflow.

Basically, a flowchart make use of the following standard symbols to graphically represent the sequential steps that are associated with a system, work process or workflow i.e from the beginning (start) to the end (finish):

ArrowsRectangleDiamondOvalParallelogram

In conclusion, the main purpose of a parallelogram shape in a flowchart is to graphically represent the input or output into a system, work process or workflow.

Read more on flowchart here: https://brainly.com/question/6532130

Which feature allows an Excel 2016 user to visualize data on a map by plotting geographic and temporal or time-related data on a globe or custom map? 3-D map grid graph time lapse real-time data

Answers

Answer:

3-D MAp

Explanation:

Answer:

3-D MAP they were correct

Explanation:

Is there truth? Does truth exists?

Answers

Answer:

Yes

Explanation:

Hes name is Jesus Christ. He died for me and you. and loves you very much!

Yes there is truth and it exsists

In Microsoft PowerPoint, a _____ gives viewers a visual image of data, such as a line graph or a three-
dimensional bar graph, instead of just numbers listed in a table.

Answers

Answer:

chart

Explanation:

on edg

Public static String doSomething(String s) { final String BLANK = " "; //BLANK contains a single space String str = ""; //empty string String temp; for (int i = 0; i < s.length(); i++) { temp = s.substring(i, i + 1); if (!(temp.equals(BLANK))) str += temp;
}
return str;
}
Which of the following is themost precise description ofwhat doSomething does?
A. It returns a String that contains s.length() blanks.
B. It returns s with all its blanks removed.
C. It returns s unchanged.
D. It returns a String that is equivalent to s with all its blanks removed.
E. It returns a String that is an exact copy of s.

Answers

Answer:

D. It returns a String that is equivalent to s with all its blanks removed

Explanation:

Bob flys a drone which has a 20 megapixel camera attached, what is the definition of "megapixel in this context? Why does it matter?

Answers

Answer:

megapixel refers to the unit of resolution i.e. one million

Explanation:

Interestingly the higher the pixels does not mean higher quality of image, it's more about the camera and it's sensor.

I am a photographer and a licensed drone pilot and have researched the subject to help with camera choice, both DSLR and drone.

Global visibility is: Group of answer choices A visibility type where an object A has a semi-permanent reference to another object B through a class-level field. The visibility persists as long as both A and B exist. A visibility type where an object A receives a reference to an object B as an argument to a method of A. A visibility type where an object A has visibility to B via a singleton or other construct where B can be accessed in any context. The visibility persists as long as both A and B exist. A visibility type where an object A has a reference to an object B within a method of A as a newly declared variable.

Answers

Answer:

the visibility persists as long as both A and B exist.

Explanation:

Global visibility basically means that the visibility persists as long as both A and B exist. In programming global visibility signifies that the variable/data in question is visible from any context of the code. Meaning that it can be accessed and manipulated from any part of the code, even from within a function or another document. This makes it very easy to use and structure accordingly.


Using a USB flash drive, you intend to install Windows 10 on several computers. To save time, you would like to automate the
installation of Windows 10 for each computer. What should you do?
Create an answer file named install.wim. Place the file on a USB flash drive and run setup.exe.
Create an answer file named unattend.xml. Place the file on a USB flash drive and run
setup.exe.
O Create an answer file named config.xml. Place the file on a USB flash drive and run setup.exe.
Create an answer file named automated.exe. Place the file on a USB flash drive and run
O automated.exe.
Mark this question for review

Answers

Answer:

Create an answer file named config.xml. Place the file on a USB flash drive and run setup.exe.

Create an answer file named automated.exe. Place the file on a USB flash drive and run

What effect does SEO have on your search?

Answers

Answer:

check explaination

Explanation:

so in short SEO (search engine optimisation) has an effect on searching the internet in many ways.

Promoted websites that have paid to be put at the top of search engine results may entice you to go to them for answers but in reality do not hold the answers. View/interaction ratios can cause a website to be placed lower on the grading of websites that are shown, many times being placed many pages back on a google search content filtering, if a website contains 18+ or NSFW materials it may be removed / hidden from the top of search engines to prevent children and minors from seeing unwanted content.

What common feature of well-made web apps helps them stand out from static email advertisements?

Answers

Answer:

For the test, I litterally came here while taking it and couldn’t find an answer, I got a horrible 70.. but all I know it’s not C or D

Explanation:

I took the test, sorry I don’t have an actual answer

If images around the edges of a monitor do not look right, the computer might have a(n)

access problem.
hardware problem.
Internet problem.
software problem.

I will give brainiest to best answer

Answers

Answer:

it would be a software problem.

Explanation:

this is because when your computer crashes, the software all "explodes" and resets.

Hardware Problem

If a manufacturer damaged something, it can cause issues that the software can not interpret. For example the screen is damaged. The pixels could be damaged on the screen and most likely not the fault of a software.

what is the use of router ?​

Answers

Answer:

A router is a networking device that forwards data packets between computer networks. Routers perform the traffic directing functions on the Internet. Data sent through the internet, such as a web page or email, is in the form of data packets.

Explanation:

What does the Java Virtual Machine seek first?

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

The Java Virtual Machine seek first class loader, where this machine load, link and initialize the classes.

However, at the architecture level, when you are running java code in different machine/operating systems, it will seek first firewall.

Relationship building at work can...

Answers

Help with how y’all work together at your job and a personal relationship between you and your coworkers
Other Questions
The Waltz (I will mark brainliest if correct!!) write an algebraic expression for each phrasea number n divided by 4. Help with Number 1 please < A what is the exact percentage and depth in centimeters for the earths layers project what type of cell is the central vacuole ? 1/3(1/2x-12)=1/2(2x+16) For each expression, combine like terms and write an equivalent expression with fewer terms. 3x + 5x - 1 The two most common types of fraud impacting financial statements are:___________ a. corruption and fraudulent financial reporting. b. misappropriation of assets and embezzlement. c. fraudulent financial reporting and e-commerce fraud. d. fraudulent financial reporting and misappropriation of assets. Fellow members of the community, I am here today requesting your support for the construction of a senior citizens center. This presentation will demonstrate all the ways that the senior center will benefit the entire community. Although many residents might worry that such a project would inevitably increase property taxes, Im here to assure you that we can acquire the necessary funding without resorting to a drastic tax hike.Our community has a large population of citizens over the age of sixty-five. As citizens grow older, they have fewer opportunities to socialize. While many senior citizens are involved in activities such as church groups and volunteer organizations, others remain isolated from the community. Furthermore, those who do participate in these groups still lack the daily socialization they once enjoyed during their school and work yearsmany still yearn for the chance to interact with their peers every day. A senior citizens center affords older community member the opportunity for daily social interaction, allowing them to maintain healthy and vibrant relationships outside the home.As most of you already know, our towns senior citizens make up the majority of our volunteer work force. Senior citizens are the people we see at bake sales, blood drives, and food drives, doing all they can to help our community. They are the people you see operating the bingo stands at the annual firefighters carnival, and raking the leaves and mowing the grass at the little league fields. Giving our seniors a place to gather and socialize will honor their lifelong commitment to this community, and its the least we can do to thank them for their years of service.Thankfully, we can complete this project with minimal investment and without raising property taxes. Several state and federal grants are available for this type of project. Additionally, our town has about $50,000 left over in the annual recreation budget. By using this surplus and applying for grants, we can complete this project without raising taxes. With a little work, we can easily make this dream into a reality.The senior citizens center will give our parents and grandparents a home away from home. It will also bring new jobs to our community. The senior center will need registered nurses, program coordinators, and janitorial workers. This could provide unemployed citizens with new opportunities for work. So, in conclusion, Im asking all of you to think about the positive ways that this project will benefit our community and show your support for this initiative in November.1) Which organizational pattern is used in this speech?A) topical orderB) climactic orderC) spatial patternsD) compare and contrast giving brainliest please help! Water molecules have an unevenly distributed charge, this means that the molecules is ? What letter is located at approximately 2222? A EB FC GD H Complete the sentences with must, cant or might!! Help asap please Ill give brainlyest A set of equations is given below:Equation C: y = 4x + 8Equation D: y = 4x + 2Which of the following best describes the solution to the given set of equations?O No solutionOne solutionOTwo solutionsO Infinitely many solutions What was the name of the speakeasy that newt, tina, jacob and queenie visited in fantastic beasts?. How does the relative and absoluteage of rocks and the fossil recordprovide evidence to Earth's geologichistory? What is the slope of the equation y = 4x - 3? According to the big bang theory, the universeall of the stars, planets, and galaxies everywherebegan as a very small, dense mass. This mass expanded suddenly in an incredibly hot explosion-like event, and it has spent the last 13.7 billion years rapidly expanding and cooling.In 1964, which of the following space technologies provided scientists with the best evidence that the universe was created in the big bang? A. a lunar module B. a Mars rover C. a radio telescope D. a weather satellite 3.AbeRead the passage from Animal Farm.Which statement best summarizes the theme of thispassage?About this time there occurred a strange incidentwhich hardly anyone was able to understand. Onenight at about twelve o'clock there was a loud crash inthe yard, and the animals rushed out of their stalls. Itwas a moonlit night. At the foot of the end wall of thebig barn, where the Seven Commandments werewritten, there lay a ladder broken in two pieces.Squealer, temporarily stunned, was sprawling beside it,and near at hand there lay a lantern, a paint-brush, andan overturned pot of white paint. The dogsimmediately made a ring round Squealer, and escortedhim back to the farmhouse as soon as he was able towalk. None of the animals could form any idea as towhat this meant, except old Benjamin, who nodded hismuzzle with a knowing air, and seemed to understand,but would say nothing.It is important to update the rules every so oftenkeep up with changing times.O It is important not to speak out against those incharge; otherwise, you risk consequences.O Some cannot recognize that they are beingoppressed and lied to, even when faced with itfirsthand.O Unusual incidents that happen at night are bestto be solved by the elders in the community. The portrait below showcases Bronzinos ability to use formal effect with his choice of ________ and setting yet conveys the ________ demeanor of the subject. A portrait titled Portrait of a Young Man by Bronzino. A man stands holding a book between his fingers on a table. A. Background; haughty b. Costume; innocent c. Costume; haughty d. Background; innocent Please select the best answer from the choices provided A B C D.