describe system process in computers
Exp19_Access_Ch2_Cap – Metropolitan Zoo 1.0
Exp19_Access_Ch2_Cap – Metropolitan Zoo 1.0
Exp19_Access_Ch2_Cap – Metropolitan Zoo 1.0
EX19_AC_CH02_GRADER_CAP_AS
Access Chapter 2 Capstone – Metropolitan Zoo 1.0
Project Description:
The Metropolitan Zoo tracks its animal data in Excel. The organization decides to use a database to organize the data about the animals, their trainers, and the animal exhibits. In this project, you will open an existing database and create a new table. You will import an Excel file containing information about the animals, and query the database to determine which animals need a checkup. You will also create a query to obtain a listing of the animals in each exhibit.
Steps to Perform:
Step
Instructions
Points Possible
1
Start Access. Open the downloaded Access file named Exp19_Access_Ch2_Cap_Zoo.accdb. Grader has automatically added your last name to the beginning of the filename. Save the file to the location where you are storing your files.
0
2
Create a new table in Design view. Add the field name ExhibitID with the AutoNumber Data Type. Add the caption Exhibit ID. Set the ExhibitID field as the primary key for the table. Save the table using the name Exhibits.
6
3
Add the following fields and set their field properties as shown:
Field Name
Data Type
Field Size Property
Caption
ExhibitName
Short Text
15
Exhibit Name
Acres
Number
Integer
(none)
InitialCost
Currency
(no change)
Initial Cost
YearlyCost
Currency
(no change)
Yearly Cost
DateOpened
Date/Time
(no change)
Date Opened
Show
Yes/No
(no change)
(none)
12
4
Switch to Datasheet view and save the table. Add the following records, letting Access assign the Exhibit ID:
Exhibit Name
Acres
Initial Cost
Yearly Cost
Date Opened
Show
Asia
2
2000000
300000
1/15/2011
Yes
Africa
4
3500000
500000
2/3/2014
Yes
The Americas
3
1500000
250000
5/15/2005
No
Close the table.
9
5
Import the downloaded Zoo.xlsx workbook as a new table in the current database. Using the Import Spreadsheet Wizard, specify that the first row contains column headings, set the AnimalID field to be indexed with no duplicates, and set the AnimalID field as the primary key. Import the table with the name Animals and do not save the import steps.
10
6
View the Animals table in Design view, and change the field size for the AnimalID field to Long Integer. Change the field sizes for the ExhibitID and TrainerID fields to Long Integer. Save the table. Click Yes in the dialog box indicating that some data may be lost. Close the table.
6
7
Begin establishing relationships in the database by adding the Animals, Exhibits, and Trainers tables to the Relationships window. Close the Show Table dialog box. Resize the field lists so that all fields display. Create a one-to-many relationship between the ExhibitID field in the Exhibits table and the ExhibitID field in the Animals table, enforcing Referential Integrity. Select the option to cascade update the related fields.
8
8
Create a one-to-many relationship between the TrainerID field in the Trainers table and the TrainerID field in the Animals table, enforcing Referential Integrity. Select the option to cascade update the related fields. Save and close the Relationships window.
8
9
Create a query using the Simple Query Wizard. From the Animals table, add the AnimalID, AnimalType, and DateOfLastCheckup fields (in that order). Ensure the query is a Detail query. Name the query Checkup List and finish the wizard.
10
10
View the query in Design view, and then set the criteria for the DateOfLastCheckup field so that only animals whose last checkup was before 1/1/2022 are displayed.
5
11
Sort the query in ascending order by the DateOfLastCheckup field. Save the query. Run the query, and then close the query.
5
12
Create a new query in Design view. Add the Animals, Exhibits, and Trainers tables to the query design window. Add the following fields to the query (in this order):
AnimalType
Origin
ExhibitName
FirstName
LastName
Position
9
13
Set The Americas as the criteria for the ExhibitName field and sort the query in ascending order by Origin. Run the query, and save the query as Americas Exhibit. Close the query.
6
14
Copy the Americas Exhibit query in the Navigation Pane and paste it with the name Asian Exhibit. Modify the query in Design view to replace The Americas with Asia. Run the query, save the query, and close the query.
6
15
Close all database objects. Close the database and then exit Access. Submit the database as directed.
0
Total Points
100
Mobile Applications Design, Difficulty and Considerations
Think about the last time you utilized a mobile application or attempted to build your own mobile website. What planning process did you go through before you began your project? You may have considered the steps or tasks you needed to perform. You may also have considered the resources and platforms needed for your outcome. For example, which model fits your business domain needs? Do you have time constraints that will make completing the web application/site difficult within a reasonable period of time? You may also have considered the myths that surround developing mobile apps and the difficulties generally associated with mobile app development.
1. Why is mobile development difficult? Explain
2. How does design & utility make a difference between good vs great websites?
3. How is deciding between a mobile application vs a mobile website an important consideration by developers? Explain.
Instructions:
> 500 Words At least.
> You must apply and use the basic citation styles of APA.
> Do not claim credit for the words, ideas, and concepts of others.
> Use in-text citation and list the reference of your supporting source following APA’s style and formatting
> Do not copy and paste information or concepts from the Internet and claim that is your work. It will be considered Plagiarism and you will receive a zero for your work.
Network Management
Hello,
i need this paper by Thursday 7pm.
Strictly No plagiarism please use your own words.
Need content 4 pages and 1 reference page.
Network Management: You were just brought into an organization as its CTO. The board thinks the organization’s networks may not be effectively managed and require you to do an assessment of various automated network management tools. The network management tools the board is interested in are used for (a) security policy compliance, (b) network bandwidth management, and (c) network asset management. Your report to the board must identify each tool by product name and provide a short explanation about how each tool works. In addition, the report must compare, at least, two tools for each of the three network management areas. Which is the best tool for each area and why? Can one tool be used for managing more than one area? Why or why not?
Required Section Headings:
Introduction
Policy Compliance Tool
Bandwidth Management Tool
Asset Management Tool
Tool Comparison
Summary/Conclusion
short report
mobility-Augmented Reality
Need help with my homework
I have attached the two documents needed.
Computer Networks
Write a survey paper 4 pages long based on these research papers:
https://lms.manhattan.edu/pluginfile.php/1097980/mod_folder/content/0/04-Network%20Infrastructure%20services/chap03firewall.pdf?forcedownload=1
and
https://lms.manhattan.edu/pluginfile.php/1097980/mod_folder/content/0/04-Network%20Infrastructure%20services/dnshack.pdf?forcedownload=1
Write a program that reads in the file climate data 2017 numeric
Write a program that reads in the file climate_data_2017_numeric.csv and prompts the user to enter the name of a field (other than Date), and then outputs the highest and lowest values recorded in that field for the month of August.The file climate_data_2017_numeric.csv contains the following fields:Date
Minimum temperature (C)
Maximum temperature (C)
Rainfall (mm)
Speed of maximum wind gust (km/h)
9am Temperature (C)
9am relative humidity (%)
3pm Temperature (C)
3pm relative humidity (%)
Your program should work like this:Maximum temperature (C)
Available field names:
Minimum temperature (C)
Maximum temperature (C)
Rainfall (mm)
Speed of maximum wind gust (km/h)
9am Temperature (C)
9am relative humidity (%)
3pm Temperature (C)
3pm relative humidity (%)
Please enter a field name: Minimum temperature (C)
Statistics for field ‘Minimum temperature (C)’:
Min: 1.0 Max: 14.6
Customer: python
Within the next two days my data set looks like this :
Date,Minimum temperature (C),Maximum temperature (C),Rainfall (mm),Speed of maximum wind gust (km/h),9am Temperature (C),9am relative humidity (%),3pm Temperature (C),3pm relative humidity (%)
2017-06-01,8.0,18.3,0,43,10.3,54,17.8,39
2017-06-01,7.4,23.3,0,24,12.1,80,22.5,55
2017-06-01,7.9,13.9,0.4,20,10.5,82,13.6,57
2017-06-02,8.0,14.7,0,20,10.6,64,13.3,69
2017-06-02,8.3,24.2,0,30,14.7,78,22.5,57
2017-06-02,8.5,18.1,0,41,10.7,61,16.4,50
2017-06-03,9.1,23.1,0,28,14.7,86,22.9,57
2017-06-03,9.9,14.3,0,19,10.8,76,13.1,73
2017-06-03,10.7,17.4,0,41,13.4,64,16.4,66
2017-06-04,4.4,15.8,0,13,5.7,100,15.5,53
2017-06-04,10.5,19.7,1.4,28,12.2,77,19.0,57
2017-06-04,12.8,22.6,0,31,16.3,77,22.5,52
2017-06-05,5.6,17.5,0,28,8.7,82,16.8,57
2017-06-05,10.1,25.3,0,31,15.0,71,24.9,30
2017-06-05,9.4,19.6,0,28,11.5,78,19.2,41
2017-06-06,8.7,13.9,6.4,43,11.8,78,12.6,68
2017-06-06,9.2,25.2,0,41,17.9,38,24.5,13
2017-06-06,9.1,17.9,0,59,11.2,58,14.7,43
2017-06-07,5.9,14.3,0,28,8.3,91,14.0,54
2017-06-07,8.8,15.5,54.6,56,13.3,82,14.2,85
2017-06-07,5.0,22.8,0,31,12.4,68,22.5,39
2017-06-08,9.9,22.5,0,48,13.0,75,22.1,25
2017-06-08,3.6,15.0,0,30,6.6,86,14.0,56
2017-06-08,12.4,18.1,61.0,44,13.3,91,16.9,84
2017-06-09,10.4,18.9,3.4,52,12.5,90,18.2,64
2017-06-09,6.6,15.0,1.8,22,11.0,98,13.9,66
ITP-4 – Project Execution, Tracking, and Changes
Full details, requirements and grading criteria are provided in the attached document below.
Most of the project work so far has dealt with project planning. The purpose of this Individual project is to consider project execution, monitoring and control, and changes. During project execution, things may change from what was planned, either intentionally (scope change) or unintentionally (risks and problems). In this project, your team will field and deal with various project changes, and will monitor and track what happens to the project when things change.
rs
While this weeks topic highlighted the uncertainty of Big Data, the author identified the following as areas for future research. Pick one of the following for your Research paper:
- Additional study must be performed on the interactions between each big data characteristic, as they do not exist separately but naturally interact in the real world.
- The scalability and efficacy of existing analytics techniques being applied to big data must be empirically examined.
- New techniques and algorithms must be developed in ML and NLP to handle the real-time needs for decisions made based on enormous amounts of data.
- More work is necessary on how to efficiently model uncertainty in ML and NLP, as well as how to represent uncertainty resulting from big data analytics.
- Since the CI algorithms are able to find an approximate solution within a reasonable time, they have been used to tackle ML problems and uncertainty challenges in data analytics and process in recent years.
Your paper should meet these requirements:
- Be approximately four to six pages in length, not including the required cover page and reference page.
- Follow APA 7 guidelines. Your paper should include an introduction, a body with fully developed content, and a conclusion.
- Support your answers with the readings from the course and at least two scholarly journal articles to support your positions, claims, and observations, in addition to your textbook. The UC Library is a great place to find resources.
- Be clearly and well-written, concise, and logical, using excellent grammar and style techniques. You are being graded in part on the quality of your writing.
