Programming Principle Assignment Help

Programming Principle Assignment Help

In this  assignment,  you will  be analyzing sequence,  selection,  and loop,  the relational comparison operators,  precedence when combining AND  and OR  operators,  and the case structure. Instructions: Part I. 1. 2. 3. 4. 5. Design a program  in which,  from  a date  entered by  keyboard with the format DAY,  MONTH,  YEAR,  the date of  the following day  is  obtained. Write a program  that  asks  the user  to enter  two numbers.  If  the first  number entered is  greater  than the second number,  the program  must  print  the message “The first  number  is  the  largest”,  otherwise the  program  must  print  the message “The first  number  is  the  smallest”.  Consider  the case that  both numbers  are equal  and print  the  corresponding message. Write a program  that  simulates  the normal  operation of  a modern elevator  with 25 floors  (levels)  and that  has  two buttons:  UP  and DOWN,  except  on the lower floor  (level),  that  there  is  only  a call  button to  UP  and the  last  floor  (level)  that only  exists  DOWN  button. Write a program  that  selects  the arithmetic  operation to be executed between two numbers  depending on the value of  a variable called selectionOp. Write an algorithm  that  displays  the next  double message: Enter  a month (1 for  January,  2 for  February,….…) Enter  a day  of  the month

The algorithm  accepts  and stores  a number  in the “month”  variable  in response to the  first  question and accepts  and stores  a number  in the “day”  variable in response to the second question.  If  the  month entered is  not  between 1 and 12 inclusive,  an information message should be displayed  to  the user  warning that the number  entered is  not  valid as  a month;  in the same  way  we proceed with the number  that  represents  the day  of  the month if  it  is  not  in the range between 1 and 31.   Modify  the  algorithm  to alert  the  user  to no  enter  numbers  with decimals. Part II. 1.  In the  following pseudocode,  what  percentage raise will  an employee in Department  8 receive? if  department  <  5  then   raise =  SMALL_RAISE else    endif if  department  <  14  then raise  =  MEDIUM_RAISE else    endif if  department  <  9  then raise  =  BIG_RAISE endif 2.  Design a flowchart  or  pseudocode for  a program  that  accepts  two numbers from  a  user  and displays  one of  the following messages:  First  is  larger, second  is  larger,  numbers  are equal. 3.  Cecilia’s  Boutique wants  several  lists  of  salesperson data.  Design a flowchart or  pseudocode for  the  following: a.  A program  that  accepts  one salesperson’s  ID  number,  number  of items  sold in the last  month,  and total  value of  the items  and displays data message only  if  the salesperson is  a high performer—defined as a person who sells  more than 200 items  in the month.
b.  A program  that  accepts  the salesperson’s  data and displays  a message only  if  the salesperson is  a high performer—defined a person who sells  more than 200 items  worth  at  least  $1,000 in the month. 4.  The Dash  Cell  Phone  Company  charges  customers  a  basic  rate of  $5 per month to send text  messages.  Additional  rates  are as  follows: •  The first  100 messages  per  month,  regardless  of  message length,  are included in  the basic  bill. •  An additional  three cents  are charged for  each text  message after  the 100th message,  up to and including 300 messages. •  An additional  two cents  are charged for  each text  message after  the 300th message. •  Federal,  state,  and local  taxes  add a total  of  14 percent  to  each bill. Design a flowchart  or  pseudocode for  the following: a.  A program  that  accepts  the following data about  one customer’s messages:  area code (three digits),  phone number  (seven digits),  and number  of  text  messages  sent.  Display  all  the data,  including the monthend bill  both before and after  taxes  are added. b.  A program  that  continuously  accepts  data about  text  messages  until  a sentinel  value is  entered,  and displays  all  the details c.  A program  that  continuously  accepts  data about  text  messages  until  a sentinel  value is  entered and displays  details  only  about  customers  who send more  than 100 text  messages. d.  A program  that  continuously  accepts  data about  text  messages  until  a sentinel  value is  entered and  displays  details  only  about  customers  whose total  bill  with taxes  is  over  $10.  A  program  that  prompts  the user  for  a three-digit  area code from  which to select  bills.  Then the program continuously  accepts  text  message data until  a sentinel  value is  entered and  displays  data only  for  messages  sent  from  the specified area code. 5.  Black  Dot  Printing is  attempting  to organize  carpools  to save energy.  Each input  record contains  an employee’s  name and town of  residence.  Ten percent  of  the company’s  employees  live in  Wonder  Lake;  30 percent  live in the adjacent  town of  Woodstock.  Black  Dot  wants  to encourage employees who live in either  town to drive to  work  together.  Design  a flowchart  or pseudocode for  the following:
a.  A program  that  accepts  an employee’s  data and  displays  it  with  a message that  indicates  whether  the employee is  a candidate for  the carpool  (because he lives  in one of  the  two cities). b.  A program  that  continuously  accepts  employee data until  a sentinel  value is  entered and displays  a list  of  all  employees  who are carpool  candidates. Make sure  the decision-making process  is  as  efficient  as  possible. c.  A program  that  continuously  accepts  employee data until  a sentinel  value is  entered and displays  a list  of  all  employees  who are ineligible to carpool because they  do not  live in either  Wonder  Lake or  Woodstock.  Make sure the decision-making process  is  as  efficient  as  possible. Requirements: •  Show your  work  in a Word  document. o  Include all  your  work  for  each question. o  You can include screenshots  of  work  done on paper. •  For all  justification exercises,  remember  to use the definitions  and principles  that we have learned thus  far. •  You must  prepare a written work  where you respond to the programming exercises.  The work  must  comply  with APA  academic  writing standards.  You must  support  your  answer  using appropriate  sources  that  are properly  cited.    •  Minimum  four  pages  in length,  excluding the Title and Reference page. •  APA format,  including an in-text  citation for  referenced works. •  At least  three  resources.
 
Do you need a similar assignment done for you from scratch? Order now!
Use Discount Code "Newclient" for a 15% Discount!

Computer Science homework help

Computer Science homework help

CSC101 Introduction to Computer Science Saint Martin’s University Professor: Teresa Escrig Module 1 Assignments Due September 6 Write Python code to solve the following problem:

1. Write a Python program that prompts the user for his/her amount of money, then reports how many Nintendo Wiis the person can afford, and how much more money he/she will need to afford an additional Wii.

Optional problems: 30. Write a Python program that will accept the base and height of a triangle and compute the area. 31. Write a Python program to compute the greatest common divisor (GCD) of two positive integers. 32. Write a Python program to get the least common multiple (LCM) of two positive integers. 38. Write a Python program to solve (x + y) * (x + y). Test Data : x = 4, y = 3 Expected Output : (4 + 3) ^ 2) = 49 40. Write a Python program to compute the distance between the points (x1, y1) and (x2, y2). Go to http://www.w3resource.com/python-exercises to see the solutions to the previous problems.

 
Do you need a similar assignment done for you from scratch? Order now!
Use Discount Code "Newclient" for a 15% Discount!

Data Analytics Lifecycle Assignment Help

Data Analytics Lifecycle Assignment Help

Read Chapter 2 – Data Analytics Lifecycle and answer the following questions.

1. In which phase would the team expect to invest most of the project time? Why? Where would the team expect to spend the least time?

2. What are the benefits of doing a pilot program before a full-scale rollout of a new analytical method- ology? Discuss this in the context of the mini case study.

3. What kinds of tools would be used in the following phases, and for which kinds of use scenarios?

a.Phase 2: Data preparation
b.Phase 4: Model building

Requirements:

– Typed in a word document.
– Each question should be answered in not less than 150 – 200 words.
– Follow APA format.
– Please include at least three (3) reputable sources.

 
Do you need a similar assignment done for you from scratch? Order now!
Use Discount Code "Newclient" for a 15% Discount!

Python Code Assignment Help

Python Code Assignment Help

I need help with this project and I am very lost here.  Can anyone with coding knowledge and knows how to integrat C++ and Python please help?  The faster I receive this the better the tip will be.  If no one knows how to integrate these language and offer working code, please do not bother bidding.  I will attach put in the directions below and also load the starter/wrapper code in the attachments.  Also the input list is provided , but can provide the link if necessary.  Thanks.

Scenario

You are doing a fantastic job at Chada Tech in your new role as a junior developer, and you exceeded expectations in your last assignment for Airgead Banking. Since your team is impressed with your work, they have given you another, more complex assignment. Some of the code for this project has already been completed by a senior developer on your team. Because this work will require you to use both C++ and Python, the senior developer has given you the code to begin linking between C++ and Python. Your task is to build an item-tracking program for the Corner Grocer, which should incorporate all of their requested functionality.

The Corner Grocer needs a program that analyzes the text records they generate throughout the day. These records list items purchased in chronological order from the time the store opens to the time it closes. They are interested in rearranging their produce section and need to know how often items are purchased so they can create the most effective layout for their customers. The program that the Corner Grocer is asking you to create should address the following three requirements for a given text-based input file that contains a list of purchased items for a single day:

  1. Produce a list of all items purchased in a given day along with the number of times each item was purchased.
  2. Produce a number representing how many times a specific item was purchased in a given day.
  3. Produce a text-based histogram listing all items purchased in a given day, along with a representation of the number of times each item was purchased.

As you complete this work, your manager at Chada Tech is interested to see your thought process regarding how you use the different programming languages, C++ and Python. To help explain your rationale, you will also complete a written explanation of your code’s design and functionality.

Directions

One of Python’s strengths is its ability to search through text and process large amounts of data, so that programming language will be used to manage internal functions of the program you create. Alternatively, C++ will be used to interface with users who are interested in using the prototype tracking program.

Grocery Tracking Program
Begin with a Visual Studio project file that has been set up correctly to work with both C++ and Python, as you have done in a previous module. Remember to be sure you are working in Release mode, rather than Debug mode. Then add the CS210_Starter_CPP_Code and CS210_Starter_PY_Code files, linked in the Supporting Materials section, to their appropriate tabs within the project file so that C++ and Python will be able to effectively communicate with one another. After you have begun to code, you will also wish to access the CS210_Project_Three_Input_File, linked in the Supporting Materials section, to check the functionality and output of your work.

As you work, continue checking your code’s syntax to ensure your code will run. Note that when you compile your code, you will be able to tell if this is successful overall because it will produce an error message for any issues regarding syntax. Some common syntax errors are missing a semicolon, calling a function that does not exist, not closing an open bracket, or using double quotes and not closing them in a string, among others.

  1. Use C++ to develop a menu display that asks users what they would like to do. Include options for each of the three requirements outlined in the scenario and number them 1, 2, and 3. You should also include an option 4 to exit the program. All of your code needs to effectively validate user input.
  2. Create code to determine the number of times each individual item appears. Here you will be addressing the first requirement from the scenario to produce a list of all items purchased in a given day along with the number of times each item was purchased. Note that each grocery item is represented by a word in the input file. Reference the following to help guide how you can break down the coding work.
    • Write C++ code for when a user selects option 1 from the menu. Select and apply a C++ function to call the appropriate Python function, which will display the number of times each item (or word) appears.
    • Write Python code to calculate the frequency of every word that appears from the input file. It is recommended that you build off the code you have already been given for this work.
    • Use Python to display the final result of items and their corresponding numeric value on the screen.
  3. Create code to determine the frequency of a specific item. Here you will be addressing the second requirement from the scenario to produce a number representing how many times a specific item was purchased in a given day. Remember an item is represented by a word and its frequency is the number of times that word appears in the input file. Reference the following to help guide how you can break down the coding work.
    1. Use C++ to validate user input for option 2 in the menu. Prompt a user to input the item, or word, they wish to look for. Write a C++ function to take the user’s input and pass it to Python.
    2. Write Python code to return the frequency of a specific word. It will be useful to build off the code you just wrote to address the first requirement. You can use the logic you wrote but modify it to return just one value; this should be a fairly simple change (about one line). Next, instead of displaying the result on the screen from Python, return a numeric value for the frequency of the specific word to C++.
    3. Write a C++ function to display the value returned from Python. Remember, this should be displayed on the screen in C++. We recommend reviewing the C++ functions that have already been provided to you for this work.
  4. Create code to graphically display a data file as a text-based histogram. Here you will be addressing the third requirement from the scenario: to produce a text-based histogram listing all items purchased in a given day, along with a representation of the number of times each item was purchased. Reference the following to help guide how you can break down the coding work:
    1. Use C++ to validate user input for option 3 in the menu. Then have C++ prompt Python to execute its relevant function.
    2. Write a Python function that reads an input file (CS210_Project_Three_Input_File, which is linked in the Supporting Materials section) and then creates a file, which contains the words and their frequencies. The file that you create should be named frequency.dat, which needs to be specified in your C++ code and in your Python code. Note that you may wish to refer to work you completed in a previous assignment where you practiced reading and writing to a file. Some of your code from that work may be useful to reuse or manipulate here. The frequency.dat file should include every item (represented by a word) paired with the number of times that item appears in the input file. For example, the file might read as follows:
      • Potatoes 4
      • Pumpkins 5
      • Onions 3
    3. Write C++ code to read the frequency.dat file and display a histogram. Loop through the newly created file and read the name and frequency on each row. Then print the name, followed by asterisks or another special character to represent the numeric amount. The number of asterisks should equal the frequency read from the file. For example, if the file includes 4 potatoes, 5 pumpkins, and 3 onions then your text-based histogram may appear as represented below. However, you can alter the appearance or color of the histogram in any way you choose.
      • Potatoes ****
      • Pumpkins *****
      • Onions ***
  5. Apply industry standard best practices such as in-line comments and appropriate naming conventions to enhance readability and maintainability. Remember that you must demonstrate industry standard best practices in all your code to ensure clarity, consistency, and efficiency. This includes the following:
    1. Using input validation and error handling to anticipate, detect, and respond to run-time and user errors (for example, make sure you have option 4 on your menu so users can exit the program)
    2. Inserting in-line comments to denote your changes and briefly describe the functionality of the code
    3. Using appropriate variable, parameter, and other naming conventions throughout your code

Programming Languages Explanation
Consider the coding work you have completed for the grocery-tracking program. You will now take the time to think more deeply regarding how you were able to combine two different programming languages, C++ and Python, to create a complete program. The following should be completed as a written explanation.

  1. Explain the benefits and drawbacks of using C++ in a coding project. Think about the user-focused portion of the grocery-tracking program you completed using C++. What control does this give you over the user interface? How does it allow you to use colors or formatting effectively?
  2. Explain the benefits and drawbacks of using Python in a coding project. Think about the analysis portions of the grocery-tracking program you completed using Python. How does Python allow you to deal with regular expressions? How is Python able to work through large amounts of data? What makes it efficient for this process?
  3. Discuss when two or more coding languages can effectively be combined in a project. Think about how C++ and Python’s different functions were able to support one another in the overall grocery-tracking program. How do the two function well together? What is another scenario where you may wish to use both? Then, consider what would happen if you added in a third language or switched Python or C++ for something else. In past courses, you have worked with Java as a possible example. What could another language add that would be unique or interesting? Could it help you do something more effectively or efficiently in the grocery-tracking program?
 
Do you need a similar assignment done for you from scratch? Order now!
Use Discount Code "Newclient" for a 15% Discount!

UFO Sightings- Building Website Assignment HelP

Do certain areas have higher concentrations of sightings?

What is the most common shape of a sighting?

What is the average duration of a sighting?

Is there a higher concentration of sightings at night?

Data sets are here:

https://www.kaggle.com/NUFORC/ufo-sightings/metadata (Century of data)Attached

http://www.nuforc.org/webreports/ndxe202004.html (April sightings 2020)

Sketch ideal visuals 

Bubble Map to view concentration levels of sightings (Leaflet)

example: https://www.d3-graph-gallery.com/bubblemap.html

Lollipop Chart to view the most common shapes of a sighting

example: https://www.d3-graph-gallery.com/lollipop.html

Violin Chart to view the bins of duration for a sighting

example: https://www.d3-graph-gallery.com/violin.html

Word Cloud of submitted summaries for each sighting (D3)

example: https://www.d3-graph-gallery.com/graph/wordcloud_size.html

Requirements: 

Your assignment should: 

Include A dashboard page with multiple charts that updates from the same data

Should include Json amCharts (https://www.amcharts.com/javascript-maps/)

Must include some level of user-driven interaction(e.g, menus, dropdowns. textboxes)

Main web page with navbar (possible separate pages for charts as well)

Main page with a filter for selected dates/locations with a collective chart change

Main Chart on top of screen – Map of locations (Bubble)

Secondary chart below or beside Bubble: Amchart pictorial

(This chart will show how many sightings per period selected)

Filtered charts per date or location:

Violin, Lollipop, Word Cloud

A combination of web scraping and Leaflet or Plotly 

 
Do you need a similar assignment done for you from scratch? Order now!
Use Discount Code "Newclient" for a 15% Discount!

Computer Science homework help

Computer Science homework help

Basic Charts

 

The Excel file accompanying this assignment (SuperDrugsPrescriptions) contains fictitious pharmaceutical sales information. Using this data, create a Tableau worksheet to answer each of the following questions:

FILE to use: SuperDrugsPrescriptions.xlsx

 

1. Exactly recreate the following visualization of the average prescription price over time:

 

 

2. Exactly recreate the following visualization of prescription quantity vs. profit. The color of each mark denotes the region, and the shape denotes the drug supplier:

 

Use the viz you just created to answer the following in a word document:

 

· What pharmacy and drug supplier represented the highest profit mark on this viz, across all regions?

· What pharmacy and drug supplier represented the highest profit mark on this viz in the East region?

 
Do you need a similar assignment done for you from scratch? Order now!
Use Discount Code "Newclient" for a 15% Discount!

LAB 2 Assignment Help

LAB 2 Assignment Help

1. Question #2 – Page # 88, Use data P02_03.xlsx.

The file P02_03.xlsx contains data from a survey of 399

people regarding a government environmental policy.

a. Create a crosstabs and an associated column chart for

Gender versus Opinion. Express the counts as percentages

so that for either gender, the percentages add

to 100%. Discuss your findings. Specifically, do the

two genders tend to differ in their opinions about the

environmental policy?

b. Repeat part a with Age versus Opinion.

c. Recode Salary to be categorical with categories “Less

than $40K,” “Between $40K and $70K,” “Between $70K

and $100K,” and “Greater than $100K” (where you can

treat the breakpoints however you like). Then repeat

part a with this new Salary variable versus Opinion.

2.  Question #20 – Page #96, Use data P02_56.xlsx

The file P02_56.xlsx contains monthly values of indexes

that measure the amount of energy necessary to heat or cool

buildings due to outside temperatures. (See the explanation

in the Source sheet of the file.) These are reported for each

state in the United States and also for several regions, as

listed in the Locations sheet, from 1931 to 2000.

a. For each of the Heating Degree Days and Cooling

Degree Days sheets, create a new Season variable

with values “Winter,” “Spring,” “Summer,” and “Fall.”

Winter consists of December, January, and February;

Spring consists of March, April, and May; Summer

consists of June, July, and August; and Fall consists of

September, October, and November.

b. Find the mean, median, and standard deviation

of Heating Degree Days (HDD), broken down by

Season,

for the 48 contiguous states location (code

5999). (Ignore the first and last rows for the given location,

the ones that contain -9999, the code for missing

values.)

Also, create side-by-side box plots of HDD,

broken down by season. Comment on the results. Do they go in the direction you would expect? Do the

same for Cooling Degree Days (which has no missing data).

c. Repeat part b for California (code 0499).

d. Repeat part b for the New England group of states

(code 5801).

3.  Question #30 – Page #105, Use data P03_30.xlsx

rates of various currencies versus the U.S. dollar. It is of

interest to financial analysts and economists to see whether

exchange rates move together through time. You could find

the correlations between the exchange rates themselves,

but it is often more useful with time series data to check for

correlations between differences from day to day.

a. Create a column of differences for each currency.

b. Create a table of correlations between all of the original

variables. Then on the same sheet, create a second

table of correlations between the difference variables.

On this same sheet, enter two cutoff values, one positive

such as 0.6 and one negative such as 20.5, and

use conditional formatting to color all correlations (in

both tables) above the positive cutoff green and all

correlations below the negative cutoff red. Do it so

that the 1’s on the diagonal are not colored.

c. Based on the second table and your coloring, can you

conclude that these currencies tend to move together

in the same direction? If not, what can you conclude?

dRepeat part for Ratio2.

1. Question #49 – Page #125, Use data P03_22.xlsx

The file P03_22.xlsx lists financial data on movies

released from 1980 to 2011 with budgets of at least

$20 million.

a. Create three new variables, Ratio1, Ratio2, and

Decade. Ratio1 should be US Gross divided by

Budget,

Ratio2 should be Worldwide Gross divided by

Budget, and Decade should list 1980s, 1990s, or

2000s, depending on the year of the release date.

If either US Gross or Worldwide Gross is listed as

“Unknown,” the corresponding ratio should be blank.

(Hint: For Decade, use the YEAR function to fill in a

new Year column. Then use a lookup table to populate

the Decade column.)

b. Use a pivot table to find counts of movies by various

distributors. Then go back to the data and create one

more column, Distributor New, which lists the distributor

for distributors with at least 30 movies and lists

Other for the rest. (Hint: Use a lookup table to populate

Distributor New, but also use an IF to fill in Other

where the distributor is missing.)

c. Create a pivot table and corresponding pivot chart

that shows average and standard deviation of Ratio1,

broken down by Distributor New, with Decade in the

Filters area. Comment on any

d. Repeat part for Ratio2.

1.  Question #63 – Page #129, Use data P03_63.xlsx

63. The file P03_63.xlsx contains financial data on 85

U.S. companies in the Computer and Electronic Product

Manufacturing sector (NAICS code 334) with 2009

earnings before taxes of at least $10,000. Each of these

companies listed R&D (research and development)

expenses on its income statement. Create a table of correlations

between all of the variables and use conditional

formatting to color green all correlations involving

R&D that are strongly positive or negative. (Use cutoff

values of your choice to define “strongly.”) Then create

scatterplots of R&D (Y axis) versus each of the other

most highly correlated variables. Comment on any patterns

you see in these scatterplots, including any obvious

outliers, and explain why (or if) it makes sense that

these variables are highly correlated with R&D. If there

are highly correlated variables with R&D, can you tell

which way the causality goes?

 
Do you need a similar assignment done for you from scratch? Order now!
Use Discount Code "Newclient" for a 15% Discount!

Case Study: Appliance Warehouse Services Assignment Help

Case Study: Appliance Warehouse Services Assignment Help

 

Create a 3- to 4-page document (to submit in Blackboard) that includes the following:

  • Summary: Explain your overall approach to analyzing and addressing the needs of the new Appliance Warehouse Service Department. How did you ensure you met the implementation, integration, and maintenance needs of the new Appliance Warehouse Service Department business case?
  • Work Breakdown Structure (WBS): Design a WBS for the project of planning and implementing the new Service Department. Identify each task needed in order to implement the new Services Department. Include duration times. Refer to the Week 2 Discussion.
  • System Maintenance Plan: Include measures to implement corrective, adaptive, perfective, and preventive maintenance. Include recommendation to maintain the system either using in-house resources or to outsources it. Include pros and cons of both maintenance types.
  • Security Risks: Identify and explain potential security risks for the Service Department business case. Consider physical, network,application, file, user, and procedural types of security risks. Include the backup system method to be used.

 

Our system administrator was asking me about the security for SIM. You and I have not discussed this topic in depth. We need to do a risk assessment and look at all types of security issues: physical, network, application, file, user, and procedural.

Make a list of the security risks for all six security levels. We need to make sure that we don’t leave our new system vulnerable to attacks.

Also, what is the backup method to be used for SIM? Please explain why you’ve chosen this method.

 

As you well know, maintenance on any system is essential to fix mistakes, add enhancements, or maintain security. I was wondering what you were thinking for SIM’s ongoing maintenance plan. We are hoping that this system will last for the next 5 years. We will have to assume responsibility for maintenance if we build this system in-house. Do you think we should hire enough IT staff to maintain this system in-house or should we outsource it?

To help the company think this decision through, please make two lists for pros and cons of in-house maintenance vs. outsourced maintenance. Could you get this to me today?

 

Now that we have isolated the necessary features for an in-house built system, we need figure out if it will be economically feasible to build this software. Mae Roth has asked for the bottom-line numbers for this project. Not only do we need to tell her how much the system will cost to build, but she wants to know what the total cost of ownership would be if we use this system for the next 5 years. You will need give her the numbers in net present value. Since our IT team is unionized, their contract states that they will get a $3/hour raise each year for the next 5 years.

Assume that we will need 2 servers initially for this project. Also assume that we will have to replace these servers every two years.

In the spreadsheet that you create, show the initial build cost and the cost for years 2-5 of maintenance. Finally, give the NPV for the entire project.

After the cost feasibility is complete, Mae will finally decide between the pre-packaged software and an in-house build. Thanks for all your incredible work on this project!

 
Do you need a similar assignment done for you from scratch? Order now!
Use Discount Code "Newclient" for a 15% Discount!

Linux Implementation Proposal: Client Response Memo Assignment Help

Faster Computing was impressed with your presentation. The company is interested in moving forward with the project, but the senior management team has responded to the presentation with the following questions and concerns:

(12.3.2: Describe the implementation of controls.)

  • How will security be implemented in the Linux systems—both workstations and servers?

(10.1.2: Gather project requirements to meet stakeholder needs.)

  • End users have expressed some concern about completing their day-to-day tasks on Linux. How would activities such as web browsing work? How would they work with their previous Microsoft Office files?

(12.4.1: Document how IT controls are monitored.)

  • The current Windows administrators are unsure about administering Linux systems. How are common tasks, such as process monitoring and management, handled in Linux? How does logging work? Do we have event logs like we do in Windows?

(2.3.2: Incorporate relevant evidence to support the position.)

  • Some folks in IT raised questions about the Linux flavor that was recommended. They would like to see comparisons between your recommendation and a couple of other popular options. What makes your recommendation the best option?

(10.1.3: Define the specifications of the required technologies.)

  • How does software installation work on Linux? Can we use existing Windows software?
 
Do you need a similar assignment done for you from scratch? Order now!
Use Discount Code "Newclient" for a 15% Discount!

Network 206 Test homework help

Network 206 Test homework help

Question 1.1. (TCO 1) What additional information is contained in the 12-bit extended system ID of a BPDU? (Points : 6)

VLAN ID Host address MAC address Port ID

Question 2.2. (TCO 1) EIGRP is a _____. (Points : 6)

link-state routing protocol proprietary routing protocol protocol that works well in smaller networks statistical routing protocol

Question 3.3. (TCO 1) _____ is enabled by default. (Points : 6)

STP EtherChannel PortFast VLAN 100

Question 4.4. (TCO 2) How would you describe an EtherChannel implementation? (Points : 6)

EtherChannel supports between two to 10 separate links. It increases the chance of a spanning-tree loop. A trunked port can be part of an EtherChannel bundle. EtherChannel operates only at layer 2.

Question 5.5. (TCO 2) You have configured EtherChannel . Which command will display the group used? (Points : 6)

show interface port-channel3 show etherchannel summary show etherchannel port-channel show interface g0/1 etherchannel

Question 6.6. (TCO 2) The configuration of which other protocol can affect or cause problems with the EtherChannel configuration? (Points : 6)

LACP DTP STP DTP and STP

Question 7.7. (TCO 3) _____ is a global organization that certifies the interoperability of 802.11 products from different vendors. (Points : 6)

FCC IEEE ITU-R Wi-Fi Alliance

Question 8.8. (TCO 3) A(n) _____ is used in enterprise deployments to manage groups of lightweight access points (Points : 6)

access point RADIUS authentication server WLAN controller Wireless switch

Question 9.9. (TCO 3) Which technology is used to increase the available bandwidth for the wireless network? (Points : 6)

MIMO Mixed mode OFDM WPS

Question 10.10. (TCO 4) Which OSPF state is reached when the network has converged? (Points : 6)

Converge Exchange Full Two-Way

Question 11.11. (TCO 4) _____ is a link-state routing protocol. (Points : 6)

EIGRP OSPF RIPv2 RSTP

Question 12.12. (TCO 4) Why would OSPF routing protocol authentication be enabled on a network? (Points : 6)

To activate IPsec for IPv6 To share routing information with neighbors in a secure manner To block unauthorized access to the router To activate LACP

Question 1.1. (TCO 4) How might one describe OSPF type 5 LSAs? (Points : 6)

They are used to update routes between OSPF areas. They are called autonomous system external LSA entries. They are called router link entries. They are used where there is an elected DR in multi-access networks.

Question 2.2. (TCO 4) How might one describe OSPF type 3 LSAs? (Points : 6)

They are used to update routes between OSPF areas. They are called autonomous system external LSA entries. They are called router link entries. They are used where there is an elected DR in multi-access networks.

Question 3.3. (TCO 5) EIGRP _____ packets have a need for specific information. (Points : 6)

Hello Query Update Reply

Question 4.4. (TCO 5) The EIGRP hello packets are sent using the _____ protocol? (Points : 6)

TCP reliable RTP UDP unreliable RTP

Question 5.5. (TCO 5) What is a benefit of EIGRP? (Points : 6)

It is an open standard. Automatic route summarization of all routes Quickly adapts to alternate routes for rapid convergence It does not use loopback addresses.

Question 6.6. (TCO 5) A network engineer issues the maximum-paths command to configure load balancing in EIGRP. Which CLI mode is he in? (Points : 6)

Privileged mode Global configuration mode Router configuration mode Interface configuration mode

Question 7.7. (TCO 5) The quad zero static default route _____. (Points : 6)

is not used with EIGRP should be configured on the router facing the ISP is distributed for IPv6 with the redistribute IPv6 static command is represented as 0.0.0.0 255.255.0.0

Question 8.8. (TCO 5) _____ is also called the bit bucket. (Points : 6)

Loopback Link-Local Null0 interface EIGRP process link

Question 9.9. (TCO 6) On Cisco routers, where is the IOS stored? (Points : 6)

Flash memory NVRAM ROM tftp server

Question 10.10. (TCO 6) What is the tftp server used for? (Points : 6)

It allows for management of the router from a remote location. It is required for VPN connectivity for workers who must travel. It is used as a backup location for the IOS. It holds the IOS license agreement.

1. (TCO 1) Name the characteristics which would more likely be considered in purchasing an access layer switch, as compared to buying switches that operate at the other layers of the Cisco hierarchical design model. (Points : 14)

 

Question 2.2. (TCO 2) What is a benefit of using the channel-group 2 mode passive interface configuration command? (Points : 14)

 

Question 3.3. (TCO 3) Describe in detail the WiGig standard, in your own words. (Points : 14)

 

Question 4.4. (TCO 4) What is the criteria for selecting the OSPF router ID that uniquely identifies a router in an OSPF domain? Explain the process of selecting the router ID. (Points : 14)

 

1. (TCO 4) In your own words, list and describe the four steps to implementing multi-area OSPF. (Points : 14)

 

Question 2.2. (TCO 5) What are the three default EIGEP ADs with the source of route. List them in the order of preferred administrative distance with the best AD first. (Points : 14)

 

Question 3.3. (TCO 5) Write all the necessary commands to support MD5 authentication of the CHG_Secure keychain with a key string of Pep$R5. You must also include the IOS command prompts in front of the commands. Assume that you are already in global config mode. Rtr1(config) # (Points : 14)

 

 
Do you need a similar assignment done for you from scratch? Order now!
Use Discount Code "Newclient" for a 15% Discount!