Click–>The Case of Plant Relocation and complete the questions at the end of the case study.
Python 1111 ……4
Functions ProgramYou will be developing a Python program to process a set of integers, using functions, including a main function. The main function will be set up to take care of the following bulleted items inside a loop:
- The integers are entered by the user at the keyboard, one integer at a time
- Make a call to a function that checks if the current integer is positive or negative
- Make a call to another function that checks if the current integer to see if it’s divisible by 2 or not
- The above steps are to be repeated, and once an integer equal to 0 is entered, then exit the loop and report each of the counts and sums, one per line, and each along with an appropriate message
NOTE 1: Determining whether the number is positive or negative will be done within a function; and then a call to that function will be made from within the main function.The following is what you are to do within that function:
- if an integer is positive,
- add that integer to the Positive_sum
- increment the Positive_count by one
- If the integer is negative
- add that integer to the Negative_sum
- increment the Negative_count by one
NOTE 2: Determining whether the number is divisible by 2 or not will be done within a second function; and then a call to that function will be made from within the main function.The following is what you are to do within that function:
- if the integer is divisible by 2
- increment the Divby2_count by one
- if the integer is not divisible by 2
- increment the Not_Divby2_count by on
——————————————————————————————————————————————————-NOTE 3:It’s your responsibility to decide how to set up the bold-faced items under NOTE 1 and NOTE 2. That is, you will decide to set them up as function arguments, or as global variables, etc.A sample program run is attached below. It illustrates user’s interactions with the program, as the program is run, data is entered one at a time, until a sentinel value is entered. At that time then, contents of the output variables are displayed: Lab 4 – Sample Program Run.pdf Lab 4 – Sample Program Run.pdf – Alternative Formats =======================================================================You need to set up a Python solution that is complete and workable.
For your solution to be complete, you must
- Prompt the user for the specific input data asked for within the problem statement
- Set up a correct formula to process the input data, arriving at the output data
- Provide the output data asked for within the problem statement to the user
For your solution to be workable,
- Your solution should be free of any type of errors (syntax, run-time, logic)
- You may want to develop an algorithm first, using pseudocode or flowchart
- You do NOT need to turn in any algorithm
========================================================================Grading rubric:
- You’ll receive full credit, if
- your program
- compiles and runs with no problems
- produces the expected output
- your program
- You’ll receive partial credit, if
- your program
- compiles and runs with no problems
- produces partial output (that is, incomplete output)
- your program
- You’ll receive 25% of the points, if your program will not compile
- You’ll receive 30% of the points, if your program compiles but has a run-time problem
- You’ll receive 40% of the points, if your program produces logic error(s)
- You’ll receive 50% of the points, if your program compiles and run, but no functions are used
Find attach a sample
HomeWork
Discuss the best practices for implementing an access control system.
Length, 2 – 3 pages.
All paper are written in APA formatting, include title and references pages (not counted). Must use at least two references and citations.
Please reference the rubric for grading.
All paper are checked for plagiarism using SafeAssign, you can review your score.
Please use the blank APA template to get started.
Discussion2
There are various enacted statutes that address different aspects of cybersecurity. What piece of legislation do you think has been most impactful in this realm and why? Be sure to give the name of the statute, a brief description discuss its purpose and how it has impacted cybersecurity from a law perspective.
DSBDA W 12 A
We have viewed how Blockchain has made a significant impact on businesses and industries. Select one industry and highlight the advancements Blockchain has had on that single industry.Your paper should meet the following requirements:
- Be approximately four to six pages in length, not including the required cover page and reference page.
- Follow APA7 guidelines. Your paper should include an introduction, a body with fully developed content, and a conclusion.
- Support your answers with the readings from the course and at least two scholarly journal articles to support your positions, claims, and observations, in addition to your textbook. The UC Library is a great place to find resources.
- Be clearly and well-written, concise, and logical, using excellent grammar and style techniques. You are being graded in part on the quality of your writing.
Excel_2G_Condiments_Inventory
Excel_2G_Condiments_Inventory
#Excel_2G_Condiments_Inventory
Project Description:
#In the following project, you will edit a worksheet that summarizes the inventory of Condiments and Toppings at the Valley View facility
#Open the Excel workbook Student_Excel_2G_Condiments_Inventory.xlsx downloaded with this project.
#Change the Theme to Ion. Rename Sheet1 as Condiments and Sheet2 as Toppings. Click the Condiments sheet tab to make it the active sheet.
#If the theme is not available, click Browse for Themes, navigate to the files you downloaded with this project, and then select Ion.thmx.
#To the right of column B, insert two new columns to create new blank columns C and D. By using Flash Fill in the two new columns, split the data in column B into a column for Item # in column C and Category in column D. Type Item # as the column title in column C and Category as the column title in column D. Delete column B. Cut column C, Category, and paste it to column G. Delete the empty column C.
#Display the Toppings worksheet, and then repeat Step 3 on this worksheet.
#Without grouping the sheets, make the following calculations in both worksheets:
• In cell B4, enter a function to sum the Quantity in Stock data, and then apply Comma Style with zero decimal places to the result.
• In cells B5:B8, enter formulas to calculate the Average, Median, Lowest, and Highest retail prices, and then apply the Accounting Number Format.
#Without grouping the sheets, make the following calculations in both worksheets:
• In cell B10, enter a COUNTIF function to determine how many different types of Relish are in stock on the Condiments sheet and how many different types of Salsa are in stock on the Toppings worksheet.
#Without grouping the sheets, make the following calculations in both worksheets:
• In cell G14 type Stock Level.
• In cell G15, enter an IF function to determine the items that must be ordered. If the Quantity in Stock is less than 75, the Value_if_true is Order. Otherwise, the Value_if_false is OK. Fill the formula down through all the rows.
#Without grouping the sheets, apply the following formatting in both worksheets:
• Apply Conditional Formatting to the Stock Level column so that Text that Contains the text Order are formatted with Bold Italic, a Font Color using in the fifth column, the first color, and a Fill color set to No Color. Apply Gradient Fill Red Data Bars to the Quantity in Stock column.
#In the Condiments sheet, format the range A14:G42 as a table with headers and apply Sky Blue, Table Style Light 20. If the table style is not available, choose a similar style. Insert a Total Row, filter by Category for Relish, and then Sum the Quantity in Stock column. Record the result in cell B11.
#Clear the filter from the table. Sort the table on the Item # column from Smallest to Largest, and then remove the Total Row. On the Page Layout tab, set Print Titles so that row 14 repeats at the top of each page.
In the Toppings sheet, format the range A14:G42 as a table with headers and apply Light Green, Table Style Light 19. If the table style is not available, choose a similar style. Insert a Total Row, filter by Category for Salsa, and then Sum the Quantity in Stock column. Record the result in cell B11.
#Clear the filter from the table. Sort the table on the Item # column from Smallest to Largest, and then remove the Total Row. On the Page Layout tab, set Print Titles so that row 14 repeats at the top of each page, and then save your workbook.
#Group the two worksheets. Merge and center the title in cell A1 across the range A1:G1 and apply the Title cell style. Merge and center the subtitle in cell A2 across the range A2:G2 and apply the Heading 1 cell style. AutoFit Columns A:G. Center the worksheets Horizontally, and then change the Orientation to Landscape.
#Save your workbook and then ungroup the sheets. Click the Toppings sheet tab, and then insert a new worksheet. Change the sheet name to Summary and then widen columns A:D to 170 pixels. Move the Summary sheet so that it is the first sheet in the workbook.
#In cell A1, type Valley View Inventory Summary. Merge & Center the title across the range A1:D1, and then apply the Title cell style. In cell A2, type As of June 30 and then Merge & Center the text across the range A2:D2. Apply the Heading 1 cell style.
#On the Condiments sheet, copy the range A4:A8. Display the Summary sheet and Paste the selection to cell A5. Apply the Heading 4 cell style to the selection.
#In the Summary sheet, in cell B4, type Condiments. In cell C4, type Toppings. In cell D4, type Condiments/Toppings. Center the column titles, and then apply the Heading 3 cell style.
#In cell B5, enter a formula that references cell B4 in the Condiments sheet so that the Condiments Total Items in Stock displays in B5. Create similar formulas to enter the Average Price, Median Price, Lowest Price, and Highest Price from the Condiments sheet into the Summary sheet in the range B6:B9.
#Enter formulas in the range C5:C9 that reference the Total Items in Stock and the Average Price, Median Price, Lowest Price, and Highest Price cells in the Toppings worksheet.
#In the range D5:D9 of the Summary sheet, insert Column sparklines using the values in the Condiments and Toppings columns (insert in each cell individually). Format the sparklines using the first five styles in the first row in their given order. To apply the Sparkline style, on the Design tab, in the Style group, click More, and apply the first five styles in the first row.
#To the range B5:C5, apply Comma Style with zero decimal places, and confirm that the Accounting Number Format is applied to the range B6:C9. Center the Summary worksheet Horizontally and change the Orientation to Landscape. Insert a custom footer in the left section with the file name.
Technology Solution
Instruction for the paper is in the attachment label Technology Solution. Please read first before start the paper. Also there a copy of the group paper and case study.
presentation on Cybersecurity Awareness.
Considering this month is the Cybersecurity Awareness Month, put together or present a power point presentation using the link below (cybersecurity awareness kit). You can add additional info from outside resources as well. Make the power point fun.
visit https://staysafeonline.org/cybersecurity-awareness-month/ and https://www.cisa.gov/cybersecurity-awareness-month.
IT- Analyzing & Visualizing Data- Urgent 1 day
Choose a publicly available data visualization. (be sure to provide the link, cite, and reference).
Analyze the visualization within the context of the data visualization workflow.
Create a proposal of enhancements to create a better user/viewer experience.
Use the data visualization workflow as framework for both your analysis and your proposal.
Consider the various roles of the project team as specified by Kirk’s concept of “hats”.
APA compliance required.
References and In-text citations required.
Minimum word count = 1500.
Difference between AMD and Intel processor.
I recently purchased an AMD processor for my old laptop.
https://www.allhdd.com/processor-cpu/amd-phenom-dual-core/
Someone told me that I should buy a new Intel processorr. That question is what is the difference between AMD and Intel. Is the Intel processor better?
