Research Paper – Crime Prevention Through Environmental Design ( CPTED)
4-5 pages
APA
Research Paper – Crime Prevention Through Environmental Design ( CPTED)
4-5 pages
APA
Download The Attachment and Message Me Please for Detailed Instructions
Pick a network address from the list below. Everybody must pick a unique network address and number of subnet. Please reply to the Subnetting Discussion Topic under Week 3 Discussions with your selection. Don’t select a network address that somebody else already selected.
For each of them, I need the following information:
Chosen. 179.85.0.0/16 subnetted to 111 subnets and provide information for subnets #1, #9, #59, and #111
· The new subnet mask after the subnetting (10%)
· The following information for the four subnets identified:
o Subnet’s network address (3%)
o Subnet’s broadcast address (3%)
o Subnet’s range of available IP addresses (4%)
· The calculations on how you get to the answers (50%). This is very important. If you don’t provide the calculations or the way you get the answer, you will lose 50%.
Your goal is to subnet them with as little subnet as possible but still meeting the requirement. In other word, maximize the number of hosts that is available for each subnet.
Here are the Week 3 Lab Instructions (Links to an external site.).
Using the template write 2 tips you learned from the reading material. Each tip should be 2 -3 sentences in length and should be different from others you’ve previously provided. Citations and references are not required.
I wrote the topic for each tip in the word doc. 2-3 sentences for each tip.
due March 4
In the course, we are making a special focus on Microsoft Office using MS Word and MS PowerPoint.
It is important or not to study MS Word and MS PowerPoint in the course? Argument your answer.
How you can use this two application software in your professional future?
Discussions: How will be evaluated.
1- The discussion will have a value of 100 points
2- Your opinion about the subject will be graded as 70%
3- Your criteria for another student’s opinion will be 30% (minimum 2)
So, you will need to have a minimum of three posted in the discussion.
Your arguments will be very important.
Do not copy answers from the Internet.
The answers should be your own opinions.
Comments :
I believe it is important to study these application software. Almost most if not all companies, schools, jobs use these software. It is easier for them to use the software because it can be sent and used anywhere in the world. You are better able to organize and it is always easier to open and change if something is wrong or needs to be edited. It is very important to use because there always more to learn and it is a very good teaching tool to use. In schools Microsoft Office has been used and the quality for presentations has been better and the different tools to use while using MS Word is great. The different designs are awesome to use to spice up the words or the designs on either applications. So in my opinion yes, I think these software are very important.
In the modern days those two tools offer for Microsoft office Microsoft Word and Microsoft Power Point are very important and help full. You can used for personal purpose and business too, in the personal purpose for example with Microsoft Word application you can write a report or redacting a complete investigation for any of your classes, or a resume for job application.
With Microsoft Power Point application is very help full for example in your job, because you can make and organized in slides a presentation of a new project, in administration department a complete and detailed budget month by month of the all company or a specific department.
The fact is that these applications are very helpfully because like I said before can help you a maintaining and organized all your data in same place your computer.
This week select an organization that has a Global platform (they operate in more than one country), that has demonstrated operational excellence. In this paper, perform the following activities:
The above submission should be three pages in length. Remember the total length does not include the APA approved cover page or the references. There should be at least three APA approved references to support your work.
This is the second milestone of the portfolio project. For milestone 2, you will develop an annotated bibliography with a minimum of 10 peer reviewed scholarly articles. Additionally, you will write the literature review for the final project. The entire milestone should be a minimum of 6 pages with 10 peer reviewed scholarly articles. For your reference, the portfolio project guidelines are attached here. Please see the UC library for help in formatting your bibliography. Here are some examples:
Here are some resources to complete a literature review:
Create a project called ContractorCalculator.
▪ The view controller layout should contain two TextFields, one button, and eight labels
▪ The Calculate button should add the labor and material costs from the TextFields and put the result in the label next to SubTotal. Tax should be calculated using a 5% rate (use a constant) and displayed in the label next to Tax. The tax and subtotal should be added together and displayed in the label next to Total.
***Please see attached screenshot.
In pseudocode and in C code, declare two 1-dimensional parallel arrays of Integers to store the age and weight of a group of people that will hold the information of up to 10 people.
Use a For loop to iterate through the array and input the values.
Demonstrate your code compiles and runs for a test case of your choice on ideone.com. Include screenshot.