Decide on an IT-related project that you like.
Research and find a template for your project proposal.
Use APA formatting for citations and references.
Decide on an IT-related project that you like.
Research and find a template for your project proposal.
Use APA formatting for citations and references.
I’m working on a Computer Science discussion question and need guidance to help me study.
300 words discussion post with citations and references in APA format
150 words each two replies
no plagiarism
need turn it in report
APA format
Data sustains an organizations business processes and enables it to deliver products and services. Stop the flow of data and for many companies, business comes quickly to a halt. Data drives the economy, and if the loss of data lasts long enough, the viability of an organization to survive may come into question.
1. What is the relationship between QA/QC and risk management?
2. What is the significant difference between quality assurance & quality control?
3. Why are policies needed to govern data both in transit and at rest (not being used – accessed)?
See attachment below.
Review the Chapter4 material. What is some of the key User Hive data?
Can hive information that has been deleted be read by a tool?
1) It should be a minimum of 300 Words not including references
2) APA Format and References needed
Demonstrate how this course(Operational Excellence) research has connected and put into practice within their own careers(Software Engineer).
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(software development). If you are not employed, demonstrate a connection to your desired work environment.
Course Resources:
Bourgeois, D., Smith, J., Wang. S., Mortati, J. (2019). Information Systems for Business and Beyond.
https://opentextbook.site/informationsystems2019/
Langer, A. M. (2018). Information Technology and Organizational Learning. 3rd edition. Taylor & Francis Group, LLC. ISBN: 978-1-138-23858-9.
Other articles and readings may be assigned by course professor.
Please use the following journal titles, Web sites, and/or keywords to search for supplementary information to augment your learning in this subject.
· ITIL: https://www.axelos.com/itil-update
· COBIT: http://www.isaca.org/COBIT/Pages/COBIT-2019-Foundation-Certificate-Program.aspx
Professional Associations
§ ISC2: https://www.isc2.org/
ISO Quality Standards: https://www.iso.org/home.html
Question:
Why do vendors have such an arrogant position about their technology once an organization invests in a data systems.
500 words, APA
Attached is ppt, please go through it
Read the case study “Creating a Methodology” on page 108 and then answer one (1) of the questions on page 110.
Note-
Discussions will consist of 2 parts: Your initial posting on the subject, and responses to two or more students postings. Post your primary response by each Wednesday midnight. Respond to at least two (2) other
postings by Sunday Midnight. The primary post should be at least 300 words in length. Your second postings
can either answer another student’s question to your own post or be a comment to his or her original post.
Secondary posts must be at least 150 words in length.
• All initial postings must have at least one citation or reference and it must be in APA format. Failure
to have a reference or not having it in APA format will deduct 5 points.
• Word counts must be met. Each 10 words short will deduct 1 point from your total discussion score.
• If any part of your postings is copied and pasted you will receive no credit for the assignment, and no
resubmission is possible.
• Late postings will receive reduced credit of 10% per day. After 10 days late no credit will be given.
c++ program
Part A
use any web site and provide number of Dentists using the following format:
area codes included:
909
714
949
310
818
for each area code get 4 doctors to include the following data:
License number up to 5 digits
Name (last, first )
Specialities (General, surgeon)
Distance
write a menu to allow the user to search for
Enter 1 to search by area code
Enter 2 search by distance
Enter 3 search by speciality
Store data in a text file called “indata.txt”
store the result in a text file “outfile.txt”
Read data from text file
Write a function to search by area code, when the user enter the area code, such as 909, all Dentists with area code 909 will come up ( all data).
Write another function to search by distance ( in this function display all the data and smallest distance with data belong to smallest distance)
Write a search function to look for dentist with specialty ( if the user searches for surgeon), all dentists with surgeon specialty and its all data including, license number ,names, distance show up
Last function search by license number.
Write a function to display the result(s)
Use Binary search as a backbone search Function