Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Exam (elaborations)

Applications of GIS Exam Study Guide with Complete Solutions

Rating
-
Sold
-
Pages
28
Grade
A+
Uploaded on
05-10-2024
Written in
2024/2025

Applications of GIS Exam Study Guide with Complete Solutions .shp file* - Answer-- a vector data storage format (shapefile) for storing the location, shape, and attributes of geographic features. - stored in a set of related files and contains one feature class. active data frame* - Answer-The data frame currently being worked on - for example, the data frame to which layers are being added. The active data frame is highlighted on the map, and its name is shown in bold text in the table of contents. active layer - Answer-The layer that is currently active. arc* - Answer-1. On a map, a shape defined by a connected series of unique x,y coordinate pairs. An arc may be straight or curved. 2. a coverage feature class that represents lines and polygon boundaries. One line feature can contain many arcs. Arcs are topologically linked to nodes and to polygons. Their attributes are stored in an arc attribute table (AAT). Nodes indicate the endpoints and intersections of arcs; they do not exist as independent features. Together, the from-node and the to-node define the direction of the arc ArcGIS* - Answer-A suite consisting of a group of geographic information system (GIS) software products produced by ESRI. It is a system for working with maps and geographic information. It is used for: creating and using maps; compiling geogrpahic data; analyzing mapped information; sharing and EMILLYCHARLOTTE 2024/2025 ACADEMIC YAER ©2024 EMILLYCHARLOTTE. ALL RIGHTS RESERVED FIRST PUBLISH SEPTEMBER 2024 Page 2/28 discovering geographic information; ;using maps and geogrpahic information in a range of applications; and managing geographic information in a database. ArcGIS documents - Answer-it is the map blah blah area feature - Answer-One of the three types of features: point, line, and area. The area feature is a 2D plane produced by a polygon of a certain shape. arithmetic function - Answer-A type of methematical function that performs a calculation on the values of cells in an input raster. There are six arithmetic functions in ArcGIS Spatial Analyst: Abs, Int, Float, Round up (Ceil), Round down (Floor) and Negate Operators - Answer-Arithmetic - *, /, -, + Boolean - True or False Relational - ==, , , , =, = ASCII files* - Answer-"American Standard Code for Information Interchange". The de facto standard for the format of text files in computers and on the internet that assigns an 8-bit binary number to each alphanumeric or special character. ASCII defines 256 possible characters. attributes* - Answer-Nonspatial information about a geogrpahic feature in a GIS, usually stored in a table and linked to the feature by a unique identifier. For example, at

Show more Read less
Institution
ArcGIS Pro Foundations
Course
ArcGIS Pro Foundations

Content preview

EMILLYCHARLOTTE 2024/2025 ACADEMIC YAER ©2024 EMILLYCHARLOTTE. ALL RIGHTS RESERVED
FIRST PUBLISH SEPTEMBER 2024




Applications of GIS Exam Study Guide
with Complete Solutions

.shp file* - Answer✔✔-- a vector data storage format (shapefile) for storing the location, shape, and

attributes of geographic features.


- stored in a set of related files and contains one feature class.


active data frame* - Answer✔✔-The data frame currently being worked on - for example, the data frame

to which layers are being added. The active data frame is highlighted on the map, and its name is shown

in bold text in the table of contents.




active layer - Answer✔✔-The layer that is currently active.


arc* - Answer✔✔-1. On a map, a shape defined by a connected series of unique x,y coordinate pairs. An

arc may be straight or curved.


2. a coverage feature class that represents lines and polygon boundaries. One line feature can contain

many arcs. Arcs are topologically linked to nodes and to polygons. Their attributes are stored in an arc

attribute table (AAT). Nodes indicate the endpoints and intersections of arcs; they do not exist as

independent features. Together, the from-node and the to-node define the direction of the arc


ArcGIS* - Answer✔✔-A suite consisting of a group of geographic information system (GIS) software

products produced by ESRI. It is a system for working with maps and geographic information. It is used

for: creating and using maps; compiling geogrpahic data; analyzing mapped information; sharing and

Page 1/28

,EMILLYCHARLOTTE 2024/2025 ACADEMIC YAER ©2024 EMILLYCHARLOTTE. ALL RIGHTS RESERVED
FIRST PUBLISH SEPTEMBER 2024


discovering geographic information; ;using maps and geogrpahic information in a range of applications;

and managing geographic information in a database.


ArcGIS documents - Answer✔✔-it is the map blah blah


area feature - Answer✔✔-One of the three types of features: point, line, and area. The area feature is a

2D plane produced by a polygon of a certain shape.


arithmetic function - Answer✔✔-A type of methematical function that performs a calculation on the

values of cells in an input raster. There are six arithmetic functions in ArcGIS Spatial Analyst: Abs, Int,

Float, Round up (Ceil), Round down (Floor) and Negate


Operators - Answer✔✔-Arithmetic - *, /, -, +


Boolean - True or False


Relational - ==, >, <, <>, >=, <=


ASCII files* - Answer✔✔-"American Standard Code for Information Interchange". The de facto standard

for the format of text files in computers and on the internet that assigns an 8-bit binary number to each

alphanumeric or special character. ASCII defines 256 possible characters.


attributes* - Answer✔✔-Nonspatial information about a geogrpahic feature in a GIS, usually stored in a

table and linked to the feature by a unique identifier. For example, attributes of a river might include its

name, length, and sediment load at a gauging station.


attribute query* - Answer✔✔-A request for records of features in a table based on their attribute values




Page 2/28

, EMILLYCHARLOTTE 2024/2025 ACADEMIC YAER ©2024 EMILLYCHARLOTTE. ALL RIGHTS RESERVED
FIRST PUBLISH SEPTEMBER 2024


attribute table - Answer✔✔-A database or tabular file containing information about a set of geographic

features, usually arranged so that each row represents a feature and each column represents one

feature attribute. In raster datasets, each row of an attribute table corresponds to a certain zone of cells

having the same value. In a GIS, attribute tables are often joined or related to spatial data layers, and the

attribute values they contain can be used to find, query, and symbolize features or raster cells.


attribute table: field and records - Answer✔✔-Field are the columns. Records are the rows.


auto-label* - Answer✔✔-A tool that automatically labels a certain layer based on a selected field (usually

NAME)


bitmap* - Answer✔✔-An image format in which one or more bits represent each pixel on the screen.

The number of bits per pixel determines the shades of gray or number of colors that a bitmap can

represent


Boolean expression* - Answer✔✔-an expression, named for the English mathematician George Boole

(1815-1864), that results in a true or false (logical) condition. For example, in the Boolean expression

"HEIGHT > 70 AND DIAMETER = 100," all locations where the height is greater than 70 and the diameter

is equal to 100 would be given a value of 1, or true, and all locations where this criteria is not met would

be given a value of 0, or false.


Boolean operator - Answer✔✔-a logical operator used in the formulation of a Boolean expression.

Common Boolean operators include AND, which specifies a combination of conditions (A and B must be

true); OR, which specifies a list of alternative conditions (A or B must be true); NOT, which negates a

condition (A but not B must be true); and XOR (exclusive or), which makes conditions mutually exclusive

(A or B may be true but not both A and B).


Page 3/28

Written for

Institution
ArcGIS Pro Foundations
Course
ArcGIS Pro Foundations

Document information

Uploaded on
October 5, 2024
Number of pages
28
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

$12.99
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF


Also available in package deal

Thumbnail
Package deal
ArcGIS Pro Foundations Bundled Exams Questions and Answers|100% Pass
-
22 2024
$ 236.78 More info

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
EmillyCharlotte Howard Community College
View profile
Follow You need to be logged in order to follow users or courses
Sold
125
Member since
1 year
Number of followers
5
Documents
12299
Last sold
19 hours ago
ALL-MAJOR.

On this page, you find all documents, package deals, and flashcards offered by seller Emilly Charlotte.

3.5

28 reviews

5
9
4
9
3
2
2
3
1
5

Trending documents

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Frequently asked questions