internet-based development treats the traditional systems development environment as the platform, rather than just a communication channel

Answers

Answer 1

For internet-based developmnent many applications require substantial desktop computing power and resources, so the correct answer is option (c).

As a result, we can observe that a standard systems development environment involves the usage of a significant portion of the desktop's processing power and resources, both of which are being utilised by many apps simultaneously.

The conventional systems development process is available to any organisation that needs to create a system. To achieve some outcomes and produce the needed system, system designers and developers must follow and finish a series of steps in these techniques.

The planning, system analysis, system design, development, implementation, integration, testing, and operations and maintenance phases of the systems development life cycle are included.

Learn more about internet-based development:

https://brainly.com/question/15100546

#SPJ4

The complete question is ''Which of the following is true of a traditional systems development environment?​ a. ​ Systems are developed and delivered in an Internet-based framework such as .NET or WebSphere. b. ​ Systems are easily scalable and can run on multiple hardware environments. c. ​ Many applications require substantial desktop computing power and resources. d. ​ Internet-based development treats the traditional systems development environment as the platform, rather than just a communication channel''.


Related Questions

Which of the following is not a computer hardware?

A.monitor
B.internet
C.keyboard
D.mouse

Answers

Answer:internet

Explanation:

Memory is not hardware components computer.
Computer hardware includes the physical parts of a computer, such as a case, central processing unit (CPU), random access memory (RAM), monitor, mouse, keyboard, computer data storage, graphics card, sound card, speakers, and motherboard.

https://testbook.com/question-answer/which-one-of-the-following-is-not-a-hardware-compo--61cab6aea48e53d3ab9c09cf/amp
Hope it helps:)

Often presented visually on an executive dashboard, what type of report focuses attention on business processes whose performance falls outside of the tolerance ranges defined a kpi metric?.

Answers

The answer to the assertion whose performance falls outside of the tolerance ranges defined a KPI metric made is an exception.

Does metric correspond to KPI?

Metrics are often operational or tactical, whereas KPIs are strategic. Metrics are less complex indications that are unique to a department, whereas KPIs can be reviewed by many departments that are working toward the same goal. KPIs assist you in making strategic decisions, whilst metrics give you a perspective on your business activity.

What is a KPI measurement?

The metrics you use to assess tasks, goals, or objectives that are essential to your business are known as key performance indicators, or KPIs. The use of the word "key" in the sentence denotes that the words have a unique or important meaning. KPIs serve as measurable benchmarks in relation to established targets.

To know more about KPI metric visit:

brainly.com/question/28455765

#SPJ4

a fellow analyst believes that an attacker briefly authenticated to your company wifi network and might have compromised some machines. your colleague collected network traffic and ran two splunk queries that might be helpful in your investigation. attached are resources provided by the analyst for your evaluation. course hero

Answers

You can always choose to perform a Windows reinstall (clean install/reformat) instead, which would delete all dangerous files associated to ransomware and destroy all of your computer's data, including all of your files, installed programs, and settings, so make a backup of your crucial information first.

How to illustrate the information?

It is malware that corrupts files and spreads when the infected file or another application runs it. The impact of hostile code can be innocuous or can result in the loss of data and resources.

Simply reinstalling the operating system won't be able to unlock your files because the ransomware (as it is typically understood) has encrypted all of your crucial documents, pictures, videos, and other types of files while typically leaving your operating system operational.

The best way to recover from a disk image backup is to simply restore the disk image, overwriting any existing data to get back what you had before the backup.

Therefore, you can fully re-install Windows on the victim machine by destroy all of your computer's data, as reinstalling.

Learn more about Window on:

https://brainly.com/question/25243683

#SPJ1

A fellow analyst believes that an attacker briefly authenticated to your company wifi network and might have compromised some machines. your colleague collected network traffic and ran two splunk queries that might be helpful in your investigation. attached are resources provided by the analyst for your evaluation

Why should you fully re-install Windows on the victim machine?

output: print out the longest common sequence(s) for the two strings. if there is more than one longest common sequence then print each of those sequences on separate lines in alphabetical order. use the built-in sort function for lists. the sequences should be left aligned. leave a blank line between the output of each input pair. there should be a blank line at the end. if there is no common sequence your program should output no common sequence found.

Answers

The program that shows the given output in python is as below.

How to write a Python Program?

For the program we want to write, the program should have a good, clean logical structure. We will be looking at good documentation and descriptive variable names as well as adhere to the standard coding conventions in Python.

A sample template of this program is as follows;

# Input: s1 and s2 are two strings that represent strands of DNA

# Output: returns a sorted list of substrings that are the longest

#         common subsequence. The list is empty if there are no

#         common subsequences.

def longest_subsequence (s1, s2):

def main():

 # read the data

 # for each pair

   # call longest_subsequence

   # write out result(s)

# insert blank line

if __name__ == "__main__":

 main()

Read more about Python Program at; https://brainly.com/question/26497128

#SPJ1

is a programming platform that is used to develop applications that are highly interoperable across a variety of platforms and​ devices, such as desktop​ computers, mobile​ computers, or smartphones.

Answers

Microsoft .NET is a programming platform that is used to develop applications that are highly interoperable across a variety of platforms and devices, such as desktop computers, mobile computers, or smartphones.

Microsoft .NET is a powerful programming platform that enables developers to create applications that are highly interoperable across a variety of platforms and devices. .NET provides a wide range of tools and technologies that make it easy to develop applications for desktop computers, mobile devices, or even the cloud. .NET is also a great platform for building web applications, as it supports a wide variety of standards and technologies.

Learn more on Microsoft .NET here:

https://brainly.com/question/14526761

#SPJ4

elements that have little or no effect on search results include . select all that apply. a. keywords b. stop words c. search operators d. capital letters

Answers

Elements that have little or no effect on search results include:

b. stop words.

d. capital letters.

What is a binary search?

Binary search can be defined as an efficient algorithm that is designed and developed for searching an element (information) from a sorted list of data that are stored on a database, especially by using the run-time complexity of Ο(log n)

Note: n is the total number of elements in a list.

In Computer technology, elements that have little or no effect on search results include he following:

Stop words.Capital letters.

However, keywords and search operators are important elements that have a significant effect on search results.

Read more on binary search here: https://brainly.com/question/24268720

#SPJ1

your organization has recently suffered a data breach due to a server being exploited. as a part of the remediation efforts, the company wants to ensure that the default administrator password on each of the 1250 workstations on the network is changed. what is the easiest way to perform this password change requirement? revoke the digital certificate deploy a new group policy create a new security group utilize the key escrow process see all questions back next question

Answers

The easiest way to perform this password change requirement is: B. deploy a new group policy.

What is a password?

A password can be defined as a string of characters, phrase or word that is designed and developed to distinguish an unauthorized user from an authorized user, especially through an identification and authentication process.

What is a password policy?

A password policy can be defined as a set of rules and standard that are designed and developed by the data security or networking team of an organization, so as to enhance computer security and ensure all password meet the minimum requirements such as:

Password maximum age.Password minimum length.Password combination

In this scenario, we can reasonably infer and logically deduce that the easiest way to perform this password change requirement is to deploy a new group policy because it would apply to all of the company's employees.

Read more on password here: brainly.com/question/19116554

#SPJ1

what are the relative costs of treating a drug susceptible form of disease, compared to treating a resistant strain of the same disease? a. there is no pattern b. they are about the same c. they are lower d. they are higher

Answers

The relative costs of treating a drug susceptible form of disease, compared to treating a resistant strain of the same disease is that option they are lower.

What is drug susceptible of a disease?

Drug susceptible form of any disease is known to be one is the opposite the other.

Note that If a person is infected with the disease that are fully susceptible, it means that all of the drugs will be effective so long as they are taken  well but that is not the case with  resistant strain.

Therefore, The relative costs of treating a drug susceptible form of disease, compared to treating a resistant strain of the same disease is that option they are lower.

Learn more about resistant strain from

https://brainly.com/question/27333304

#SPJ1

your dod common access card has a public key ifrastructure token approved for acces to the non classified internet protocol router

Answers

A public key infrastructure token on your dod common access card has been authorised for use with the NIPRNet.

This is a non-classified Internet Protocol (IP) Router Network (NIPRNet).

Your DoD common access card comes with a public key infrastructure token that has been authorised for access to the NIPRNet, which is a specific kind of IP network that is typically used to send and receive unclassified data like information topic.

The US Defense Department in Washington oversees Siprnet, a global military internet network that is maintained separate from the public internet.

Learn more about public key:

https://brainly.com/question/18560219

#SPJ4

a cybersecurity analyst at a mid-sized retail chain has been asked to determine how much information can be gathered from the store’s public webserver. the analyst opens up the terminal on his kali linux workstation and uses netcat to gather some information.

Answers

Analytist engaged in banner grabbing.

A method for learning details about a computer system on a network and the services it has open on its ports is banner grabbing.

In the test, a target web server was connected to using the netcat command "nc test.diontraining.com 80."

Following that, an HTTP request (HEAD / HTTP/1.1) is sent. The response includes details about the service being used by the webserver.

In this illustration, the operating system and server software version (Apache 2.0.46) (Red Hat Linux).

X) Cross-Site Scripting (XSS) attacks involve inserting malicious scripts into otherwise safe and reputable websites.

XSS attacks take place when an attacker sends malicious code, typically in the form of a browser side script, to a separate end user using an online application.

Y) SQL injection is a method of attacking data-driven applications by injecting malicious SQL statements into entry fields for execution, such as dumping the contents of databases to the attacker.

Z) Information about the owner of the website, not the server's operating system, would be returned in response to a WHOIS database query.

Learn more here:

https://brainly.com/question/27218201

#SPJ4

What are the three types of technological data?

Answers

Answer:

numerical data, categorical data, and original data.

Explanation:

your enterprise experienced several technical issues over the last few days. there were multiple instances of passwords needing to be changed and other issues causing downtime. management has started receiving voicemails regarding fraudulent activities on their accounts. while the voicemails sound authentic, the help desk concludes that they are fake. what type of malicious activity will this be considered?

Answers

A type of malicious activity which this will be considered as is: vishing.

What is a password policy?

A password policy can be defined as a set of rules and standard that are designed and developed by the data security or networking team of an organization, so as to enhance computer security and ensure all password meet the minimum requirements such as:

Maximum age of pass.Password minimum length.Password combination.

What is social engineering?

Social engineering can be defined as an art of manipulating people, especially the vulnerable to divulge confidential information or performing actions that compromises their security.

In Computer technology, some examples of social engineering attacks include the following:

Quid pro quoSpear phishingBaitingTailgatingWater-holingPretextingPhishingVishing

What is vishing?

Vishing is an abbreviation for voice phishing and it can be defined as the use of telephony (telephone communication) to conduct phishing attacks.

In this context, we can reasonably infer and logically conclude that a type of malicious activity which this issue will be considered as is vishing.

Read more on Vishing here: https://brainly.com/question/14220906

#SPJ1

what is the special feature of the view side by side command?adds additional columns in a worksheet at onceallows you to see two parts of the same worksheet side by sidesyncs the scrolling of each worksheet while you navigate through themallows you to add multiple worksheets at once

Answers

The special feature of the view side by side command is that it syncs the scrolling of each worksheet while you navigate through them.

How to explain the information?

Word aligns two windows vertically side by side when you select the View Side by Side command. You can reposition windows on your screen while working with side-by-side documents by moving the very top of the Window frame. By pointing to any edge of the frame, you can adjust the size of the windows.

To view the two pages side by side in Word, use the View Side by Side command. When using this functionality, two separate windows with both documents open simultaneously.

To view this, open Word and select the View tab. Then, select the View side by side button. The document is now shown in two windows, one on top of the other. The documents are compared using this. To disable this view, click the "View Side by Side" button once more to return to the default view.

Learn more about command on:

https://brainly.com/question/15218967

#SPJ1

Jorge bought a new computer and had trouble installing a program. He called the technical support provided by the store where he made the purchase. The person dealing with this question is probably working in which IT pathway?

Answers

The person dealing with this question is probably working in Information Support & Services. The correct option is 3.

What is Information Support & Services?

Information support and services occupations include those involved in the deployment of information technology, such as implementing computer systems and software, database management, providing technical assistance, and managing information systems.

His services include providing computer user support, demonstrating knowledge of troubleshooting techniques, and so on.

It can provide a wealth of information that can be used to evaluate products and services.

Thus, the correct option is 3.

For more details regarding information support and services, visit:

https://brainly.com/question/7513997

#SPJ1

Your question seems incomplete, the missing options are:

1) Network Systems

2) Interactive Media

3) Information Support & Services

4) Programming and Software Development.

What program is used to create presentations made up of a collection of slides containing text and other forms of media?
O Key Pages
O PowerPoint Online
O Presentation Notes
O SlideShow Online

Answers

Answer:

PowerPoint Online

Answer:

D. SlideShow Online

Explanation:

I know the answer because this is not the answer so you might be getting it wrong

Question # 3 Multiple Choice A data unit created at the transport layer by UDP is a _____. Responses datagram datagram packet packet frame frame segment

Answers

Answer:

A data unit created at the transport layer by UDP is a datagram.

Explanation:

The User Datagram Protocol (UDP) is a minimal, connectionless network protocol that belongs to the transport layer of the Internet protocol family. UDP enables applications to send datagrams to IP-based computer networks.

satellite communication (more commonly called s-com) is the process of exchanging electronic messages between individuals over a network—usually the internet.

Answers

Satellite communication (more commonly called s-com) is the process of exchanging electronic messages between individuals over a network—usually the internet: False.

What is an e-mail?

An e-mail is an abbreviation for electronic mail and it can be defined as a software application (program) that is designed and developed to enable users exchange (send and receive) both texts and multimedia messages (electronic messages) over the Internet.

In this context, we can reasonably infer and logically deduce that electronic mail more commonly referred to as e-mail rather than satellite communication involves the exchange of electronic messages between individuals over the Internet.

Read more on e-mail here: brainly.com/question/15291965

#SPJ1

Complete Question:

Satellite communication (more commonly called s-com) is the process of exchanging electronic messages between individuals over a network—usually the internet. True or False?

question 1 scenario 1, question 1-5 you’ve just started a new job as a data analyst. you’re working for a midsized pharmacy chain with 38 stores in the american southwest. your supervisor shares a new data analysis project with you. she explains that the pharmacy is considering discontinuing a bubble bath product called splashtastic. your supervisor wants you to analyze sales data and determine what percentage of each store’s total daily sales come from that product. then, you’ll present your findings to leadership. you know that it's important to follow each step of the data analysis process: ask, prepare, process, analyze, share, and act. so, you begin by defining the problem and making sure you fully understand stakeholder expectations. one of the questions you ask is where to find the dataset you’ll be working with. your supervisor explains that the company database has all the information you need. next, you continue to the prepare step. you access the database and write a query to retrieve data about splashtastic. you notice that there are only 38 rows of data, representing the company’s 38 stores. in addition, your dataset contains five columns: store number, average daily customers, average daily splashtastic sales (units), average daily splashtastic sales (dollars), and average total daily sales (all products). considering the size of your dataset, you decide a spreadsheet will be the best tool for your project. you proceed by downloading the data from the database. describe why this is the best choice. 1 point

Answers

In the case above, the right thing that one need to do  is to  Download the data as a .CSV file, then import it into a spreadsheet.

What is in a CSV file?

A CSV is known to be a comma-separated values file and this is said to be a a text file that is known to contain all the information that is often separated by the use of commas.

Note that the CSV files are said to be one that are known to be commonly seen in spreadsheets as well as in databases.

A person can be able to make use of a  CSV file to be able to transmit data between programs that are known to be not ordinarily available to exchange data.

Therefore, In the case above, the right thing that one need to do  is to  Download the data as a .CSV file, then import it into a spreadsheet.

Learn more about CSV file from

https://brainly.com/question/14338529

#SPJ1

what are mac os, windows, and linux examples of? question 18 options: hardware smartphones hard drives operating systems

Answers

The examples of operating systems are MacOS, Windows and Linux.  The correct answer of this question is operating systems.

MacOS, Windows and Linux are examples of operating systems. MacOS and Windows are both examples of proprietary operating systems, which are designed and developed by Microsoft and Apple respectively. Whereas, Linux is different from MacOS and Windows in that it is not a proprietary software, but rather offers a family of open source operating systems.  For customized work, Linux is an ideal choice.

Operating system is typically a system software that acts as an interface between computer and the end user. Every computer has at least one operating system installed in it, making them able to work with.

The operating systems provide services for application software at hardware level. Without an operating system, it is not possible to interact with computers.

Some basic functions of the operating systems include managing memory, processes, files, storage, input and output, range of devices, and security.

Other options are not correct because:

Hardware are physical components of computers that provide services to software, such as CPU, RAM, monitors, mouse, keyboards and many others.Smartphones are touchscreen mobile phones with integrated features of a computer, having an operating system making them just like computers.Computer hard drives are non-volatile data storage devices that store operating systems, data files and applications that are used by computers.

You can learn more about operating system at

https://brainly.com/question/26721366

#SPJ4

In your own words, describe what an acceptable use
policy is, and provide three examples of items that you might see on a policy pls help mom want to see my grades help pls

Answers

The acceptable use policy is known to be a policy that is made up of  practices that all its users need to agree to in order to be able to make use of such network or other resource.

The items are:

Social media page .Internet address, applications.Accessing private or confidential information.

What is an acceptable use policy?

An acceptable use policy (AUP) is known to be document that is said to tell about the  constraints as well as the practices that a user need to agree to be able to  access a  given corporate network or the Internet.

Therefore, The acceptable use policy is known to be a policy that is made up of  practices that all its users need to agree to in order to be able to make use of such network or other resource.

Learn more about acceptable use policy from

https://brainly.com/question/2625500

#SPJ1

which tool in administrative tools should you open if you want to view messages to troubleshoot errors? a. resource monitor b. event viewer c. task scheduler d. system information

Answers

A tool in administrative tools which you should open if you want to view messages to troubleshoot errors is an: b. event viewer.

What is an operating system?

An operating system (OS) can be defined as a system software that's usually pre-installed on a computing device by the manufacturers, so as to manage random access memory (RAM), software programs, computer hardware and all user processes.

What is an event viewer?

An event viewer can be defined as an administrative tool that is found in all versions of Windows Operating System (OS) which is designed and developed to enable administrators and end users in viewing the event logs of software application and system messages such as errors on a local or remote machine.

In this context, we can reasonably infer and logically deduce that an event viewer is a tool in administrative tools which you should open if you want to view messages to troubleshoot errors.

Read more on event viewer here: https://brainly.com/question/14166392

#SPJ1

True or false? a benefit of organic content promotion is the ability to develop and deliver highly targeted content to consumers who will find the content most relevant.

Answers

A benefit of organic content promotion is the ability to develop and deliver highly targeted content to consumers who will find the content most relevant is false statement.

For marketers, this kind of content can offer a variety of advantages. It can specifically assist the following professionals: Create a brand: By offering interesting and educational information on subjects pertaining to the business or industry, this content can assist marketers in building a brand.

There are certain posts that are likely to do better than others because organic content is meant to help you create your personality and voice as a company. The best place to start is by identifying your target demographic for each channel and developing content with them in mind.

A natural social media strategy fosters your connection with your audience or clients. It facilitates: Create and expand a presence for your brand where customers are already interacting with it. Supporting and keeping current clients.

Learn more about consumers:

https://brainly.com/question/380045

#SPJ4

5. after removing a person’s elastic stockings, how long should you expect to leave them off before reapplying them?

Answers

After removing a person's elastic stockings, you usually leave them off for 30 minutes or as directed by the nurse and the care plan.

Your lower legs will experience pressure from compression stockings, which will help to preserve blood flow, lessen pain, and minimise swelling. If you suffer from a condition that reduces blood flow to your legs, such as varicose veins, your doctor might prescribe them for you (swollen and enlarged veins).

Elastic stockings are hosiery worn on the feet or legs. They are often referred to as support or compression stockings. These support the lower legs and improve circulation while using gradient pressure to alleviate issues brought on by harmed or otherwise dysfunctional veins and vein valves.

He advises against wearing compression socks if you have lower extremity peripheral vascular disease. Compression socks' increased pressure may exacerbate ischemic illness.

Learn more about elastic stockings:

https://brainly.com/question/8038469

#SPJ4

Does the law firm (Mossack Fonseca) hold any ethical responsibility for the leak

Answers

The law firm (Mossack Fonseca) did not hold anyone ethical responsibility for the leak.

What does Mossack Fonseca do?

Mossback Fonseca is known to be a very famous a law firm based that was said to be based in  Panama that have a lot of employees from about  40 countries.

Note that due to the leak, they stated that there were a responsible members of the world's  financial as well as the business community  and that was it.

Therefore, The law firm (Mossack Fonseca) did not hold anyone ethical responsibility for the leak.

Learn more about law firm from

https://brainly.com/question/820417

#SPJ1

you are reviewing existing network security controls and need to get up to speed on current lateral movement attacks commonly used by malicious users. what should you consult? incident response plan

Answers

The Mitre Att&ck knowledge base will provide details regarding current malicious user techniques used for lateral movement from a compromised host.

The Mitre Att&ck knowledge base is a great resource for understanding current threats and how to protect against them. Attackers frequently employ lateral movement to extend their influence within an organization. Numerous techniques, including stolen credentials, system exploitation, and social engineering, can be used to accomplish this. Organizations can protect their systems and lower the likelihood of a successful attack by understanding these strategies.

The Mitre Att&ck knowledge base provides details regarding current malicious user techniques used for lateral movement from a compromised host. This is incredibly useful information for security professionals, as it can help them better understand the methods used by attackers and how to defend against them.

Learn more on attacks here:

https://brainly.com/question/7449721

#SPJ4

dion training has contracted a software development firm to create a bulk file upload utility for its website. during a requirements planning meeting, the developers asked what type of encryption is required for the project. after some discussion, jason decides that the file upload tool should use a cipher capable of encrypting 64 bits of data at a time before transmitting the files from the web developer’s workstation to the webserver. what of the following should be selected to meet this security requirement?

Answers

The factor that should be selected to meet this security requirement is known to be block cipher.

What is the block cipher about?

A block cipher is known to be a tool that is often used to encrypt a lot of  bits at a time before one can be said to be  moving to the next group of data.

Note that  Block ciphers are known to possess a fixed-length block (such as 8-bit, 16-bit, 32-bit, 64-bit, etc).

Blocks of data that are known to be  entering these systems do have a short check value attached, and it is one that is often based on the remainder of any kind of polynomial division of their contents.

Therefore, The factor that should be selected to meet this security requirement is known to be block cipher.

Learn more about Software development from

https://brainly.com/question/26135704

#SPJ1

given an int variable datum that has already been declared, write a statement that reads an integer value from standard input into this variable.

Answers

A statement that reads an integer value from standard input into this variable is: cin >> datum;

What is a variable?

A variable can be defined as a specific name which refers to a location in computer memory and it is typically used for storing a value such as an integer.

This ultimately implies that, a variable refers to a named location that is used to store data in the memory of a computer. Also, it is helpful to think of variables as a container which holds data that can be changed in the future.

In Computer technology, there are two main methods for passing variables to functions and these include the following:

Pass-by-value.Pass-by-reference.

In C++, a statement that reads an integer value from standard input into this variable is: cin >> datum;

Read more on variable here: https://brainly.com/question/12978415

#SPJ1

to begin to use a computer, the user first turns on the power by pressing the power button, and then the computer displays a prompt for the user to decide the next course of action.

Answers

To begin to use a computer, the user first turns on the power by pressing the power button, and then the computer displays a prompt for the user to decide the next course of action: False.

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 processes these data through the central processing unit (CPU) into an output (information) that could be used by an end user.

In order to begin to use a computer, the user first turns on the power by pressing the power button, and then the Basic Input/Output Sysytem (BIOS) performs a Power On Self Test (POST), followed by a loading of the operating system (OS) and system utilities.

Read more on BIOS here: https://brainly.com/question/27773523

#SPJ1

Complete Question:

To begin to use a computer, the user first turns on the power by pressing the power button, and then the computer displays a prompt for the user to decide the next course of action: True or False?

Question 7 of 10
How is a rhetorical appeal to logic in an advertisement used?
OA. By adding hidden messages that tell the viewer that the product is
superior
B. By having a well-known public figure tell the viewer that the
product is number one
OC. By making statements that tell the viewer why the product is the
best
OD. By showing the viewer that he or she can be as happy as the
people in the ad

Answers

Answer:

By making statements that tell the viewer why the product is the

best

What would you fix or improve in our current technology to make life better for all?

Answers

Answer in comments, it’s too long
Other Questions
what is the best test reagent for protein quantitation? why is that reagent considered to be the best reagent? through observing and imitating others, learning takes place. a. operant b. positive c. vicarious d. social e. classical what is -7/8-(3/5) in the simplest form ricardo is a district manager who oversees several store managers in a national chain of department stores. ricardo reports directly to the vice president of stores and marketing, a member of top management. ricardo is a middle manager. group of answer choices true false social networkers are composed of people who are similar in terms of ethnicity, religion, age, and country of origin. y 12y +? can someone help me? The quadrilaterals ABCD and JKLM are similar.Find the length x of MJ. 3 pens cost 2.255 folders cost 5.80Chris wants to buy 30 pens and 30 folders.He only has 60Does Chris have enough money to buy 30 pens and 30 folders?You must show how you get your answer. Gordon invests $2,500 for 20 months at a simple interest rate of 12.4%. the amount of interest received is found by i=prt since r= 0.124. i=0.124 x p x t. what are p and t? Simplify the expression below:-3/7 ( y-28) - 1/21 yplease show your work and i'll give brainliest :,) How many solutions does the equation have? 4h + 2 = 3h - 7 An electrically neutral atom of beryllium has four protons. Which statement is true? There are four protons in the nucleus. There is a charge of 4 on an atom of beryllium. There are four neutrons in the nucleus. There is a charge of +4 on an atom of beryllium. A safety regulation states that the height h of a guardrail should be 106 centimeters with an absolute deviation of no more than 7 centimeters. Write and solve an absolute value inequality that represents the acceptable heights of a guardrail.The absolute value inequality is .The acceptable range of heights of a guardrail are cm to cm. (27/8)-^2/3??????????/ John Deere, a U.S. company, sells a tractor to a farmer in Canada what Gdp category is it in? -2x + 14y = -29x - 7y = 19elimination process Mention and explain the benefits of grants, health and feeding scheme and housing to its citizens How do I solve this paul can invest his money in the stock market now instead of buying a new car; however, that would require a trade-off or: What distance has a car driven if it starts from rest and accelerates at a constant rate of 20 m/s/s for 7 seconds?