dq

What is a project, and what are its main attributes? How is a project different from what most people do in their day-to-day jobs? Discuss the importance of top management commitment and the development of standards for successful project management. Provide examples to illustrate the importance of these items based on your experience on any type of project. Discuss the unique challenges that an IT project presents.

Assignment 300 words

 Do some research on Threat Response software. Find one particular software package to investigate.

  • What does the software do?
  • What are it’s major features?
  • What kind of training is required?
  • How much does the software cost?

Do not do the same software as everyone else.  

Exp19_Access_Ch04_HOEAssessment – Leadership Conference 1.1

 Exp19_Access_Ch04_HOEAssessment – Leadership Conference 1.1

  

You will create a form so that users of the database can enter and edit registrations to the conference easily. You create an attractive report that groups the conference sessions by speaker, and then export it to PDF format for easy distribution. Finally, you create a Navigation Form so that database users can switch between major objects in the database readily.

     

Start Access. Open the downloaded   Access file named Exp19_Access_Ch04_HOEAssessment_Conference.accdb. Grader has automatically added   your last name to the beginning of the filename. Save the file to the   location where you are storing your files.

 

   You will create a form to manage the data in the Registration table. Use the   Form tool to create the form and then modify the form as required. You will   also remove the layout control from the form so that the controls can be   repositioned freely.
 

  Select the Registration table as   the record source for a form. Use the Form tool to create a new form with a   stacked layout.

 

Change   the form’s title to Enter/Edit Registrants.   Click the layout selector and with all of the fields and labels selected, set   the width of the controls to about 3″.

 

Set   the background color of the RegistrationID text box to Tan, Background 2, and set the font size to 14. Save the form as Edit Registrations.

 

Open   the Edit Registrations form in   Design view. Select all controls in the Detail section of the form, and then   remove the layout. View the form in Layout view. Delete the City label from the form and move the   text box up and to the right of   Address so that their top edges are aligned.

 

Delete   the State/Provence and Postal Code labels from the form and   move the Postal Code text box up   and to the right of State so that their top edges are aligned. Move the State/Provence and Postal Code text boxes up to below Address and City so that they close in the   white space, keeping the spacing close to that of the controls above them.

 

View   the form in Print Preview and set the orientation to Landscape. Switch to Form view, and then save and close the form.

 

You   will create a report based on the Speaker and Room Schedule query. You decide   to use the Report Wizard to accomplish this task. You are planning to email a   copy of the report to your speakers, who are not all familiar with Access, so   you will export the report as a PDF file prior to sending it.
 

  Select the Speaker and Room Schedule   query in the Navigation Pane as the record source for a report. Activate   the Report Wizard and use the following options as you proceed through the   wizard steps:
 

  Select all of the available fields for the report. View the data by Speakers.   Accept the default grouping levels and click Next. Use Date as the   primary sort field in ascending order.
 

  Accept the Stepped and Portrait options. Save the report as Speakers by Name.

 

Switch   to Layout view and apply the Retrospect   theme to this report only. Switch to Report view to determine whether all   the columns fit across the page. Switch back to Layout view.

 

Delete   the Room ID label and text box from the report. Drag the right   edge of the Session Title text box   to the right so that the column width is wide enough to display the values in   the field (approximately 3″). Save the report.

 

Switch   to Print Preview and export the report as a PDF file named Speaker by Name. Close the reader program that   displays the PDF report and return to Access. Close Print Preview. Close the   report.

 

You   realize that the StartingTime field was not included in the query that is the   record source for your report. You add the field to the query and then modify   the report in Layout view to include the missing field.
 

  Open the Speaker and Room Schedule   query in Design view. Add the StartingTime   field from the Sessions table to the query design grid, after the Date   field. Run, save, and close the query.

 

Open   the Speakers by Name report in Layout view. Add the StartingTime field from the Field List pane by dragging it into   the report layout. Click the selection handle at the top of the StartingTime column and move the   column immediately to the right of the SessionTitle field. Switch to Print   Preview, then save and close the report.

 

You   will create a Navigation Form so that users can switch between objects in the   database readily.
 

  Create a Vertical Tabs, Left   Navigation Form.

 

Drag   the Edit Registrations form icon   from the Navigation Pane onto the [Add   New] tab at the left of the form.

 

Drag   the Speakers by Name report icon   from the Navigation Pane onto the second   [Add New] tab at the left of the form. Save the Navigation form with the   default name, Navigation Form. Close the form.

 

View   the Room Information form and the   data in Form view. Sort the records by Capacity in descending order. Save and   close the form.

Modify this IOS program

  

1. Change the cell layout to use the other two styles.

2. Expand the settings screen to allow for specifying two sort fields. Then have the sorting be done by first one and then the other field. 

3. Choose different fields from the Contact class to display in the table. 

4. Change the display in the table to look like this instead: Main label: Superman from Metropolis. Detail Label: Born on: April 18, 1938.

5. Change the app so when the user taps the + button to add a new Contact, the Contact screen is put into edit mode and the cursor placed in the first text field.

6.  add a delete button to the Alert Controller, and implement the functionality to delete the chosen contact. 

7. Use the destructive style for the button.

8.  Add the ability to sort by a secondary field (e.g., sort by name within the city). 

9. Find a way to have the picker for the sort field display the fields with uppercase words and the name as Contact Name, rather than contactName.

i need help to solve this error in Laravel project

i need help to solve this error in Laravel project 

when run project using commmand this error show me

 > @php artisan package:discover

PHP Fatal error:  During inheritance of ArrayAccess: Uncaught ErrorException: Return type of IlluminateSupportCollection::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:xampphtdocsbustracking_multivendorlaravelframeworksrcIlluminateSupportCollection.php:1693

Stack trace:

#0 C:xampphtdocsbustracking_multivendorlaravelframeworksrcIlluminateSupportCollection.php(19): IlluminateFoundationBootstrapHandleExceptions->handleError(8192, ‘Return type of …’, ‘C:\xampp\htdocs…’, 1693)

#1 C:xampphtdocsbustracking_multivendorcomposerClassLoader.php(571): include(‘C:\xampp\htdocs…’)

#2 C:xampphtdocsbustracking_multivendorcomposerClassLoader.php(428): ComposerAutoloadincludeFile(‘C:\xampp\htdocs…’)

#3 C:xampphtdocsbustracking_multivendorlaravelframeworksrcIlluminateSupporthelpers.php(423): ComposerAutoloadClassLoader->loadClass(‘Illuminate\Supp…’)

#4 C:xampphtdocsbustracking_multivendorlaravelframeworksrcIlluminateFoundationPackageManifest.php(121): collect(Array)

#5 C:xampphtdocsbustracking_multivendorlaravelframeworksrcIlluminateFoundationPackageManifest.php(97): IlluminateFoundationPackageManifest->build()

#6 C:xampphtdocsbustracking_multivendorlaravelframeworksrcIlluminateFoundationPackageManifest.php(80): IlluminateFoundationPackageManifest->getManifest()

#7 C:xampphtdocsbustracking_multivendorlaravelframeworksrcIlluminateFoundationBootstrapRegisterFacades.php(26): IlluminateFoundationPackageManifest->aliases()

#8 C:xampphtdocsbustracking_multivendorlaravelframeworksrcIlluminateFoundationApplication.php(213): IlluminateFoundationBootstrapRegisterFacades->bootstrap(Object(IlluminateFoundationApplication))

#9 C:xampphtdocsbustracking_multivendorlaravelframeworksrcIlluminateFoundationConsoleKernel.php(296): IlluminateFoundationApplication->bootstrapWith(Array)

#10 C:xampphtdocsbustracking_multivendorlaravelframeworksrcIlluminateFoundationConsoleKernel.php(119): IlluminateFoundationConsoleKernel->bootstrap()

#11 C:xampphtdocsbustracking_multiartisan(35): IlluminateFoundationConsoleKernel->handle(Object(SymfonyComponentConsoleInputArgvInput), Object(SymfonyComponentConsoleOutputConsoleOutput))

#12 {main} in C:xampphtdocsbustracking_multivendorlaravelframeworksrcIlluminateSupportCollection.php on line 19

PHP Fatal error:  Uncaught ErrorException: Method ReflectionParameter::getClass() is deprecated in C:xampphtdocsbustracking_multivendorlaravelframeworksrcIlluminateContainerContainer.php:811

Stack trace:

#0 C:xampphtdocsbustracking_multivendorlaravelframeworksrcIlluminateContainerContainer.php(811): IlluminateFoundationBootstrapHandleExceptions->handleError(8192, ‘Method Reflecti…’, ‘C:\xampp\htdocs…’, 811)

#1 C:xampphtdocsbustracking_multivendorlaravelframeworksrcIlluminateContainerContainer.php(780): IlluminateContainerContainer->resolveDependencies(Array)

#2 C:xampphtdocsbustracking_multivendorlaravelframeworksrcIlluminateContainerContainer.php(631): IlluminateContainerContainer->build(‘App\Exceptions\…’)

#3 C:xampphtdocsbustracking_multivendorlaravelframeworksrcIlluminateContainerContainer.php(586): IlluminateContainerContainer->resolve(‘App\Exceptions\…’, Array)

#4 C:xampphtdocsbustracking_multivendorlaravelframeworksrcIlluminateFoundationApplication.php(732): IlluminateContainerContainer->make(‘App\Exceptions\…’, Array)

#5 C:xampphtdocsbustracking_multivendorlaravelframeworksrcIlluminateContainerContainer.php(256): IlluminateFoundationApplication->make(‘App\Exceptions\…’, Array)

#6 C:xampphtdocsbustracking_multivendorlaravelframeworksrcIlluminateContainerContainer.php(749): IlluminateContainerContainer->IlluminateContainer{closure}(Object(IlluminateFoundationApplication), Array)

#7 C:xampphtdocsbustracking_multivendorlaravelframeworksrcIlluminateContainerContainer.php(631): IlluminateContainerContainer->build(Object(Closure))

#8 C:xampphtdocsbustracking_multivendorlaravelframeworksrcIlluminateContainerContainer.php(586): IlluminateContainerContainer->resolve(‘Illuminate\Cont…’, Array)

#9 C:xampphtdocsbustracking_multivendorlaravelframeworksrcIlluminateFoundationApplication.php(732): IlluminateContainerContainer->make(‘Illuminate\Cont…’, Array)

#10 C:xampphtdocsbustracking_multivendorlaravelframeworksrcIlluminateFoundationBootstrapHandleExceptions.php(159): IlluminateFoundationApplication->make(‘Illuminate\Cont…’)

#11 C:xampphtdocsbustracking_multivendorlaravelframeworksrcIlluminateFoundationBootstrapHandleExceptions.php(101): IlluminateFoundationBootstrapHandleExceptions->getExceptionHandler()

#12 C:xampphtdocsbustracking_multivendorlaravelframeworksrcIlluminateFoundationBootstrapHandleExceptions.php(87): IlluminateFoundationBootstrapHandleExceptions->renderForConsole(Object(ErrorException))

#13 C:xampphtdocsbustracking_multivendorlaravelframeworksrcIlluminateFoundationBootstrapHandleExceptions.php(123): IlluminateFoundationBootstrapHandleExceptions->handleException(Object(ErrorException))

#14 [internal function]: IlluminateFoundationBootstrapHandleExceptions->handleShutdown()

#15 {main}

  thrown in C:xampphtdocsbustracking_multivendorlaravelframeworksrcIlluminateContainerContainer.php on line 811

ITS-836 – Data Science & Big Data Analytics – Reflection: Practical Connection Assignment

Subject: ITS-836 – Data Science & Big Data Analytics

Reflection: Practical Connection Assignment: 

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 2 pages 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. 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 2 pages 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. 
  • 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. 
  • Be clear and well-written, concise, and logical, using excellent grammar and style techniques. You are being graded in part on the quality of your writing.

Note: plagiarism check required, APA7 format, include References, within 8hrs 

IT472 week 2

No more than 350 words 

DQ2:

  • During the analysis phase, the analyst determines the functional requirements for the
    new system. Explain what is meant by a functional requirement. What are two types of functional requirements? Give two examples of each. Also, explain what is meant by a nonfunctional requirement. What are the primary types of nonfunctional requirements? Give two examples of each. What role do nonfunctional requirements play in the project overall? 
  • Identify the different kinds of stakeholders and their contributions to requirements definition

Ensure you follow the rubric when responding to the DQ and provide good supporting rationale and references. You may record a mini presentation instead of typing your response.

Research Paper

 

Threat Modeling

A new medium-sized health care facility just opened and you are hired as the CIO. The CEO is somewhat technical and has tasked you with creating a threat model. The CEO needs to decide from 3 selected models but needs your recommendation. Review this week’s readings, conduct your own research, then choose a model to recommend with proper justifications. Items to include (at a minimum) are:

  • User authentication and credentials with third-party applications
  • 3 common security risks with ratings: low, medium or high
  • Justification of your threat model (why it was chosen over the other two: compare and contrast)

You will research several threat models as it applies to the health care industry, summarize three models and choose one as a recommendation to the CEO in a summary with a model using UML Diagrams (Do not copy and paste images from the Internet). In your research paper, be sure to discuss the security risks and assign a label of low, medium or high risks and the CEO will make the determination to accept the risks or mitigate them.