Computer Science 2023 Produce an annotated database of ‘Live News’ using Evernote and Google Docs/Sheets

2023 Word Limit n a Deadline date for submission Present to Turnitin by 5pm Friday 10 th | Assignment Collections

Word Limit:

n/a

Deadline date for submission:

Present to Turnitin by 5pm, Friday 10th April (end of Week 9)

Learning outcomes to be examined in this assessment

Collect, analyse, present and comment upon business data.

Identify the relationship between computer hardware and software.

Describe the most common types of software programmes and explain how they may be used to enhance management functions.

Percentage of marks awarded for module:

This assignment is worth 100% of the total marks for the module

Assessment criteria

Explanatory comments on the assessment criteria

Maximum marks for each section

Content, style, relevance, originality

Clear demonstration of rigorous research from recognised authoritative sources and wider media.

40%

Constructive critical analysis,

Demonstration of a clear understanding of the issues. Use of academic models and concepts.

40%

 

Technical competencies

Demonstration of a clear grasp of Evernote affordances

20%

 

Candidates must clearly label their ID Number on additional separate reference, formula or answer sheets.

 

Assignment Task

 

Produce an annotated database of ‘Live News’ using Evernote and Google Docs/Sheets

You should use Evernote (www.evernote.com) to create, manage and develop a database of clippings and/or other notes from a range of sources and data relevant to the themes of the module.

Your Evernote notebook must include at least 20Evernote notes (no maximum).

Your notes should include:

· Web clippings

· Google Docs or other Word-processed file

· Google Sheets or other Spreadsheet file

· Multimedia content

· Images

Each Evernote note should be annotated with at least one paragraph of text in your own words.Theseannotations can be extra information or links, quotes (using Harvard Referencing style) or questions and ideas.

Your annotations should focus on:

· The relationships between hardware and software and other computing actants

· Explain how the technologies discussed in the story or information can enhance or change management functions.

· The issues the story or information raises for business and/or organisations using computing technologies

You should use Evernote’s affordances to link and add value to your entries.

How to submit:

1) Copy your annotations from Evernote into a single Google Docs document.

2) Add the PUBLIC URL* of your Evernote notebook.

3) Add your student ID.

4) Download the Google Docs document

5) Submit the completed document to Turnitin.

Submission must contain your text annotations, public URL of the Evernote notebook and student ID to be assessed. Only notes and annotations added before the hand-in date will be assessed

* To find your public URL:

1. Click “i” on top right corner of open Evernote notebook.

2. Select “modify sharing” button.

3. Select “publish” button. Copy the public URL.

4. Select “done” button.

5. Test by logging out of your Evernote account. Can you still access the notebook using the public URL?

 

We give our students 100% satisfaction with their assignments, which is one of the most important reasons students prefer us to other helpers. Our professional group and planners have more than ten years of rich experience. The only reason is that we have successfully helped more than 100000 students with their assignments on our inception days. Our expert group has more than 2200 professionals in different topics, and that is not all; we get more than 300 jobs every day more than 90% of the assignment get the conversion for payment.

Place Order Now

Computer Science 2023 Enterprise Planning and Implementation Assignments

2023 CIS8004 Enterprise Planning and Implementation Assignments 2 P a g e Assignment 1 20 Description Marks out | Assignment Collections

CIS8004 Enterprise Planning and Implementation Assignments 2 | P a g e Assignment 1 (20%) Description Marks out of Wtg(%) Due date Assignment 1 (written report) 100 20% Refer to study schedule CIS8004 Enterprise Planning and Implementation 1500 words excluding reference list This written assignment is to be electronically submitted through the EASE system in the CIS8004 Study Desk. Hardcopy or email submission will NOT be accepted. You have been hired as an Information Systems consultant to examine State Health Centre, a fictitious multi-centre State Government Hospital, with about 20-specialist cardiologists. The centres are East, West, North, South and Central. The State Health Centre offers cardiology related services to affected people. The services include initial screening, ongoing maintenance and periodical treatment. The costs are recovered through subsidies provided by the Government. The hospital is modern and comes with state-of-the-art technology infrastructure, including wireless systems. The registrar, who is responsible for all patient safety and service quality affairs, wants to revise the IT structure and is especially interested in integrating access to all services through mobile devices inside and beyond the hospital. Your task is to develop a Business Systems Plan (with full justification as to how these are applicable for the organisation) so as to accommodate mobile access to various services provided by the hospital. Your task is to develop a planning document that details how a mobile access system can be implemented. You can use your imagination but MUST address the following: 1. Any potential customer of the State Health Centre must be able to securely access all information aspects pertaining to services offered using a variety of mobile devices. 2. The planning should involve provision for security, privacy and other user and organizational concerns. 3. Your…

 

We give our students 100% satisfaction with their assignments, which is one of the most important reasons students prefer us to other helpers. Our professional group and planners have more than ten years of rich experience. The only reason is that we have successfully helped more than 100000 students with their assignments on our inception days. Our expert group has more than 2200 professionals in different topics, and that is not all; we get more than 300 jobs every day more than 90% of the assignment get the conversion for payment.

Place Order Now

Computer Science 2023 ECET450 wk4

2023 Purpose This laboratory provides practice in the creation and use of basic and advanced | Assignment Collections

Purpose:

 

This laboratory provides practice in the creation and use of basic and advanced SQL queries involving more than one table in a DB schema.

 

Procedure:

 

Using your assigned user name, password, and host string, log in to Oracle SQL*Plus, and open a spool file to collect your dialog.  Create queries to answer the following questions.  Your queries should be written so that they use only the data provided and display only the data requested.

 

Don’t edit the initial spool file. You will make mistakes and will not be penalized for them.  Attach it to the back of your report.  Follow the instructor’s instruction concerning any additional required items, any needed sign-offs, and the due date of this report.

 

Part A:

 

1.            Display the invoice number, the invoice date, the customer id, and the customer name for each order in the database.

 

 

 

 

 

 

 

2.            Display the invoice number, the customer id, and the customer name for each order placed on September 12th, 2007.

 

 

 

3.            Display the invoice number, the invoice date, the product id, the number of units ordered, and the line price for each line in each order.

 

 

 

 

 

 

 

4.            Display the id and the name of each customer that placed an order on September 12th, 2007, using the IN operator in your query.

 

 

 

 

 

 

 

5.            Display the id and the name of each customer that placed an order on September 12th, 2007, using the EXISTS operator in your query.

 

 

 

 

 

6.            Display the id and the name of each customer that did not place an order on September 12th, 2007.   (Be careful in performing this query.)

 

 

 

 

 

7.            Display the invoice number, the invoice date, the product id, the product description, and the product type for each line in each order.

 

 

 

 

 

8.            Display the same data as in question 7, but order the display by product type.  Within each type, order the display by invoice number.

 

 

 

 

 

 

 

9.            Display the sales representative’s id, last name, and first name of each representative who represents, at a minimum, one customer whose credit is $10,000 using a subquery.

 

 

 

 

 

10.        Display the same data as in the previous question without using a subquery.

 

 

 

 

 

Part B:

 

 

 

11.        Display the id and the name of each customer with a current order for a Blender.

 

 

 

 

 

 

 

12.        Display the invoice number and the invoice date for each customer order placed by Charles Appliance and Sport.

 

 

 

 

 

13.        Display the invoice number and the invoice date for each invoice that contains an Electric Range.

 

 

 

 

 

14.        Display the invoice number and the invoice date for each invoice that was either placed by Charles Appliance and Sport or whose invoice contains an Electric Range.  Use a set operation to perform this query.

 

 

 

 

 

15.        Display the invoice number and the invoice date for each invoice that was placed by Charles Appliance and Sport and whose invoice contains an Electric Range.  Use a set operation to perform this query.

 

 

 

 

 

 

 

16.        Display the invoice number and the invoice date for each invoice that was placed by Charles Appliance and Sport and whose invoice does not contain an Electric Range.  Use a set operation to perform this query.

 

 

 

 

 

17.        Display the product id, the product description, the product price, and the product type for each product whose product price is greater than the price of every part in product type SG.  Be sure to correctly choose either the ALL or the ANY operator in your query.

 

 

 

 

 

18.        Display the same attributes as in the previous question.  However, use the other of the two operators: ALL or ANY.  This version of the SQL statement provides the answer to a question.  What is that question?  Add your answer as a comment to your list file.

 

 

 

 

 

 

 

19.        Display the id, the description, the quantity, the invoice number, and the number of units ordered for each product.  Make sure to include all products in your output.  The order number and the number of ordered units must remain blank for any product that is not contained in an invoice.  Order your display by product number.

 

 

 

 

We give our students 100% satisfaction with their assignments, which is one of the most important reasons students prefer us to other helpers. Our professional group and planners have more than ten years of rich experience. The only reason is that we have successfully helped more than 100000 students with their assignments on our inception days. Our expert group has more than 2200 professionals in different topics, and that is not all; we get more than 300 jobs every day more than 90% of the assignment get the conversion for payment.

Place Order Now

Computer Science 2023 Sporting Goods Project Plan

2023 Overview For this assignment write a two page project plan for Sporting Goods For example if choosing the creation of a | Assignment Collections

Overview:

For this assignment, write a two-page project plan for Sporting Goods. For example, if choosing the creation of a website for a company, some of the tasks involved in Sporting Goods might be the hiring of a web designer and programmer, interviews with users to ascertain their requirements, the creation of a home page, etc.

Instructions:

Include in the Sporting Good plan the start date of each task, the estimated end dates, the resources assigned to each task (that is, the people, equipment, supplies, etc. needed for each task), the cost associated with each task, and the order of the tasks that are specific to your project. Also, include how the tasks are related to each other, that is, which tasks must be completed before other tasks can begin. Also, milestones should be included. Examples of milestones might be: “completion of phase one,” “hiring of all project employees completed,” and “entire project completed.”

Requirements:

• The plan should be 2 pages in length, with additional cover and reference pages.

• The summary should be double-spaced, written in 12-point Times New Roman font, and use a 1-inch margin.

• Use at least two (2) scholarly sources and include all references and citations properly formatted in APA.

• Use complete sentences and appropriate grammar and spelling.

 

We give our students 100% satisfaction with their assignments, which is one of the most important reasons students prefer us to other helpers. Our professional group and planners have more than ten years of rich experience. The only reason is that we have successfully helped more than 100000 students with their assignments on our inception days. Our expert group has more than 2200 professionals in different topics, and that is not all; we get more than 300 jobs every day more than 90% of the assignment get the conversion for payment.

Place Order Now

Computer Science 2023 Lab 5

2023 Name 1 Build the following network in GNS3 as shown in the figure below 2 Using | Assignment Collections

  

Name: _____________________________________

Ÿ 1. Build the following network in GNS3 as shown in the figure below. 

                   

Ÿ 2. Using the tables below, configure the router and the interfaces as shown below.

Lab Equipment IP Address Information

  

Router   Name

Gi0/0 Address

Gi1/0 Address

 

R1

192.168.1.1/24

192.168.2.1/24

  

Host

IP Address

Subnet Mask

Gateway

 

PC1

192.168.1.5

255.255.255.0

192.168.1.1

 

PC2

192.168.1.6

255.255.255.0

192.168.1.1

 

PC3

192.168.2.5

255.255.255.0

192.168.2.1

Ÿ 3. Verify that all hosts can ping each other. If you can’t ping troubleshoot the problem before continuing with the lab. The ability to ping is a prerequisite to continuing the lab.

Ÿ 4. Configure the access list based on the information show below.

  

Stop Traffic from PC 2

 

List Number

Permit or Deny

Source Address

Wildcard    Mask

 

1

Deny

192.168.1.6

0.0.0.0

On the R1 router, type the following to stop access from PC2.

R1(config)#access-list 1 deny 192.168.1.6

Ÿ 5. Can PC2 ping PC3? _________________________________ Why? ____________________________________________________

Ÿ 6. Apply the access to the interface gi0/0.

interface Gi 0/0

ip access-group 1 in

Ÿ 7. Can PC2 ping PC3? _________________________________ 

Ÿ 8. Can PC1 ping PC3? Why? ____________________________________________________

Ÿ 9. Add the following command to R1:

R1(config)#access-list 1 permit any 

Ÿ 7. Can PC2 ping PC3? _________________________________ 

Ÿ 8. Can PC1 ping PC3? _________________________________

Ÿ 9. Run the following command

R1#show access-lists 

Ÿ 10. Take a screenshot of the result and paste it here.

End of Procedure

 

We give our students 100% satisfaction with their assignments, which is one of the most important reasons students prefer us to other helpers. Our professional group and planners have more than ten years of rich experience. The only reason is that we have successfully helped more than 100000 students with their assignments on our inception days. Our expert group has more than 2200 professionals in different topics, and that is not all; we get more than 300 jobs every day more than 90% of the assignment get the conversion for payment.

Place Order Now

Computer Science 2023 Auditing Tools For Windows System

2023 A comparison of existing security controls and settings with one or more baselines helps to validate the | Assignment Collections

A comparison of existing security controls and settings with one or more baselines helps to validate the correctness of security controls. The process of comparing real computer configurations to known baselines, also called profiling, is important to ensure your configurations are correct and secure.

For each of the following scenarios, select the best tool to profile a Windows computer to determine if it satisfies your security requirements, and write at least 2 pages about each scenario and the tools you selected.

You must select from the following options:

  1. Security Configuration and Analysis (SCA)
  2. Microsoft Security Baseline Analyzer (MBSA)–Graphical User Interface (GUI)
  3. MBSA command-line interface
  4. Shavlik NetChk Protect
  5. Secunia Security Analyzers

Suspected malware scenarios:

  1. You want to schedule a weekly analysis for the Windows servers in your data center. The command should run as a scheduled job and report any available patches for the Windows Server 2012 R2 operating system, Internet information services (IIS) Web server, or structured query language (SQL) server that have not been installed. Which tool would be the best choice?
  2. You like the way MBSA presents scan results but you need to scan for vulnerabilities in older Windows products, including Microsoft Office 2000. Which tool provides extended scanning and the ability to use MBSA to view scan reports?
  3. Your organization wants to encourage all of its employees and contractors to use vulnerability scanners at home as well as at work. You want to select a single vendor that can provide scanner software products for home and enterprise computers. A single vendor product line can streamline coordinating and analyzing scan results from many different computers. Which set of tools would be the best choice?
  4. You have developed several templates that consist of security settings for several types of computers, including desktop workstations, laptops, and various servers. You want to quickly compare a computer’s settings to its corresponding template to see if any configuration settings have changed. Which tool would be the best choice?

 

We give our students 100% satisfaction with their assignments, which is one of the most important reasons students prefer us to other helpers. Our professional group and planners have more than ten years of rich experience. The only reason is that we have successfully helped more than 100000 students with their assignments on our inception days. Our expert group has more than 2200 professionals in different topics, and that is not all; we get more than 300 jobs every day more than 90% of the assignment get the conversion for payment.

Place Order Now

Computer Science 2023 DR Assgnmnt-6

2023 Using a Web browser search for incident response template Look through the first five results and | Assignment Collections

Using a Web browser, search for “incident response template.” Look through the first five results and choose one for further investigation. Take a look at it and determine if you think it would be useful to an organization creating a CSIRT. Why or why not?

 

Need two pages of work around (500 or more words). 

APA format with appropriate references. 

No plagiarism and on time delivery.

 

We give our students 100% satisfaction with their assignments, which is one of the most important reasons students prefer us to other helpers. Our professional group and planners have more than ten years of rich experience. The only reason is that we have successfully helped more than 100000 students with their assignments on our inception days. Our expert group has more than 2200 professionals in different topics, and that is not all; we get more than 300 jobs every day more than 90% of the assignment get the conversion for payment.

Place Order Now

Computer Science 2023 Homework

2023 Ethics is the study of right and wrong in relation to human conduct | Assignment Collections

Ethics is the study of right and wrong in relation to human conduct and interaction. According to the text, every society attaches value on an individual’s actions and whether or not those actions fall within the domain of that society’s rules, laws, and norms (Kizza, 2010). Discuss the following for this assignment:

  • Looking at the impact of technology (computers, the Internet, smartphones, etc.) on American society, how has modern technology impacted people’s views on ethics?
  • Has the view of what is right or wrong in American culture changed in the last 20 years as a result of people’s increased use of information technologies?

Please respond and comment on the comments of at least 2 of your peers.

 

References must be in APA style format. 

 

 

 

We give our students 100% satisfaction with their assignments, which is one of the most important reasons students prefer us to other helpers. Our professional group and planners have more than ten years of rich experience. The only reason is that we have successfully helped more than 100000 students with their assignments on our inception days. Our expert group has more than 2200 professionals in different topics, and that is not all; we get more than 300 jobs every day more than 90% of the assignment get the conversion for payment.

Place Order Now

Computer Science 2023 10

2023 Fraser J R S Simpkins K N Navarez K 2014 Implementing Enterprise Risk Management Case Studies and | Assignment Collections

Fraser, J. R. S., Simpkins, K. N., Navarez, K. (2014). Implementing Enterprise Risk Management: Case Studies and Best Practices. Hoboken, NJ: Wiley Publishing.

ISBN: 97811186919604

  • Read Chapter 8: Housing Association Case Study of ERM in a Changing Marketplace 
    • Pages 119 – 141
  • Read Chapter 9: Lessons from the Academy
    • Pages 143 – 177

1. Complete the end of Chapter questions located on Page 139-140. Upon completion, upload your document (Microsoft Word) through this link. Please ensure you use complete answers.


2. Complete the end of Chapter questions located on Page 173-174. Upon completion, upload your document (Microsoft Word) through this link. Please ensure you use complete answers.

Note: 2 (in-citations) peer reviewed papers 

word count: At least 500 words (not including direct quotes).

 

We give our students 100% satisfaction with their assignments, which is one of the most important reasons students prefer us to other helpers. Our professional group and planners have more than ten years of rich experience. The only reason is that we have successfully helped more than 100000 students with their assignments on our inception days. Our expert group has more than 2200 professionals in different topics, and that is not all; we get more than 300 jobs every day more than 90% of the assignment get the conversion for payment.

Place Order Now

Computer Science 2023 computer literacy

2023 Computer Ethics PowerPoint Review your initial post from this week s discussion activity on computer | Assignment Collections

 

Computer Ethics PowerPoint

Review your initial post from this week’s discussion activity on computer ethics. Use Microsoft PowerPoint to create a presentation based on your initial computer ethics discussion and associated research. To view a brief ‘How To’ video for creating a PowerPoint file for this assignment, click on the video in your course shell: Creating a PowerPoint (access this link through your online course)

Your presentation Should:

  • Identify the key points you want to highlight.
  • Contain a minimum of three slides in the body of the presentation.
    • Each slide in the body of the presentation should have no more than three bullet points.
    • Each slide must include animation.
  • Include graphics, audio, video or embedded links as needed to support and enhance your topics.

In addition:

  • Create a title slide that that includes a Title of PowerPoint, Students Name, Course Number & Title, Instructor’s Name, and Date, in that order.
  • Create a reference slide that identifies all sources used within the presentation (including graphics or other multimedia)
  • Format your references according to APA style as outline in the Ashford Writing Center, and use in-text citations where necessary throughout the body of your presentation.
  • I always go above and beyound my work so it must be very neat and well organized and done properly

 

We give our students 100% satisfaction with their assignments, which is one of the most important reasons students prefer us to other helpers. Our professional group and planners have more than ten years of rich experience. The only reason is that we have successfully helped more than 100000 students with their assignments on our inception days. Our expert group has more than 2200 professionals in different topics, and that is not all; we get more than 300 jobs every day more than 90% of the assignment get the conversion for payment.

Place Order Now