Select the 4 features that are available on Hootsuite Mobile: (pick four)

Publisher
Insights
Streams
Team Metrics
Compose
Inbox & Settings
Impact

Answers

Answer 1

Answer:

Publisher,

Streams,

Compose,  

Inbox & Settings.


Related Questions

a variable inside a function has a scope limited to? group of answer choices the entire program anything after the function the variable is defined in before the function the variable is defined in only inside the function

Answers

A compass is a section of the program, and generally speaking, variables can be declared in one of three places inside a block or function that's appertained to as a variable.

Define variable inside the function?

A variable's continuance in a program is its compass. This indicates that a variable's compass is the block of law throughout the entire program where it's declared, employed, and adjustable. These are the variables that are declared inside a system, constructor, or block and have a compass that's specific to that system, constructor, or block and can not be penetrated from a different position.

When a variable is declared inside of a system, only the law in that particular procedure can pierce it.

To learn further about limited compass from given link

brainly.com/question/27959951

#SPJ4

a current trend in i/o device technology and i/o subsystem is a) there is an increasingly broad variety of i/o devices. b) new devices are similar to the previous i/o devices that makes it easier to incorporate them in operating systems. c) to encapsulate the oddities of different i/o devices, the device drivers present device-specific interface for each device to the i/o subsystem. d) all of the above.

Answers

I/O subsystem technology is currently (A) characterized by an expanding variety of I/O devices.

What is i/o device technology?

There is an expanding range of I/O devices, which is a current trend in I/O subsystem technology.

Hard drives, keyboards, mice, and printers are examples of common I/O devices.

In actuality, certain devices—such as keyboards and mice—are predominantly input-only devices, while others—such as printers—are largely output-only devices.

Still, other devices offer both data input and output (hard disks, diskettes, writable CD-ROMs).

An information processing system called I/O (Input/Output) is made to send and receive data from a network, device, or piece of computer hardware.

Over a network, data can be sent between devices.

Computers couldn't communicate with other systems or devices without I/O.

Therefore, I/O subsystem technology is currently (A) characterized by an expanding variety of I/O devices.

Know more about i/o device technology here:

https://brainly.com/question/14285102

#SPJ4

Which atmospheric would be correct? (ribbit, ribbit) (speaks Spanish) (sound of people laughing) (audience cheering)

Answers

Option d is correct. Audience cheering is the correct atmospheric. Because sounds of cannot be utilized in cation. The action of a person then cannot be taken into account.

It does not define the topic being discussed in the supplied question, only describing the one atmospheric:

Pollutants that are attracted to the sun or solar system are referred to as being in the atmosphere. Around 78%, 21%, and 0.9% of various gases, including argon, water vapor, carbon dioxide, and many more, make up its upper atmosphere.

This year's planet's air shields and sustains the inhabitants of the world rather than producing heat and harmful solar radiation. When it comes to keeping alive in the atmosphere, the chance to stand out is lost, and the risks of space are also eliminated.

Know more about system here:

https://brainly.com/question/27148473

#SPJ4

Protecting the ____ prohibits users from renaming, deleting, hiding, or inserting worksheets.
a. skeleton
b. structure
c. format
d. location.

Answers

Protecting the structure prohibits users from renaming, deleting, hiding, or inserting worksheets.

What makes up a spreadsheet's structure?A spreadsheet is made up of rows and columns of cells that are identified by their X and Y coordinates. While rows are typically represented by numbers, 1, 2, 3, etc., columns, or X positions, are typically represented by letters, such as "A," "B," or "C," etc.A spreadsheet's structure is essential to its functionality since it makes sure that all the data is kept consistently and logically.Protecting a spreadsheet's structure aids in preventing users from renaming, removing, hiding, or inserting worksheets, actions that might mess up the data's organisation and lead to errors.The spreadsheet programme itself, such Microsoft Excel, typically protects the spreadsheet's structure. By choosing "Protect Sheet" under "Changes" on the "Review" tab of a spreadsheet, users can safeguard its structure.This will ask the user to choose a password that they must use in order to modify the spreadsheet's structure.In conclusion, maintaining a spreadsheet's structure is crucial to making sure that the data is kept and structured correctly.This can be accomplished by using a macro to establish rules for the spreadsheet's structure using the "Protect Sheet" function in the "Review" tab of the spreadsheet programme.

To learn more about The structure of a spreadsheet refer to:

https://brainly.com/question/2764019

#SPJ4

Which of the following is not a valid Java identifier? a. Factorial, b. anExtremelyLongldentifierlfYouAskMe, c. 2ndLevel, d. Ievel2, e. highest$.

Answers

2ndLevel, option c is not a valid Java identifier.

What are Java identifiers ?

In Java, an identifier is a group of one or more characters that is used to name variables, methods, classes, etc. There are requirements that must be followed in order to produce an identification. Additionally, because they have a fixed meaning in Java, some character sequences, such as keywords, reserved words, and literals, cannot be used as identifiers.

In Java, can keywords be used as identifiers?

Since these words are part of the grammar of the Java programming language, you cannot use them as variable names (or identifiers) for variables like int, for, class, etc. Here is a list of every single keyword used in Java programming. You are not permitted to use the IDs true, false, or null in addition to these terms. Due to the fact that they are literals.

To know more about Java Programming visit

https://brainly.com/question/12948162

#SPJ4

your company runs a virtualized web application server in-house. you decide to make the web applications available over the internet through a cloud provider. which method represents the quickest way to accomplish this?

Answers

Since the internal server is already virtualized, (C) moving it directly to the cloud as a cloud server is quicker.

What is an in-house server?

An in-house server sometimes referred to as a dedicated server, requires a dedicated location for the server system and has infrastructure that is built up inside the office.

Since you have a team of IT specialists on staff and your own IT infrastructure, you don't need to rely on a third party to meet your needs.

A computer that performs network-related tasks at home is called a server.

A basic personal computer with a sizable hard drive, enough memory, and a network connection can serve as the device.

Home servers are frequently used to store media, but this is just the beginning.

So, in the given situation, "Your internal web application server should be moved to the cloud." is the quickest way to accomplish the following.

Therefore, since the internal server is already virtualized, (C) moving it directly to the cloud as a cloud server is quicker.

Know more about an in-house server here:

https://brainly.com/question/29311211

#SPJ4

Complete question:
Your company runs a virtualized web application server in-house. You decide to make the web applications available over the Internet through a cloud provider. Which method represents the quickest way to accomplish this?

A. Create a new cloud server, install web services, and install and configure web applications.

B. Create a new cloud server, install web services, and import web application data.

C. Migrate your in-house web application server to the cloud.

D. This cannot be done—only generic applications are available through the cloud.

you are given two python lists (arrays)of integers,each of which is sorted in ascending order and each of which has length n. all the integers in the two lists are different.you wish to find the n-th smallest element of the union of the two lists.(that is,if you concatenated the lists and sorted the resulting list in ascending order,the element which would be at the n-th position.)do you think it's possible to come up with an algorithm that solves this problem in logn runtime? yes possible not possible none of the above maybe

Answers

Utilizing sorted () Although it can be done with this function in just one line, it will take longer overall. As we add one list to another and then sort the resulting list again, it could take extra time. Useful if we want to reduce the amount of time spent coding.

What is array?

In most programming situations, a significant volume of data of a similar type must be stored.

To store this much data, we must define a lot of variables.

It would be very difficult to remember every variable name while coding the scripts. It is preferable to define an array and keep all the elements inside of it.

In a two-dimensional array, we can access the individual cells by utilizing their indices, much like in a one-dimensional array where data can be retrieved using simply an index.

A single cell has two indices: one is the row number and the other is the column number.

Hence, Utilizing sorted () Although it can be done with this function in just one line, it will take longer overall. As we add one list to another and then sort the resulting list again.

learn more about arrays click here:

brainly.com/question/28061186

#SPJ4

sonet/sdh uses a highly accurate central timing source that is distributed to all sonet/sdh nodes within the network (i.e., sonet/sdh uses a synchronous network timing approach). true false

Answers

The given statement "to provide synchronous network time, SONET/SDH employs a very precise central timing source that is delivered to all SONET/SDH nodes throughout the network" is TRUE.

What is SONET/SDH?

Using lasers or highly coherent light from light-emitting diodes, the synchronous optical networking (SONET) and synchronous digital hierarchy (SDH) protocols send multiple digital bit streams synchronously via optical fiber (LEDs).

An electrical interface can also be used to send data at low transmission rates.

The technique was created to take the role of the plesiochronous digital hierarchy (PDH) system for moving heavy volumes of data and voice traffic over the same cable without synchronization issues.

A very accurate central timing source is used by SONET/SDH to deliver synchronous network time to all of the nodes in the network.

Therefore, the given statement "to provide synchronous network time, SONET/SDH employs a very precise central timing source that is delivered to all SONET/SDH nodes throughout the network" is TRUE.

Know more about SONET/SDH here:

https://brainly.com/question/17063432

#SPJ4

What other term is used to describe private clouds that are it infrastructures that can be accessed only by by an exclusive group of related entities that share the same purpose and requirements, such as all of the business units within a single organization?

Answers

Answer:internal clouds or corporate clouds

Explanation:IT infrastructures that can be accessed only by a single entity or by an exclusive group of related entities that share the same purpose and requirements, such as all of the business units within a single organization.

for the following assembly program, if the content of d[9] is 3. what is the value in r5 and r6 after the program completes?

Answers

For the following assembly program, assuming that the content of D[9] is 2, the value in R5 and R6 after the program completes will be 3 and 2 respectively.

What is the explanation for the above?

The program starts by moving the value 1 into R6 and moving the value 9 into R5. Then it jumps to the label label1 if R5 is equal to 0. Since R5 is not equal to 0, it does not jump to the label and instead adds the values in R5 and R6, which are 9 and 1 respectively, to produce the value 10 in R5.

Next, the program adds the values in R5 and R6 again, producing the value 11 in R5. Finally, it subtracts the value in R6 from the value in R5, which is 11 and 1 respectively, to produce the value 10 in R6. Therefore, at the end of the program, R5 has a value of 3 and R6 has a value of 2.

Learn more about the assembly program:

brainly.com/question/14190352?

#SPJ1

Full Question:

For the following assembly program, assuming that the content of D[9] i s 2. What is the value in R5 and R6 after the program completes? MOV R6, #1 MOV R5, 9 JMPZ R5, label1 ADD R5, R5, R6 label1: ADD R5, R5, R6 SUB R6, R5, R6

which of the following represents a severe limitation of using the internet for primary research?

Answers

A sample universe composed solely of Internet respondents represents a potential bias.

A sample universe made exclusively out of Internet respondents addresses a potential bias. The data on the Internet are typically obsolete. Secondary data can't be gotten to on the Internet for directing examination. The instructive capabilities of the respondents of surveys on the Internet can't be recognized precisely.

Characterize the exploration issue and lay out research targets.

Decide the sources of data to satisfy the exploration targets.

Think about the expenses and advantages of the exploration.

Accumulate the important data from secondary or primary sources or both.

Dissect, decipher, and sum up the outcomes.

Successfully impart the outcomes to leaders.

to know more about primary and secondary sources click here:

https://brainly.com/question/896456

#SPJ4

explain why data normalization is needed before conducting the k-means algorithm in clustering analysis.

Answers

When this option is chosen, Analytic Solver first applies the k-Means algorithm to the supplied data before normalizing it. It's crucial to normalize the data to make sure that the distance measure gives each variable the same weight. Without normalization, the measure will be dominated by the variable with the biggest scale.

What is the purpose of K-means?

To locate groups in the data that have not been explicitly labeled, the K-means clustering algorithm is utilized. This can be used to confirm organizational hypotheses about the kinds of groups that exist or to find unidentified groupings in large, complex data sets.

What in arithmetic is K-means?

Our data is clustered into K number of groups using one of the simplest unsupervised clustering algorithms, K-Means. Based on how close a data point is to the cluster centroid, the algorithm repeatedly allocates the data points to one of the K clusters.

To know more about K-means visit;

https://brainly.com/question/29571529

#SPJ4

Given the variables, which boolean condition is true?
int a = 7;
int b = 7;

Answers

Answer:

The boolean condition that is true is a == b, which checks if the values of the variables a and b are equal. Since both a and b have been assigned the value of 7, this condition will evaluate to True.

he concept of competitive ____ refers to the need to avoid falling behind the competition.

1. disadvantage 2. failure 3. benefit 4. advantage

Answers

The concept of competitive 1. disadvantage refers to the need to avoid falling behind the competition.

What is competitive disadvantage?

Competitive disadvantage (CD) is a term used to describe the inability of a company to compete effectively with its competitors. The deterrent effect of CD is a shrinking customer base. Today's market is literally a competitive landscape with an 'eat or eat' approach as competitors are international players of all sizes rather than local rivals. Therefore, it is becoming increasingly important for companies to try to build immunity to the devastating effects of CD. Businesses, large and small, need to stay ahead of the curve to stay ahead of their competitors.

Learn more about competitive disadvantage https://brainly.com/question/29559060

#SPJ4

Which of the following is not a form of electronic output?
A. fax
B. email
C. report
D. bulletin board messages

Answers

Report is not a form of electronic output.

What are the different forms of output?

output. Information is data that has been transformed into a format that is intelligible and practical for a human or another machine.

paper copy. printed out.unhard copy exhibited on a screen.text. contains symbols that are used to form words and sentences.graphics.audio.video

output device.

If we talk about output device then plotter, printer and monitor are output device however touch screen is not an output device.

The four fundamental output kinds are audio output, graphic output, text output, and video output.

Report is not a form of electronic output.

To learn more about output refer to:

https://brainly.com/question/20727977

#SPJ4

if a view was created with the with read only constraint, to remove the constraint you will need to ____.

Answers

if a view was created with the with read only constraint, to remove the constraint you will need to re-create the view without the option.

What is Oracle DB used for?Oracle Database is the first database intended for corporate grid computing, the most flexible and cost effective approach to handle information and applications. Large pools of industry-standard, modular storage and servers are produced via enterprise grid computing.Given this definition, SQL is undoubtedly a programming language. "A programming language is a vocabulary and set of grammatical rules for instructing a computer or computing equipment to accomplish certain tasks," says Webopedia.Global businesses that handle and process data across broad and local area networks frequently employ Oracle, which is a relational database design that is completely scalable. The Oracle database features a dedicated network component that enables network connections.

To learn more about SQL  refer,

https://brainly.com/question/25694408

#SPJ4

human resources often needs to be an architect to modify work systems in the most effective ways. they may identify the need; determine how to implement change; or work to help change management go more smoothly. this role is used when there is a need to

Answers

When changing work systems, human resources frequently needs being an architect to do it in the most efficient manner. This position is utilized when it's necessary to save costs or make use of current technologies.

Explain the term  human resources?

A company's department in charge of anything employee-related is called human resources (HR).

It also include finding, screening, choosing, onboarding, training, promoting, compensating, and terminating workers and independent contractors.The term "HR technology," or "human resources technology," refers to software and related gear used to automate the human resource function in businesses. Employment analytics, performance management, talent acquisition and management payroll and compensation for employees, and benefits administration are all included.

To change work systems in the most efficient ways, human resources frequently has to be an architect.

They may determine the need, how to implement change, or work to make change management more efficient.

Thus, when it's necessary to reduce expenses or capitalize on current technologies, this function is utilized.

To know more about the human resources, here

https://brainly.com/question/28569763

#SPJ4

real world situations that are too expensive or dangerous to test can be represented using computer _________

Answers

Answer:

Real world situations that are too expensive or dangerous to test can be represented using computer simulations.

Explanation:

A simulation is a computer-based model of a real-world system or process, which allows users to study and analyze the behavior of the system without having to conduct physical experiments. Simulations can be used in a wide variety of fields, including engineering, science, business, and medicine, to study complex systems, predict outcomes, and explore different scenarios and scenarios. For example, a simulation could be used to model the flow of traffic through a city, the spread of a disease, or the performance of a financial investment. By using simulations, researchers and analysts can gain valuable insights and make more informed decisions without the need for costly or risky experiments.

The small number of laboratory tests that have the best chance of solving the problem under study are found via millions of computer experiments.

What, expensive or dangerous using computer?

A simulation is a computer-based representation of a real-world system or process that enables users to research and examine the system's behaviour without having to carry out actual physical tests.

In a wide range of disciplines, including engineering, science, business, and medical, simulations can be used to investigate complicated systems, forecast results, and explore various scenarios.

A simulation might be used, for instance, to simulate the movement of traffic in a metropolis, the development of a disease, or the success of an investment.

Without the need for expensive or risky trials, researchers, and analysts can use simulations to gather insightful information and make more educated judgments.

Therefore, A biological system can be studied using computational models of today on various levels.

Learn more about computer here:

https://brainly.com/question/21080395

#SPJ2

what other term is used to describe private clouds that are it infrastructures that can be accessed only by by an exclusive group of related entities that share the same purpose and requirements, such as all of the business units within a single organization?

Answers

Computing services delivered to a small group of customers only via a private internal network or the Internet as opposed to the broader public are referred to as private cloud services.

What is private cloud infrastructure?A private cloud is a type of cloud computing where a single user organization has exclusive access to the infrastructure.Computing services delivered to a small group of customers only via a private internal network or the Internet as opposed to the broader public are referred to as private cloud services.A private cloud is an on-demand cloud deployment architecture where the cloud computing infrastructure and services are privately hosted within a business's own data center or intranet using exclusive resources.Hosted.The servers are not shared with other businesses in a hosted private cloud environment.The server is used by a single company, but the service provider configures the network, updates the software, and maintains the hardware.

To learn more about private cloud refer

https://brainly.com/question/14756834

#SPJ4

When using a spreadsheet, the expression "=D8-D17" is called a _______.

a) function
b) range
c) cell
d) formula

Answers

The expression "=D8 - D17" is called a formula when using a spreadsheet.

A formula is a mathematical expression that works on values in a set of cells. Even if the result is an error, these formulae return it. You can use formula to accomplish computations like addition, subtraction, multiplication, and division. For example, =A1+A2+A3 delivers the sum of the values from cell A1 to cell A3.

Another term that formulas are quite familiar with is "function." The terms "formulas" and "functions" are frequently used interchangeably. They are connected, but they are not the same.

A formula starts with the equal sign (=). Meanwhile, functions are utilized to execute sophisticated calculations that would be impossible to perform manually. Excel functions have names that reflect their intended application.

Learn more about formula in spreadsheet here https://brainly.com/question/1808833

#SPJ4

Which of the following is always the first key in a macro shortcut?...
Which of the following is always the first key in a macro shortcut?

Ctrl
Shift
Alt
Fn

Answers

Ctrl+shift is always the first key in a macro shortcut.

What is ctrl?

The Control key on a computer keyboard is a key in that is used by pressing it by the  in combinations with thr other keys, enabling  of other keys on the keyboardist to perform secondary functions. It is generally labeled as Ctrl.

Type the letter in to the  Shortcut key box that you want to assign the macro of to. All shortcuts will starting with Ctrl. You can hold thet Shift key while typing the letter to create a Ctrl+Shift shortcut.

To know more about ctrl click-

https://brainly.com/question/27961288

#SPJ1

who is known as the father of computer ​

Answers

Answer:

Konrad Zuse

Explanation:

I learned this in Computer class. Most people think that Charles Babbage is the father of the computer, but Konrad is the actual father of the computer because he advent of the Z1, Z2, Z3, and Z4.

If you can, please give me a Brainliest; thank you, and have a good day!

which of the following statements regarding solid state disks (ssds) is false? a) they generally consume more power than traditional hard disks. b) they have the same characteristics as magnetic hard disks, but can be more reliable. c) they are generally more expensive per megabyte than traditional hard disks. d) they have no seek time or latency.

Answers

The following statement regarding solid state disks (SSDs) is false.

A) They generally consume more power than traditional hard disks.

What is a SSD?

Computer storage that is more recent is called a solid state drive (SSD). To read and write digital data, SSDs use flash memory. SSDs provide almost immediate boot and load times because they don't need to manually search for data.

For many years, computers used hard disk drives (HDDs), which read each chunk of data using an arm that moves across a spinning platter. HDDs are among the computer hardware components that are most susceptible to malfunction or damage due to their moving parts.

Operating SSD technology is completely different. SSDs don't rely on any moving parts, making them a more durable component because they use a chip made with NAND flash memory.

Learn more about SSD

https://brainly.com/question/28476555

#SPJ4

the following sas program is submitted: data work.clients; calls=6; do while (calls le 6); calls 1; end; calls 1; run; what is the result?

Answers

The outcome is 7.

Which of the information listed below is necessary when building an SAS dataset?

You can read data from one of four places to construct an SAS data set: raw data after a DATALINES statement in the data (job) stream. In a file that you specify with an INFILE statement, raw data. data from an SAS data set already in existence.

How does SAS examine the list of variables, their data types, etc.?

All variable names should have the letter A appended to the end of them using PROC SQL and SAS dictionary tables. Read the values into the list macro variable. By specifying the macro variable, rename the variables using PROC DATASETS MODIFY.

To know more about data visit:-

https://brainly.com/question/10980404

#SPJ4

Which of the following solutions relates to isolation-based containment? Select all that apply.
A. Disable Firewall ACL's
B. Disable a service
C. Disconnect a computer
D. Disable a user account

Answers

There are several options for isolation-based containment. Disable a service, a computer connection, or a user account.

What in cyber security does containment mean?

Utilizing confinement is one way to offer connectivity and security at the same time. What is containment, exactly? A containment strategy uses access points to regulate who has access to what data, files, systems, or networks.

What crucial measures should be taken to contain a cyber security incident?

Restoration, elimination, and containment Making decisions is a crucial component of confinement (e.g., shut down a system, disconnect it from a network, or disable certain functions). If there are predetermined tactics and procedures for containing the crisis, such decisions are much simpler to make.

To know more about computer connection visit:-

https://brainly.com/question/18722883

#SPJ4

what is the purpose of a comment? group of answer choices a comment provides information to the compiler a comment provides information to the virtual machine a comment provides information to the user running the program a comment provides information to the programmer

Answers

The purpose of a comment is to help the compiler understand your program and a  comment provides information to the programmer.

What is a comment and its use ?Comments are text notes that are added to the program to provide explanations for the source code. They are used in a programming language to document the program and remind programmers of the tough things they just accomplished with the code. They also aid in the understanding and maintenance of code for future generations. These are considered non-executable statements by the compiler. Each programming language has its own method for incorporating comments in the source code. We can write the pseudocode that we planned before writing the original code in the comments. Pseudocode is a language that combines conversational language and high-level programming. This makes it easier to review the source code because pseudocode is more understandable than the program. The programmer uses code descriptions to help others comprehend his or her intent. It contains the code's summary. The process is explained in the comments. Diagrams and rigorous mathematical proofs are examples of such explanations. This could be interpreted as an explanation of the code rather than a clarification of its intent. For example, a programmer may provide a comment explaining why an insertion sort was chosen over a quicksort, as the former is, in theory, slower.

What is a compiler ?

A compiler is a computer program that converts computer code written in one program into another. The term "compiler" refers to programs that convert source code from a high-level programming language to a lower-level language in order to build an executable program.

an learn more about coding and comment from https://brainly.com/question/28338824

#SPJ4

Which the following is not one the policies concerned with LAN-to-WAN Domain filtering and connectivity?
a. Demilitarized zone (DMZ) control standard
b. User Internet proxy standard
c. Content-blocking tools configuration standard
d. External information system services connect standard

Answers

One that is not a policy related to Domain LAN-to-WAN connectivity and filtering is the Content blocking tool configuration Standard

What is LAN-to-WAN Domain Policies?

The LAN-to-WAN domain refers to the technical infrastructure that connects an organization's LAN to a wide area network (WAN). The main concern is controlling network traffic between an external network or WAN and a private network or LAN. For many organizations, the LAN-to-WAN domain refers to connectivity to the Internet. LAN-to-WAN security standards often focus on how devices are configured to maintain the integrity of messages and transactions. Establishing secure point-to-point communications is an important part of connecting over the Internet. The Internet cannot connect directly to an organization's private network without traffic.

Learn more about LAN policies https://brainly.com/question/15054372

#SPJ4

A device that assures the delivery of electric power without interruption is a(n) ______.
(A) GFCI
(B) HVAC
(C) GPS
(D) UPS

Answers

A device that assures the delivery of electric power without interruption is a: (D) UPS.

What is a computer?

A computer can be defined as an electronic device that is designed and developed to receive data in its raw form as an input and it processes these data into an output (information), which can be used to perform a specific task through the use of the following computer parts:

MouseKeyboardMotherboardMonitor screenSpeakers.Hard-disk drive

What is a UPS?

In Computer technology, UPS is an abbreviation for Uninterrupted Power Supply and it can be defined as a device that is designed and developed to with an enhanced battery system, in order to allow a computer and other electrical devices to keep running and functioning for at least a short time in the event of a power disruption or when the incoming (input) power is interrupted.

Read more on power here: https://brainly.com/question/23438819

#SPJ1

fill in the blank: a business decides what kind of data it needs, how the data will be managed, and who will be responsible for it during the stage of the data life cycle.

Answers

Answer:

A business decides what kind of data it needs, how the data will be managed, and who will be responsible for it during the planning stage of the data life cycle.

Explanation:

A business decides what kind of data it needs, how the data will be managed, and who will be responsible for it during the planning stage of the data life cycle.

The data life cycle is the process of acquiring, storing, processing, analyzing, and managing data over time. The planning stage is the first stage of the data life cycle, in which a business determines what data it needs, how it will be collected and managed, and who will be responsible for it. This stage is important because it helps the business identify its data needs and develop a plan for acquiring and managing the data effectively.

Therefore, the correct answer is:

A business decides what kind of data it needs, how the data will be managed, and who will be responsible for it during the planning stage of the data life cycle.

the sdlc phase in which the detailed conceptual data model is created is the ________ phase.

Answers

The SDLC phase in which the detailed conceptual data model is created is the analysis phase.

The Software Development Life Cycle (SDLC) is a structured method that allows the production of low-cost, high-quality software, in the shortest possible production time. The aim of the SDLC is to develop superior software that meets and exceeds all user expectations and demands.  The analysis phase is the second of phase of SDLC that includes gathering all the details required for a new system to be developed as well as determining the first ideas for prototypes i.e to create a detailed conceptual model of the system.

You can learn more about SDLC at

https://brainly.com/question/15696694

#SPJ4

Other Questions
how many grams of oxygen are required to react with 11.0 grams of octane ( c8h18 ) in the combustion of octane in gasoline? an enterprise system is any system that is available for use and contains data from across the organization. How do you evaluate the definite integral 2^x dx from [1,1]? Find domain and range please! Die tmrw! Describe how to organize 100 toothpicks in a way that fits with the structure of the base ten system. Explain how your organization reflects the structure of the base ten system and how it fits with the way we write the number 100. 1. Hepatocytes synthesize the primary bile acids from _______________cholesterolcarbohydratesproteinfat2. The center of every villus has a lymphatic capillary that is known as a _______________ that is important for absorption of _______________ molecules.lacteal, proteinsinusoid, proteinlacteal, fat sinusoid, fat3. Acute mesenteric ischemia damages the intestinal mucosa and can eventually cause: peritonitismalabsorptionruptureappendicitis4. The microvilli on the intestinal brush border contain what enzymes? oligopeptidesamino acidsgastrin amylase5. Cirrhosis and hepatitis can cause: intrahepatic portal hypertensionposthepatic portal hypertensionprehepatic portal hypertensionaortic portal hypertension6. Coffee increases the secretion of gastric acid True False a 66.5-kg boy is surfing and catches a wave which gives him an initial speed of 1.60 m/s. he then drops through a height of 1.64 m, and ends with a speed of 8.51 m/s. how much nonconservative work (in kj) was done on the boy? kj on 9 january 1857, the san andreas fault segment north of los angeles broke loose at its northwestern end, and the rupture propagated southeastward in the great quizlert In photography; exposure is the amount of light allowed to strike the film_ Exposure can be adjusted by the number of stops used to take a photograph: The change in the number of stops n needed is related to the change in exposure c by n 10g2 A. How many stops would a photographer use to triple the exposure? B. How many stops would a photographer use to get 5 the exposure? which equation shows that you can find the power of a power by finding the product of the exponents? clear check (ya)b=yab (ya)b=ya b (ya)b=ya b (ya)b=ya b escape (or back door) in application i/o interface a) allows a user to interrupt a device at any time. b) allows access to a few additional devices, such as a time-of-day clock and a timer. c) transparently passes arbitrary commands from an application to a device driver. d) enables managing of devices with widely varying speeds ranging from a few bytes per second to gigabytes per second. Show transcribed dataFind the characteristic polynomial of A. Use x for the variable in your polynomial. You do not need to factor your polynomial 12 - 10 0 A = 9 -7 0 0 02 characteristic polynomial of A is: 0 -4/5x=12Pls HURRRRRRYYYYYYYYYYY the free cash flow to the firm is reported as $275 million. the interest expense to the firm is $60 million. if the tax rate is 35% and the net debt of the firm increased by $33 million, what is the free cash flow to the equity holders of the firm? What pro football hall of famer, known for making the iconic "immaculate reception," died this week at age 72? *Classified DataWhich of the following individuals can access classified data? draw structural formulas for the alkoxide ion and the alkyl(aryl)bromide that may be used in a williamson synthesis of the ether shown. ch2ch3 Trying to figure out the most efficient way to perform a job is a goal ofa. Forbes.b. the Hawthorne effect.c. Maslow's hierarchy.d. scientific management.e. behavioral management. Draw the Lewis structure of (AsF4) Use this stnicture; conjunction with VSEPR theory, predict: The electron domain geometry of the molecule: The molecular geometry (shape ofthe molecule). The bond angles around the centra atom. The polarity of the molecule. The type of hybridization f the central Hom. Which of the following is the most likely explanation for the effect of BTX on the squid giant axon?a.) Inactivation of Na+?K+-ATPaseb.) Closing of sodium channelsc.) Opening of sodium channelsd.) Opening of potassium channels