Internship Assignment

 Internship Refection

Working as AWS Developer

In 300 word paper, reflect on your internship and how it related to your executive masters program at university.  As you prepare your paper, you might consider answering some of these questions:

  • How did this internship help prepare you for future endeavors, both academically and in the workplace?
  • What was the best and worst parts of your overall experience?
  • What surprised you about this internship?
  • What, if any, were any disappointments?

Computer Science Controls and Events Programming Assignment

  

Controls and Events Programming Assignment Instructions 

Overview

Matthew 28:19-20
Therefore go and make disciples of all nations, baptizing them in the name of the Father and of the Son and of the Holy Spirit, and teaching them to obey everything I have commanded you. And surely I am with you always, to the very end of the age.” 

For your first visual basic assignment you are going to create a basic assignment to present a picture of your choice, a Bible Verse on the importance of mission work, and information on a Missionary of your Choice.  It is so important to understand our call to serve.  This is your chance to show an example of serving. 

Instructions 

When the application runs the user will see the picture of your choice and a Bible Verse on mission work. The form will have the option to close the application and a mission button. When the mission button is pressed, the user will be presented with an image of a missionary of your choice and a label with information on the missionary.

The following steps must be completed. 

1. Form Setup

a. Your form should have 2 buttons, 2 images, 1 label, and 1 textbox. 

b. Name the initial form frmAssignment1 and put Assignment 1 in its title bar.

c. Set the backcolor of the form to a color of your choice in the properties menu.

d. Lock all controls on the form 

e. Create access keys for the buttons for both buttons.

f. The tab order of the buttons should go from Missions to Quit. The form should open with the Missions button as the highlighted option. 

2. PictureBox

a. Add two PictureBox controls to your form and name the PictureBox picStudentImage and picMissionary

b. Import an image for both picture boxes to the resources of the project (Make sure you save the image in the project folder before you inport it to the resources folder)

c.  Use the stretch image property for the image

d. Make the picMissionary not available for vieiwing at the run of the application.

3. TextBox

a. Name the textbox txtVerse and enter a Bible verse on why missionary work is important. 

b. The font of the textbox should be something other than the default Microsoft Sans Serif. 

c. The text should be center aligned. 

d. The text box should be multi-line. 

e. The backcolor and forecolor should be different from the default.

f. The user should not be able to tab to the text box.

4. Label

a. A label should be created called lblMissions. 

b. The label should be created on the form but not show on the load. 

c. The label should include the missionary name, your name and your teacher name and the date you finished your project.. **This is a main requirement and the assignment will not be accepted without this detail.

5. Mission Button

a. When the Missionary button is pressed the lblMissions label is displayed using the visible property. 

b. The Missionary image is also made visible

6. Quit Button

a. The application will quit

7. Code

a. Create a comment section at the beginning of the code with the name of the assignment, purpose of the assignment, and your name. Comments must be throughout each sub of the application. 

b. Remove any subs that are not utilized by the program

A screenshot of a social media post  Description automatically generated

Advanced Operating Systems Discussion

The control of the serialization of memory management is difficult in a “Virtual Memory” and especially when “Virtual Machines” are included. Discuss how an operating system manages “computer memory in both single and multiple OS instances”. Add discussions about how some of the problems have been addressing including respective advantages and disadvantages. 

Follow these instructions:

Main Discussion : 100 Points( 600 Words)

4 Responses : Each Response 200 words 

Assigned problem Topic 7

Either draw a graph with the given specifications or explain why no such graph exists:

A tree with twelve vertices and eleven edges

Notes: 

1. Write or type your work neatly and completely.

3. Submit a word document or draw by hand a submit a pdf.

sorting and graphs discussion

please see discussion below and respond with 150 words or more.

 

Hello class!

Today ill choose the main two sorting algorithms in the background materials to answer the first question.

Lets discuss how Selection and Quicksort work!

Selection Sort:

In its simplest form, a selection sort algorithm sorts the data by  searching through a list for the smallest element then placing this in  the first index position. Once this is complete, it then repeats itself  moving up in elements until the whole list has been sorted. As others  have noted, the time complexity for this algorithm is O(n2).  Having a time complexity of O(n2) makes it a potentially very slow algorithm, especially if the data set is large (James, 2015).

Quicksort time!

Quicksort will sort an array by dividing it into two parts, it uses a  pivot element to compare and divide the array into higher/lower indexes  of the pivot value. Quicksort is implemented in a recursive manner  until the whole array is sorted. Typically in ascending order. The worst  case performance scenario O(n2), the same as selection sort, but on average will perform at O(n log n) (James,2015).

Graphs!

Graphs are nonlinear data structures that consist of a set number of nodes(vertices) and a set of edges that connect the nodes.

In graphs, a pair (x,y) is called an edge. an edge tells us that the x node connects to the y node.

When viewing a graph, the dots are the vertecies/nodes and the lines are the edges.

When it comes to questions that graphs can solve.

Anything with connected nodes is by definition a part of the graph  theory domain. Any tree or network and more. Social networks, semantic  networks, dependency trees, etc.

These can be used to map out chains of events, and connections. This  can be used to also find the shortest possible route between nodes as  well as determine root causes of issues within  routes/chains/relationships.

– Damion 

Systems Requirements Presentation

 

Imagine this scenario: After considering their 3 target markets, Pine Valley Furniture’s board of directors has selected the student furniture project for the WebStore. They are asking you to help them choose a method for determining the requirements. 

Create a 12- to 18-slide Microsoft® PowerPoint® presentation with speaker notes to the board in which you:

  • Compare traditional, contemporary, radical, and agile methodologies for requirements gathering as they would apply to the Pine Valley Furniture project, outlining the advantages and disadvantages for Pine Valley Furniture in your comparison.
  • Recommend the methodology (i.e., traditional, contemporary, radical, or agile) you think will work best for Pine Valley Furniture’s student furniture WebStore and describe why you think it will work best for Pine Valley Furniture’s student furniture WebStore.
  • Explain “Figure 7-22: Level-0 DFD for the WebStore” of Ch. 7, “Structuring System Process Requirements” from Modern Systems Analysis and Design. Please note that this is more than just explaining what a Level-0 DFD is, you need to explain what happens in at least two of the process flows.

Consider incorporating multimedia and images where appropriate.

Provide any references and citations according to APA guidelines. Please review the Center for Writing Excellence material regarding references, citations, paraphrasing, plagiarism and the Student Code of Academic Integrity. To sum this up, proper references and citations are needed for all of your work and should also be provided on your Microsoft® PowerPoint® slides and speaker notes pages when needed – just having a Reference Slide at the end is not sufficient.

Please make sure your material is specific for the Pine Valley Furniture project and not just generic material. You should always consider that your audience may be more business-oriented than technical oriented so you need to spell out what you mean.

Submit your assignment.

Please note that I do not consider simply parroting back material from another source to be sufficient – you will need to provide your material in your own words and discuss or describe how any external material you provide relates to the scenario. Also, please make sure you properly paraphrase, quote, reference and cite any material you are discussing. 

Regarding Speaker Notes: Some presentations are more just bullet points, and some are more sentence-like. Your speaker notes certainly do not have to be complete essays for each bullet point, but if your presentations are just bullet points, then your speaker notes should be what you would say to explain the point. Speaker notes are not required for every slide or for every bullet point on a slide if the meaning of the material is obvious or if the material on the slide is sufficiently explanatory. The Microsoft® PowerPoint® presentation (and speaker notes) should be able to stand on its own to present the material in sufficient depth for the intended audience to understand the overview of your material and the critical details and to remain as a reference. Also note that speaker notes should be incorporated within the presentation using the Microsoft® PowerPoint® Notes pages capability and not as a separate file. Your speaker notes have the same spelling/grammar and reference/citation requirements as a written assignment.

Exp19_PowerPoint_Ch01_ML1_Time_Management

Exp19_PowerPoint_Ch01_ML1_Time_Management

  

Project Description:

You belong to a student organization on campus that has asked you to put together a presentation on time management. You created a presentation with some basic content for a school project you will use as starting point. You want to modify the presentation to make it more appealing and better portray the message.

     

Start PowerPoint. Download and   open the file named Exp19_PPT_Ch01_ML1_TimeManagement.pptx.   Grader has automatically added your last name to the beginning of the   filename.

 

Apply the Gallery theme and change the variant to the second variant.

 

Change the theme colors to Aspect and the theme fonts to Corbel.

 

Add the title Time Management in the title placeholder. Type Use   Your Time Wisely in the subtitle placeholder.

 

If you want to use slides from another presentation, the Reuse Slides   features saves considerable time, as you do not have to copy and paste slides   from another presentation.
 

  Use the Reuse Slides feature to add all slides from Time.pptx into the open presentation. Preserve the order of the   slides. Ensure the Use source formatting or Keep source formatting check box   is not selected so that the inserted slides take on the design and formatting   of the open presentation.

 

Delete Slide 2. Move Slide 3 so that it becomes Slide 2.

 

Click Slide 5 and add a new   slide. Change the slide layout to Content with Caption on the newly inserted   slide. In the top left placeholder, type What’s Stealing Your Time? (including the ? mark). Increase   the font size of the text to 44 pt and apply Bold.
 

  Click the bottom placeholder and type Identify aspects of your personal   management that need to improve! Increase the font size of the text to 24 pt.

 

Images can be used to enhance a   presentation and better portray your message.
 

  On the newly created slide (slide 6), insert the Steal.jpg image in the content placeholder on the right. Change   the width of the image to 6.3″

 

Apply the Bevel Perspective   Left, White picture style. Change the Picture Border to Tan, Background 2.   Set the horizontal position of the image to 4.8″ and the vertical position to 1.5 “.

 

Change the layout of Slide 4 to   Title and Content. Insert the TimeMarches.jpg   image in the content placeholder. Crop the top and bottom of the image so   that most of the white area is removed. Change the width of the image to 7.9″

 

Apply the Moderate Frame, White   picture style. Change the Picture Border to Tan, Background 2. Set the   Horizontal position of the image to 2.7″ and the Vertical position to 2.5″.

 

SmartArt allows you to   communicate information visually with graphics instead of just using text.
 

  On Slide 5, convert the list to a Vertical Box List SmartArt graphic.

 

On Slide 3, convert the list to   a Basic Block List SmartArt graphic.

 

Check the presentation for   spelling errors. Make corrections as needed on the slides and notes.

 

To help you prepare and deliver   your presentation you will add speaker notes.
 

  Type the following speaker note on Slide 6: To better manage your time it will be   important to identify aspects of your personal management that may need to   improve. 

 

Save and close Exp19_PPT_Ch01_ML1_TimeManagement.pptx.   Submit the file as directed.

Assignment-CS

Blockchain Is Transforming the Retail Supply Chain exporting and importing transportation impact.

Deadline: April 6 time 10 PM EST

APA format  No Plagiarism

2500 words minimum

In Paper: abstract, introduction, methods, results, discussion, and references

Methodology: Qualitative

Proposal

Your job for this week is to create a proposal that includes the following:

You have the option of two types of research. Please note that in future weeks you will be asked to source some data that can then be used for charts and analysis. Consider this as you select the technology you want to discuss. Contact your instructor if you have any concerns or questions about your topic. The two options for your research are below.  You only need to pick one of them for your document.

  • Research a medicine, vaccine, or drug that can help with diseases or a patient’s health care. Some examples could be:
    • Cancer
    • Mental Health
    • Infectious diseases
    • Brain disorders
    • HIV/AIDs
    • Etc.
  • Research a technology that can potentially be implemented or is already used in a health care setting. Some examples could be:
    • Virtual Reality
    • Artificial Intelligence
    • Blockchain
    • Internet of Medical Things
    • Innovative medical equipment
    • Etc.

Create a folder under your COMP150 research folder called “Week 3 Draft”. Next, create a new word document and name the file “YourName_COMP150_W3_Assignment.docx”.

You will then write a two to three page draft that discuss the following topics and create a PDF version of your work. If your selected technology has other areas that you would like to discuss, feel free to discuss them as well.

  • Technology, medicine or drug background (what it does, how does it work? etc.)
  • Benefits of a technology, medicine or drug
  • Costs
  • Reasons why it should be considered for implementation
  • Risks and final considerations

Make sure to apply the different formatting and options as provided below

  • All APA guidelines apply to this document except for some requests as detailed below. Please note that these requests may go against the overall APA guidelines but are used to determine your understanding of the concepts explained in the course.
  • The company’s colors are blue and gold. Select and apply a theme that matches these colors.
  • Include a separate cover page with the title of your company (Chamberlain Research Lab). Make sure to apply an effect to the title and change the title’s color to blue.
  • Change the font size to 14 and the font type to “Calibri”.
  • Make the first paragraph spacing 3.0 and add a border around it. The rest should follow APA formatting.
  • Make sure to include at least one list of items (numbered or bullet).
  • Modify the paragraph style options to be size 14 and Calibri type.
  • Change page margins to 0.5 for all sides.
  • Create a header that includes the date and page number.
  • Create a footer that includes your name and the course code COMP150