Which of the following is an advantage of using proprietary licensed software?

Answers

Answer 1

Answer:

pretty sure it’s b

Explanation:

Answer 2

Answer:

C

Explanation:

did it on edge


Related Questions

Based on the following code segment, what is the value of variable z?
var x = "hello";
var y= "world!";
var z = y.length 2 x.length + (3);

Answers

The value of variable z can be calculated by first evaluating the expression y.length - 2 * x.length, which involves subtracting twice the length of x from the length of y.

The length of x is 5, and the length of y is 6.

So y.length - 2 * x.length evaluates to 6 - 2 * 5, which is -4.

Then, the expression (3) is simply the number 3.

Adding these two values together gives:

z = -4 + 3 = -1

Therefore, the value of variable z is -1.

a model often used when creating a program that begins with the overall task and refines it into smaller subtasks is a(n) group of answer choices none of these blueprint uml diagram hierarchy chart flowchart

Answers

A model often used when creating a program that begins with the overall task and refines it into smaller subtasks is a hierarchy chart.

A hierarchy chart is a model that shows the organization of tasks into subtasks to be accomplished, which helps break down a complex task into smaller, more manageable tasks. It helps in planning, managing, and controlling project activities. A hierarchy chart is a visual representation of the organizational structure of a system.

The hierarchy chart may begin with a general system or program objective and work down to the specific components that make up the system or program. It breaks down a project into manageable components and sub-components, making it easier to organize and manage the project activities, track progress, and monitor resource allocation. Thus, the hierarchy chart is the most appropriate model used when creating a program that begins with the overall task and refines it into smaller subtasks.

Learn more about example of the hierarchy chart https://brainly.com/question/28139625

#SPJ11

List three ideas for checking in with your progress and recognizing completion on your actions.

Answers

One idea for checking in with your progress and recognizing completion on your action is to set specific milestones or targets along the way and regularly evaluate your progress towards them.

How can you effectively track your progress and acknowledge completion of your action?

To effectively track your progress and acknowledge completion of your action, it is important to establish clear milestones or targets that can serve as checkpoints. Break down your overall goal into smaller, measurable objectives that can be achieved incrementally.

Regularly assess your progress by comparing your actual achievements against these milestones. This will provide you with a tangible way to track your advancement and ensure that you stay on track. Once you reach a milestone or successfully complete a specific objective, take the time to acknowledge and celebrate your achievement.

Read more about action check

brainly.com/question/30698367

#SPJ1

A ____________________________ - controlled loop uses a true/false condition to control the number of times that it repeats.

Answers

A loop-controlled loop uses a true/false condition to control the number of times that it repeats.

This type of loop is also known as a conditional loop. It allows a certain block of code to be executed repeatedly until the condition evaluates to false. The condition is usually placed at the beginning or end of the loop, determining whether the loop should continue or terminate.

In this type of loop, the condition is checked before each iteration. If the condition is true, the code block is executed, and the loop continues to the next iteration. If the condition is false, the loop terminates, and the program moves on to the next statement after the loop.

Loop-controlled loops are commonly used when you want to repeat a block of code a certain number of times or until a specific condition is met. They provide a flexible and efficient way to automate repetitive tasks in programming. Examples of loop-controlled loops include the while loop and the do-while loop in languages like Java, C++, and Python.

In conclusion, a loop-controlled loop uses a true/false condition to control the repetition of a code block. It allows for efficient and controlled execution of code until the condition evaluates to false.

To learn  more about loop:

https://brainly.com/question/14390367

#SPJ11

Lorann sends messages to Aiden that always go into Aiden’s Junk E-mail folder. Which process would best correct this problem so that Lorann’s messages no longer go into Aiden’s Junk E-mail folder?
A. adding Aiden to the Safe Senders list
B. adding Aiden to the Safe Recipients list
C. adding Lorann to the Safe Senders list
D. adding Lorann to the Safe Recipients list

Answers

C doing this for points

Answer:

b

Explanation:

a search engine is website software that finds other pages based on keyword matching similar to . group of answer choices true false

Answers

True. A search engine is a software program that searches a database of internet resources such as web pages or other information sources based on specific keywords or phrases provided by the user.

The search engine matches the keywords or phrases with the content of the resources and returns a list of the most relevant results. The process of finding and indexing these resources is called web crawling, and search engines use complex algorithms to analyze and rank the relevance of the results based on various factors such as keyword density, link popularity, and other metrics. The goal of a search engine is to provide the user with the most relevant and useful information possible based on their search query.

Learn more about  query here: https://brainly.com/question/31230588

#SPJ11

The goal of a system is to

a) be natural or human-made

b) use energy

c) perform a task

d) be social or physical

Answers

Answer:

d it is d I know cause I answered it on a test I had

hope it helps

Which if the following broad categories is not a type of analytic technique?a. manipulative analyticsb. descriptive analyticsc. predictive analyticsd. prescriptive analytics

Answers

Descriptive, Diagnostic, Predictive, and Prescriptive analytics are the four different categories.

Businesses rely on three different forms of analytics to help them make decisions: descriptive analytics, which explain what has actually occurred; predictive analytics, which show us what might happen; and prescriptive analytics, which explain what ought to occur going forward. Students use the mean, mode, median, and range to analyze the data and draw conclusions. Using both recent and old data, descriptive analytics seeks out patterns and connections. Because it only describes trends and associations without going any further, it is frequently referred to as the most basic type of data analysis.

Learn more about data here-

https://brainly.com/question/11941925

#SPJ4

as a faculty member, i can log onto my personal file system i use at work from home via the internet. what am i using?

Answers

The right response is extranet. In contrast to an intranet, an extranet is a private network that is accessible to other parties such as suppliers, critical customers, and business partners.

An extranet's primary function is to enable user data and application exchange as well as information sharing. A secret, internal corporate network called an intranet allows your staff to communicate more effectively, share information, and collaborate. Your company may interact and work together more efficiently with chosen suppliers, customers, and business partners thanks to an extranet. You may cooperate and interact with clients, customers, and stakeholders more efficiently while using extranets since they provide a secure network. Consolidate procedures like online ordering, order monitoring, and inventory management, for example, by integrating supply chains.

Learn more about extranet here-

https://brainly.com/question/13263185

#SPJ4

Please please help ASAP it’s timed

Please please help ASAP its timed

Answers

Answer:By pressing the Control key and the “C” key

Explanation:

Hopefully it could help you

Why is it important for an app developer to work closely with the client and end users to understand what their users want and need?

Answers

if the app developer doesn't meet the clients needs within the app the client may be dissatisfied, and not use the app. The client could also spread the word that this app developer dosen't listen to their customers and this could jeopardize future clients wanting to work with the app developer.

explain four features of presentation packages​

Answers

You have add more for anyone to be able to answer this, sorry

True or False: in excel, text that begins with a number is still considered text.

Answers

False. In Excel, a value that starts with a number is often interpreted as a numeric value rather than as text. But, you may format the cell as text before entering the value .

If you want to have Excel treat a value that starts with a number as text. To accomplish this, pick the desired cell or cells, do a right-click, select "Format Cells," and then select the "Text" format. You are true that Excel frequently interprets values that begin with numbers as numeric values. When working with data that includes both text and numbers, this behavior may provide unexpected outcomes. Excel tries to interpret cells that begin with numbers as numbers when it encounters them. Excel will read a cell as a number if it solely includes numeric characters (0–9, decimal point, negative sign). Excel will regard a cell as text if it contains any non-numeric characters. You can format the cell as text before entering the value if you want Excel to consider a value that begins with a number as text.

learn more about Excel  here:

https://brainly.com/question/30324226

#SPJ4

Use parallel and highway in a sentence

Answers

Answer:

The road ran parallel to the highway, with the Uncompahgre River separating the unpaved road from the main thoroughfare to the east.

Answer:

QUESTION:

Use parallel and highway in a sentence

ANSWER:

We were on the highway parallel to the train tracks.

Explanation:

Hope that this helps you out! :)  

If any questions, please leave them below and I will try my best and help you.  

Have a great rest of your day/night!  

Please thank me on my profile if this answer has helped you!

PLEASE HELP ASAP!
What is the full form of the acronym SRS?
A- software requirement specifications
B- software requirement system
C- specifications requirement software
D- specifications system software

Answers

A- software requirement specifications

Answer:

A. software requirement specifications

How many asterisks does the following code fragment print? a = 0while a < 100:b = 0while b < 100:c = 0while c < 100:print('*', end='')c++;b += 1a += 1print()

Answers

The given code fragment will print a total of 1,000,000 asterisks.

This is because there are three nested while loops, each of which runs for 100 iterations. The innermost loop is responsible for printing the asterisks, so it will print one asterisk for each iteration. Since there are 100 iterations of the innermost loop for each iteration of the middle loop, and 100 iterations of the middle loop for each iteration of the outer loop, the total number of asterisks printed will be 100 * 100 * 100 = 1,000,000.

Here is the code fragment with the proper HTML formatting:

a = 0
while a < 100:
 b = 0
 while b < 100:
   c = 0
   while c < 100:
     print('*', end='')
     c++;
   b += 1
 a += 1
print()

So, the answer to the question is 1,000,000 asterisks will be printed.

You can learn more about printing asterisks at

https://brainly.com/question/30408844

#SPJ11

Which term defines and describes data and its relationship?

data requirements

project modeling

project infrastructure

data modeling

Answers

Answer:

data modeling

Explanation:

Data model. A formal method of describing data and data relationships. Entity-relationship (ER) modeling. A conceptual database design method that describes relationships between entities.

what is the shortcut key that repeats the last task?

Answers

Answer:

Cntrl+Y

Explanation:

who want points hehehhheheehhe

Answers

Answer:

yoo pap i :v

p

Explanation:

Answer:

Hey I want points

Explanation:

Because I am selfish and do not liking to get to my rewards

int number = count("franklin");
Which of the following statements is true about the code above?

The value in "number" was passed back from a call to 'count'

The value in "franklin" was passed back to count by number

The method 'count' must be defined as 'void'

The method count takes an int and returns a String

Answers

None of the statements is true about the program code above.

Give reasons why none of the statements is true.

The code snippet Int number = count("franklin"); suggests that there is a method called count that takes a string parameter and returns an integer value. The method probably counts the number of characters in the given string and returns it.

The statement is true because the value in number is assigned from the returned value of count("franklin"). The method count is called with a string parameter "franklin", which is passed to the method, and the method returns an integer value. This integer value is assigned to the number.

It is important to note that we don't know how the count method is implemented, but based on the code snippet, we can infer that it takes a string parameter and returns an integer value. The code snippet provides no information about whether count must be defined as void or takes an int parameter and returns a string, so the third and fourth options are incorrect.

To learn more about program, visit:

https://brainly.com/question/14368396

#SPJ1

How does Internet play an important role in our daily lives?

Answers

The Internet has become an essential part of our daily lives, and it plays a crucial role in many aspects of our personal and professional activities. Here are some ways in which the Internet is important in our daily lives:

1. Communication: The Internet has revolutionized the way we communicate with each other. It has enabled us to connect with people from all over the world instantly, through email, social media, messaging apps, and video calls.

2. Information: The Internet is a vast repository of information on virtually any topic. It has made it easy for us to access news, research, and other resources, allowing us to stay informed and make better decisions.

3. Entertainment: The Internet is a source of endless entertainment, from streaming videos and music to playing games and reading blogs. It has provided us with new ways to relax and unwind, as well as to connect with others who share our interests.

4. Education: The Internet has transformed education by making it more accessible and affordable. It has enabled students to take online courses, access educational resources, and collaborate with teachers and peers from all over the world.

5. Commerce: The Internet has revolutionized the way we buy and sell goods and services. It has made it possible for us to shop online, compare prices, and access a wider range of products than ever before.

6. Work: The Internet has transformed the way we work, making it possible for us to work remotely, collaborate with colleagues from different locations, and access work-relatedresources from anywhere. It has also enabled new forms of entrepreneurship and innovation, such as e-commerce and online marketing.

7. Social connections: The Internet has made it easier for us to connect with others who share our interests and values. It has enabled us to join online communities, participate in social networks, and build relationships with people from all over the world.

Overall, the Internet has become an indispensable part of our daily lives, and it continues to evolve and transform the way we live, work, and communicate. Its impact is felt in virtually every aspect of our lives, and it has opened up new opportunities for personal growth, education, and social and economic development.

John is given a laptop for official use and is on a business trip. When he arrives at his hotel, he turns on his laptop and finds a wireless accesspoint with the name of the hotel, which he connects to for sending official communications. He may become a victim of which wireless threat

Answers

Answer:

Evil Twins Attack

Explanation:

When John connects to the wireless access point with the name of the hotel, it could be a fake SSID created by a hacker. When John connects to this "evil twin" the hacker can start to steal data.

I need help with this question

I need help with this question

Answers

The DESPILL FACTOR and DESPILL BALANCE sliders are typically used in greenscreening or chroma keying workflows in visual effects or video production software.

What is the sliders affect?

They affect the process of removing color spill or contamination from a greenscreen or chroma key footage, where unwanted color from the greenscreen spills onto the subject or foreground.

DESPILL FACTOR: The DESPILL FACTOR slider controls the strength or intensity of the color spill removal. It determines how much of the unwanted color spill is removed from the foreground or subject. A higher DESPILL FACTOR value will result in more aggressive color spill removal, while a lower value will result in less removal or a more subtle effect.

DESPILL BALANCE: The DESPILL BALANCE slider controls the balance between the colors that are used to replace the removed color spill. It determines how the replacement color is balanced with the original colors in the foreground or subject. A higher DESPILL BALANCE value will result in a more neutral or balanced replacement color, while a lower value may result in a more dominant or noticeable replacement color.

Both the DESPILL FACTOR and DESPILL BALANCE sliders are used in combination to achieve a visually pleasing result in removing color spill and integrating the subject or foreground with the background in a greenscreen or chroma key composite. The optimal settings for these sliders may vary depending on the specific footage, lighting conditions, and desired visual effect, and may require experimentation and adjustment to achieve the desired result.

Read more about sliders affect here:

https://brainly.com/question/4084004

#SPJ1

See text below



Greenscreening Quiz

What do the DESPILL FACTOR and DESPILL BALANCE sliders affect?

B

U

When the computer translates digital information to information humans can use, it is called.

Answers

Machine Translation (MT) is the process of using Artificial Intelligence (AI) to translate computer language to human visual interfaces.

Or you may be looking for the term User Interface or (UI)

In a binary search tree a new element is always inserted into a leaf node. true false

Answers

True, In a binary search tree a new element is still inserted into a leaf node.

Where are leaf nodes on a works?

A node on a plant is only the location on a stem to which a leaf or branch is attached. If the leaf has dropped off then there will be a leaf scar. More: A node is an area on a branch where buds are discovered.

What is leaf node and non leaf node?

A leaf is a node with no youngsters. An internal node is a non-leaf node Siblings are nodes with the identical parent. The ancestors of a node d are the nodes on the course from d to the root.

To learn more about internodes, refer

https://brainly.com/question/1447294

#SPJ4

Which type of inventory control is expensive but helps keep inventory especially secure? A. RFID tags B. Barcodes C. Visual merchandising D. CRM software Please select the best answer from the choices provided A B C D.

Answers

Answer:

a) RFID tags

Explanation:

yeah they're super expensive but keep everything secure so nothing gets in it .

Cloud source llc sells to distribution inc. A promising idea for a technological innovation that looks promising but that is still being developed. This is.

Answers

Since Cloud source llc sells to distribution inc. A promising idea for a technological innovation that looks promising but that is still being developed. This is known to be ethical and legal.

What is ethical and legal standard?

The term Legality is known to be a term that connote any kind of act that is said to be in line or in accordance with the rule of law/law.

Ethics is known to be a term that connote the concepts that is based on right and wrong behavior of people.

Some actions can be said to be legal but in some, people do see it as not ethical. Therefore, Since Cloud source llc sells to distribution inc. A promising idea for a technological innovation that looks promising but that is still being developed. This is known to be ethical and legal.

Learn more about ethical  way from

https://brainly.com/question/13383200
#SPJ1

Cloud Source LLC sells to Distribution Inc. a promising idea for a technological innovation that looks promising but that is still being developed. This is O a. ethical but illegal To b. ethical and legal. O c. illegal and unethical. 10 d. legal but unethical.

unit 13 student panel discussions are one way to raise awareness about cyberbullying and how to cope with it. what makes these types of events so powerful?

Answers

Student panel discussions are one way to raise awareness about cyberbullying and how to cope with it. These types of events are so powerful due to several reasons.

First and foremost, student panel discussions are so powerful since they involve the perspectives of students themselves. Listening to students discuss their personal experiences with cyberbullying can help other students understand that they are not alone and that cyberbullying is a real problem that affects many people.

As such, student panel discussions foster an environment of openness and inclusivity, where students can share their experiences in a safe and supportive space. Furthermore, student panel discussions are so powerful since they provide practical advice on how to cope with cyberbullying.

To know more about  cyberbullying visit:

https://brainly.com/question/17703984

#SPJ11

CAN ANYONE HELP ME UNDERSTAND HOW TO TEXT ON HERE PLASE I DONT GET IT.

what is 6+8^3x678

Answers

Answer:sheesh

Explanation:

sheesh bob

Answer:

347142

Explanation:

the technology used for any cellular communication that is portable. Criline wirwer| Carncethtive eraiketirg intelligence Causal research Matile technoloby Question 8 is repetitive interaction between a custemer and a specific brand. Cintomer lavalty Ontomer ergagemicot Customer rewards maragement Ethical maketine Question 9 Is the communication between the company and the customer that causes a reaction an inter Custamer engagement Ountomet tewartis manasement Customer value Cistomet lovalty Question 10 customers that have needs that can be met by the company and is a viable market to serve. Cavsal sesearch Target market Prace Ethical marketing:

Answers

Customer loyalty, customer engagement, and target market are all important concepts in marketing and business.

Question 8: Customer loyalty

Question 9: Customer engagement

Question 10: Target market

Question 8 refers to the repetitive interaction between a customer and a specific brand, which is known as customer loyalty. It indicates that the customer consistently chooses and supports a particular brand.

Question 9 involves the communication between the company and the customer that elicits a reaction or response from the customer. This is referred to as customer engagement, where the customer actively interacts with the company.

Question 10 pertains to customers who have specific needs that can be fulfilled by the company and represent a viable market segment to serve. This is known as the target market, which the company aims to target and cater to with its products or services.

In conclusion, customer loyalty, customer engagement, and target market are all important concepts in marketing and business. Understanding and effectively managing these aspects can contribute to the success and growth of a company.

To know more about marketing and business visit

https://brainly.com/question/25369230

#SPJ11

Other Questions
Assume that three types of used cars exist, in equal numbers. A high-quality car is worth $16,000, a mid-quality is worth $9,000, and a low-quality is worth $5,000. Sellers know the quality of the cars they sell, but buyers cannot observe quality. Everyone is risk neutral. a. If all sellers were to put their cars on the market, how much would a buyer willingly pay? Why? b. Does your answer to part a) also equal the market equilibrium price? Explain how the market reaches equilibrium. Which cars sell and at what price? I need answers for multiple assments Please show steps to answer How many moles of magnesium are needed to react with 3. 0 mol of O2?2Mg(s) + O2(g) 2MgO(s) which couple had secret trysts in the local cemetery? Describe these points with a double inequality What drugs prescribed by a doctor or in a dental office would interact with benztropine mesylate? he central region of a spiral galaxy that is yellowish in color is called the Find the perimeter of the quadrilateral in simplest form. programs that focus on identifying and reducing hidden biases against people with differences and developing the skills needed to manage a diversified workforce is known as A box contains 4 black pens and 2 red pens. One pen is chosen at random, and then another pen is chosen at random without replacement. What is the probability a black pen was chosen, and then another black pen? * _____ surgery is done to treat epilepsy that does not respond well to medications. "I've taught Sunday school at your church for years, babysat your children, and served as a playground director." This is MOST an example ofO PathosO MigosO EthosO Logos how could you classify the following shape?A.QuadrilateralB.Rectangle C.Rhombus D.Square identify the correct research method and explain why it is.does touch affect the physical growth of children?case studycorrelationional studyexperimental studynaturalistic observationsurvey We can give employment to from 50 to 100 girls, at the usual wages paid in this place. Our custom is to pay to new hands one dollar per week, & board in the Weaving & Dressing Rooms, & one dollar & a half & board, in the Carding & Spinning Rooms, until they can tend the Machines without assistance. After that they are paid for all the work they can get off. ... -John Clark, July 27, 1847 The economic growth demonstrated by this recruitment letter was primarily a result of Swifty Corporation has a December 31 year end. On January 1, 2022, the company had the following shareholders equity accounts:Preferred Shares, $2 non-cumulative, unlimited number authorized, 7,500 issued $1,912,500Common Shares, unlimited number authorized, 225,000 issued 3,600,000Retained Earnings 3,045,000Swifty had the following transactions during 2022:Feb 28 - Issued 1,000 Preferred shares at $110 per share.Apr 3 - Reacquired 9,000 Common Shares at $14 a share.Prepare the appropriate journal entries for the transactions during 2022.(Credit account titles are automatically indented when the amount is entered. Do not indent manually. Record journal entries in the order presented in the problem. List all debit entries before credit entries.) because of the electoral college, presidential candidates generally spend most of their time and resources in . a. states where there are competitive local races so that they can raise money for their own general election campaigns b. competitive states, especially large ones c. california, texas, and new york because they are the biggest states d. coastal and border states because they are the so-called blue states Zoe invested $5,500 in an account paying an interest rate of 8 1/2% compounded continuously. Aubrey invested $5,500 in an account paying an interest rate of 8 1/4% compounded annually. To the nearest dollar, how much money would Aubrey have in her account when Zoe's money has doubled in value? Which of the following represents a tragedy of the commons? Plastic trash in the neighborhood park Two hospitals for the town's residents Leaves piled in a person's backyard Plenty of food at a local market