The quickbooks online advanced desktop app can be installed on which operating system?.

Answers

Answer 1

Explanation:

For Android products, your device will need to be running Nougat 7.1. 1 or newer.


Related Questions

The sorted values array contains the sixteen integers 1, 2, 3, 13, 13, 20, 24, 25, 30, 32, 40, 45, 50, 52, 57, 60. How many recursive calls are made by our binarySearch method given an initial invocation of binarySearch(45, 0, 15)

Answers

The number of recursive calls that have to be done using the binary search is 4.

How to do the recursive calls

binarySearch = (45, 0, 15)

start + end / 2 = value

mid = 0 + 15/2 = 7.5

The 7th element = 30

30 is less than 45

8 + 15/3

= 23/2 = 11.5

The 12th element = 52

52 is greater than 45

8 + 11/2

= 19/2 = 9.5

The value of 9 = 40 and 40 is less than 45

10+ 11/2 = 10.5

The tenth value is 45 hence the iteration to be done is 4.

Read more on binary here:

https://brainly.com/question/21475482

#SPJ1

Phases of systems development life cycle do developers identify the particular features nd functions of a new system

Answers

Answer:

requirement analysis

Explanation:

The goal of the requirement analysis phase is to specify the system inputs, processes, outputs, and interactions in greater depth. The system's operations would be specified at the functional level by the end of this phase, which means that the functions and features to be done will be defined but not necessarily how they will be executed. Requirements Analysis should not evaluate computer software, documents, or data streams unless expressly restricted by the Project Charter. The risks associated with how the system will be integrated into the standard operating procedures will be identified and considered during the requirements analysis. The functional and system requirements of the business process, as well as the user and operational needs, will be collected throughout the requirements analysis.

The phase where developers identify the particular features and functions of a new system is the requirement and analysis stage.

What is system development?

System development is the process of defining, designing, testing, and implementing a new software application or program.

System development has a life cycle. The primary stages are as follows;

Planning stageRequirement and AnalysisDesignDevelopmentTestingImplementation.Operation and maintenance.

Therefore, the phase where developers identify the particular features and functions of a new system is the requirement and analysis stage.

learn more on system development here: brainly.com/question/13042526

#SPJ12

When you switch-on your computer system, just wait a ____________ and
allow the system to _______________. After________________, the
system will route itself to a background known as the
________________environment.
On this environment, move the ________________ to where we have the
START / Windows Icon at the bottom left. Click on this icon whether it’s
the START or the Windows icon. Now type the word “Microsoft Word” in
the ______________ bar and left-click on the _____________that has
“W” icon. There you found yourself in the Microsoft environment. The
environment comes up with an “A4 paper- size in a _______________
orientation background”, there you start typing your letter.

Answers

The answers for the blanks are as follows:

Minute Windows_startGUI environmentCursorSearchFilePortrait

When you switch-on your computer system, just wait a minute  and allow the system to boot_. After_windows_start___,

The system will route itself to a background known as the_GUI__ environment.

On this environment, move the cursor___ to where we have the START / Windows Icon at the bottom left.

Click on this icon whether it’s the START or the Windows icon.

Now type the word “Microsoft Word” in the __search_ bar and left-click on the _file__that has “W” icon.

There you found yourself in the Microsoft environment. The environment comes up with an “A4 paper- size in a portrait_orientation background”,

There you start typing your letter.

learn more about fillups here: https://brainly.com/question/14538716

#SPJ10

How do i get in if i just turned thirteen and i already picked under thirteen on the log in page?

Answers

Answer:

Generally, there is an option under your account settings in which you can change the age that you are. Since you turned 13 for example but you put your age as under 13 in the log in details, just access your account settings and change to 13 or above. Also, it is best to have a trusted adult such as a parent moniter you when you make changes to your personal imformation on an account.

Which command in power bi desktop query editor is used to create a new query that uses the output of another query as its input source?

Answers

The Reference command in power bi desktop query editor is used to create a new query.

What is the Reference command about?

Note that if a person create a reference to another query, there is given just one applied steps where new query is said to be referencing to another query and starts it's own like parent query.

Therefore, The Reference command in power bi desktop query editor is used to create a new query.

See options below

A. Duplicate

B. Pipe

C. Reference

D. Map

Learn more about query from

https://brainly.com/question/25694408

#SPJ12

Gaining an understanding of the current application system and messages provides a _________ against which future design requirements can be gauged

Answers

Gaining an understanding of the current application system and messages provides a baseline against which future design requirements can be gauged

Having an understanding of the current application system and messages provides a baseline against the future design requirements that can be gauged.

What is a baseline?

A baseline is known to be a kind of imaginary starting point or the option that is often used as a basis of comparison for a thing.

Note that in the above case, when a person has an understanding of the current application system and messages, it gives a baseline against the future design requirements that can be gauged.

Learn more about baseline from

https://brainly.com/question/1346895

#SPJ12

________ is interpreted. Group of answer choices A. Python B. C C. C D. Ada E. Pascal

Answers

The interpreted are;

A. JavaB. C++D. C#What is interpreted programming language?

An interpreted language is known to be a kind of language where its implementations often carry out or execute instructions directly.

The C++ is known to be a kind of cross-platform language that is often used to make any high-performance app.

Java is known to be High-level programming language that is said to be class-based and also an object-oriented programming language.

Note that The interpreted are;

A. JavaB. C++D. C#

Learn more about Java from

https://brainly.com/question/25458754

#SPJ11

When designers follow accepted standards and protocols, which of the four basic characteristics of network architecture is achieved

Answers

When a designer follow accepted standards and protocols, the basic characteristics of network architecture that's achieved is called scalability.

What is scalability?

Scalability can be defined as a measure of the ability of a system to change (increase or decrease) in performance and cost as a result of changes in demands of application and system processing, especially in a network architecture.

This ultimately implies that, scalability is the basic characteristics of network architecture that's achieved when a designer follow accepted standards and protocols.

Read more on scalability here: https://brainly.com/question/14301721

SPJ12

The _____ characteristic of an intelligent agent demonstrates its ability to learn from previous knowledge and go beyond information given previously

Answers

Answer:

Adaptability

Explanation:

The agent is adaptable, versatile, and capable of establishing its own goals based on its implicit purpose. The range of quality measures for each of the aforementioned qualities, suited to the agent type, will then define software agent quality, and the value of a multi-agent system will be a function of the quality of each of the agents participating in the system.

This characteristic is characterized by the agent's capacity to alter its state in order to adapt to the environment, the ability to evolve and adapt its functionality to the surroundings at runtime, and the ability to appropriately interact with exceptions produced by the environment in order to rate the agent's ability to adjust and survive.

The Adaptability characteristic of an intelligent agent shows its ability to learn from former knowledge and go beyond information given before.

What is Adaptability characteristics?

Adaptable attribute is when people have a kind of elastic-like energy and they are said to be willing to bend and break any given habits, to push themselves when circumstances is altered.

Therefore, The Adaptability characteristic of an intelligent agent shows its ability to learn from former knowledge and go beyond information given before.

Learn more about Adaptability characteristic from

https://brainly.com/question/25594630

#SPJ12

write the definition of a method reverse, whose parameter is an array of ints. the method reverses the elements of the array. the method does not return a value.

Answers

The reverse() method reverses the order of the elements in an array.

What is a reverse method?

The reverse() method reverses the order of the elements in an array.

The reverse() method overwrites the original array.

What the reverse method does in array is to change the order of the items in array in a descending order.

For example

var fruits = ["Banana", "Orange", "Apple", "Mango"];

fruits.reverse();

The fruits.reverse(); will return [Mango, Apple, Orange, Banana}

Notice it has been reversed.

The code it written in Javascript.

learn more on reverse method here: brainly.com/question/14500181

#SPJ2

Acceptance testing: tests each program separately in the system. tests the functioning of the system as a whole. provides the final certification that the system is ready to be used in a production setting. tests the conversion of legacy data to the new system. includes all the preparations for the series of tests to be performed on the system.

Answers

Acceptance testing provides the final certification that the system is ready to be used in a production setting.

What is an acceptance testing?

It should be noted that acceptance testing is the last phase of software testing.

In this case, acceptance testing provides the final certification that the system is ready to be used in a production setting.

Learn more about acceptance on:

brainly.com/question/14378792

#SPJ12

a web browser is an example of which type of network component?

Answers

A  web browser is an example of Network Client type of network component.

What is a Network Client?

This is known to be a  software that runs  usually on a client computer and it is one that gives room for it to set up connectivity with services that are known to be running on server computers.

Note that A  web browser is an example of Network Client type of network component as that is what it is..

Learn more about web browser from

https://brainly.com/question/22650550

#SPJ11

Danielle has been asked to configure virtualization at her company. She recommends that her manager buy multicore processors. What justification should she give as to why virtualization workstations require as many CPU cores as possible

Answers

The justification should she give as to why virtualization workstations require as many CPU cores as possible are the Each virtual machine makes use of actual CPU resources for processing instructions and data (pg227, 228).

What justification need to she deliver as to why virtualization workstations require as many CPU cores as possible?

Because every visitor's working device runs in its personal space, a couple of cores are required to shop the collective data.

Footprint discount is the primary goal, go together with a bigger wide variety of cores over quicker clock speeds. However, if workload overall performance is a larger concern, quicker clock speeds and less cores would possibly make greater sense.

Read more about the virtualization :

https://brainly.com/question/25110079

#SPJ1

2. Which domain represents the greatest risk and uncertainty to an organization?

Answers

Answer:

The User Domain

Explanation:

Since human behavior is unpredictable and impacted by forces outside of policy's control, the User Domain carries the most risk and uncertainty. The User Domain is a significant vulnerability in the IT architecture. Any end-user who accesses information at the organization falls within this domain. Employees who neglect to secure their laptops before leaving their offices, for example, or employees who leave critical corporate information on their desks. Such risks have the ability to ruin a company by falling for a social engineering technique can result in the introduction of viruses into the business network. It could result in the encryption of important files required for day-to-day processes. The only option in the lack of comprehensive backups of these documents would be to pay the blackmail. If the hackers unencrypt the data as they promise after the ransom is paid, this might result in days of lost work.

The domain that represents the greatest risk and uncertainty to an organization is known as the user domain.

What is a user domain?

It should be noted that a user domain simply means a vital vulnerability in the IT architecture.

Here, the domain that represents the greatest risk and uncertainty to an organization is known as the use domain.

Here, the username as password are stored on a domain controller.

Learn more about domain on:

brainly.com/question/26098895

#SPJ12

In order for a computer to perform a set of instructions

Answers

It must first be turn on

Please post detailed answers to the following questions. Please use complete sentences.

Select two artists from the following list:

Phil Borges
Lee Jeffries
Stephanie Sinclair
Jimmy Nelson
Use the internet to find at least three images for each of the artists that you selected. In a word document, include the names of the two artists and the images you selected. Then answer the following questions about each photographer using complete sentences:

What life events impacted this photographer?
What is their personal style? How do you know?
What is the photographer’s purpose for taking the images you selected?
How are the two artists that you selected differently? How are they similar?

Answers

Please post detailed answers to the following questions. Please use complete sentences t two artists from the following list: Phil Borges,Lee Jeffries.

What are photography opportunities?

The taking of constant or nevertheless snap shots furnished a brand new medium with which to seize reality, and modified the manner humans in general, and artists in particular, noticed the arena and created new inventive opportunities. Learning from the technological know-how of photography, artists evolved a selection of the latest portrayal techniques.

Photography modified our imaginative and prescient of the arena with the aid of using presenting greater get entry to to greater snap shots drawn from greater locations and instances withinside the global than ever before. Photography enabled snap shots to be copied and mass-distributed. The media-sphere became burgeoning.

Read more about the internet :

https://brainly.com/question/2780939

#SPJ1

What options are available for storing backups, physically?

Answers

The options are available for storing backups, physically are:

In both on site and off site,, a person can backup data to a given system that is located on-site, or the backups can be sent to any  remote system that is off-site.

What is a backup?

This is known to be a device that helps to save information or data temporarily or permanently.

Note that in the above, The options are available for storing backups, physically are:

In both on site and off site,, a person can backup data to a given system that is located on-site, or the backups can be sent to any  remote system that is off-site.

Learn more about backups from

https://brainly.com/question/17355457

#SPJ12

A(n) _____ is a local connection point-of-presence that connects a variety of high-performance networks, and its main function is the exchange of Internet2 (I2) traffic with a specified bandwidth.

Answers

Answer:

GigaPOP

Explanation:

A gigabit point of presence, also known as GigaPOP is a single entry point to Internet2, which is a high-speed IP network managed by institutions and other organizations. Gigabit Points of Presence generally handle data transmission rates of one gigabit per second or more.

Which hardware component interprets and carries out the instructions contained in the software.

Answers

Answer:

Processor

A processor interprets and carries out basic instructions that operate a computer.

Alex wrote a science fiction story about half-living, half-robot creatures in
another galaxy. He wanted to copyright the creature idea for later sequels but
was denied. What element was missing?
O A. Creativity
OB. Fixed form
O C. Interest
OD. Originality

Answers

Answer:

im not sure about this one but im pretty sure its d since this is not a original idea at all their are like tons of cyborn alien thing on their and this would not be original

Hope This Helps!!!

An end-user received an email stating his bank account was compromised, and that he needs to click a link to reset his password. When the user visited the site, he recognized it as legitimate and entered his credentials which were captured by a hacker. What type of social engineering attack does this describe

Answers

Answer:

A phishing attack

Explanation:

Phishing attack is the process of delivering fake communications that appear to come from a trusted source. It is often done by email. The purpose is to steal personal information such as credit card and login information, or to installing malicious on the victim's PC. Phishing is a widespread sort of cyber assault that everyone should be aware of in order to stay safe.

Phishing in the banking industry seeks to get personal information such as banking logins, PINs, bank account information, and credit card details. Fraudsters utilize this data to gain access to accounts, transfer funds, perpetrate credit card fraud, or sell it on the black market. Occasionally hackers are content just to obtain user's personal information and credit card details for financial benefit. In other circumstances, phishing emails are sent in order to get employee login credentials or other details for use in more hostile assaults against a small group of people or a single firm. Phishing is a sort of cyber assault that everyone should be aware of in order to protect oneself and guarantee organizational email security.

Which type of URL gives an abbreviated path to a resource using the current page as a starting position?

Answers

A relative URL is a type of URL that gives an abbreviated path to a resource by using the current webpage as a starting position.

What is a relative URL?

A relative URL can be defined as a type of URL that doesn't contain or use the full address of a website, but only the path (location) following the domain name.

This ultimately implies that, a relative URL is a type of URL that gives an abbreviated path (location) to a web resource by using the current webpage as a starting position.

Read more on relative URL here: https://brainly.com/question/26670945

#SPJ12

An algorithm to find the perimeter of a triangle

Answers

Answer:

step 1- start

step 2- Input a,b,c

step 3 - perimeter = a+b+c

step 4 - Print the perimeter

step 5 - End

what does a dns server do

Answers

A DNS server is a type of server that translate requests for domain names into IP addresses.

What is a DNS server?

A DNS server can be defined as a type of server that is designed and developed to translate domain names into IP addresses, so as to allow end users access websites and other internet resources through a web browser.

This ultimately implies that, a DNS server is a type of server that translate requests for domain names into IP addresses.

Read more on a website here: https://brainly.com/question/26324021

#SPJ12

Which is a major drawback of muliuser procesing of a database

Answers

The main drawback of multiuser processing of a database is:

Lost-update problem.

What is  lost-update problem?

In the area of lost update problem, an update that has been carried on to a data item by a transaction is said to be lost as it is known to be overwritten by the update that has been carried on by another transaction.

Therefore, The main drawback of multiuser processing of a database is:

Lost-update problem.

Learn more about database from

https://brainly.com/question/26096799

#SPJ12

I don't want my large video files using up all my hard drive space . can i archive my videos in on dvds or blu rays?

Answers

Answer:

yes but it's barely safe

You have been receiving a lot of phishing emails sent from the domain kenyan.msn.pl. Links within these emails open new browser windows at youneedit.pl. You want to make sure that these emails never reach your inbox, but you also want to make sure that emails from other senders are not affected. What should you

Answers

The thing that should be done is to add kenyan.msn.pl to the email blacklist.

What is phishing?

It should be noted that phishing simply means an attempt to steal ones money by taking the users information online.

In this case, the thing that should be done is to add kenyan.msn.pl to the email blacklist.

Learn more about phishing on:

brainly.com/question/2537406

#SPJ12

you're using a linux distribution that uses rpm for package management. which command would you use to install httpd, the apache http server package, and all its dependencies?

Answers

The command that a person would use to install httpd is known to be yum install httpd.

What is the command about?

Note that in any Linux distribution that often employs the use of RPM for package management, the act of inputting yum install httpd at the command line will hep a person to be able to install the Apache HTTP Server package and any of its dependencies.

Note that YUM automatically find and downloads RPM packages and as such The command that a person would use to install httpd is known to be yum install httpd.

Learn more about  linux distribution from

https://brainly.com/question/13139061

#SPJ11

why open source software is very important for the country like Nepal​

Answers

Collaboration promotes innovation through open source licensing. Many of the modern technology we take for granted would not exist today without it or would be hidden behind the restrictions of the patent system. Technology has advanced so quickly over the last few decades because of the open source movement.

a help desk structured into levels or tiers of support uses a ____ support model.

Answers

A help desk that is structured into levels or tiers of support uses a multilevel support model.

What is a multilevel support model?

A multilevel support model can be defined as a type of model that is structured into two or more (multiple) levels or tiers, for the purpose of efficiency and control.

This ultimately implies that, a help desk that is structured into levels or tiers of support uses a multilevel support model.

Read more on multilevel support model here: https://brainly.com/question/15172615

#SPJ11

Other Questions
Triangle is reflected across the y-axis and then dilated by a factor of centered at the origin. Which statement correctly describes the resulting image, triangle ? Image of right triangle ABC in a graph with vertices A (minus 4, minus 2), B (4, minus 2), and C (4, 4) A. Both the reflection and dilation preserve the side lengths and angles of triangle . B. The reflection preserves the side lengths and angles of triangle . The dilation preserves angles but not side lengths. C. The dilation preserves the side lengths and angles of triangle . The reflection does not preserve side lengths and angles. D. Neither the reflection nor the dilation preserves the side lengths and angles of triangle . Which of these reactions are acid-base reactions? Menelaus ordered the Greek army to ____________ Troy.a. challengeb. attackc. trick Make a String ArrayList.Then write a Java method that swaps the first and last elements. The radius of a circle is 0.00012 * 10 ^ 5 * f * t . What is the area of the circle? Use the formula A = pi * r ^ 2 In the laboratory you dissolve 12.2 g of iron(II) iodide in a volumetric flask and add water to a total volume of 500 mL.What is the molarity of the solution? M.What is the concentration of the iron(II) cation? M.What is the concentration of the iodide anion? M.In the laboratory you dissolve 16.8 g of iron(III) sulfate in a volumetric flask and add water to a total volume of 250 mL.What is the molarity of the solution? M.What is the concentration of the iron(III) cation? M.What is the concentration of the sulfate anion? M.You wish to make a 0.271 M hydrobromic acid solution from a stock solution of 12.0 M hydrobromic acid. How much concentrated acid must you add to obtain a total volume of 50.0 mL of the dilute solution? mL I want to know the answer quick True or False? A circle could be circumscribed about thequadrilateral below. A. True B. False The enclosure movement encouraged industrialization in Great Britain because On Thursday, the amount of snowfall was 1/8 cm. On Wednesday, the amount of snowfall was 4 1/4 cm. What was the amount of snowfall on the two days combined? Which expression is equivalent to 3^0x3^-3? What are the solutions of the equation x4 - 5x2 - 14 = 0? Use factoringto solve. The graph of f(x)=x2 is shown. Use the parabola tool to graph the function g(x)=(12x)2. To graph a parabola, first plot the vertex then plot another point on the parabola. How did the creation of a cult of personality around Joseph Stalin affect Soviet society? A. It forced citizens to hide any negative opinions or beliefs about Stalin. B. It led to a massive rebellion aimed at overthrowing Stalin.C. It required citizens to publicly condemn the leadership of Vladimir Lenin. D. It encouraged leaders to explain their policy concerns directly to Stalin. find the perimeter: (use 3.14 for pi): Which type of text ridicules something in order to expose or correct it?allegoryfablemythsatire Two fire trucks on the ground on either side of a burning building or 1.3 miles apart. they each measure the angle of elevation to the fire which are 58 and 52. How far is each truck from the fire? Please help ASAP thank you so much! How does Glenn Ligon's missing person art combine historical context with modern concepts of identity? a. This is meant to show how little we really know about our friends in a busy world O b. By framing the actual language his friends gave about him with slave depictions, it highlights how slavery and the language around us still influences how people see others. Oc. It is a humorous approach to a missing persons poster and shows how we are all lost at some point. How does Glenn Ligon's missing person art combine historical context with modern concepts of identity ? a . This is meant to show how little we really know about our friends in a busy world O b . By framing the actual language his friends gave about him with slave depictions , it highlights how slavery and the language around us still influences how people see others . Oc . It is a humorous approach to a missing persons poster and shows how we are all lost at some point . Read the two passages.Passage 1Violence in video games is unavoidable. More than half of the top video games contain some element of violence. Does this lead to violence in the real world? Logical people know the answer, and the facts prove it. Between 1994 and 2004, video game sales increased by 204 percent. During that same time period, the arrest rate for juveniles committing violent crimes decreased by 63 percent. These facts make it obvious that video games are not a problem.Passage 2The majority of video games contain violence. Children playing these games leads directly to acts of violence. Several studies, including a 2014 study by the Journal of the American Medical Association, have shown a correlation between persistent video game use and aggressive behavior. While my own children play video games, they do not play games labeled "Mature. Simply avoiding these games and allowing children to play the thousands of other available games is a logical way to avoid a potential problem.Which passage provides the more effective argument, and why?Passage 1 is more effective because passage 2 relies on personal anecdotes as the main evidence.Passage 1 is more effective because it uses overstatement for extra emphasis, and passage 2 does not.Passage 2 is more effective because it contains logical and anecdotal, while passage 1 contains a bandwagon appeal and a false dilemma. Passage 2 is more effective because it presents data as empirical evidence, and passage 1 does not. Why american employers don't get enough immigrants?