Question:
Select two companies that you are familiar with. What terms do they use to describe their BPM initiatives and software suites? Compare and contrast their offerings in terms of BPM applications and functionality.
Length:250 words
Question:
Select two companies that you are familiar with. What terms do they use to describe their BPM initiatives and software suites? Compare and contrast their offerings in terms of BPM applications and functionality.
Length:250 words
write a 1.5 page research hypothesis based on the proposed project attached. Include several references.
this is the data i will be using for machine learning.
https://www.kaggle.com/datasets/saurabhbagchi/credit-card-fraud-detection
impact of technology on communication
This project provides you with the opportunity to increase and demonstrate your understanding of cyberlaw theory and practice. You will need to choose a law(s) that you are interested in researching. The paper must be 4-6 pages in length detailing the below questions. Before completing the below steps, please make sure that the topic is approved.
1. Thesis: What law are you researching (You are to choose a specific law. Please do not choose a topic)? What position do you want to take in regard to your chosen law? You will need to decide if you agree or disagree with the current way the law is written. You can choose to like certain aspects of the law and not others.
2. Background: What is the existing point you want to challenge or support, and how did the law get to be that way (This is where you would need to find cases, background information, etc.)?
3. Inadequacies: What are the deficiencies in the present way of doing things, or what are the weaknesses in the argument you are attacking?
4. Adequacies: Discuss the positive aspects of the law?
5. Proposed Changes: How will we have a better situation, mode of understanding or clarity with what you are advocating? In short, how can the law be improved (or not diminished)? (This is where you have the chance to change the law with your own ideas of how it should be written).
6). Conclusion: Why should and how can your proposal be adopted?
A detailed implementation plan is NOT expected, but you should provide enough specifics for practical follow-up. In making recommendations, you are expected to draw on theories, concepts and reading.
The Term Paper is due at the end of Week 8. In addition to the 4-6 pages of the paper itself, you must include a title page and a reference page. You are to follow APA Guidelines for citing and referencing sources. Your paper must be in your own words, representing original work. Paraphrases of others’ work must include attributions to the authors. Limit quotations to an average of no more than 3-5 lines, and use quotations sparingly. It is always better to write the information in your own words than to directly quote.
When writing the term paper you must have a minimum of 3-5 outside sources cited and referenced in the paper following APA guidelines.
A company’s resources and capabilities are integral to achieving a sustainable competitive advantage. Refer to your Thompson (2022) readings and the required videos. For this assignment, consider a company you worked for or one that you know well. Develop your analysis by responding to the following questions:
Submission Details:
The Chocolate Delights Candy Company needs to add the following functionality to its cash register: When a customer is checking out, the cash register needs to store the required data pertaining to each item the customer is buying. This data includes the item name, the price per pound, and the number of pounds of that item being purchased. This should be stored in three (3) arrays (one (1) for the item name, one (1) for the price per pound, and one (1) for the number of pounds being purchased) with corresponding index values. For example, index value 3, when applied to the “itemName” array, would give as the name of the third item that the customer is buying. That same index value of 3, when applied to the “ pricePerPound” array, would give us the price per pound of that same third item that the customer is buying. When that last item in the purchase has been saved to the array, an itemized receipt is printed which shows the relevant data (name, price, and amount purchased) of each item, the subtotal price for each item (which is calculated as price per pound times the number of pounds), and the grand total purchase amount of all items. Use Visual Logic to create the data flow diagrams needed in order to develop the design documents for an interactive event-driven program to solve the above scenario that includes at least:
-Three (3) arrays
-One (1) loop
-One (1) and / or conditional statement that covers decision making to include true and false parts of an if statement.
C Programming Language
For this assignment, you were just hired as the Lead Security Manager (LSM) for this organization’s digital forensics department. Your department works closely with the federal government. The team you supervised consist of 30 people with diverse cultures and technical background. This team specializes in collecting digital evidence from crime scenes, extractions, and provide reports to be viewed by the United States Intelligence Community (IC). The IC is also the biggest client for your company. Without this account, your company will have a difficult time operating. Nevertheless, the IC has changed its requirements as it relates to clearance needed to handle evidence, and your company is out of compliance. Each member on your team, including yourself, must obtain at least a public trust clearance from the federal government. You also realize that these objectives need to be completed within 30 business days. Two of these objectives are:
1. Not all of the people on the team has the required clearance
2. Team member are using unreliable digital forensic tools to do their work
Assignment Requirements
· Create a brief memo for your department introducing yourself, plans for the department, and your expectations team. Ideas from the required reading and presentations for the assignment module as well as Biblical integration must all be integrated into the memo (Single Page)
· Create a policy regarding the sensitivity of computer crimes the using the correct tools to collect and extract evidence (At least 2 pages, double space)
· Write a report to your boss about the analysis you have conducted on inappropriate tools you have discovered
o Ensure to use your leadership skills to stress the impacts of using unreliable forensic tools
o How these tools can jeopardize the forensic investigation process
o Loss of funding
o Allow criminals to get away from prosecution
Developing in the mobile space can be a daunting task for developers. Developers must figure out which platforms they should support for their apps, purchase the hardware, and join the developer programs for each platform. PhoneGap is an open source set of tools which enables developers to create mobile applications for multiple devices by utilizing the same code. It is a hybrid mobile application framework that allows the use of HTML, CSS, and JavaScript to write applications which are based on the open standards of the web. MonoTouch and Mono for Android rely on the Mono Framework to function. Mono is a cross-platform open source implementation of the .NET Framework. Mono is a cross-platform open source implementation of the .NET Framework.
To participate in the Discussion, respond to the Discussion prompt by Day 3. Then, read a selection of your colleagues’ postings. Finally, respond to at least two classmates by Day 5 in one or more of the following ways:
Return to this Discussion in a few days to read the responses to your initial posting. Note what you have learned and/or any insights you have gained as a result of the comments your colleagues made.
I have created a simple app that displays the current weather using an API. I need to now use Tkinter Notebook to create a Tab that says ‘Current’ and display the current weather under that tab.
I tried creating the tab in the view.py file named current_frame but I am lost in getting the code I wrote into that frame. I need someone to get the ‘Current’ tab to display the portion shown in blue in the attached photo in the Current frame.