Discussion post 2 we 4

Read classmates post and respond with 100 words: We must understand the the guidelines before coding. Radiology guidlines consits of Professional, Technical, and Global. Radiology is used to diagnose and treat patients. Technical is used for diagnostic imaging examinationsand administering radiation theraphy treatments. Last but not lease is Global and global is reported with a … Read more

Activity 5- Project Process

Part 1You have been assigned as a project manager for a small construction company and have been assigned your first project. The client feels they have a basic grasp on their requirements but also feels that they will know more as the project progresses.  Using your knowledge of life cycle models, identify two models that … Read more

3rd case study

  Read the Closing Case at the end of Chapter 4 just before the End Notes in the Management of Information Security Book. Answer the two initial Discussion Questions.  Second under Ethical Decision Making, answer the following: Has Mike broken any laws in representing Iris’ policy work as his own? Has Mike committed an ethical … Read more

SLR paper

   Course Paper A systematic Literature review paper on analyzing and visualizing data Guidelines · There are two main goals to conduct this SLR paper in this course: o Help you toward your PhD thesis. My experience advising many phd students in different universities is that one of the “easiest” approaches to reach the “difficult” … Read more

Module 5 Course Project

  Create a Windows Forms Application With Basic Controls and Add an Employee Class This part of the project, you will create a Windows Forms application with an Employee class. Read the Project Guide provided and the project video link for instructions and details to help guide you through your efforts. Project Files Module 5 … Read more

Racket Code

  (define curry (lambda (lambda-exp)‘fill-in-the-blank’)) Using Racket Code Write a structurally recursive function named (curry exp) that takes one argument, a Racket lambda expression with n ≥ 1 formal parameter. curry returns a curried function. For example:     > (curry ‘(lambda (x) anything))     ‘(lambda (x) anything)

Informational Interview

 You will schedule and conduct an informational interview by phone, online, or face to face if the situation allows. Your Career Mentor must be someone who has experience in your field of interest and has been involved in hiring. Your mentor should have a minimum of three years of experience in the industry, and background or … Read more

WEB DEVELOP

first job  Objectives • Set up an HTML page using the basic page elements. • Be able to use HTML5 semantic elements to structure a web page. • Properly use images, lists, headings and semantic elements. • Successfully use CSS to style and modify the appearance of page and the elements contained within. Basic Requirements … Read more

my sql

1.Write a SELECT statement that returns InvoiceId and Total from the Invoice table.  Use the CONCAT function to insert a ‘$’ in the front of  the total value — 2.Write a SELECT statement that returns CustomerId and average Total from the Invoice table grouped by customerId. Use the CONCAT function to insert a ‘$’ in … Read more