answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Which visual variable is most important when a cartographer their map will be viewed in black?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What does the circle inside another circle mean in scientific terms?

It symbolise the cartographer's visual resource' sizes.


How many variable in visual basic?

many


How is a box and whisker plot useful?

It is a very simple way to create a visual summary of the central location and spread of a variable. It is a very simple way to create a visual summary of the central location and spread of a variable. It is a very simple way to create a visual summary of the central location and spread of a variable. It is a very simple way to create a visual summary of the central location and spread of a variable.


What are numeric constant in visual basic?

It is a variable that can not be changed such as PI.


Why is your visual image important when interviewing for a job?

Why is your visual image important when interviewing for a job?


What is used to declare variables in Visual Basic?

declaration of variable is dim a as integer


How are global variable different from local variable in Visual BASIC?

A global variable is available for use throughout the program. It is normally declared outside any procedure. A local variable is only available for use in the procedure it was declared in. Most variables are local, but there will be occasions when you want different procedures to be able to use the same variable. This is when you use a global variable.


When defining a variable in visual basic what key word appear at the beignning of the statement?

Dim x as integer = 7


How would you write Visual Basic Code to declare an Integer variable called intNumber?

Dim intNumber As Integer


What is the apparrent magnitude of the star 'Arcturus'?

Arcturus has an Apparent magnitude (visual magnitude) of −0.04, but note it is a variable star.


What a form is?

A form is a visual representation of a database's data. Normally, data stored in Microsoft Access is viewed and edited through a form.


What is a storage location in the computers memory used for holding info while the program is running?

In Visual Basics this is known as a Variable