A dead zone (or "Wi-Fi dead zone") is a spot within a wireless LAN where Wi-Fi does not work, usually because of radio interference or range problems.
What are dead zones in network?On this particular occurrence, the sender is the author of the message, and the recipients are their intended audience (in synchronous interpersonal communication these roles are usually switchable and in normal everyday conversation between equals they shift constantly).
According to the conventional theory, dead zones, also known as oxygen minimum zones (OMZs) and sometimes called "shadow zones," are created when excessive nutrient pollution from human activities flows into coastal waters, encouraging the growth of algae blooms, which in turn decompose into organic matter.
A dead zone (sometimes referred to as a "Wi-Fi dead zone") is a location within a wireless LAN where Wi-Fi does not operate, frequently as a result of radio interference or range problems.
The complete question is:
What propagation problem becomes worse as there is a large and dense object between sender and receiver?
A) multipath interference
B) shadow zones or dead zones
C) both A and B
D) neither A nor B
Therefore, the correct answer is option B) shadow zones or dead zones.
To learn more about dead zones refer to:
https://brainly.com/question/20174109
#SPJ4
a condition caused by angling the x-ray tube against the main axis of the part is:
The condition caused by angling the X-ray tube against the main axis of the part is called "foreshortening."
Foreshortening occurs when the X-ray tube is tilted or angled in such a way that it creates a distorted representation of the object being imaged. This distortion results in a shortened appearance of the object in the X-ray image. Foreshortening can occur in various imaging techniques, such as radiography or computed tomography (CT), and it can affect the accuracy of measurements and interpretation of the image. Proper alignment of the X-ray tube with the part's main axis is crucial to obtain accurate and undistorted images for diagnosis and analysis.
To know more about X-ray click the link below:
brainly.com/question/31850274
#SPJ11
What is a primary benefit of scheduling reports?
The primary benefit of scheduling reports is that it streamlines the reporting process, saves time, increases productivity, improves data accuracy, and keeps users informed with regular updates.
The primary benefit of scheduling reports is that it allows users to automate the generation and delivery of important information, reducing the need for manual intervention and ensuring that the information is always up-to-date and delivered in a timely manner.
Scheduling reports can help organizations to save time and increase productivity by streamlining the reporting process. It can also help users to stay on top of critical information, as they can receive regular updates on a schedule that suits their needs. Additionally, scheduling reports can help to reduce the risk of errors and improve the accuracy of the data, as it eliminates the need for manual input and manipulation of the data. This can be especially important for organizations that rely on timely and accurate reporting for decision-making and strategic planning.
Learn more about Scheduling reports here:
https://brainly.com/question/30209400
#SPJ4
Why should you use a server provider instead of a personal server?
One should use a service provider rather than a personal server because Dedicated Servers services may provide the power and control you need for network administration while also keeping your network secure and saving you time and money. You may designate servers to accomplish tasks such as maintaining several websites or coordinating all of your company's printing.
What is a dedicated Server?A dedicated hosting service, also known as a dedicated server or managed hosting service, is a form of Internet hosting in which the client rents a whole server that is not shared with anybody else.
If your website is having difficulty keeping up with increased traffic, it may be time to convert it to a dedicated server. This is essentially a server that exclusively hosts your site, and it may not only increase the speed of your site, but also improve page loading times and help you optimize security.
Learn more servers:
https://brainly.com/question/28320301
#SPJ1
When you fully engage NAP for remediation enforcement, what mode do you place the policy in? a. assessment. b. compliment. c. enforcement . d. isolation
When fully engaging NAP (Network Access Protection) for remediation enforcement, the mode that is used is c. enforcement. NAP is a feature in Microsoft Windows Server that allows administrators to set policies that enforce compliance with system health requirements for network access.
The enforcement mode allows the NAP server to block or restrict access to non-compliant computers until the issues are resolved. This mode ensures that only healthy and compliant devices are allowed to access the network resources. The assessment mode, on the other hand, is used to evaluate the compliance status of client computers without enforcing any restrictions or blocking access to the network. It provides a way for administrators to evaluate the current state of client computers before enforcing NAP policies.
The compliment and isolation modes are not related to NAP enforcement. The compliment mode is used for compatibility with existing network security systems, while the isolation mode is used to isolate non-compliant computers from the network without actually enforcing compliance. In summary, when fully engaging NAP for remediation enforcement, the policy is placed in the enforcement mode, which allows the NAP server to block or restrict access to non-compliant computers until the issues are resolved.
Learn more about Network Access Protection here-
https://brainly.com/question/30511393
#SPJ11
What is a primary role of the physical layer in transmitting data on the network?.
Create the media signals that correspond to the bits in each frame. Explanation: The network media can be traversed by the bits that make up a frame thanks to the OSI physical layer.
What is the purpose of the OSI physical?Create the media signals that correspond to the bits in each frame. Explanation: The network media can be traversed by the bits that make up a frame thanks to the OSI physical layer.The copper wires, optical fiber, and wireless network devices are connected by the OSI Physical layer, which is responsible for encoding binary digits that represent Data Link layer frames into signals and transmitting and receiving those signals.The main goal of the physical layer is to specify the functional requirements for connections between end systems and the data-carrying electrical, optical, and radio signals. Other layers' responsibilities include media access, path selection, and dependability.To learn more about : OSI Physical layer
Ref : https://brainly.com/question/26500666
#SPJ4
You are now going to prepare some reports for the company. Measurements are in metres and volume
n cubic metres. Prices are per cubic metre. Mako sure al currency values are displayed with 2 decimal
places
20 -
Using a suitable database package, import the file M2017BOARDS.CSV
Use these field names and data types:
Field Name Data Type Description/Specification
Board ID
Text
This is a unique identification for each board
Tree_ID
Text
This code identifies the type of tree
Thickness
Numeric
Width
Numeric
Numeric
Length
Drying
Text
Ready
Sold
Boolean/Logical Display as Yes/No or checkbox
Boolean/Logical Display as Yes/No or checkbox
Numeric/Currency Currency of your choice
Price
.
Set the Board_ID field as the primary key.
[3]
Import the file M2017TREES.CSV into your database as a new table with appropriate data
types. Set the Tree_ID field as the primary key.
121
21.
12.
Examine the file M2017LOCATIONS.CSV and decide on appropriate data types for each field
Import the file M2017LOCATIONS.CSV into your database as a new table with appropriate
data types. Set the Location_code field as the primary key.
121
EVIDENCE 4
Place in your Evidence document screenshot(s) showing the field names and data
types used in each of the three tables.
23
Create one-to-many relationships as links between the three tables.
Use the Tree_ID field in the Trees table to link to the Tree_ID field in the Boards table, and
the Location_code field in the Locations table to link to the Location_code field in the Trees
table.
EVIDENCE 5
Place in your Evidence document screenshot(s) showing the relationships between
the three tables.
if you follow me and like and mark in brainliest answer only I will tell the answer
Jim is writing a program to calculate the wages of workers in a teddy bear factory.
The wages earned by a worker is either £2 for every teddy bear they have made or £5 for every hour they have worked, whichever is larger.
Write an algorithm that:
• allows the user to input the number of teddy bears made and the number of hours worked
• calculates the wages for the number of teddy bears made
• calculates the wages for the number of hours worked
• outputs the larger of the two results.
Answer:
The algorithm is as follows;
1. Start
2. Input TeddyBears
3. Input Hours
4. WagebyTeddy = 2 * TeddyBears
5. WagebyHour = 5 * Hours
6. If WagebyHour > WagebyTeddy then
6.1 Print WagebyHour
7. Else
7.1. Print WagebyTeddy
8. Stop
Explanation:
The following variables are used;
TeddyBears -> Number of teddy bears made
Hours -> Number of Hours worked
WagebyTeddy -> Wages for the number of teddy bears made
WagebyHour -> Wages for the number of hours worked
The algorithm starts by accepting input for the number of teddy bears and hours worked from the user on line 2 and line 3
The wages for the number of teddy bears made is calculated on line 4
The wages for the number of hours worked is calculated on line 5
Line 6 checks if wages for the number of hours is greated than wages for the number of bears made;
If yes, the calculated wages by hour is displayed
Otherwise
the calculated wages by teddy bears made is displayed
Which type of error is caused by the following code? >>> 3 / 0
Answer:
ZeroDivisionError
Explanation:
definition on Edge: "As you probably can guess, this occurs when you try to divide by zero."
What is the output of the sum of 1001011 and 100011 displayed in hexadecimal?
Answer:
\(1001011_2\) \(+\) \(100011_2\) \(=\) \(6E_{hex}\)
Explanation:
Required
\(1001011_2 + 100011_2 = []_{16}\)
First, carry out the addition in binary
\(1001011_2\) \(+\) \(100011_2\) \(=\) \(1101110_2\)
The step is as follows (start adding from right to left):
\(1 + 1 = 10\) --- Write 0 carry 1
\(1 + 1 + 1(carry) = 11\) ---- Write 1 carry 1
\(0 + 0 + 1(carry) = 1\) ---- Write 1
\(1 + 0 = 1\) --- Write 1
\(0 + 0 = 0\) ---- Write 0
\(0 + 0 = 0\) ---- Write 0
\(1 + 1 = 10\) --- Write 0 carry 1
No other number to add ; So, write 1 (the last carry)
So, we have:
\(1001011_2\) \(+\) \(100011_2\) \(=\) \(1101110_2\)
Next, convert \(1101110_2\) to base 10 using product rule
\(1101110_2 = 1 * 2^6 +1 * 2^5 + 0 * 2^4 + 1 * 2^3 + 1 * 2^2 + 1 * 2^1 + 0 * 2^0\)
\(1101110_2 = 64 +32 + 0 + 8 + 4 + 2 + 0\)
\(1101110_2 = 110_{10}\)
Lastly, convert \(110_{10}\) to hexadecimal using division and remainder rule
\(110/16 \to 6\ R\ 14\)
\(6/16 \to 0\ R\ 6\)
Write the remainder from bottom to top;
\(110_{10} = 6(14)_{hex}\)
In hexadecimal
\(14 \to E\)
So, we have:
\(110_{10} = 6E_{hex}\)
Hence:
\(1001011_2\) \(+\) \(100011_2\) \(=\) \(6E_{hex}\)
HELP ASAP, AND YES I KNOW, WRONG CATEGORY. SORRY!
A rock band is a type of
ensemble
metronome
time signature
treble clef
Answer:
A. ensemble.
Explanation:
A musical ensemble can be defined as a group of people who play instrumental and vocal music. It is also known as a music group and carries a distinct name. The word ensemble is derived from the Middle French ensemblée, meaning together at the same time.
A rock band will come under the category of a musical ensemble as it is also a group of people performing instrumental music or vocal music.
Therefore, option A is correct.
which of these steps comes first in the boot process
Answer:
Missing Reference
Explanation:
in a tabular form draw up the list of people that invented the different types of computers to date
The answer for the given question is In tabular form differentiate between the first four generation of computers
what is computer?A computer is a device that may be configured to automatically perform series of fine or logical operations( calculation). ultramodern digital electronic computers are able of running programs, which are generalized sets of operations. These apps give computers the capability to carry out a variety of tasks. A computer system is a minimally functional computer that contains the supplemental bias, operating system( primary software), and tackle needed for proper operation. This expression may also apply to a collection of connected computers that work as a unit, similar as a computer network or computer cluster. The sole purpose of early computers was to perform calculations. Since ancient times, simple homemade tools like the abacus have supported humans in performing calculations.
To know more about computer visit:
https://brainly.com/question/21474169
#SPJ1
2. Identify two real-world examples of problems whose solutions do not scale well.
Answer:
The specification is defined downwards according to the conclusions reached.
Explanation:
Real-world instances or examples of issues that do not scale well are listed following table:
For different uses, such as solving the equation, respectively., multiplication matrices. It still does not scales or works well to organize a wide sequence of names or numbers as the requisite measures raise as squares by around the enlargement or increment.Understand spreadsheet software. a. What is the difference between a workbook and a worksheet? b. Identify five common business uses for electronic spreadsheets. c. What is what-if analysis?
a. A wοrksheet is a single page within a wοrkbοοk where data can be entered and manipulated using fοrmulas, functiοns, and fοrmatting tοοls.
b. five cοmmοn business uses fοr electrοnic spreadsheets:
Budgeting and financial analysisInventοry managementPrοject managementData analysis and repοrtingEmplοyee schedulingc. What-if analysis is a technique used in spreadsheet sοftware tο explοre different scenariοs by changing input values and οbserving the resulting changes in οutput values.
What is a detailed explanatiοn οf spreadsheet sοftware?Spreadsheet sοftware is a tοοl used tο οrganize and manipulate numerical data in rοws and cοlumns, using fοrmulas and functiοns tο perfοrm calculatiοns and analysis.
A. In spreadsheet sοftware, a wοrkbοοk is a file that cοntains multiple wοrksheets. A wοrksheet, alsο knοwn as a spreadsheet οr a sheet, is a single page within a wοrkbοοk where data can be entered and manipulated using fοrmulas, functiοns, and fοrmatting tοοls.
B. Five cοmmοn business uses fοr electrοnic spreadsheets are:
Budgeting and financial analysis: Spreadsheets can be used tο track incοme and expenses, create financial prοjectiοns, and analyze data.Inventοry management: Spreadsheets can be used tο track inventοry levels, reοrder pοints, and sales data tο help businesses manage their inventοry efficiently.Prοject management: Spreadsheets can be used tο track tasks, timelines, and milestοnes fοr prοjects, as well as tο allοcate resοurces and mοnitοr prοgress.Data analysis and repοrting: Spreadsheets can be used tο analyze and visualize large amοunts οf data, create charts and graphs, and generate repοrts.Emplοyee scheduling: Spreadsheets can be used tο create schedules fοr emplοyees, manage vacatiοn time and sick leave, and track emplοyee hοurs wοrked.C. What-if analysis is a technique used in spreadsheet sοftware tο explοre different scenariοs by changing input values and οbserving the resulting changes in οutput values.
It allοws users tο mοdel different scenariοs and test assumptiοns by changing variables such as sales prοjectiοns, expenses, οr interest rates tο see hοw they wοuld impact the bοttοm line. What-if analysis can be used tο suppοrt decisiοn-making and fοrecasting in a variety οf business settings.
To learn more about Spreadsheet software, visit:
https://brainly.com/question/30458965
#SPJ4
Write the removeevens() function, which receives a vector of integers as a parameter and returns a new vector of integers containing only the odd numbers from the original vector. the main program outputs values of the returned vector. hint: if the original vector has even numbers, then the new vector will be smaller in length than the original vector and should have no blank element. ex: if the vector passed to the removeevens() function is [1, 2, 3, 4, 5, 6, 7, 8, 9], then the function returns and the program output is: [1, 3, 5, 7, 9] ex: if the vector passed to the removeevens() function is [1, 9, 3], then the function returns and the program output is: [1, 9, 3]
main.py 1 def remove evens(nums): 2 # Type your code here. 3 4 if __name__ ==' ___main___':
5 nums = [1, 2, 3, 4, 5, 6, 7, 8, 9] 6 result = remove_evens(nums) 7 8 print(result)
Answer:
def remove_evens(nums):
# Create an empty list to hold the odd numbers
odds = []
# Loop through the input list and check if each number is odd
for num in nums:
if num % 2 != 0:
odds.append(num)
# Return the list of odd numbers
return odds
if __name__ == '__main__':
nums = [1, 2, 3, 4, 5, 6, 7, 8, 9]
result = remove_evens(nums)
print(result)
Explanation:
In this implementation, we first create an empty list called odds to hold the odd numbers. We then loop through the input list nums, checking if each number is odd using the modulus operator (%). If the number is odd, we append it to the odds list.
Finally, we return the odds list, which contains only the odd numbers from the input list. In the main program, we pass the input list [1, 2, 3, 4, 5, 6, 7, 8, 9] to the remove_evens() function, and print the resulting list [1, 3, 5, 7, 9].
During which two phases of website development do developers construct diagrams to understand the website better?
gathering information
planning
design
development
launch
When analog data is measured and converted to a stream of numerical values, this is referred to as __________ the data.
When analog data is measured and converted to a stream of numerical values, this is referred to as digitizing the data.When analog data is measured and converted to a stream of numerical values, this is referred to as digitizing the data.
Digitizing is the process of converting continuous analog signals into a digital format that can be processed, stored, and analyzed by a computer or other digital device. The resulting numerical values can be manipulated using various mathematical and computational techniques, such as filtering, compression, and analysis. Digitizing analog data is a common technique used in a wide range of fields, including science, engineering, and medicine.Digitizing is the process of converting analog signals into digital signals. In the case of data, this means converting a continuous signal, such as an audio or video signal, into a stream of discrete numerical values. The process of digitizing involves two key steps: sampling and quantization.
Learn more about digitizing about
https://brainly.com/question/30142622
#SPJ11
HELP I NEED THIS ASAP!!!!!!!
If you want to apply the same custom tab stops for a group of paragraphs that already exist, what should you do?
Select one paragraph, create its tab stops, then select the next paragraph and create its tab stops, and so on.
Delete the paragraphs, create the tab stops, and then retype the paragraphs.
Preselect all of the paragraphs and then apply tab stops.
Change the default tab stops for the entire document.
Answer:
Preselect all of the paragraphs and then apply tab stops.
Explanation:
in a basic program with 3 IF statements, there will always be _________ END IIF's.
a)2
b)3
c)4
Answer:
c)4
Explanation:
Hope it could helps you
write an SQL query to fetch " First_NAME" from worker table using the alias name as
To fetch First_NAME from worker table using the alias name as WORKER_NAME, the following SQL query should be used: SELECT First_NAME AS WORKER_NAME FROM worker;
The SQL query:
SELECT First_NAME AS <WORKER_NAME> FROM worker; is used to fetch " First_NAME" from worker table.
The SELECT statement is utilized to choose or retrieve data from one or multiple tables.The AS keyword is used in SQL to assign an alias to a table or column. An alias only exists for the duration of the query, it does not alter the original table or column name.Worker is the name of the table from which we are fetching data, First_NAME is the column name which we are using to get data and WORKER_NAME is the alias name given to the First_NAME column for readability purpose.To learn more about SQL: https://brainly.com/question/23475248
#SPJ11
V. ASSESSMENT (Time Frame:
(Learning Activity Sheets for Enrichment, Remediation, or Assessment to be given
Direction: Choose the letter of the correct answer. Use another
1. These are materials or substances such as minerals, fore
used for economic gain.
A. Natural resources
C. Non renewable
B. Renewable resources
D. Minerals
2. In which way can we protect our environment?
A. Littering
C. recycling
B. Polluting
D. contaminating
3. Which of these is the primary cause of land pollution?
A. Improper garbage disposal C. Recycling mate
B. Planting of trees
D. Waste segrega
4. Your community is rich in metallic materials. Which of
conserve such precious mineral deposits?
Answer:
1. A. Natural resources
2. C. Recycling
3. A. Improper garbage disposal
4. C. Formulate laws and ordinances to regulate the mining of minerals
Explanation:
Question; Obtained from a similar posted question
1. These are materials or substances such as minerals, forest, water, and fertile land that occur in nature and can be used for economic gain
4. Options
A. Use all of them to earn money
B. Put up tunnels to harvest all metallic minerals
C. Formulate laws and ordinances to regulate the mining of minerals
D. Use dynamite to clear out the area and reveal the mineral deposits
1. A. natural resources
The materials that come from nature and can be found in an area owned by a person and are economically valuable are known as A. natural resources
2. C. recycling
The environment is protected by reducing the consumption of the vital resources that ensure sustainability through the use of C. recycling already produced items as raw materials to produce new items rather than making use of raw materials naturally present in the environment
3. A. improper garbage disposal
Land pollution which is the introduction of potentially harmful, and unsightly materials on the surface soil or under the surface, is caused primarily by A. improper garbage disposal
4. C. Formulate laws and ordinances to regulate the mining of minerals
The metallic materials, which are mineral resources are located under the ground and are extracted from different locations in an area, therefore, they are mined at different times by different methods
To ensure that the precious mineral deposits are conserved, they require laws and ordinance for the regulation of mineral mining
Therefore; the correct option is;
C. Formulate laws and ordinances to regulate the mining of minerals
Observa el siguiente dibujo, y sabiendo que el engranaje motriz tiene 14 dientes y gira a 4000 RPM, y el conducido tiene 56 dientes, responde: a) Se trata de una transmisión que aumenta o reduce la velocidad? b) Calcula en número de revoluciones por minuto de la rueda conducida.
Answer:
A) reduce the velocity
B) 1000 rpm
Explanation:
A) Given that the driven gear wheel has more teeth (56) than the driver gear wheel (14), then the velocity is reduced.
B) Given that:
number of teeth * revolutions per minute = constant
then:
14*4000 = 56000
56*rpm = 56000
rpm = 56000/56
rpm = 1000
Sort the Chart Tools options under the tab where they are located.
Answer:
That is in fact the correct order. post protected.
Explanation:
The change that was made to the pie chart is that the angle of the slices was adjusted in the Format tab, the chart title was added in the Layout tab, and the legend was changed to the bottom in the Layout tab. Thus, the correct option for this question is C.
What is a Pie chart?A pie chart may be characterized as a graphical representation technique that displays data in a circular-shaped graph. It is a composite static chart that works best with a few variables.
The design, format, and layout tabs chart Tools contextual tabs appear on the Ribbon when you select a chart. Pie charts are often utilized in order to represent sample data—with data points belonging to a combination of different categories.
Therefore, the correct option for this question is C.
To learn more about Pie charts, refer to the link:
brainly.com/question/796269
#SPJ3
Which of the following occurs when the process of being involved in providing the pretest data in some way affects the posttest data?
A.
Testing effect
B.
Selection bias
C.
Instrumentation
D.
Manipulation
The correct answer is "Testing effect."When the process of being involved in providing the pretest data affects the posttest data, this phenomenon is known as the testing effect. It occurs when people's responses to test items are influenced by previous testing experiences, whether those experiences come from the same test or a different test.
It is also known as the pretest-posttest effect, which can lead to inflation of scores on posttests.The selection bias is when the study participants are not randomly selected or are self-selected, which results in a biased sample. This means that the sample may not accurately represent the population of interest. For example, if a study only recruited participants from a certain age group or geographic location, the sample would be biased and the results may not generalize to other populations.
Instrumentation refers to any changes in the instruments used to measure a variable. These changes can affect the results of the study. For example, if a different thermometer was used to measure temperature in different parts of the study, the results would be unreliable.Manipulation refers to changes made to an independent variable in order to observe its effects on a dependent variable. This is done in experiments to determine whether the independent variable is causing the changes in the dependent variable. For example, if a study was looking at the effect of a new drug on blood pressure, the drug would be the independent variable, and the blood pressure would be the dependent variable. The drug would be manipulated to see if it had an effect on blood pressure.
To know more about phenomenon visit:
https://brainly.com/question/6818732
#SPJ11
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.
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.
What is the output for the following program? numB = 2 while numB < 15: numB = numB + 5 print(numB) Output:
The following program is a while loop that will output the following data
7,12,17.
In the first iteration, the variable numB is 2, since 2 is less than 15, the program will run the command
numB = numB+5 and it will print 7
The second iteration is still valid because numB is now 7 and is less than 15, so the program will run the command
numB = numB+5 and it will print 12
The third iteration is still valid because numB is now 12 and is less than 15, so the program will run the command
numB = numB+5 and it will print 17
The fourth iteration is not valid because numB is now 17 and is greater than 15, so the program will not run the command
Learn more:
https://brainly.com/question/19344465
Answer: 7,12,17.
Explanation: got it right on edgen
Complete the sentence.
A computer consists of two or more computers connected to each other.
network
switch
server
router
Answer:
its a network
Explanation:
that is how it is called
Page orientation is determined in Microsoft Word from the __________ tab
Answer:
Page orientation is determined in Microsoft Word from the Page Layout tab.
Explanation:
The Page Layout Tab holds all the options that allow you to arrange your document pages just the way you want them. You can set margins, apply themes, control of page orientation and size, add sections and line breaks, display line numbers, and set paragraph indentation and lines.
how does voice changers work
Answer:
he vast majority of "voice changers" shift the pitch-sensitive fundamental waves of the users voice (via microprocessor) and offer various pitch shift options. "Low end" models offer less pitch options and use a less effective (and lower cost ) microprocessor than "high end" models.
Explanation:
If a coach sent a weekly update to her team every week, it would be to her benefit to create a _____ to expedite the process.
confidential group
contact group
custom contact
networked group
Answer:
contact group
Explanation:
Answer:
contact group
Explanation: