For the first part of this lab follow the instructions on the doc file at the be

For the first part of this lab follow the instructions on the doc file at the be

For the first part of this lab follow the instructions on the doc file at the beginning of the lab, you have to watch a little video. For the 2nd part of lab go to the website and use the ephemeris data for the planets to know where to draw the planets on the star chart. For the 3rd part of the lab use the online ephemeris data to draw the locations of Mars on the second star chart with Taurus the bull constellation on it.
Report sections:
Type report in size 12 font, Calibri or Times Roman, use 1.5 line spacing; set 1 inch margins on all 4 sides
of page. Do not use pronouns such as “I, we, us, our”
Purpose and scientific goals: in one paragraph explain the scientific goals of the experiment.
Experimental procedure, results and discussion (this is the largest section)
In a narrative explain experimental setup, steps used to perform lab and results. Do not copy text out of
the lab book, don’t itemize the sequence of procedural steps as 1, 2, and 3 nor A, B, C …. Discuss key
results such as measurements and comparisons to theoretical values.
Math equations and calculations: When applicable include astronomy formulae and math derivations.
Results and conclusion In one paragraph state main numerical results and conclusions drawn.
Attach all the lab sheets to your report
Your work must be legible
5. Use a scanner to scan your work, or if unavailable then a cell phone to take pictures.

Final Project – Phase 1 During the next three weeks, you will build an interacti

Final Project – Phase 1
During the next three weeks, you will build an interacti

Final Project – Phase 1
During the next three weeks, you will build an interactive Quiz App. This application will be a web page that will review everything we have covered in the course and a few topics that we haven’t that you will have to research on your own.
The front-end interface will consist of:
A starting/opening screen with a button to start the quiz.
A question screen which will have a question and 4 multiple choice answers.
A final score screen giving user their total score with a button to try again.
The Quiz App will have specific requirements:
Will use responsive web design practices.
Stores all of the data (questions and answers) in a JavaScript array of objects.
Each screen will dynamically display when the user answers each question and clicks a next button or link.
Will track the current score of correct answers and display a final score when the user runs Building the Quiz App.
The Quiz App will be built in 3 phases:
In the first phase you will wireframe the design of all screens in HTML and CSS and create your questions and answers data array in a separate (.js) file.
A sample set of data could be coded like this:
let allQuestions = [
{
question: “What is Matt favorite color?”,
choices: [“Blue”, “Black”, “Yellow”, “Blank”, “Clear” ],
correctAnswer: 4
},
{
question: “Who is Matt’s Favorite fiction Author?”,
choices: [“Brennan Manning”, “JD Salinger”, “Stephen King”, “Jack Kerouac”],
correctAnswer: 3
},

In the second phase (week 7) you will take the HTML and CSS wireframe and create a working prototype. This will take most of the HTML out of the HTML page and put in the JavaScript file to dynamically display. This will allow “stepping” through each question as the user clicks the next button. This will simulate the Quiz App working but without the displaying of questions or keeping score.
In the third phase (week 8) you will take your working prototype and make it a complete working app with the all questions and final score keeping.
Phase 1:
Decide on the questions and answers you will use.
Build your data store object with those questions and answers
Create the three screens (starting screen, questions/answer screen, final score screen)
Submission instruction:
Include the HTML/CSS/JS files and archive (zip) it. Save it as yourfullname-week6-project.zip.

(I’m only looking for 5 references to be added to my paper!) Scenario You are th

(I’m only looking for 5 references to be added to my paper!)
Scenario
You are th

(I’m only looking for 5 references to be added to my paper!)
Scenario
You are the cloud engineer for a construction company. Your company stores their complex architecture drawings on the public cloud.
The company has created a web application that allows clients to review the architecture drawings from this public cloud. The architectural drawings are large, which causes performance issues. Clients need to download the large files on their computers, causing an impact on the web site and creating client computer performance issues.
You are aware of benchmarking tools which can evaluate cloud service performances. Your manager asks you to compare some of these tools and recommend one to be implemented.
Instructions
Provide a proposal to your leadership to recommend a benchmarking tool and cloud services application. The proposal should include the following points.
A list of available cloud benchmarking tools
A comparison of this list
An explanation of the importance of benchmarking
A License Model for cloud benchmarking tools
The steps used to evaluate the performance of benchmarking tools
A description of the different ways to tune cloud services for improving performance
Be sure to use a professional tone and check grammar and spelling.
References
Include a minimum of 5 scholarly resources. (please add these references)

Business Case and Example are attached Overview Entity relationship diagrams (ER

Business Case and Example are attached
Overview
Entity relationship diagrams (ER

Business Case and Example are attached
Overview
Entity relationship diagrams (ERDs) represent the data portion of a
cloud-based database. This is why ERDs are often used as a tool to
communicate how information is stored in a database. Being able to
describe what goes into a specific database (entities, attributes, and
relationships) ensures that you end up creating a cloud database that
actually supports organizational operations. You want to avoid creating a
database that stores irrelevant data.
For the purposes of this assignment, imagine that you are a solutions
architect at a start-up organization, Your Online Database Architecture
for Education (YODAE). To provide some context, YODAE is an educational
technology company that is quickly growing and scaling its services.
Its cloud solutions are used by teachers, educators, and administrators
in the K–12 education industry. In order to implement a cloud-based
system that meets YODAE’s clients’ needs (in this case, schools), you
will design the cloud database.
Prompt
For this activity, you will create an ERD that will represent
student-information and teacher-information data. To successfully
complete this activity, you will need to:
Review the YODAE Business Case:
Review the business case document to gain a better understanding of
YODAE, and of how your cloud solution will meet its organizational needs
and operations.
Create an Entity Relationship Diagram: As part of
the design of the cloud-based database, create an ERD to show the
architecture of the cloud database system. To create your ERD, refer to this example that already includes some components of your diagram. You must add to this diagram by including the following components:
All of the appropriate entities: What are the entities that need to be included in the ERD that are described in the business scenario?
All of the appropriate attributes: What are at least five attributes for each entity?
Necessary relationships: How will the relationships between the entities be accurately presented in the diagram?
Explain Your ERD: Write 2 to 5 paragraphs about how
your diagram meets the needs of YODAE and its clients. You are required
to provide a brief explanation about the entities, attributes, and
relationships depicted in your diagram.
What to Submit
Upload a file that contains your ERD. You may use Lucidchart, Visio,
or another software application of your choice to create your diagram.
The file you upload should either be in a .doc or .pdf format. Do not
submit the Lucidchart or Visio file that you created. Select All of the
elements of the ERD from within the application you used to create it,
and copy and paste into a Word or PDF document prior to submitting it
for assessment.
Rubric
Criteria Exemplary (100%) Proficient (85%) Needs Improvement (55%) Not Evident (0%) Value
Entity Relationship Diagram Exceeds proficiency in an exceptionally clear, insightful, sophisticated, or creative manner Creates an ERD that meets organizational and user needs Shows progress toward
proficiency, but with errors or omissions; areas for improvement may
include the design of entities, attributes, and relationships between
them Does not attempt criterion 60
Explanation of Entity Relationship Diagram Exceeds proficiency in an exceptionally clear, insightful, sophisticated, or creative manner Explains how the components of the ERD will meet the organizational needs Shows progress toward
proficiency, but with errors or omissions; areas for improvement may
include an explanation as to why the entities, attributes, and
relationships were designed in the context of the scenario provided Does not attempt criterion 40
Total: 100%

Overview E-Commerce companies have become increasingly important in this era of

Overview
E-Commerce companies have become increasingly important in this era of

Overview
E-Commerce companies have become increasingly important in this era of global pandemics and resulting restrictions on businesses and individuals. Consumers are ordering products online in larger
numbers than ever before due to business closures or restricted operating hours. Companies positioned in the e-Commerce industry are experiencing growth beyond previous predictions. But, at the same time, some E-commerce companies are seeing their business decline drastically due to travel restrictions
and the reluctance of businesses and individuals to travel for any but the most critical of reasons. Added into the risk picture are risks from the actions of cybercriminals, hackers, and nation-state actors are taking advantage of these unsettled times resulting in increased risks for companies whose business
models depend upon the Internet for financial transactions, orders, and communications both internal and external. For a company considering an expansion into e-Commerce there can be an increased number of risks overall especially in the areas of information technology and online ordering.
For this project, you will prepare a Risk Analysis to be presented to the governance board
(executives and senior managers) at Bay & Shore General Store. After their approval, the Risk Analysis will be sent to the company’s bankers as part of a loan application package for the planned e-Commerce

Using what you have learned in the program thus far and conducting further resea

Using what you have learned in the program thus far and conducting further resea

Using what you have learned in the program thus far and conducting further research, discuss the following:
The factors involved in the evaluation of an Information Technology project
The factors that must be considered when implementing short- versus long-term solutions
The value these solutions can bring to the organization

https://www.sendspace.com/filegroup/gnIQOG8tysPhMMy4EpAC87eV%2FIDxb62OSWXjCwjZ%2

https://www.sendspace.com/filegroup/gnIQOG8tysPhMMy4EpAC87eV%2FIDxb62OSWXjCwjZ%2

https://www.sendspace.com/filegroup/gnIQOG8tysPhMMy4EpAC87eV%2FIDxb62OSWXjCwjZ%2B5VXqrW6pphcAp5jYvPhwLYrx1CzxzzWpRYcYLZFUaGfTUvMSQ74u0Ir
the link above is for the files associated with the project. 
The project is almost finished,  all I need is 3 more shapes and remove the shapes that dont work. It should be 10 working in all right now only 7 work. 
Add a few lighting effects on different shapes 
include one new: radio button, slider bar, 
widgets to turn on or off certain components
of the animation.
lastly insure I  Used frame buffers to organize the memory resources that are needed to render the
scene.

For this project, you will write a research-based report on Cyber and IT supply

For this project, you will write a research-based report on Cyber and IT supply

For this project, you will write a research-based report on Cyber and IT supply chain risks which the client company, Sifers-Grayson must be aware of. This report will be presented to the company’s
executive leadership to help them understand the overall problem of Cyber and IT supply chain risk. This
problem has been raised to the attention of the company’s executive leadership by two influential customers — the US Department of Defense and US Department of Homeland Security. These two customers have raised concerns about the company’s preparedness to address and mitigate cybersecurity risks which could result from supply chain attacks. In their letter to Sifers-Grayson, these
customers asked the company “what are you doing to prevent supply chain attacks?”
Please use suggested resources in the attachment.
Please contact me if you have questions.

https://www.sendspace.com/filegroup/gnIQOG8tysPhMMy4EpAC87eV%2FIDxb62OSWXjCwjZ%2

https://www.sendspace.com/filegroup/gnIQOG8tysPhMMy4EpAC87eV%2FIDxb62OSWXjCwjZ%2

https://www.sendspace.com/filegroup/gnIQOG8tysPhMMy4EpAC87eV%2FIDxb62OSWXjCwjZ%2B5VXqrW6pphcAp5jYvPhwLYrx1CzxzzWpRYcYLZFUaGfTUvMSQ74u0Ir
the link above is for the files associated with the project. 
The project is almost finished,  all I need is 3 more shapes and remove the shapes that dont work. It should be 10 working in all right now only 7 work. 
Add a few lighting effects on different shapes 
include one new: radio button, slider bar, 
widgets to turn on or off certain components
of the animation.
lastly insure I  Used frame buffers to organize the memory resources that are needed to render the
scene.

You are to write an essay on the topic Implications of Artificial Intelligence i

You are to write an essay on the topic Implications of Artificial Intelligence i

You are to write an essay on the topic Implications of Artificial Intelligence in Healthcare. The essay must include a well constructed thesis (that contains an argument related to the topic). There must be an ethical component to your thesis (for example – the use of loot boxes in games sold to minors is unethical*).   Remember that you should be writing a thesis statement that can be argued for and against.
Your essay should contain approximately 3300-3400 words.
Make sure you include  the references in IEEE format, and also include all the in-text references for any ideas used using some articles.
Format
Your submissions should be following IEEE style and formatted using an IEEE template. Use https://template-selector.ieee.org/ to find the template for a journal article written for the Canadian Journal of Electrical and Computer Engineering. Reading the page describing this journal may give you topic ideas for this paper. See http://journal.ieee.ca/en/aboutcjece/index.html.. 
Resources
Peter Horban’s guide to writing a good philosophy paper – http://www.sfu.ca/philosophy/resources/writing.html
An amusing and useful guide to writing essays – http://kemthemerciless.blogspot.com/2007/08/table-of-contents-and-index.html
IEEE style guide (2022) – https://libguides.sait.ca/ieee
Below are some of the sources for you to use, and you can also include more making sure that they they align with the topic
Char, D. S., Shah, N. H., & Magnus, D. (2018).
Implementing machine learning in health care—addressing ethical challenges.
*New England Journal of Medicine, 378*(11), 981-983.
Mittelstadt, B. D. (2019). Principles alone cannot guarantee
ethical AI. *Nature Machine Intelligence, 1*(11), 501-507.
Obermeyer, Z., & Emanuel, E. J. (2016). Predicting the
future—big data, machine learning, and clinical medicine. *New England Journal
of Medicine, 375*(13), 1216-1219.
Topol, E. J. (2019). High-performance medicine: the
convergence of human and artificial intelligence. *Nature Medicine, 25*(1),
44-56.
Vayena, E., Blasimme, A., & Cohen, I. G. (2018). Machine
learning in medicine: Addressing ethical challenges. *PLoS Medicine, 15*(11),
e1002689.