Tag Archive for: Assignment Help Online Services Collections

Computer Science 2023 C++program

2023 Restrictions and Requirements No global variables may be used Your submission must contain at least 2 or more | Assignment Collections

 

Restrictions and Requirements

  • No global variables may be used
  • Your submission must contain at least 2 or more .cpp files and one or more .h files
  • Your submission must have at least 3 user-defined functions in it in addition to main

Problem Description

Write a program that displays the top N most occurring words in a file along with the number of times the word appeared.

  • Words should be displayed from most commonly occurring to least commonly occurring
     
  • A word is considered to be 1 or more consecutive nonwhitespace characters
     
  • Case does not matter when counting words
     
    • HELLO and hello are to be considered the same word
  • When displaying the most commonly occurring words they should all be displayed in lowercase
     
  • When counting a word all leading and trailing non-alphabetical,  non-numeric characters should be removed for a more accurate count
     
    • For example 
      • hello
      • hello,
      • hello.
      • hello;
      • !!$#%hello<>?/ Are all considered to be the same word
    • The complete list of special characters is: ,.:;”|!@#$%^&*()_+-=[]{}<>?/~`’
  • If multiple words tie for most commonly occurring they should all be displayed
     
    • These words should be displayed in alphabetical order
  • You should ignore the following words when counting the most commonly  occurring words because they are so frequent and aren’t interesting
     
    • a, an, and, in, is, it the
  • If there are fewer than N unique occurrences of a word all words should be displayed
     
    • For example, if there were 5 unique words in a file but the user  asked to display the top 10 words then only the top 5 will be displayed  as there are only 5 words in the file

Input

All input will be valid

Command Line Arguments

  1. The path to the file 
    • Required
  2. N, the number of top words to find 
    • Optional
    • If N is not given it should default to 10

Hints

  • When opening the file to read from it make sure to use only an  ifstream and not an fstream. This is because you only have read  permissions on the files on Mimirand opening a file with an fstream  requires both read and write permissions. Since you don’t have write  permissions attempting to open a file with an fstream in testing will  cause you to fail with weird behavior.
  • The algorithm library contains many useful functions for helping to solve this problem
  • You will find maps to be incredibly useful in solving this problem 
    • By default, a map will sort the values in ascending order. You can  change this by providing a comparator function. Take a look back at the example we did in class for a refresher on how to do this.

Example

Assume that shake_it_off.txt contains the lyrics to Taylor Swift’s song “Shake it Off” which can be found here: shake_it_off.txt

./TopCommonWords shake_it_off.txt 5 
1.) These words appeared 78 times: {shake}
2.) These words appeared 70 times: {i}
3.) These words appeared 44 times: {off}
4.) These words appeared 21 times: {gonna}
5.) These words appeared 15 times: {break, fake, hate, play}

 

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 Data Analytics Lifecycle

2023 One important aspect of data science is reframing business challenges as analytics challenges Understanding | Assignment Collections

 

One important aspect of data science is reframing business challenges as analytics challenges. Understanding this concept is necessary for understanding the application of the data analytics lifecycle.

Review this week’s required reading. Construct an essay that incorporates the following information:

a. Briefly describe an industry that is of interest to you

b. Using your chosen industry as an example, describe a business challenge

c. Describe how the business challenge you described can be reframed as an analytics challenge

Specifications:

  • Minimum word length: 550
  • Minimum documented sources: 2
  • Essay formatted per APA specifications including both in-text and final references

 

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 SQL

2023 This homework assignment uses Homework Database that contains all tables from both Movie Database and University Database you used Homework | Assignment Collections

This homework assignment uses Homework Database that contains all tables from both Movie Database and University Database (you used Homework Database in HW-2). Write, run, and save the following SQL queries in this database.
Query 1 (2 pts)
List the first and last names of all students that never got a C grade.
Query 2 (2 pts)
Find the number of distinct movies played in Chicago, IL. Output a table consisting of one record and one column headed Number of Movies.
 
 
 

 

 

 

 

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 Due On Sunday

2023 The Discussion Board DB is part of the core of online learning Classroom discussion in an online environment requires | Assignment Collections

The Discussion Board (DB) is part of the core of online learning. Classroom discussion in an online environment requires the active participation of students and the instructor to create robust interaction and dialogue. Every student is expected to create an original response to the open-ended DB question as well as engage in dialogue by responding to posts created by others throughout the week. At the end of each unit, DB participation will be assessed based on both level of engagement and the quality of the contribution to the discussion.

At a minimum, each student will be expected to post an original and thoughtful response to the DB question and contribute to the weekly dialogue by responding to at least two other posts from students. The first contribution must be posted before midnight (Central Time) on Friday of each week. Two additional responses are required after Friday of each week. Students are highly encouraged to engage on the Discussion Board early and often, as that is the primary way the university tracks class attendance and participation.

The purpose of the Discussion Board is to allow students to learn through sharing ideas and experiences as they relate to course content and the DB question. Because it is not possible to engage in two-way dialogue after a conversation has ended, no posts to the DB will be accepted after the end of each week.

Discussion Topic 

For this week’s Discussion Board, review the group questions to be addressed on networking and CRM recommendations that are described in the second half of IP2. Work with your group to divide the questions amongst the group members. Discuss a recommendation for one of the questions in detail with this broader audience. Obtain other views and perspectives for consideration. Support your recommendation using what you know about the company Verbania, knowledge of technologies, and best practices.

You may wish to prepare a Word document that contains your recommendations. Your Word document about networking elements must be attached to the discussion so that it may be part of the discussion board grading process. This document should also be submitted to the group area for consideration in capstone project grading which is completed in Unit 4. 

In your own words, please post a response to the Discussion Board and comment on other postings. You will be graded on the quality of your postings.

For assistance with your assignment, please use your text, Web resources, and all course materials.

Grading Criteria 

  Assignment Criteria Proficient Descriptor Points   

Quality of  Main Post

21 Points
Total

Student’s main post meets or exceeds the following requirements:

• Responds completely to all of parts of discussion question. (6 points)
• Communicates content information accurately and/or logically (5 points)
• Delivers a thoughtful response demonstrating insights and reflections (5 points)
• Connects to both key content concepts and personal experiences (5 points)
/21 pts.   

Response to Peers

20 Points
Total

Responds to a minimum of 2 peers.  (10 points per response)
o Substantive response (5 points)
o Furthers the conversation with peers. Examples could include:  (5 points)    

  • Provides additional resources  
  • Connects to key concepts  
  • Shares personal or professional experiences  
  • Contributes new information or perspective  
  • Presents a competing viewpoint

/20 pts.   

Support from Learning Resources

4 Points
Total

At least one post refers to course learning resources /4 pts.   

Professional Writing

5 points

Response is well-organized, clear and free of grammatical and mechanical errors.

Posts demonstrate courtesy and respect for others.
/5 pts.  Total 50 Points Possible /50 pts.

 

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 Forms And Tables Web Development Search 1 Page Paragraph

2023 This is NOT you casually talking about topics You should be REPORTING EVIDENCE and EXAMPLES from | Assignment Collections

 

This is NOT you casually talking about topics. 

You should be REPORTING EVIDENCE and EXAMPLES from what you read.

  1. Identify the topic for this week. The title of this discussion board thread lists topics 
  2. Find three high-quality sources of related information on the Internet. 
  3. Read your chosen high-quality sources of related information.
  4. state your three sources of information.
  5. DESCRIBE each of the three sources of information within a few sentences providing EXAMPLES.
  6. SUMMARIZE with three things about the topic that you want to remember forever.

 

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 INFORMATION TECHNOLOGY

2023 This presentation builds on what you learned from your Chapter 3 assignment about careers You will research information about your | Assignment Collections

 This presentation builds on what you learned from your Chapter 3 assignment about careers. You  will research information about your careers’ salary, education level,  duties, ethical issues,and emerging technologies. You want to find out  what a person in each career does but you also need to investigate  criteria for each career that we will use for evaluation. Your presentation topics: 

  1. A brief description of 3 technology careers in the technology field.
  2. Describe  each career in detail including salary (based in MD, VA, and DC  geographical area), education level or certification needed, and  duties. 
  3. What  emerging technology (within the past 5 years) is used in the industry  (for the 3 careers you chose) to improve production or work flow. 
  4. What are the ethical issues professionals face in each career.
  5. Include 4 different references. 

Before you began constructing your presentation do the following: 

You will be able to complete the PowerPoint presentation with the student resources provided. Your presentation must include: 

  1. Themes 
  2. Transitions  
  3. Pictures  
  4. Animation  
  5. Audio – Audio should enhance the purpose of your presentation. Do not just add random music or read your slides. 
  6. Video (convert the PowerPoint into a video)   

You  are required to follow Guy Kawasaki’s 10 20 30 rule. This rule is you  should have no more than 10 slides, you should not talk for more than 20  minutes and you should not use a font size that is less than 30 points.  Look Guy up and see what his background is. Check out his web page. He  explains the rule nicely in this short video: http://www.youtube.com/watch?v=-M13SObffog 

 

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 Business Case

2023 Scenario HWE Accessories produces accessories for cell phones such as cases and screen | Assignment Collections

Scenario: HWE Accessories produces accessories for cell phones, such as cases and screen covers. Most of the current sales occur in retail stores. The existing website for HWE Accessories is informational only. HWE Accessories would like to implement an entirely new website, allowing customers to browse inventory, compare items, and make purchases. HWE Accessories is a relatively small company without an internal IT department. As IT manager, you will develop a business plan for the new HWE Accessories website throughout this course. The first step is preparing the business case.

Write a 3- to 4-page business case for the new HWE Accessories website. Include the following:

  • The problem statement
  • Analysis of the situation
  • Cost-benefit analysis
  • Preliminary feasibility study
  • Total cost of ownership (TCO)
  • Return on investment (ROI)
  • Solution options
  • Recommendations

Format any citations according to APA guidelines. 

 

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 Create An ERD For The Bookstore.

2023 Given the following scenario create an ERD for the Bookstore I sell books and would like | Assignment Collections

Given the following scenario create an ERD for the Bookstore.

I sell books and would like to create a database for my books and transactions. At this time I am not keeping track of supplier information. Many times customers come in asking what books a special author has written. Other times the customer wants books from a certain publisher or even a particular genre. Some of my books are hard cover and some are soft cover. I do not have any digital books.

**Remember the only foreign keys I should see in the ERD are for the bridges.

 

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 Mysql And Database

2023 Show the results using screenshots of executing each SQL statement against the database | Assignment Collections

Show the results (using screenshots) of executing each SQL statement against the database you created . Do not highlight your SQL statement in MySQL Workbench before taking the screenshot (this makes it difficult to read the output). For the VIEWs create in exercise-3, also show the results of executing a SELECT * … statement against the VIEW. All screenshots and text must be submitted as a single Word document.

 

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 Essay Topic: Amazon Vs. Walmart

2023 topic write a two page paper about Amazon VS Walmart Why is | Assignment Collections

topic: write a two page paper about Amazon VS. Walmart. Why is Amazon doing better E-commerce wise.

provide an average of all the financial metrics (profitability, solvency, liquidity, etc), or weight one statistic more heavily than the others. An example of this would be preparing an average of all metrics, but discounting debt percentage by ½, or overweighting profitability by a factor of 2, in order to skew results in favor of firms based on one or more metrics.  
**Need it by tomorrow Dec. 5th by 2 p.m

 

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