Assignment 5

  You shall write a C++ program that:

  1. Reads an arbitrary number of whitespace-delimited tokens from standard input.
  2. Determines and prints (to standard output) two decimal integer values:
    1. The number of input tokens that are valid Scrabble words (case-insensitive), i.e. those that can be found in /srv/datasets/scrabble-hybrid.
    2. The total number of points that all those words would be worth in Scrabble, according to the letter values in /srv/datasets/scrabble-letter-values.

Specific Requirements

  1. You may assume that the number of valid words and the total number of points will not exceed the range of an unsigned 64-bit integer.
  2. Open and read the contents of each relevant data file exactly once.
  3. Make sure to use STL components that will avoid any gross inefficiencies (excessive computation and/or storage) in your program. Your program should at least be able to process each of the example inputs below in no more than 5 seconds, on our server.
  4. Print the two integer values in the order specified above, and make sure your output contains no other numeric decimal values. Otherwise, the format of output is up to you.

word document edit

 

  1. Open the ExpiredLetter-01.docx start file. If the document opens in Protected View, click the Enable Editing button so you can modify it.
  2. The file will be renamed automatically to include your name. Change the project file name if directed to do so by your instructor, and save it.
  3. Apply the following formatting changes to the entire document:
    1. Select the entire document.
    2. Change the Before and After paragraph spacing to 0 pt.
    3. Change the line spacing to Single.
    4. Change the paragraph alignment to Left.
    5. Change the font and font size to Calibri and 11 pt.
  4. Turn on Show/Hide and press Enter at the end of each paragraph to add a blank line after each paragraph (including the last paragraph).
  5. Type and format the opening lines of the business letter.
    1. Press Ctrl+Home or move your insertion point to the top of the document.
    2. Type the current date (use January 1, 2020 format) and press Enter four times.
    3. Type the following inside address and press Enter two times after the last line:
      Mr. Rick Hermann
      9035 Masi Drive
      Fair Oaks, CA 95528
    4. Type Dear Mr. Hermann: as the salutation and press Enter two times after the salutation. One blank line displays between the salutation and the body of the letter.
    5. Add 72 pt. Before paragraph spacing to the date line.
  6. Type the closing lines of the business letter.
    1. Place your insertion point on the blank line below the last body paragraph and press Enter.
    2. Type Best regards, and press Enter four times.
    3. Type the following closing lines:
      Emma Cavalli
      Realtor Consultant
      Placer Hills Real Estate
    4. Press Enter two times after the company name and type your reference initials in lowercase letters.
  7. Move a paragraph and sentence.
    1. Move the third body paragraph so it appears before the second body paragraph. Confirm one blank line displays between each of the body paragraphs. If a blank space displays in front of the first word in the third paragraph, delete it.
    2. Move the last two sentences in the new second body paragraph (“A lot of detail . . .”) to the beginning of the paragraph. Verify proper spacing displays between sentences.
  8. Apply formatting to text in the business letter.
    1. Select “Placer Hills Real Estate” in the first body paragraph and apply Bold and Small caps formatting.
    2. Select the first sentence in the third paragraph including the period (“The service and experience . . .”) and apply Italic formatting.
    3. Select the writer’s name at the bottom and apply Small caps formatting.
    4. Select the writer’s title and apply Italic formatting.
    5. Select the company name below the writer’s title and apply Bold formatting.
  9. Use Smart Lookup to research selected words.
    1. Select “Fair Oaks” in the first body paragraph.
    2. Click the Smart Lookup button [References tab, Research group]. The Smart Lookup pane opens on the right.
    3. Review the research results in the Smart Lookup pane.
    4. Click the X in the upper-right corner of the Smart Lookup pane to close the pane.

      IMPORTANT: If this is the first time you have opened Smart Lookup, you will need Turn on intelligent services to let Office get web results for your highlighted text, and then continue to the next step. If you cannot turn on the services, skip the rest of this step and continue to step 10.

  10. Use the Read Aloud feature [Review tab, Speech group] to read the first two body paragraphs.
  11. Add the following document properties:
    1. Title: Expired Letter
    2. Company: Placer Hills Real Estate
    3. Manager: Kelsey Kroll
    4. Author: Emma Cavalli (right-click and choose Remove Person to remove existing author)
  12. Spell and grammar check the entire document, apply changes where necessary, and ignore proper nouns.
  13. Save and close the document (Figure 1-102).

group pro

Explore at least 3 strategies that firms can use in their attempt to capitalize on the potential of blockchain technology. Look at methods, such as industry consortiums, innovation labs, etc. research the question and prepare a 6 page paper that provides a research supported answer to the question. The paper should include an introduction, literature review, and conclusion. The introduction should include some background information, the purpose and research question, and a preview of the paper. The literature review should be organized in a way that appropriately presents the existing literature pertaining to the question under exploration. The conclusion should answer the question that was assigned. This paper should be in APA style and follow the writing requirements for this course. You may use the assigned course readings in this paper, but are required to use an additional 5 sources.

Encryption Issues

1 page

discuss the problem with  Asymmetric issues. 

  • Identify and justify the best encryption option that you have identified after researching the issues with encryption and how they can be remediated. 

Data Base – Assignment

 

Research on the Internet each of the following topics: 

  1. Explore NoSQL database alternatives.
  • Document
  • Key-Value
  • Object
  • Graph 
  1.  Reporting and analytical databases.
  • Big Data
  • Datamart
  • OLAP vs. OLTP 

Select one topic from the four topics listed for your paper: 

  1. Database models for Big Data
  2. Alternatives to the Relational Database Model (describe at least four)
  3. Relational Database Models and data needs that support their use
  4. Database models for multimedia
  5. You may choose your own database-related topic if you get your instructor’s approval 

Your paper should be 3–5 pages, double-spaced, and in 12-point font. Be sure to provide an introduction and conclusion, and use appropriate section headers. Your paper should be free of spelling and grammar errors, well-written in Standard English, include a reference page and in-text citations, and be formatted in APA.

Week 5 Discussion

 When are VPN’s used today? Do you use a corporate or individual VPN? If so what are the benefits? Be sure to find at least one article (academic or business) and cite and reference in APA format. 

week 6 doc

 Describe the plain view doctrine, and why  it has such a significant impact on digital forensics? What are three approaches to determining whether the doctrine applies to a specific case. 

Pseudocode and Flowchart Solution

Instructions:

Create a PowerPoint that contains a FLOWCHART and a PSEUDOCODE for each problem.

Use the information below to create a pseudocode (which can be a text-based description for solving the problems) and a flowchart (using flowchart symbols to illustrate how you would program) to solve each problem. Use Microsoft PowerPoint® for Pseudocode and the flowchart.

  • Problem 1: Create a list that contains the months of the year.
  • Problem 2: Create a loop to print the month number and name (do not hard code the month number)

Consider using the attached enumerate method to help!