What is one example of a pan lan man and a wan

Answers

Answer 1

Answer:

A LAN (local area network) is a group of computers and network devices connected together, usually within the same building. ... A WAN (wide area network), in comparison to a MAN, is not restricted to a geographical location, although it might be confined within the bounds of a state or country.

Explanation:

i hope this helps


Related Questions

what is the deck of a suspension bridge called​

Answers

Answer:

that would be the tension in the cables and compression in the towers I believe, my aunt and my uncle work on technology stuff and I'm learning from them.

22. (a) List two arithmetic
operations that can be
performed on a row of
numeric data in a word
processing
table.​

Answers

Answer:

Addition

Division

Explanation:

Basic calculations which can be performed on numerical data may include ; Addition, subtraction, multiplication, division and so on. For a row of numeric data, arithmetic operation across the rows may include taking the sum of the values, thus can be achieved using the '+' operator symbol. Additionally, the product of the values can also be obtained by using the '*' operator symbol to obtain the product of the row values.othwr arithmetic operations include the division operation, modulus operator which obtains the remainder value of dividing to numbers and the floor division which gives the integer value for a division without the the remainder.

Question, what do yall like gaming better with, Contoller, touch screen, or keyboard and mouse?

I like gaming with a contoller better, and when the game has a built in ch at like among us, pubg etc. i use the keyboard to type.

Answers

Answer:

I like to used the keyboard to type and controller too.

Explanation:

Answer:

Gaming with MnK is better

Explanation:

Mouse and keyboard allow for faster response times

Sharon wants to include her name on each slide in her science presentation. Where in the Header and Footer dialog box would she type her name?

Answers

Answer:

She will type her name in the Footer

Explanation:

To answer this question, I will assume Sharon is using the Microsoft Office PowerPoint package to handle her presentation.

In PowerPoint, the footer helps users to add names or any other details on every slide.

To do this:

Go to INSERT in the menu barThen, go to Text menuSelect Header & Footer to open the boxCheck the Footer optionEnter the text in the provided text box(This is where Sharon will enter her name)Lastly, click Apply to All to effect the changes

Which of the following items are not a
component of a graphical user
interface?
(A) windows
(B) icons
(C) menus
(D) prompts​

Answers

Answer:

D

Explanation:

we dont use prompts on graphical iser

Prompts​ following items are not a component of a graphical user interface.

What is Graphical user interface?

A mouse is used to interact with a graphics-based operating system interface, which uses menus and icons to govern user interaction. The Xerox GUI was made popular in the 1980s by the Apple Macintosh.

However, Microsoft Windows, the company's GUI, has since become the standard user interface for personal computers. At the time, Microsoft's operating system, MS-DOS, required the user to input particular commands (PCs).

A graphics library, an interface toolkit, an interface style guide, and standardized applications make up a complete GUI environment. A high-level graphics programming interface is offered by the graphics library.

Therefore, Prompts​ following items are not a component of a graphical user interface.

To learn more about Graphical user, refer to the link:

https://brainly.com/question/14758410

#SPJ2

Can someone tell me how this is a SyntaxError! (Python3)

Answers

Answer:

The expression on line 9 required 2 brackets

Explanation:

Given

The attached code

Required

Why syntax error.

The error points to line 10, but the error is actually from line 9

To get an integer input, the syntax is:

variable-name = int(input("Prompt"))

From the attached code, the line 9 is:

amount = int(input("Enter cheese order weight: ")

By comparing the syntax to the actual code on line 9, only 1 of the brackets is closed.

This, in Python 3 is a sytax error

Answer: it needs two brackets

Explanation: got it right on edgen

9. A convex lens of focal length 8 cm forms a real image of the same size as th
object. What will the distance between the object and its image be:
1) 32cm
2) 8cm
3)16cm
4)24cm​

Answers

Answer: 32cm

Explanation:

Since the focal length of the convex lens is 8cm, the distance between the object and its image be 4f which will be:

= 4 × f

= 4 × focal length

= 4 × 8

= 32cm

The distance between the object and its image is 32cm.

Write a program in Java that asks the user to enter four weighted assessment grades, calculate the average, then display the average with the message: "Student Pass" if the average is greater than or equal 60 or the message "Student Fail" otherwise. The details of the assessments and weights are as follow: Homeworks: 20% Labs: 15% Midterm: 25% Final: 40%

Answers

Answer:

Explanation:

In order to calculate the weighted average, the grade itself is multiplied by the percentage of the category and then these values are summed. This sum is then divided by the total percentage of the portfolio.

import java.util.Scanner;

class Main {

   public static void main(String[] args) {

       double sumOfWeights = 100;

       

       

       Scanner in = new Scanner(System.in);

       

       System.out.println("Please Enter Homework Grade: ");

       double homework = in.nextDouble() * 20;

       System.out.println("Please Enter Labs Grade: ");

       double labs = in.nextDouble() * 15;

       System.out.println("Please Enter Midterm Grade: ");

       double midterm = in.nextDouble() * 25;

       System.out.println("Please Enter Final Grade: ");

       double finals = in.nextDouble() * 40;

       

       double average = (homework + labs + midterm + finals) / sumOfWeights;

       System.out.println("The Average of these Weighted Grades is " + average);

   }

   

}

I really need help in this!!!

Type the correct answer in each box. Spell all words correctly.

How does an employer judge a candidate?

The employer judge's the candidate's ________ for a job.

Answers

Answer:

An employer always looks over a candidate's resume (pronounced "reh-zoo-may" before deciding to hire them.

Explanation:

What is "public static grossPay()" an example of?



A) Method()


B) Literal()


C) Private()


D) Order()

Answers

Answer:

A) Method()

Explanation:

This is an example of a Java method header. It has the visibility modifier called public which makes it visible to other classes. It is a static method which means it can be only be called through the Class's name because an object instance of it cannot be created. It is named grossPay and has no parameters and does not return any type.

Which option is a means of reporting events via the Internet? O A. Taking photos to upload O B. Browsing for fun O C. Downloading music videos D. Searching with search engines​

Answers

Answer:

your answer is A!

Explanation:

photos are often a great form of proof or example material when reporting something over the web!

this not a queston but a warning

if you see a tnyInk link DO NOT DOWNLOAD THE FILE IN IT they most likley contain malware and if you see that link in a comment report it please it will help. and also show this to your freinds or someone.

Answers

okay. epic swag man. z

Enthusiasm codehs 7.6.4 Write a function called add_enthusiasm that takes a string and returns that string in all uppercase with an exclamation point added.

Answers

Answer:

Hope this help

Explanation:

def add_enthusiasm(string):

   return string.upper() + "!"

   

print add_enthusiasm("hello")

What is the velocity of a 0.100kg car with a momentum of 5 kgm/s?

Answers

Answer:

v = 50 m/s

Explanation:

p = mv

5 = 0.1v

v = 50

Fill in the blank to make the following true.
2 ** 3 =

Answers

Answer:

2 ** 3 = 8

Explanation:

Answer:

8

Explanation:

Help please
Who will give the answer I'll mark him/her as brainlist..​

Answers

Answer:

We will be using Average function of Excel Calculation sheet.

Its Syntax in Calc sheet is : =AVERAGE (number1, [number2], ...)

or you can use =Average and then click on the first cell and drag the whole row till end and close the brackets. It will calculate the average of that row.

Once you have applied average function on first row, you can drag this cell down the column and it will replicate the same function for respective rows.

Most wires are covered in rubber to insulate them and keep people safe from electricity and heat true of false

Answers

Answer:

I think it is true...

Explanation:

Hope its right

how to use function in python

Answers

Answer:

Use the keyword def to declare the function and follow this up with the function name.

Add parameters to the function: they should be within the parentheses of the function. ...

Add statements that the functions should execute.

Forests are crucial to the health of our planet because they __________. A. Can easily be cut down to make room for agriculture and cattle grazing B. Provide homes for species of plants that are used to make medicines C. Clean and protect the atmosphere by absorbing carbon dioxide and releasing oxygen D. Provide fuel and lumber for houses and industries

Answers

Answer:

C

Explanation:

Trees release oxygen :)

Answer:

C. clean and protect the atmosphere by absorbing carbon dioxide and releasing oxygen

Explanation:

How can I hide my cracked phone screen? or How can I fix it myself without my parent finding out? or How can I fix my phone without going to a repair shop?

Answers

Ummm I don’t know how to answer that

HOW CAN YOU GET THE COOLEST FONTS ON GOGGLE SLIDES???

Hint: Im looking for like bubble letters or like stuff to like install for goggle slides, now mind u i do have a/am using a Chromebook so ya

Answers

i would love to help. but if you could text my number i could help more. i have a chromebook

Answer:

mhmm. you can go to www.bubbleimages.com

Explanation:

Activity in September 2014, the Federal Bureau of Investigation (FBI) announced that is next generation Idenufication system was fully functional The FBI named it the integrated Automated Fingerprint Identification system (IAFIS), Conduct online research on this system and answer the following questions 1. Which elements can be stored in IAFIS? 2. What is the response time of this system? 1. How has this system benefited the FBI​

Answers

Answer:

(Answers may vary.)

In addition to fingerprints, IAFIS stores criminal histories, mug shots, and physical information like scars, tattoos, eye color, hair color, weight, and height. It also stores fingerprints of individuals who are or were employed by the US military and the federal government.

The system’s average response time for criminal fingerprint processing is about 27 minutes. Civil fingerprint processing takes over an hour.

Previously, the tenprint submission and identification was a manual, tedious process. It took the FBI weeks or months to process a single fingerprint submission. IAFIS has automated this process and added advanced identification capabilities. The submission and processing takes just few minutes. This has helped the FBI solve and prevent crime and tighten holds on criminals and terrorists.

Explanation:

A relational database has been created to store data about subjects that students are studying. The following is a
selection of some data stored in one of the tables. The data represents t he student's name, the personal tutor group,
the personal tutor, the subject studied, the level of study and the subject teacher but there is some data missing:
Xiangfei 3 MUB Computing A DER
Xiangfei 3 MUB Maths A BNN
Xiangfei 3 MUB Physics AS DAB
Mahesh 2 BAR History AS IJM
Mahesh 2 BAR Geography AS CAB
Define the terms used to describe the components in a relational database table using examples from
this table.
ii If this represented all of the data, it would have been impossible to create this table.
What is it that has not been shown here and must have been defined to allow the creation as a relational
[2]

database table? Explain your answer and suggest examples of the missing data.

Answers

Mention two charactarestics of money that make it a sustainable medium of exchange

What is the main difference between a generator and an electric motor?​

Answers

Answer:

b

Explanation:

Answer:

An electric motor converts electricity into mechanical energy, providing a power source for machinery. A generator does the opposite of this, converting mechanical energy into electricity.

I don't know why it got deleted but I answered again

Hope it helps.....

Have a great day :P

According to the narrator of "EPIC 2015, in 2015, "news" is:
A. fed to a monitor in all homes and is required to be on at all times.
B. provided by hard-working journalists who are committed to truth.
C. reorganized and combined with other information for individuals.
D. created by apathetic journalists who care little how true a story is.

Answers

Answer:

D created by apathetic journalists who care little how true a story is.

Explanation:

D

Based on the narrator of "EPIC 2015, in 2015, "news" is reorganized and combined with other information for individuals.

What is a reorganization?

The term  reorganization connote a vital and disruptive way that is used to restore a troubled business or any other thing to ensure its usefulness. It can be through the act of shutting or through the act of replacement, etc.

Conclusively, using the narrator point of view as written in "EPIC 2015, in 2015, "news" as said to have been reorganized and there was a combination of news with other information for people.

Learn more about narrator from

https://brainly.com/question/1934766

To make your brand colors stand out, it is important to implement what with your color scheme?
A. Blacks
B. Grays
C. Whites
D. All of the above.

Answers

Answer:

All of the above

Explanation:

It's better to have a pattern of colors than one single color in you color scheme.

Answer:

D. All of the above

Explanation:

Question # 2 Multiple Select You wrote a program to compare the portion of drivers who were on the phone. Which statements are true? Select 4 options.

A. It is important to test your program with a small enough set of data that you can know what the result should be.

B. Your program compared an equal number of male and female drivers.

C. A different set of observations might result in a larger portion of male drivers being on the phone.

D. You could modify the program to allow the user to enter the data.

E. Even when confident that the mathematical calculations are correct, you still need to be careful about how you interpret the results.

Answers

Answer:

the right answer is D that is the right answer

Which of these is a programming best practice?
Use general variable names such as V1 and V2.
Use lots of comments in the code.
Make lines of code as long as possible.
If you need to repeat a function, paste a copy of it each time you need it.

Answers

Answer:

B

Explanation:

You should question C. That looks like a very poor practice, but sometimes it can't be helped. Try and make short lines

D also looks questionable. You'll wind up with pages and pages of code. A better practice is to create subroutines (functions and procedures in the language I use) and then learn how to pass parameters.

A is not a good idea either because if you look at the code a month later, chances are you won't know the difference between v1 and v2.

The best answer is B. But how many programmers do it?

Answer:

B. use lots of comments in the code

Explanation:

NEED ANSWERS ASAP 50 POINtTS!!!!
Katie wants to use VLOOKUP for a column in a table. Which value of the mode parameter should she use to look for an exact match of the searched data?
Katie should use the __ value of mode parameter for an exact match with the searched data.

Answers

Answer:

The exact match mode is the mode parameter that Katie should use to look for an exact match of the searched data

Further Explanation:

The VLOOKUP function in Excel helps us search for and retrieve information from a particular column in a table and lookups a value in the left-most column of the table. It has two modes of matching.

Exact matching – When you perform a range_lookup, an argument FALSE is defined to mean that there is an exact match of the return value.

To achieve this, select a cell in your Excel worksheet

Type =VLOOKUP in the type bar of the Excel sheet

Select the value to look up and then select the data range

Type the column number that you want to search and then type FALSE

Press enter

Answer:

The exact match mode is the mode parameter that Katie should use to look for an exact match of the searched data

Explanation:

The VLOOKUP function in Excel helps us search for and retrieve information from a particular column in a table and lookups a value in the left-most column of the table. It has two modes of matching.

Exact matching – When you perform a range_lookup, an argument FALSE is defined to mean that there is an exact match of the return value.

To achieve this, select a cell in your Excel worksheet

Type =VLOOKUP in the type bar of the Excel sheet

Select the value to look up and then select the data range

Type the column number that you want to search and then type FALSE

Press enter

Can someone please answer these, I'm tired of wasting points on questions that no one answers.

Describe the respective benefits of participatory design and contextual design, with examples of situations in which each might be preferred.

Outline which activities involve mathematical reasoning skills..

Explain the most appropriate methods to use in designing a product for the user in the following scenario, including aspects of the user interface that might need special attention.
Situation: A researcher approaches a designer with a request for a computer interface that will allow the evaluation of the ways children process spatial relationships and the various changes as they learn and develop. The computer interface will not have to perform any task but to play visual spatial games, recording and analyzing all elements in how children between the ages of 2 and 5 manipulate visual objects on a screen.

Answers

What format do you need it in?

Other Questions
Answer this question please and thank you Which phrase best completes the diagram?Goals of the CrusadesCapture theHoly LandFind new tradingpartnersA. Form alliances with Muslim leadersB. Reduce the power of European kingsc. Give European peasants equal treatmentD. Protect the Byzantine Empire NEED HELP ASAP!!It takes Jada 1 1/2 to mow her lawn. It takes Kam half as long to mow his lawn. How long does it take Kam to mow his lawn?A. 1/2B. 3/4C. 1 hourD. 3 hours WHAT'S 675 DIVIDED BY 8 HELPPPP PLEASE TELL ME THE NUMBERS TO SHOW MY WORK A(5,1)B(x,7) C(8,2) are three points such that AB=2AC find all values of x A stone is dropped from the top of a cliff. The splash it makes when striking the water below is heard 6.9 s later. How high is the cliff? I have a test tmrw pls help PLEASE HELP ME I WILL GIVE BRAINLIESTDONT STEAL POINTS PLEASE This equation is balanced. C + S8 -4CS2TrueFalse Which angle measure is a complement of an angle whose measure is 62 degrees? A 96 B 118 C 16 D 28 How does Josh losing his way in the desert at night propel the action in the passage? A. This incident changes Josh's perspective about English classes. B. This incident gives Josh the confidence to believe his instincts. C. This incident helps Josh to understand the Jamesons' concern for him. D. This incident makes Josh realize the beauty of the desert at night. In which of the following types of infection will the infected host cell burst?A lysogenic infectionB prophage infectionC provirus infectionD lytic infection NEED HELP!!!! Which statement best completes the timeline?The Kingdom ofGhana becomesa wealthytrading power.Timbuktubecomes animportant centerof learningEuropeancolonistsconquerwestern Africa.Western Africancountries fight tobecomeindependent?A. European demand for African slaves increases.B. Nigeria establishes a democratic government.C. The Songhai Empire falls to Moroccan raiders.D. Mansa Musa spreads Islam throughout Africa. Here is an expression 3*2t evaluate the exoression when t is 4Last one for tonight! question, the highlighted part, and passage are in the picture, AND ANSWER TODAYand no links... they could have firewall breakers and/or viruses (two similar things but they do different stuff)(the highlighted part looks bolded in the photo but if you somehow cant tell which one it is, its the part where it says "Soaring fire that sways and sings")A) hyperboleB) personificationC) simileD) metaphor Entity001 And Project can somebody help me? The following events took place when Managers A, B, and C were preparing budgets for the upcoming period: I. Manager A increased property tax expenditures by 2% when she was informed of a recent rate hike by local authorities. II. Manager B reduced sales revenues by 4% when informed of recent aggressive actions by a new competitor. III. Manager C, who supervises employees with widely varying skill levels, used the highest wage rate in the department when preparing the labor budget. Assuming that the percentage amounts given are reasonable, which of the preceding cases is (are) an example of building slack in budgets?a. Il only. b. I only. c. II and III. d. Ill only e. I and II. 1.1 Define the following terms1.1.1 Self-awareness1.1.2 Self-Esteem1.1.3 Self-Development PLEASE ANSWERBryce went to the zoo at 10:15 am, and got home at 4:40 pm. How long was he gone?7 hours and 35 minutes5 hours and 35 minutes6 hours and 25 minutes6 hours and 55 minutes You are given an array of arrays a. Your task is to group the arrays a[i] by their mean values, so that arrays with equal mean values are in the same group, and arrays with different mean values are in different groups. Each group should contain a set of indices (i, j, etc), such that the corresponding arrays (a[i], a[j], etc) all have the same mean. Return the set of groups as an array of arrays, where the indices within each group are sorted in ascending order, and the groups are sorted in ascending order of their minimum element.ExampleFora = [[3, 3, 4, 2], [4, 4], [4, 0, 3, 3], [2, 3], [3, 3, 3]]the output should bemeanGroups(a) = [[0, 4], [1], [2, 3]]mean(a[0]) = (3 + 3 + 4 + 2) / 4 = 3;mean(a[1]) = (4 + 4) / 2 = 4;mean(a[2]) = (4 + 0 + 3 + 3) / 4 = 2.5;mean(a[3]) = (2 + 3) / 2 = 2.5;mean(a[4]) = (3 + 3 + 3) / 3 = 3.There are three groups of means: those with mean 2.5, 3, and 4. And they form the following groups:Arrays with indices 0and 4 form a group with mean 3;Array with index 1 forms a group with mean 4;Arrays with indices 2and 3 form a group with mean 2.5.Note that neithermeanGroups(a) = [[0, 4], [2, 3], [1]]normeanGroups(a) = [[0, 4], [1], [3, 2]]will be considered as a correct answer:In the first case, the minimal element in the array at index 2 is 1, and it is less then the minimal element in the array at index 1, which is 2.In the second case, the array at index 2 is not sorted in ascending order.Fora = [[-5, 2, 3], [0, 0], [0], [-100, 100]]the output should bemeanGroups(a) = [[0, 1, 2, 3]]The mean values of all of the arrays are 0, so all of them are in the same group.Input/Output