done
Seen
2 mins ago[supanova_question]
I have a CIS 2000 project to be time. i don’t have enough time to do it. i need help with it.
I have a CIS 2000 project to be done. I don’t have enough time to do it. I need help with it. All the needed information is given, no need to search from google. All information is given in the pdf file that I posted for you and there is a YouTube link for a short 5 minutes video. Please I need it in your own words. You will have to read PDF and watch the video and write a 5 pages answer to the questions that are at the end of the PDF.
[supanova_question]
Please answer this question- cloud computing
I have a CIS 2000 project to be time. i don’t have enough time to do it. i need help with it. Computer Science Assignment Help For this project, you will create a proposal to migrate a critical business function to the cloud at an organization you are familiar with or can easily research.
Select an organization that you can research that has an on-premises business function that you believe will benefit from a migration to cloud computing. This paper must be entirely original content and checked with grammarly.com before submitting. The paper must include the following sections. Each explicitly listed with a heading.
Company Overview: The section should include the company name, the industry they are in, and a general overview of the organization.
The On-Premises Function: Discuss the current application or functional domain that you are proposing for a move to the cloud. For example, an inventory management system or the organization’s email platform. Why will this benefit from cloud migration?
The Proposed Cloud Solution: Describe your proposal for moving the function to the cloud. Be specific and detailed. What services would you use? Which service provider would you use? What timeline do you propose? Include as much detail as possible. This portion should be a minimum of 2 pages. For example, indicate the specific services you will consume or subscribe to, (if you are moving to AWS, I would expect to see specific services listed such as EC2, S3, Redshift, Lambda, and others). Indicate where storage is duplicated and failovers may be present.
Diagram: You must diagram the solution you are proposing
Conclusion: Summarize the most important ideas from the paper and make recommendations on how they might achieve even greater success.
done
Seen
3 mins ago[supanova_question]
Need help texturing a pyramid.
OverviewIn this course, many assignments are paired with tutorials to help
you to learn OpenGL and build the computer graphics skills that you will
need to successfully complete your coding and design work.
In this assignment, you will create commented code for applying texture to a 3D pyramid in modern OpenGL.
If you encounter any challenges while completing this assignment, be
sure to post your questions or issues to the General Questions
discussion. It is essential to ask for help when you need it and
successfully complete each activity, as the course will continue to
build on earlier learning as your skills progress.
PromptBefore you begin, be sure to review the module resources for this
week’s topics. Then, if you have not done so already, navigate to the CS 330 folder
in GitHub. From there, download the ZIP file containing all of the
items within this folder, including assignment tutorials for Module Two
through Module Six. There are two essential parts to these tutorials:
the markdown (MD) files that walk you through how to work with different
OpenGL capabilities, and the solution (SLN) file that contains all the
code for each section of the tutorials. On your own machine, open the
solution (SLN) file in Visual Studio and navigate to the Module Four
tutorial sections in the Solution Explorer. While you may open the
markdown (MD) file using an external text-based program, we recommend
you instead follow along with the Module Five Tutorial
in GitHub so it is easier to review the different sections, code, and
supporting images. Going through all the sections in the tutorial and
attempting the embedded exercises will help you practice the skills you
will need to demonstrate in this assignment.
Once you understand the content in the tutorial, you will begin this
assignment by opening a new Visual Studio project that has all the
libraries set up correctly (which you learned how to do in a previous
module). The goal of this assignment is to write commented modern OpenGL
code to apply texture to a 3D pyramid.
All four sides of the pyramid, including the base, should have a
brick texture applied. Reference the Sourcing Textures Tutorial, linked
in this module’s resources section, for additional support in finding a
texture to use. We recommend selecting a square image to avoid
stretching and to more easily work with the coordinates. Think about how
you might lay out your coordinates on a square texture for both a
triangle (the sides of the pyramid) and a square (the base of the
pyramid) before you begin. An example of a finalized pyramid with a
brick texture applied is shown below.
Specifically, you must address the following rubric criteria:
Create code to address the required functionality.
The work you complete in OpenGL must meet the required functionality and
visual representation that are outlined for this particular topic.
Achieving this result may require multiple attempts or the application
of programming strategies, but that is okay! Working in iterations is an
important part of any coding project. You may also wish to refer back
to relevant sections of this week’s tutorial for further guidance or
review.
Apply logic and proper syntax to code. Source code
should be free of logical or syntax errors that prevent the application
from running as expected. You will be given credit for code that is well
on its way to meeting specifications or solving the problem.
Apply commenting and formatting standards to facilitate understanding of the code.
All code should be well commented. This is a practiced art that
requires clarity and concision. Your comments should explain the purpose
of lines or sections of the code and may also include the method you
used to achieve a specific task in the code. Be sure to document any
sections of code that are producing errors or incorrect results. Also,
all code should be organized to meet formatting standards.
Guidelines for SubmissionSubmit a completed ZIP folder with all of your code, which may
include one or multiple CPP files along with Visual Studio project
files. Also make sure the ZIP folder includes an EXE file, because
without this your code will not be able to run. Checking for the EXE can
be used as a quick reference on the functionality of your code before
you submit.
done
Seen
7 mins ago[supanova_question]