DONT BID
System Development Techniques Individual Assignment
Read instructions very carefully!
15th of August – DEADLINE
“DIT SDT …” file will have all instructions
Django based ecommerce project
It is a Django-based eCommerce project with the majority of the code already implemented. Need to implement a simple factory pattern and integrate an ML component ( have a working python ML code).
statement of purpose
I’m a graduated student in Computer science enginering, & planning to apply for xxxx University for masters of science in Cybersecurity program , required a professional statement of purpose ,which plays a key role for me acceptance . thanks .
Draft paper
Instructions
This is where you will submit the rough draft of your research paper. Research Paper Criteria: You will be required to write a research paper this semester. Your research paper topic should have been proposed and outlined by the end of Week 2. The research paper specifications are as follows:
- 8-10 pages (double-spaced) Times New Roman 12 pt font.
- Must have Abstract, Table of Contents, Introduction, Conclusion and section headings
- Use at least five references outside of your textbook (you may use your textbook too, but are not required to).
- In addition to the required number of pages for the assignment, you must also Include a reference page (bibliography), written in APA style and a title page. Be sure to give all of your papers a descriptive title!
- You must submit a rough draft at the end of Week 5. This is to be a complete paper, meeting the page requirements – not a partially completed paper. Points will be deducted for short or incomplete papers. Your rough draft will not be graded by the rubric, but helpful feedback will be provided to indicate where you are falling short. You may correct any deficiencies before resubmitting your final version at the end of Week 7.
- Typewritten in double-spaced format with a readable style and font and submitted inside the electronic classroom (unless classroom access is not possible and other arrangements have been approved by the professor).
- Page margins Top, Bottom, Left Side and Right Side = 1 inch, with reasonable accommodation being made for special situations
- Your paper must be in your own words, representing original work. Paraphrases of others’ work must include attributions to the authors. Limit quotations to an average of no more than 3-5 lines, and use quotations sparingly! It is always better to paraphrase than to directly quote.
Algorithm -10
Final Exam
1. Given an array of n elements, write an algorithm to find a number that has a duplicate.
2. Given the numbers 5, 2, 3, 1, 4, 9, write an algorithm that selects all even numbers in the list and sort them in order.
3. What is the main difference between a “while” loop and a “do… while” loop?
4. The syntax of a “for” loop is:
for (init; condition; increment)
{
statement(s);
}
Write a “for” loop using these four lines above to write the letter “a” 8 times.
5. Given the following declaration:
int Prime[ ] = {1, 3, 5, 7, 11, 13};
Write the value for Prime[4]: _________
What does Prime[ ] represent? ________________
Answer questions 6-7 based on the following program function:
int factorial(int n)
{
if (n==0)
return 1;
else
return (n * factorial(n-1));
}
6. What value is returned from the function above if you run the following line in the main program?
factorial(0);
7. Explain what will happen in line 6 (the last return line).
IT 472 week 1 discussion 1
Week 1 discussion
Respond to DQ for Week 1:
The system development life cycle (SDLC) is the overall process of developing software. Please describe the process and compare and contrast the SDLC with all 7 known software development methodologies available today. You may use a table for characterizing each of the development models and list advantages and disadvantages for each one. Use citations and references
Review the Rubric for Discussions in the announcement section.
Not more than 350 words total.
Cloud computing
Office Applications Assignment
Due: by 11:59pm EST on Sunday at the end of Unit 1
Your organization is tasked with moving all of its office applications to the cloud to allow anytime/anywhere accessibility and to remove barriers in Operating Systems (OSs) selection. This transition must also allow for the potential for collaboration and file sharing. The cloud applications must include word processing, calculation, scheduling, and the creation of presentations at a minimum. Write a proposal detailing the available cloud solutions and identifying the best solution given the requirements.
The requirements for your paper are:
- Compare and contrast at least 3 available cloud solutions.
-
Explain which solution you are recommending and why, including how it best meets the requirements of:
- Anytime/anywhere accessibility
OS independence
- Collaboration
- File sharing
- Application needs
Students: Be sure to read the criteria, by which your paper/project will be evaluated, before you write, and again after you write.
cyber security related
Create a Gmail account to be used for encryption. Download and configure Thunderbird, GnuPG, and Enigmail to work with your new Gmail account. Document your findings and observations in a 1200-1500 words with references and following APA writing standards.
CIPHER TEXT
CIPHER TEXT( COMPUTER SECURITY)
