own work easy words

  

1. Discuss what performance management is and how it influences effective teams.

2. Review table 11.1, define leadership behaviors (in your own words) and note which behaviors are beneficial at specific organizational activities (example: project planning, leading coworkers, etc…).  Please note at least five organizational activities and be specific when responding.

3. Note at least two organizational capabilities and compare and contrast each.

1-2-3 Questions 50 words each (100-150 words only) & 1 reference for 1-2-3 

4. What is your definition of AI?  Please explain. What is your opinion of AI, is the technology currently available? Why or why not?

5. Please note at least four AI technologies, explain if they are truly AI or something else.  Thoroughly explain your answer.

6. How is AI perceived as different in various industries and locations? Please explain.

Question 4-5-6 (3 pages) & 2 reference 

Be sure to use the UC Library for scholarly research. Google Scholar is also a great source for research.  Please be sure that journal articles are peer-reviewed and are published within the last five years.

The paper should meet the following requirements:

3 in length (not including title page or references)

APA guidelines must be followed. 

.A minimum of five peer-reviewed journal articles.

The writing should be clear and concise.  Headings should be used to transition thoughts.  Don’t forget that the grade also includes the quality of writing.

CSS 300 Module 5 Activity Worksheet

 CSS 300 Module 5 Activity Worksheet
Use this worksheet to complete your lab activity. Submit it to the applicable assignment
submission folder when complete.
Deliverable:
– A word document answering the following questions
Using the Weather.csv dataset from Module 4
Part 1: Metrics for Evaluation
1. Calculate the following metrics: mean absolute error, mean squared error, root mean
squared error, and the R2 score. Use the following code samples:
print(‘Mean Absolute Error:’, metrics.mean_absolute_error(y_test,
y_pred))  
print(‘Mean Squared Error:’, metrics.mean_squared_error(y_test,
y_pred))  
print(‘Root Mean Squared Error:’,
np.sqrt(metrics.mean_squared_error(y_test, y_pred)))
print(‘R-squared Score:’, regressor.score(X, y))
Part 2: Model Refinement
1. Rerun the linear regression model from Module 4, but change the percentage of records
that are used for testing. Try using 0.25 and 0.3.
2. Calculate the same metrics from above.
3. Use a scatter plot to visualize all three models.
4. Evaluate the three models. Are any of them underfit or overfit? Which % of testing data
performed best? 

File Identification and Profiling in Digital Forensics

Assignment:

Please research a scholarly article on scholar.google.com and briefly summarize the article on the topic of File Identification and Profiling in Digital Forensics.

Paper requirement:

1. The paper must be in APA format.

2. Number of references should be at least 3. 

3. The length of the paper can be from 3-4 pages. (excluding reference page).

4. No need of cover page.

5. Should cite references using APA style. Deadline 48 Hours

Assginment

 Data records are important, and depending on the organization, it does have different types of retention. What are the best ways to accommodate data for the long term?  

150/s4

  • What is the role of information security in the general hiring process? employee terminations?
  • What security practices are used to control employee behavior and prevent misuse of information?

ITSD427U3IP

 ASSIGNMENT OBJECTIVES:

 Apply the concepts of data synchronization and memory management in designing mobile applications

Design and develop a Web application targeted for a mobile device

ASSIGNMENT DETAILS

In the prior phase, you started work on some of the application’s graphical user interface (GUI). In this assignment, you will add a data entry form to the GUI and create a local database that will synchronize data to the isolated storage container of the mobile device.

The following are the steps that you need to accomplish:

  1. Create a second page with a data entry form and the following fields: recipename, category, ingredients, and instructions.
  2. Make the Category field a dropdown box that contains the recipe categories listed in the Individual Project for Unit 2.
  3. Create Add and Delete buttons.
  4. Create the database necessary to store the information associated with the data entry form.
  5. Modify the application code to support addition and deletion of data in the database.
  6. Test the application in the Android Phone Emulator.
  7. Create screenshots of all of the relevant screens of your running application, and save them in a Word document named “yourname_ITSD427_IP3.docx.” You should also use this document to describe the work you performed for this assignment, with specific details regarding the locations and changes of the code you created and modified.
  8. Save and close the project. Zip the entire project, including your screenshots and work description, to a file named “yourname_ITSD427_IP3.zip,” and submit the zip file to the dropbox. 

Exp19_Access_AppCapstone_Comp – Drivers 1.0

Exp19_Access_AppCapstone_Comp – Drivers 1.0

Exp19 Access AppCapstone Comp Drivers 1.0 

Access Application Capstone – Comp Drivers

  

Project Description:

In this project, you will add fields to a table and set data validation rules. You will also import a text file into a database, design advanced queries, and create a navigation form. Additionally, you will use SQL to modify a record source and create an embedded macro to automate opening a report. Finally, you will create a pie chart in a report.

     

Start   Access. Open the file named Exp19_Access_AppCapstone_Comp_Drivers.   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   have discovered that the insurance company data that you want is stored in an   external text file, so you will import the file as a table in the database,   and not need to design the table from scratch.
 

  Create a table in the database by importing the downloaded delimited text   file named Insurance_Text.txt. Use   the first row of the file as field names, use InsuranceID as the primary key, and then name the table InsuranceCos_Text. Accept all other default options. Do   not save the import steps.

 

You   will modify a table to add fields that store the websites and photos of   agents, add a lookup field, and set data validation to ensure that valid   values are entered in a field.
 

  Create a new field in the Agency Info   table after InsPhone named Website with the Hyperlink
data type. Save the table. In Datasheet view,   add the website http://William_Smith.com   to the
William Smith record (Record 1).

 

Create   a new field in the Agency Info table after Website named AgentPhoto   with the Attachment data type.   Save the table. In Datasheet view for Record 1 (William Smith), add the downloaded picture file named WmSmith.jpg to the AgentPhoto field.

 

Set   the validation rule of the InsuranceCo   field to accept the values AS,   NAT, or SF   only. Set the validation text to read Please enter AS,   NAT, or SF. (include the period).

 

Make   InsuranceCo a lookup field in the   Agency Info table. Set the lookup to get values from the InsuranceID field in the InsuranceCos_Text table. Accept all   other defaults and save the table. In Datasheet view, select the first InsuranceCo value, type AT and press ENTER. Click OK in the   message box, press ESC, and then close the table.

 

You   will create queries to locate records that have missing values, update values   in a table, and delete specific records from the database.
 

  Create a new query using Design view. From the Insurance table, add the DriverID, AutoType, TagID, and TagExpiration fields (in that order). Save the query as Missing Tag Dates.

 

Set   the criteria in the TagExpiration   field to find null values. Run the query (two records will display). Save   and close the query.

 

Create   a new query using Design view. From the Drivers table, add the Class field. Change the query type to   Update and set the criteria to   update drivers whose class is Minor   to Junior. Run the query (eight records will   update). Run the query again and note that there are no records to update.   Save the query as Driver Class_Update   and close the query. View the updates in the Drivers table and close the   table.

 

Create   a new query using Design view. From the Drivers table, add the Class field. Save the query as Driver Class_Delete.

 

Change   the query type to Delete and set   the criteria to delete drivers whose class is Special.   Run the query (one record will be deleted). Save and close the query. View   the changes in the Drivers table and close the table.

 

Create   a new query using Design view. From the Insurance table, add the InsuranceAgentID, AutoType, AutoYear, and TagID fields   (in that order). Save the query as Agent_Parameter.

 

Set   the criteria in the InsuranceAgentID   field to display the prompt as Enter the Agent   ID:   and run the query. In the parameter prompt, enter AS8842   and click OK to view the results   (two records). Save and close the query.

 

The   Performance Analyzer makes suggestions as to how a selected table can be made   more efficient or to work better with other tables in the database.
 

  Use the Analyze Performance tool to analyze the Drivers table. Note the idea   to change the data type of the Weight field from Short Text to Long Integer.   In the Drivers table, set the data type of the Weight field to Number   (Long Integer), then save and close the table.

 

A   navigation form enables users to select key objects in the database in a   user-friendly manner. The form will launch automatically to present the   frequently used forms and report to the end users.
 

  Create a Navigation form based on   the Vertical Tabs, Left template. Drag and drop the Drivers form onto the first tab of   the form. Drop the Insurance form   onto the second tab.

 

Drag   and drop the Drivers report onto   the third tab of the Navigation form. View the form in Form view, click each   of the tabs, and then save the form as Navigator.   Close the form.

 

Set   the option in the database so that the Navigator   form launches automatically when the database opens. Close the database   and reopen it to ensure that the Navigator form opens. Close the form.

 

You   will modify the record source of a report to display specific records. The   report will not rely on an underlying query to select records; the criteria are   handled by the SQL statement. You will add a command button to a form that   will open a form with associated records.
 

  Open the Drivers report in Design view. Modify the record source of the   report using a SQL statement to select all Drivers   records with a Class   of Adult. Print Preview the report (eight   records will display).

 

Modify   the SQL record source to display Junior   drivers. Print Preview the report (eight records will display). Save and   close the report.

 

You   will add a command button to a form that will open a form with associated   records.
 

  Open the Drivers form in Design view, click to add a command button at the intersection of the 6-inch mark on the   horizontal ruler and the 3-inch mark on the vertical ruler.

 

Set   the command button to open the Insurance form. Use the default picture as the   button. Set the name and the caption of the button to Open Insurance Form. Set the width of the button to 1.5″. Save the form. View the form in Form   view and click the command button.

 

You   will create a chart in a report that compares the number of licenses that   were issued by year. The chart will graphically depict the mix of drivers   according to the years of driving experience.
 

  Open the Auto Year report in   Design view. Click the Report Footer   section bar. Open the Property Sheet and set the height of the Report   Footer section to 3″. Close   the Property Sheet. Click in the blank   space below the Count function.

 

Insert   a pie chart by clicking at the 0.5″ mark on the vertical ruler and the   2.5″ mark on the horizontal ruler. In the Chart Settings pane, set the   Auto Year_Parameter query as the   data source. In the Axis (Category), select the AutoType check box, then in the parameter prompt, type 2012. Close the Chart Settings pane.

 

Click   in the Chart Title box in the   Property Sheet, and type Auto Type.   Close the Property sheet, then save and close the report. Reopen the report   and type 2010   at the prompts. Note that the data in the report and chart displays according   to the year input. Close the report.

 

Close   all database objects. Close the database and then exit Access. Submit the   database as directed.

Telecommunication Threat Mitigation

  1. Why do you think VoIP telephony systems have become so prevalent? What special risks do they pose to the enterprise? 200 words minimum.
  2. What are some techniques to hack answering machines and messaging systems? 200 words minimum.
  3. What are some situations where phone systems might not work? What are some backup plans that an organization can deploy? 200 words minimum.
  4. What are some challenges for organizations with bring your own devices (BYOD) policies? How can these threats be mitigated? 200 words minimum.
  5. What are some malware infections that target cell phones? 200 words minimum.