You have an Active Directory forest named csmtech.local and two Active Directory domains in the forest named csmpub.local and csmsales.local. You want the DNS servers in each domain to be able to handle DNS queries from client computers for any of the other domains. DNS servers in the csmtech.local and csmpub.local domains should be authoritative for their own domains and the csmsales.local domain. However, DNS servers in csmsales. local should be authoritative only for csmsales.local. How should you set up the DNS servers and zones to handle this situation? Explain how the DNS servers in each domain should be configured with zones. Be sure to include information about replication scope and zone types.

Answers

Answer 1

Answer:

ecognize a statistical question as one that anticipates variability in the data related to the ... right now?” a) The ... c) This is not a statistical question because there ... predicted that more people sent 80 to 99 emails than 0 to 19 emails per week. Complete the histogram to represent the data. Is Lisa's prediction valid?

Explanation:


Related Questions

the S. I unit
(2) write out
Current
C
Voltage
3. Resistance
2.

Answers

Answer:

1) Ampere (A)

2) Volt (A)

3) Ohm (Ω)

James wants to buy a pair of pants for $60.
When he went to the store he found that the
price was marked down by 20%. How much do
they cost now?

Answers

They cost 48. Used a calculator

Which of the following is a table which can be rearranged to analyze data in a variety of ways?
A. Pivot Table
B. HLOOKUP Table
C. VLOOKUP Table
D. PivotLookup

Answers

Answer:

A. Pivot Table

Explanation:

Given that a Pivot Table is a form of a table in statistics that comprises various data of several tables in a shortened form.

This table is then used to carry out analysis of data in numerous ways to reach a meaningful conclusion to make a decision.

Hence, in this case, the correct answer is a PIVOT TABLE.

pLZ PLZ PLZ HELP I HAVE SO MANY MISSING ASSINMENTS. why is physical security so important and necessary for both personal users and businesses?

Answers

Physical security is important because a physical attack is perhaps the most fundamental kind of attack. ... Using a floppy drive or CD-ROM drive on a machine that does not support good BIOS security. Damage to or theft of important machine components, especially those that store data. Theft of an entire machine

what is the best resource to learn python?

Answers

Answer:

prolly a snake expert

Explanation:

they know snakes

snake i think but also a geco

conceited or self confident? why?

Answers

Answer:

self confident

Explanation:

self confident mean that u don't lose your hope and you can focus on your aim then u cann be success in any field

Answer: self confident because you should always love yourself and not need other people option or attention to motivate yourself

Explanation:

Question 2 of 10
Priscilla wants to learn her grandmother's native language after seeing social
media highlighting her family's homeland. What type of impact is this?
A. Social and economic
B. Economic and personal
C. Personal and cultural
D. Ethical and personal

Answers


i thinkkkkkkkkkkkkkkkk D

Priscilla wants to learn her grandmother's native language after seeing social media highlighting her family's homeland.  Thos is ype of impact is this D. Ethical and personal.

What is the cultural impact?

Ethics are critical to people due to the fact they serve as (1) requirements of conduct for figuring out an accurate route of action, (2) pointers for decision-making and warfare resolution, and (3) impacts on worker motivation.

Changes that have an effect on people's surroundings (architecture, arts, customs, rituals etc.) because of influxes of travelers represent cultural impacts.

Read more about the  Ethical and personal:

https://brainly.com/question/1031443

#SPJ2

is a variable a number

Answers

A variable is a symbol standing for a unknown numerical value. Such as “x” and “y”

Answer:

No

Explanation:

A variable is like a symbol like a letter, that it used to describe a number.

output device is any peripheral to provide data and control signal to ab information processing system​

Answers

Answer:

Its false ita not "output" its "input"

Edmentum Plato Course - Learning in A Digital World: Strategies for Success

How can a student tell if a piece of research is current?


A.

The information was written recently or has been updated recently.


B.

The ideas fit with what is widely known about the topic now.


C.

The writer of the information is still writing other pieces.


D.

The website the information is from is up to date and still active.

Answers

Answer:

A

Explanation:

The information was written recently or has been updated recently.

What is extraction, transformation, and loading? Group of answer choices It is a process of entering data, tracking data, and loading it into a database. It is a process that is performed at the end of the data warehouse model prior to putting the information in a cube. It is a process that is performed at the beginning of the data mining model. t is a process that extracts information from internal and external databases, transforms it using a common set of enterprise definitions, and loads it into a data warehouse.

Answers

Answer:

It is a process that extracts information from internal and external databases, transforms it using a common set of enterprise definitions, and loads it into a data warehouse.

Explanation:

Extraction, transformation, and loading can be defined as a process that extracts information from internal and external databases, transforms it using a common set of enterprise definitions, and loads it into a data warehouse.

A database management system (DBMS) can be defined as a collection of software applications that typically enables computer users to create, store, modify, retrieve and manage data or informations in a database. Generally, it allows computer users to efficiently retrieve and manage their data with an appropriate level of security.

A data dictionary can be defined as a centralized collection of information on a specific data such as attributes, names, fields and definitions that are being used in a computer database system.

In a data dictionary, data elements are combined into records, which are meaningful combinations of data elements that are included in data flows or retained in data stores.

This ultimately implies that, a data dictionary found in a computer database system typically contains the records about all the data elements (objects) such as data relationships with other elements, ownership, type, size, primary keys etc. This records are stored and communicated to other data when required or needed.

Im on Edge 2021 and i did an assignment that says, "Processing." The assignment won't give me a grade and says it is overdue. what can i do to fix this?

Answers

Answer:

you could send a email to your teacher to fix the problem

Explanation:

What is ransomware
я​

Answers

Answer:

Ransomware is malicious software that infects your computer and displays messages demanding a fee to be paid in order for your system to work again. It has the ability to lock a computer screen or encrypt important, predetermined files with a password.

Explanation:

:)

who is the father of animation?
Walt Disney
Steve Jobs
Winsor McCay
Matt Groening
and.. did Walt Disney invent the stop motion technique?

Answers

Answer:

Walt

Explanation:

Cause that n***a Frozen to

U get it lol xD

Answer:

Winsor McCay And no Walt Disney did not invent the stop motion technique

Explanation:

The formula for the trajectory of a ball is given by f(x)=xtanθ−12v20gx2cos2θ+y0 where x is a coordinate along the ground, g=9.81 is the acceleration due to gravity, v0 is the magnitude of the initial velocity which makes an angle θ with the x-axis, and (0,y0) is the initial position of the ball. Write a program to calculate the trajectory y=f(x) for 0≤x≤16, with y0=10, v0=10, θ=50∘. (Do Python trigonometric functions accept radians or degrees?) Let x vary between 0 and 16 with 101 points. You will need to:

Answers

Answer:

The program in python is as follows:

import math

def traj ect ory(th e ta,x,y,v):

   t = ma th . tan(m ath . radians(theta))

   c = math . cos(math . radians(theta))

   g = 9 . 8

   fx = x * t - (1/(2*v**2)) * ((g*x**2)/(c**2))+y

   return round(fx,3)

   

print("x\t f(x)")

for x in range(0,17):

   theta = 50

   y= 10

   v = 10

   print(str(x)+"\t"+str(tr aje ctory (the ta,x,y,v)))

Explanation:

The question is incomplete. However, I have written the program to calculate the trajectory values f(x).

See attachment for complete program where comments were used as explanation

How did imperialism lead to WWI? A The debate of the morality of imperialism created tensions around Europe b Native people were conquered and rebelled against Europe c Europe went into an economic depression when imperialism failed d European nations competed and made alliances to control colonies

Answers

Answer:

d. European nations competed and made alliances to control colonies.

Explanation:

The world War I was a period of battle between various countries from 1914 to 1918. It started formally on the 28th of July, 1914 and ended on the 11th of November, 1918.

Imperialism can be defined as a policy, ideology, or advocacy that sought to extend a country's power, dominion, authority and influence over another country through diplomacy, use of military force or colonization (direct territorial acquisition).

This ultimately implies that, imperialism is an advocacy or policy that is typically used to impose or extend a country's power, dominion, authority and influence. It simply means to seek colonies of other nations or countries.

Hence, imperialism led to WW1 because European nations competed and made alliances to control colonies.

In conclusion, there was an eagerness on the part of European Nations to gain colonial territories that were owned by other rival nations.

Timmy walks into a store to buy a PC game. He reads this information about a game on its packaging:

System Requirements
Minimum Recommended
Processor Intel Core i3 or equivalent Intel Core 2 Quad or higher
Memory 2 GB 4 GB or higher
Video Card Integrated Discrete


Based on this information, which statement is true?
A.
Timmy can play the game even if his computer’s specifications don’t meet the minimum requirements.
B.
Timmy can play the game even if his computer has less than 2 GB memory.
C.
Timmy can play the game at a higher level of visual detail if his computer has an integrated video card.
D.
Timmy can play the game even if his computer’s processor class is lower than an Intel Core i3.
E.
Timmy can play the game at a higher level of visual detail if his computer has an Intel Core 2 Quad processor.

Answers

Answer:

C. Timmy can play the game at a higher level of visual detail if his computer has an integrated video card.

Explanation:

The processor efficiency and memory requirements are much more necessary to get the game to run and give it a playable framerate. Having a video card will improve his graphics, so this is more of a suggestion than a necessity.

What is the difference between internal hardware and software?


1. Internal hardware is the physical parts of a computer that you see on the outside; software is the physical parts of a computer that you see on the inside.

2. Internal hardware is the physical parts of a computer that you see inside the computer; software is the physical parts of a computer that you see on the outside.

3. Internal hardware is the programs and applications that make the computer work; software is the physical parts that help the computer work.

4. Internal hardware is physical parts that help the computer work; software is the programs and applications that make the computer work.

Answers

Answer:

4) Internal hardware is physical parts that help the computer work; software is the programs and applications that make the computer work.

Join for a pack battle loud microphone.

Answers

you look like the battle passss

The act of color balancing in film is known as

A:Blue
B:white
C:Black
D:Gray

Answers

The answer is: color White.
B, Really just the most neutral color possible, which in most cases is white.

Write a method that takes a parameter for the number of a month and prints the month's name. You may assume that the actual parameter value passed to the method is always between 1 and 12 inclusive.

This method must be called monthName() and it must have an integer parameter.

Calling monthName(8) should print August to the screen.

Answers

Answer:

Get month number from month name

Use Java's Calendar class. It can parse any given string into a valid calendar instance. Here is an example (assuming that the month is in english). Date date = new SimpleDateFormat("MMMM").parse(monthName); Calendar cal = Calendar.getInstance(); cal.setTime(date); println(cal.get(Calendar.MONTH)); You can specify the language in SimpleDateFormat: String monthName = "März"; // German for march Date date = new SimpleDateFormat("MMMM", Locale.GERMAN).parse(monthName); Calendar cal = Calendar.getInstance(); cal.setTime(date); println(cal.get(Calendar.MONTH)); By default, Java uses the user's local to parse the string. Keep in mind that a computer starts counting at 0. So, January will be 0. If you want a human readable date, you should format the calendar instance: SimpleDateFormat inputFormat = new SimpleDateFormat("MMMM"); Calendar cal = Calendar.getInstance(); cal.setTime(inputFormat.parse(monthName)); SimpleDateFormat outputFormat = new SimpleDateFormat("MM"); // 01-12 printlng

MARK ME BRAINIEST FOR MORE INFO

What woman ran for president on the National Equal Rights Party, receiving 4,149 votes in 6 states in 1884?

Answers

Answer:

The american attorney, politician, educator and author BELVA ANN LOCKWOOD


7.) These are visual presentations of information that is used the design elements to quickly communicate an ar
idea.
A. Data
C. Information
B. Infographics
D. Toolsthese are visual recent ​

Answers

Answer:

A

Explanation:

because ano ba kasi yung sagot

These are visual presentations of information that are used by the design elements to quickly communicate an idea will be known as Infographics.

What is Infographics?

The Infographics are similar to the PowerPoint presentation. It describes the data or information by visual representation.

These are visual presentations of information that are used by the design elements to quickly communicate an idea.

Thus, the correct option is B.

More about the Infographics link is given bbelow.

https://brainly.com/question/14267721

#SPJ2

PLEASE HELP EVERYTIME I POST NO ONE ANSWERS Jamie was entering his expenses for the month in a spreadsheet. He got an error when he typed SOM instead of SUM to calculate the total. Which error would the spreadsheet have thrown up?


A.

#REF

B.

#VALUE

C.

#NAME

D.

#DIV/0!

E.

#####

Answers

Answer:

we both struggling LOLLL ive redone that mastery test 11 times and finally got it, its #NAME

Explanation:

Every time the variable mentioned in the formula is incorrect, Excel displays a Value error. As you can see in the figure below, there is a #VALUE! Error since cell A4 in the formula has text whereas the other 3 cells contain numerical values. Thus, option B is correct.

What error would the spreadsheet have thrown up?

Choose the worksheet you want to review for mistakes. If the worksheet was manually calculated, use F9 to run a new computation.Click the Formulas tab > Formula Auditing > Error Checking button if the Error Checking dialogue is not visible.

The most typical type of Excel error is this one. You will notice this error on the screen if the cell's value is empty or if the number inside the cell is split by zero.

Therefore,  For instance, You can see how DIV was used in the formula bar here.

Learn more about spreadsheet here:

https://brainly.com/question/8284022

#SPJ2

What's the vbsd canvas instructor address?

Answers

Answer:

Instructor access would be the same domain students use as they don't change for teachers on the canvas website.

Explanation:

HELP FAST PLS
Do you care more about avoiding fees/costs, accumulating perks, convenience, etc?

Answers

Answer: Convenience

Explanation:

good job

Explanation:

i just need points but i need the answer too

Which of the following is an example of a trade journal?

A.
Sports Illustrated

B.
Sports Business Weekly

C.
Tik Tok

D.
The New York Times

Answers

Answer:

since d is incorrect as you said the answer is b then Sports Business Weekly

What is a font? A)
a typeface on a label
B) a typeface on a poster
C) a typeface on a computer or d) a typeface on a sign

Answers

Answer:

A is most likely the answer

Explanation:

Which kind of image is indispensable and needs added text to go with it?

Answers

Answer:

A chart and a graph are kind of image that are indispensable and need added text to go with it.

Generalized goals are more likely to be achieved than specific goals. True or False

Answers

False

They are likely to be achieved because they are well defined, clear, and unambiguous.
Other Questions
A possible amendment to the Constitution can be proposed by _______. a. Congress b.The States c. Both A and B d. Neither A nor B. HELPPPP PLS ASAPIn sexual reproduction, a zygote isA the product of fertilization of an egg by spermB the gamete responsible for the sex of the offspringC.an egg that has not been successfully fertilizedD the final stage before the birth of an offspring HELP PLEASEDonovan designed a charm for a necklace. The charm weighs 18 oz. The chain Donovan has can support a charm that weighs up to 50 g. Can the chain support Donovans charm? Show your work. (1 g 5 0.353 oz) helpppppppppppppppppp 5. Writing to Explain How many 2-inch cubes could fit inside therectangular prism shown in Exercise 1? Explain how you know. E= 10,11,12,13,14,15,16,17,18,19,20,21,22,23. A= odd numbers. b= multiples of 3. Complete the vent diagram for this information A scale factor for a house floor plan is 24. On the drawing. The living roommeasures 8 inches. What will be the length of the actual living room?Choose all that apply. a. 24 feet b. 192 inches c. 16 feet d. 16 inches Which change took place in texas politics after World War II?A) The Republican Party began to grow.B) The state began voting for Democratic presidential candidates.C) The state government ended funding for health care.D) The Democratic Party won the governorship for the first time.Please leave the right answer I had to type it all out!!!I cant believe they figured out what I was doing. lol. What is the name of the piece above?a.Gatticab.Guernicac.Gallipolid.Germania A sound wave enters a new medium where sound travels faster. How does this affect the frequency and wavelength of the sound?OA The frequency increases and the wavelength decreases.OB. The frequency decreases and the wavelength increases.. . The frequency stays the same and the wavelength increases.OD. The frequency stays the same and the wavelength decreases.O E. Neither the frequency nor the wavelength is affected. please help me, i have no clue what to do all it says is find the slopeof the line that passes through the given two points using ratio method. Match each item with the correct statement below. believed strongly in employing people for government positions based on merit Rutherford B. Hayes James A. Garfield Chester A. Arthur Grover Cleveland Benjamin Harrison William McKinley Find the surface area (the triangle are right triangles). The difference of two numbers is 18. Their sum is 66. What are the numbers? Why is this not in quadratic form?x^6+ 5x^4 + 6 What is the range of the function y = 3x + 2 when the domain is {-3, 0, 2}? which should i check what is the solution of x-6=2 Sadie baked her award-winning blueberry pie. After she sampled a small piece, 7/8 of the pie remained. Her family ate an additional 3/4 of the pie after dinner. What fraction of the pie is left? Water Lewis steucture