discussion-counter

 

There are a variety of ways that a cyber-attack can cause economic damage. In many cases, attackers try to “penetrate” systems in order to steal technology or other sensitive information. When do you think an attack can be classified as cyber terrorism?

Please make your initial post and two response posts substantive. A substantive post will do at least TWO of the following:

  • Ask an interesting, thoughtful question pertaining to the topic
  • Answer a question (in detail) posted by another student or the instructor
  • Provide extensive additional information on the topic
  • Explain, define, or analyze the topic in detail
  • Share an applicable personal experience
  • Provide an outside source (for example, an article from the UC Library) that applies to the topic, along with additional information about the topic or the source (please cite properly in APA 7)
  • Make an argument concerning the topic.

At least one scholarly source should be used in the initial discussion thread. Be sure to use information from your readings and other sources from the UC Library. Use proper citations and references in your post.

QUALITATIVE Journal Submit Article

Please don’t copy someone works from Internet

You will review both quantitative and qualitative research.  The topic is up to you as long as you choose a peer-reviewed, academic research piece.  I suggest choosing a topic that is at least in the same family as your expected dissertation topic so that you can start viewing what is out there.  There are no hard word counts or page requirements as long as you cover the basic guidelines.  You must submit original work, however,  and a paper that returns as a large percentage of copy/paste to other sources will not be accepted.  (Safe Assign will be used to track/monitor your submission for plagiarism. Submissions with a Safe Assign match of more than 25% will not be accepted.) 

Please use APA formatting and include the following information:

  • Introduction/Background:  Provide context for the research article.  What led the author(s) to write the piece? What key concepts were explored? Were there weaknesses in prior research that led the author to the current hypothesis or research question?
  • Methodology:  Describe how the data was gathered and analyzed.  What research questions or hypotheses were the researcher trying to explore? What statistical analysis was used?
  • Study Findings and Results:  What were the major findings from the study? Were there any limitations?
  • Conclusions:  Evaluate the article in terms of significance, research methods, readability and the implications of the results.  Does the piece lead into further study? Are there different methods you would have chosen based on what you read? What are the strengths and weaknesses of the article in terms of statistical analysis and application? (This is where a large part of the rubric is covered.) 
  • References   

computer information

  

Module 2: Portfolio Project Job Title Submission 

You will start the portfolio project process by documenting the job title or career that you will explore in your brochure and an explanation of at least 40 words discussing why the selection appeals to you. Submit this assignment in Blackboard. choose, Nursing or manager job

Module 3: Annotated Bibliography 

You will be required to submit an annotated bibliography for four (4) separate articles or resources. The annotated bibliography is comprised of an APA citation, a summary of the resource, and your evaluation of the credibility of the source. Please refer to the specific instructions and example provided below for more information on writing Annotated Bibliographies. Double-click the icons below to see the examples.

Module 5: Brochure Content Outline 

You will create an outline that applies the research from your annotated bibliographies. In the outline you will illustrate your main topic sentence and bullet points for each of your 3 content paragraph topics, outline which source or sources you’ll cite to give information about that topic, and include a reference page. See the content outline by double-clicking below for an example.

Module 6: Rough Draft Submission

You will submit the rough draft of your three (3) career development brochure panels. Once submitted, you will receive feedback from your instructor so you can revise your work for your final submission in Module 7.

Module 7: Final Submission to ePortfolio

You will submit the final draft of your three (3) career development content paragraphs, including any edits or feedback supplied by the instructor on the Module 6 draft submission.  

Module 2: Portfolio Project Job Title Submission 

You will start the portfolio project process by documenting the job title or career that you will explore in your brochure and an explanation of at least 40 words discussing why the selection appeals to you. Submit this assignment in Blackboard.

Module 3: Annotated Bibliography 

You will be required to submit an annotated bibliography for four (4) separate articles or resources. The annotated bibliography is comprised of an APA citation, a summary of the resource, and your evaluation of the credibility of the source. Please refer to the specific instructions and example provided below for more information on writing Annotated Bibliographies. Double-click the icons below to see the examples.

Module 5: Brochure Content Outline 

You will create an outline that applies the research from your annotated bibliographies. In the outline you will illustrate your main topic sentence and bullet points for each of your 3 content paragraph topics, outline which source or sources you’ll cite to give information about that topic, and include a reference page. See the content outline by double-clicking below for an example.

Module 6: Rough Draft Submission

You will submit the rough draft of your three (3) career development brochure panels. Once submitted, you will receive feedback from your instructor so you can revise your work for your final submission in Module 7.

Module 7: Final Submission to ePortfolio

You will submit the final draft of your three (3) career development content paragraphs, including any edits or feedback supplied by the instructor on the Module 6 draft submission.

Short research paper for PHD. Please read below before bidding. APA 7th edition format

Journal articles focus on transformational leadership and knowledge and knowledge sharing within an organization, please review these concepts and answer the following questions:

How do trustworthy and ethical leaders enhance knowledge sharing in organizations? How does this impact the rate of information technology implementations? How does this impact data management within organizations? 

How does servant leadership assist with transferring knowledge in an organization? 

When thinking about data analytics, how does transformational leadership assist with building good data structures?

 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-5 pages in length (not including title page or references)

APA guidelines must be followed. The paper must include a cover page, an introduction, a body with fully developed content, and a conclusion.

A minimum of five peer-reviewed journal articles.

The writing should be clear and concise. Headings should be used to transition thoughts.

Assignment #019

1. Describe the importance of databases and database management systems in managing organizational data and information
2. provide the types and some examples of database management systems
3. address the advantages and disadvantages of using a DBMS.

Final Project: US Naturalization Practice Test

Please note: It is just a given in our industry that your code has to run! If your code does not run, you will not receive any points.

You will be creating a PHP-driven web site that is a practice quiz for people taking the civics portion of the United States Naturalization Test. There are 100 possible questions for this portion of the test; however, in practice applicants are given only 10 questions, chosen randomly. An applicant must answer 6 out of 10 questions correctly to pass the civics portion of the naturalization test.

Your task is to use the 100 sample questions provided in the official Civics (History and Government) Questions for the Naturalization Test document. (Dr. Alfaro will provide a PHP code snippet with two arrays, one of questions and one of answers, which you may use.) Your application should display ten questions at random along with a text input box for each answer. The user should be able to input a short answer, and the script will compare the user’s answers against the correct answers. Be sure to convert any special characters to HTML!

When checking for correct answers, CASE SHOULD NOT MATTER. Also, your code should check to see if the answer string is included anywhere within the answer. So, if a correct answer is “Constitution”, any of the following answers should score as correct:

  • the constitution
  • our Constitution
  • The Constitution is the supreme law of the land
  • CONSTITUTION

It is up to you how you want to store and retrieve the questions. However, your project must meet these minimum requirements:

  1. Displays 10 questions chosen at random (by the PHP; not by you!) and ten corresponding text boxes for short answers.
  2. When the user submits the test, the user will see their grade and whether they passed or failed the practice exam (60% is passing). It will also indicate which questions the user got wrong so they can go back and study!
  3. Upon submission, the page should also display a date-time stamp stating when the exam was submitted.
  4. Your code must include an array, and this array must actually be used to create the quiz. (No creating an array that is never accessed!)
  5. Your code must contain a PHP include to show that you know how to do this.
  6. Your code must contain at least one function that is actually utilized in the application.
  7. Your code must utilize at least one loop (for, while, do-while, or foreach).
  8. On the page which displays the user’s score, there should be a link or button that allows the user to go back and take the quiz again with a new set of 10 random questions.
  9. Use semantic HTML code and best practices (an h1, at least one h2, alt text for images, etc.).
  10. Add CSS as appropriate to make this a professional-looking portfolio piece. (We may be showing this to clients in the capstone next term!)

NO SQL!! DO NOT USE SQL. 

ONLY PHP, HTML, and CSS

Submit your completed file final-yourlastname.tar.gz below. 

Database

Assume that you have a Saudi league player database. In this database, you have a table containing players’ attributes such as (Name, age, position, etc.) and you decided to add information about players’ agents. Would you represent the agent information as attributes in the player table or would you create an entity set for players’ agents? Justify your answer.