Average-Case Analysis – Due in 2 hours

 

Use the copy-and-paste method to give an average-case analysis for the sort function in sort.cpp.

  • Assume that, for an input array of nn elements, on average n−−√n elements will be out of order.
  • Assume that the out-of-order elements have values that are uniformly randomly selected between the smallest and largest values of the properly-ordered members of the array. In other words, an out-of-order element is equally likely to belong to any position in the array.
  • Show all work!
  • Remember that you are doing average case analysis.
    If, at some point, you don’t ask how the average case behavior differs from the worst case behavior, you’re doing it wrong!

Please fill out chart in excel attached and add comments next to the lines in the cpp file

Exercise 9, steps b and c

  

ASSIGNMENT:

1) Exercise 9, steps b and c, on page 298-299 of the lab textbook, “Clearly Visual Basic”, at the end of Chapter 16. You will use the experience you have gained so far in this class to create an application. Create the application as instructed, and make the following changes:

a. Enlarge your form if necessary. In the bottom center area of the form, add a label with the Text property, Designed by, followed by your name.

b. Add a button between the Calculate and Exit buttons, with the text “Clear”, and code it to clear the two input text boxes and the output labels.

c. Put five comment lines at the top of the code page, listing:
‘Project Name: Water Bill Project
‘Class: CINS 113-nn [section number]
‘Programmer: [your name]
‘Date: [date last modified]
‘Purpose: [1- or 2-line description of program]

d. Put brief comments in all sub procedures, explaining what that section does: the button click procedure, the sub procedure for making the calculations, the sub procedure for displaying the results, as well as the Clear button and the Exit button sub procedures.

e. Declare the rate of .00205 dollars per gallon as a constant.

f. The variables for Current reading, Previous reading and Gallons used should be integers.

g. Your message box for invalid input should include these things:

i. The message should include the numbers the user entered, for example: “ERROR: Current reading (2000) cannot be less than Previous reading (3000).”

ii. The title bar text should say “Invalid Input”.

iii. The message box button should say “OK”.

iv. The message box icon should be the Error icon.

h. The output for the total charge should be displayed in currency format.

i. Run the program, entering 8450 as the Current reading, and 6225 as the Previous reading. Click Calculate, then take a screen shot of the form, paste it at the end of this document, and press ENTER twice.

j. Clear the text boxes, and run the program again, entering 8450 as the Current reading, and 8995 as the Previous reading. Before you click Calculate, take a screen shot of the form, paste it at the end of the document and press ENTER twice.

k. Then click Calculate. A message box should pop up with an invalid input error message. Take a screen shot of the message box and paste it at the end of this document.

l. Go to Code View for your form, copy all the code (using Edit / Select All and Edit / Copy, or CTRL-A and CTRL-C), and paste it at the end of this document (using Edit / Paste or CTRL-V).

m. You do not have to do step 9a, listing output, input and processing items and a pseudocode algorithm.

2) At the top of this page, replace the line after “Student’s name” with your name.

3) Click the Office Button, Prepare, and Properties, and type your name as the Author, and CINS 113 as the Subject. Close the Document Properties area by clicking the X at the right end of the yellow bar.

4) Save this Word document. Close the document.

5) In Blackboard, go to Session #8 in Class Sessions when it is made available, and click on the View/Complete Assignment link.

6) Attach this file (CINS 113 VB Midterm Project.doc) and click Submit.

HINTS:

1) To restrict a text box to accepting only certain characters, see page 190, Coding the KeyPress event procedure

2) To exit, see Chapter 4

3) Suggestion: pass the gallons used and total charge variables to the sub procedures by reference

NOTES:

1) Any time you make changes to your Visual Basic program, you should use File / Save All to save all files associated with your program.

2) In Blackboard, you can check to see if your file was submitted correctly. Go to My Grades, and in the column for this Lab, there should be a white exclamation mark on a green background. Click on the exclamation mark, and open up the submission page. Right-click on the link for your file, and see if it opens correctly. If not, contact your instructor immediately and ask for your attempt to be cleared.

CHECKLIST FOR SUBMITTING THE ASSIGNMENT:

· You have entered your name at the top of this document after “Student’s name”

· In the Properties area, you have entered your name as the Author, and CINS 113 as the Subject

· You have attached this file, CINS 113 VB Midterm Project.doc, using the Blackboard View/Complete Assignment link

· You are ready to click Submit

· Check your file submission using the instructions in the Note section above

In this excise, you code an application that calculates a water bill. 
The clerk at the water department will enter the current meter reading and the previous meter reading in two text boxes. 
The application shuold calculate and display the number of gallons of water used and the total charge for the water. 
The charge for water is 2.05 per 1000 gallons, or .00205 per gallon. 
Use two independent Sub procedures: one to make the calculations and the other to display the results. 
Call both Sub procedures from the Calculate button's Click event procedure. 
Make the calculations only when the current meter reading is greater than or equal to the previous meter reading; 
otherwise, display an appropriate message in a message box.
Step B:
Create a visbual basic windows application. Use the following names for the solution and project, respectively: 
Water Bill Solution and Water Bill Project. Save the application in the ClearlyVB2010/Chap16 folder. 
Change the name of the form file on your disk to frmmain.vb. If necessary, change the form's name to frmMain.
Step C: Create the interface shown in Figure 16-24 and then code the application. Be sure to code each text box's KeyPress and TextChanged Event procedures.
Save the solution and then start and test the application. Close the Code Editor window and then close the solution.

week-14

Develop a disaster recovery plan for an organization. There are many different templates available online for you to use as reference and guidance. Your plan should cover the following sections (these sections detail the elements in a DR plan in the sequence defined by industry compliance standards ISO 27031 and ISO 24762).This section should summarize key action steps (such as where to assemble employees if forced to evacuate the building) and list key contacts with contact information for ease of authorizing and launching the plan.

  •     Introduction
  •     Roles and Responsibilities
  •     Incident Response
  •     Plan Activation
  •     Document History
  •     Procedures

Your paper should meet the following requirements:

  • Be approximately six to eight pages in length, not including the required cover page and reference page.
  • Follow APA 7 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 ten 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

Systems Requirements Presentation

 

Imagine this scenario: After considering their 3 target markets, Pine Valley Furniture’s board of directors has selected the student furniture project for the WebStore. They are asking you to help them choose a method for determining the requirements. 

Create a 12- to 18-slide Microsoft® PowerPoint® presentation with speaker notes to the board in which you:

  • Compare traditional, contemporary, radical, and agile methodologies for requirements gathering as they would apply to the Pine Valley Furniture project, outlining the advantages and disadvantages for Pine Valley Furniture in your comparison.
  • Recommend the methodology (i.e., traditional, contemporary, radical, or agile) you think will work best for Pine Valley Furniture’s student furniture WebStore and describe why you think it will work best for Pine Valley Furniture’s student furniture WebStore.
  • Explain “Figure 7-22: Level-0 DFD for the WebStore” of Ch. 7, “Structuring System Process Requirements” from Modern Systems Analysis and Design. Please note that this is more than just explaining what a Level-0 DFD is, you need to explain what happens in at least two of the process flows.

Consider incorporating multimedia and images where appropriate.

Provide any references and citations according to APA guidelines. Please review the Center for Writing Excellence material regarding references, citations, paraphrasing, plagiarism and the Student Code of Academic Integrity. To sum this up, proper references and citations are needed for all of your work and should also be provided on your Microsoft® PowerPoint® slides and speaker notes pages when needed – just having a Reference Slide at the end is not sufficient.

Please make sure your material is specific for the Pine Valley Furniture project and not just generic material. You should always consider that your audience may be more business-oriented than technical oriented so you need to spell out what you mean.

Submit your assignment.

Please note that I do not consider simply parroting back material from another source to be sufficient – you will need to provide your material in your own words and discuss or describe how any external material you provide relates to the scenario. Also, please make sure you properly paraphrase, quote, reference and cite any material you are discussing. 

Regarding Speaker Notes: Some presentations are more just bullet points, and some are more sentence-like. Your speaker notes certainly do not have to be complete essays for each bullet point, but if your presentations are just bullet points, then your speaker notes should be what you would say to explain the point. Speaker notes are not required for every slide or for every bullet point on a slide if the meaning of the material is obvious or if the material on the slide is sufficiently explanatory. The Microsoft® PowerPoint® presentation (and speaker notes) should be able to stand on its own to present the material in sufficient depth for the intended audience to understand the overview of your material and the critical details and to remain as a reference. Also note that speaker notes should be incorporated within the presentation using the Microsoft® PowerPoint® Notes pages capability and not as a separate file. Your speaker notes have the same spelling/grammar and reference/citation requirements as a written assignment.

Report

Research Project Topic

Topic : Some aspect of the surveillance – Policy, Legal, Ethics, & Compliance

Here is a list of deliverables:

Include a short paragraph describing project and how you intend to research it.

· final project report.

Submit final project materials.

· 500-700       word, double spaced, written in APA format, showing sources and a  bibliography… Do a five source annotated bibliography/reference list on the subject. There should be two annotations for each source. In the first write a paragraph of at least five sentences summarizing the thesis of the article. In the second write a paragraph of at least five sentences summarizing your reflections on the thesis of the article. You should do a deep dive into a topic. Do not do a survey.

· a brief abstract describing final project.

· Ppt with      10-15 slides

GO19_AC_CH02_GRADER_2G_AS – Concerts and Sponsors 1.0

GO19_AC_CH02_GRADER_2G_AS – Concerts and Sponsors 1.0

Project Description:

In this project, you will use a database to answer questions about concerts in the local college area. You will create a relationship between two tables, create a query from an existing query, and create queries using text, numeric, compound, and wildcard criteria based using the fields in one or both tables. You will create calculated fields, group data when calculating statistics, create a crosstab query, and create a parameter query.

     

Start   Access. Open the file Student_Access_2G_Concerts_Sponsors.accdb downloaded with this project.

 

Using Sponsor ID as the common   field, create a one-to-many relationship between the Sponsors table and the   Concerts table. Enforce referential integrity and enable both cascade   options. Create a relationship report with normal margins, and save it as a3 Relationships. Close all open objects.

 

In the last record of the   Sponsors table, change the Sponsor ID from SPONSOR-108 to SPONSOR-100, and then close the table. (The related records in   the Concerts table will automatically update.)

 

Copy the Concerts $1000 or More   Query to create a new query with the name Jan-Apr Concerts Query. Redesign the query to answer   the question, What is the Date, Concert Name, Concert Location, and Box   Office Receipts for concerts between 1/1/22 and 4/30/22 sorted in ascending order only   by the Date field? Run the query (five records display). Close the query,   saving the changes to the query.

 

Create a query in Query Design view based on the Concerts table to   answer the question, What is the Date, Concert Name, Concert Location, and   Box Office Receipts for a concert location of Georgetown   Community Theater or Austin City Center and for box   office receipts that have an amount that is greater than 1000 sorted in   ascending order by the Date field? Run the query (four records display). Save   the query as GCT OR ACC Over   $1000 Query, and then close the query.

 

Create a query in Query Design view based on both tables to answer the   question, What is the Sponsor Name,   Concert Name, and Concert Location for a sponsor name that has radio anywhere in its name and for   a concert name that ends in festival sorted in ascending order by the Concert Location field? Run the query   (two records display). Save the query as Radio   Festivals Query, and then close the query.

 

Create a query in Query Design view based on the Concerts table to   answer the following question, What is the Concert ID, Concert Name, Concert   Location, Sponsor ID, and Date for records that are missing the date? Run the   query (two records display). Save the query as Missing   Concert Date Query, and then close the query.

 

Create a query in Query Design view based on both tables to answer the   question, What is the Concert ID, Sponsor Name, Box Office Receipts, and a   new field named Sponsor Donation that will calculate and display the donation amount when the Sponsor   donates an amount equal to 50 percent (0.5) of each box office receipts amount to the Music Department. Sort the   records in ascending order by the Concert ID field. a. Run the query (the   second record—EVENT-102—has a Sponsor Donation of 287.5).

 

Display the query in Design   view. In the fifth column of the design grid, create a new field named Total   Donation that   will calculate and display the total donation when the box office receipts amount   is added to the sponsor’s donation amount. Run the query (the second   record—EVENT-102—has a Total Donation of $862.50).

 

Display the query in Design view. Use the Property Sheet to format the   Sponsor Donation field as Currency with 2 decimal places, and then close the   Property Sheet. Run the query, apply Best Fit to the fields, save the query   as Sponsor Donation Query, and then close the query.

 

Create a query in Query Design view based on the Concerts table to   answer the following question, What are the total Box Office Receipts by   Concert Location sorted by the Box Office Receipts field in ascending order?   Use the Property Sheet to format the Box Office Receipts field with 0 decimal   places, and then close the Property Sheet. Run the query (for the Concert   Location of Georgetown Community Theater, the sum of the box office receipts   is $7,850). Apply Best Fit to the fields, save the query as Receipts by Location Query, and then close the query.

 

Use the Query Wizard to create a crosstab query based on the Concerts   table with the Sponsor ID field as row headings and the Concert Location   field as column headings. Sum the Box Office Receipts field, and name the   query Sponsor and Location Crosstab Query. Display the query in Design view. Use the Property Sheet to format   the last two columns with 0 decimal places. Run the query, apply Best Fit to   the fields, save the query, and then close the query.

 

Create a query in Query Design view based on the Concerts table to   answer the following question, What is the Concert Name, Concert Location,   Box Office Receipts, and Sponsor ID. Sort the records in ascending order by   the Concert Name field? Set the criteria so that when you run the query you   are prompted to Enter the   Sponsor ID in the format SPONSOR-###. Run the   query, and when prompted, enter SPONSOR-101 as the criteria (six records display). Display the query in Design   view and hide the Sponsor ID field from the results. Run the query again,   entering SPONSOR-101 when prompted. Save the query as Sponsor   ID Parameter Query, and then close the query.

Report

 

Questions:

  • Perform usability evaluation of a user interface of your choice of any interactive game.   
  • Perform usability evaluation of a user interface of your choice of any interactive learning system.   

Instructions:

  • Upload one-word document.
  • Provide adequate and complete information.

For each question:

  •  Include the bibliography of ALL resources, websites, papers, etc. used and accessed. Also make sure that you have in-text citation
  •  Using usability evaluation techniques studied in this course, prepare a list of questions you will use to evaluate the user interface (around 5 questions other than the ones listed in next bullet).
  • In addition to your questions, answer the following questions:
    • Does the interface have an Intuitive design: a nearly effortless understanding of the architecture and navigation of the site?
    • Is the interface easy to learn: how fast a user who has never seen the user interface before can accomplish basic tasks?
    • What is the interface’s Efficiency of use: How fast an experienced user can accomplish tasks?
    • Explain the interface’s Memorability: after visiting the site, if a user can remember enough to use it effectively in future visits
    • What is the Error frequency and severity: how often users make errors while using the system, how serious the errors are, and how users recover from the errors?
    • What is the Subjective satisfaction: If the user likes using the system?
    • Provide Screen shots: images of the interface and its uses (at least 5). 
  • Using usability evaluation techniques studied in this course and/or evaluation methods listed next, choose then use the appropriate evaluation methods to conduct your evaluation. Explain it in detail and attach (insert in document) completed forms, etc. Examples of evaluation methods (but not limited to): Baseline usability testing on an existing site, Focus groups, surveys or interviews to establish user goals, Card Sort testing to assist with IA development, Wireframe testing to evaluate navigation, First click testing to make sure your users go down the right path, Usability testing to gauge the user interaction end-to-end and, and  Satisfaction surveys to see how the site fares in the real world.

You need to elaborate and explain. Your grade is going to reflect the completeness, effort, and time you spent on this activity.

Practical connection assignment – Cryptography – Deadline in 3hrs

At UC, it is a priority that students are provided with strong educational programs and courses that allow them to be servant-leaders in their disciplines and communities, linking research with practice and knowledge with ethical decision-making. This assignment is a written assignment where students will demonstrate how this course research has connected and put into practice within their own career.

Assignment:

Provide a reflection of at least 500 words (or 2 pages double spaced) of how the knowledge, skills, or theories of this course have been applied, or could be applied, in a practical manner to your current work environment. If you are not currently working, share times when you have or could observe these theories and knowledge could be applied to an employment opportunity in your field of study.

Requirements:

· Provide a 500 word (or 2 pages double spaced) minimum reflection.

· Use of proper APA formatting and citations. If supporting evidence from outside resources is used those must be properly cited.

· Share a personal connection that identifies specific knowledge and theories from this course.

· Demonstrate a connection to your current work environment. If you are not employed, demonstrate a connection to your desired work environment.

· You should not provide an overview of the assignments assigned in the course. The assignment asks that you reflect how the knowledge and skills obtained through meeting course objectives were applied or could be applied in the workplace.

Trait Behavior and Influence

One of the first systematic attempts to study leadership is the Trait Approach.  Trait behavior is positively correlated to ‘influence.’  According to Rendall (2006), Influence with others are the most basic element of leadership.  The Trait Approach focuses on identifying innate qualities and characteristics possessed by great social, political and military leaders. The Trait Approach also includes traits to either ‘possess’ or ‘cultivate’ if one seeks to be perceived by others as a leader (i.e. Intelligence, Self-Confidence or Determination). 

Former NBA player, Michael Jordan is known as the GOAT (greatest of all times).  According to Michael Jordan, 

One day, you might look up and see me playing the game at 50. Don’t laugh. Never say never, because limits, like fears, are often just an illusion.Some people want it to happen, some wish it would happen, others make it happen.I can accept failure, but I can’t accept not trying.Click the link below and view Michael Jordan’s commercial, “Maybe,” on YouTube. 

  1.  What is the main message of the commercial? 
  2. What do the supporting images tell viewers about Jordan’s extraordinary career?  Recall specific examples.
  3. What traits of Jordan’s are suggested by this commercial?
  4. What traits were demonstrated to positively influence the follower? 
  5. In way ways might thee traits of an excellent leader be demotivating to a follower? 

Use the video https://youtu.be/9zSVu76AX3I