Which is a function of network media?

Answers

Answer 1
To distribute information and promote goods
Answer 2

Network media refers to the communication channels used to interconnect nodes on a computer network. Typical examples of network media include copper coaxial cable, copper twisted pair cables and optical fiber cables used in wired networks, and radio waves used in wireless data communications networks.


Related Questions

design the logic for a program that outputs every number from 1 through 15.

Answers

Another way to think about this is through the use of a loop, since printing a number is a very repetitive task, you could also use,

number = 1
while number < 16:
      print(number)
      number = number + 1

The logic behind this is the "while" loop would check whether the variable 'number' is less than 16 (i.e. between 1 and 15) if so, it prints the number and then adds one to it. It then repeats the check over and over until 16 is reached and then the program terminates.

To output numbers from 1 to 15:

1. Initialize a counter to 1.

2. Use a loop to iterate while the counter is ≤ 15.

3. Print the counter's current value.

4. Increment the counter by 1.

5. Repeat until the counter exceeds 15.

6. End the program.

To design the logic for a program that outputs every number from 1 through 15, we can use a simple loop structure. Here is a step-by-step outline of the logic:

1. **Start**: Initialize the program.

2. **Initialize Counter**: Set a counter variable to 1. This will be our starting point.

3. **Loop Condition**: Create a loop that will run as long as the counter variable is less than or equal to 15.

4. **Output Number**: Inside the loop, output the current value of the counter variable.

5. **Increment Counter**: Increase the counter variable by 1.

6. **End Loop**: When the counter variable exceeds 15, exit the loop.

7. **End**: Terminate the program.

Here's a pseudocode representation of this logic:

```

BEGIN

   SET counter = 1

   WHILE counter <= 15 DO

       PRINT counter

       INCREMENT counter by 1

   END WHILE

END

```

### Explanation

1. **Initialize Counter**:

   - `SET counter = 1`: We start the counter at 1.

 

2. **Loop Condition**:

   - `WHILE counter <= 15 DO`: The loop will continue to execute as long as the counter is less than or equal to 15.

 

3. **Output Number**:

   - `PRINT counter`: Output the current value of the counter.

4. **Increment Counter**:

   - `INCREMENT counter by 1`: Increase the counter by 1 with each iteration of the loop.

5. **End Loop**:

   - The loop ends when the counter is greater than 15.

6. **End**:

   - The program terminates after printing numbers from 1 through 15.

### Example in Python

To provide a concrete example, here's how you could implement this logic in Python:

```python

def print_numbers():

   counter = 1

   while counter <= 15:

       print(counter)

       counter += 1

print_numbers()

```

This Python function, `print_numbers`, follows the outlined logic to print every number from 1 through 15.

When you use a menu bar, it is at the top of the screen in most gui programs, and the first menu item is almost always ____?

Answers

It is usually file? Hope I could help.

Answer:

File

Explanation:

Whe you use a menu bar, that is the menu that is located at teh top of the window of teh program in most of the computer systems that exist nowadays, for example, In mac you have them at the top of your program window, and the most common first item in the Menu is the tab "File" in Windows or Pc is also "File" so the item File would be the best answer to this question.

Java is a high-level web programming language often used for web applications. True False

Answers

ehhhh i would rather say java script is. java is more of normal programming. so false.

It is true that Java is a high-level web programming language often used for web applications.

What is Java?

Java is a high-level, class-based, object-oriented programming language with a low number of implementation dependencies.

Java is a high-level programming language popular for web development and other applications.

It is an object-oriented language that is portable and platform-independent, which means that Java code can run on any platform that supports the Java Virtual Machine (JVM).

Java is frequently used to create web applications, server-side applications, mobile apps, and desktop apps.

It is well-known for its stability, dependability, and security, and many large organisations rely on it for mission-critical applications.

Thus, the given statement is true.

For more details regarding Java, visit:

https://brainly.com/question/29897053

#SPJ3

Which of the following is a unique feature of credit unions?

Answers

A list of multiple answers is provided;

 

a)      Credit unions are typically owned and run by their members

b)      Credit unions limit membership to certain people or groups

c)       Credit unions offer a wide variety of banking services

d)      Both A & B

 

The answer is both (D) Both A & B

 

As compared to banks, credit unions are small in size and are created, owned and operated by their members or participants. They are non-for-profit financial cooperatives and are structured to serve a particular region. Thus, membership in majority of credit unions is that you have to live in the area. You may also be able to join based on other various factors like Employer and family.

Orifice tubes are A. coded in American models only. B. coded by number for easy identification. C. similarly but not exactly sized. D. universally sized

Answers

I'd go for (C) similarly but not exactly sized

Basically, to explain an orifice tube in Layman’s context, it is a car’s air conditioning system and is the exact place where the cold happens. Not all orifice tubes are standard sized and this means that different model vehicles use different sizes. These tubes are often color-coded for easy identification.






At the time of signing, what was the title of the man who is the first of the two names in the name of the 1901 treaty that nullified the Clayton-Bulwer Treaty?

Answers

The answer is the US Secretary of State.  At the time of signing,Secretary of State was the title of the man (John Hay) who is the first of the two names in the name of the 1901 treaty that nullified the Clayton-Bulwer Treaty. It was signed by US Secretary of State John Hay and British Ambassador to the United States Lord Pauncefote on the 18th of November 1901. 
Answer:Secretary of State

The Clayton-Bulwer Treaty was signed by the U.S and Britain in April, 1850 being John M. Clayton and Sir Henry Lytton Bulwer the men who negotiated.  The Hay–Pauncefote Treaty signed in 1901 replaced the Clayton–Bulwer Treaty also negotiated by John Milton Hay, secretary of State of the U.S.

A teacher has bookmarked a large number of webpages in Chrome while researching class topics. Unfortunately, he's bookmarked so many that he's struggling to find relevant content quickly. What can he do to simplify this? (Select 3 answers.)

Create a Doc that lists all favorite websites with links
Delete bookmarks that are not urgently required and search for them again when they are needed
Use the search function in the Chrome Bookmark Manager
Rename bookmarks so they are labeled clearly
Organize bookmarks into themed folders

Answers

Rename bookmarks so they are labeled clearly

the header, in an academic report, typically contains the author’s name and the current page number true or false

Answers

TRUE

True


In most academic reports, most specifically, an MLA academic report, Student’s last name and current page number is contained in the headers. In MLA, which is most common used formatting guide in academic reports, headers numbers all pages consecutively within the right margin.


Which part of the os provides users and applications with an interface to manipulate files?

Answers

I would think you're looking at the GUI, or, Graphical User Interface.

If it's manipulating files only, maybe your looking for the answer of the Filesystem.

I hope this doesn you some good.

Technician A says that the excessive length of a heater hose is intended to protect the heater core from undue stress. Technician B says that excessive wear adds to the length of a heater hose, and a replacement heater hose should be roughly three to four inches shorter than its predecessor. Who is correct? A. Technician B B. Both Technicians A and B C. Neither Technicians A nor B D. Technician A

Answers

Final answer:

Only Technician A is correct because the excessive length of a heater hose is indeed to protect the heater core from undue stress. Heater hoses do not significantly 'stretch' over time as Technician B suggests.

Explanation:

The question deals with the length of heater hoses in a vehicle's heating system. Technician A suggests that the excessive length of a heater hose is designed to absorb vibrations and prevent stress on the heater core. This is accurate because allowing some slack in the hose can prevent tension that might arise from engine movement or hose expansion and contraction due to temperature changes. On the other side, Technician B's statement that a heater hose 'stretches' over time and should be replaced with a shorter hose is incorrect. Hoses may slightly expand, but not to the extent that they would require being significantly shorter upon replacement.

Therefore, the correct answer is D. Technician A is correct, as it's important to install the hose with proper slack to protect the heater core from stress, but not because the hoses 'wear' into a longer length.

Final answer:

Technician A is correct; the excessive length of a heater hose is intended to protect the heater core from undue stress.

Explanation:

The correct answer is D. Technician A.

Technician B's statement is not accurate. The length of a heater hose is not determined by excessive wear. Rather, the excessive length of a heater hose is intended to protect the heater core from undue stress.

The heater core is a component of the vehicle's heating system that is responsible for generating hot air. It is located inside the vehicle's passenger compartment and is connected to the engine by the heater hose. The heater hose allows hot coolant from the engine to flow into the heater core, where it is then used to heat the air that is blown into the passenger compartment. The excessive length of the heater hose is designed to provide flexibility and allow for movement of the engine and the heater core, reducing the risk of damage to the core.

The most complex part of ssl is the ___________ protocol.

Answers

The most complex part of ssl is the handshake protocol. The handshake protocol is part of the Transport Layer Security (TLS) which is responsible for the authentication and ket exchange to have secure sessions. The handshake protocol manages cipher suite negotiation. 

The most complex part of ssl is the handshake protocol.

When Handshaking Takes Place. In order to establish a connection between a computer and a device like a modem, printer, or server, the handshake process begins the connection by telling both devices how to communicate with each other. A classic example is the noises made when two dial-up modems connect to each other.

Important objectives of computer security include:

Answers

Important objectives of computer security include confidentiality, integrity, and availability. These are the three main components to computer security. Confidentiality relates to making sure information is kept in confidence meaning secured. Integrity refers to the system working strong and honestly. Availability refers to the system being available to make sure all components are working smoothly. 

The three key objectives of computer security are confidentiality, integrity, and availability. Important objectives of computer security include: All of the above: Computer security consists mainly of three technical areas: confidentiality, integrity, and authentication or availability.

Zara is designing a slide with a numbered label on a picture. She wants the number to appear when the she presses a button on the keyboard. Which feature should she use?
Animation Painter
Animation
Hotspot
Slide Master

Answers

Slide Master sounds like your best choice. If I am wrong I think it isn't Animation or Hotspot. 

Answer:

I believe it is animation.

Explanation:

Blender questions
14. A mesh represents a(n) _____ object if its faces enclose a positive and finite amount of space. (1 point)

odd

connected

simple

convex



15. Which of the following is the 3-D view port? (1 point)

the standard layout used for new files

the polygon viewing on the default screen

straight line segments connecting two vertices

a single static image in 3-D

Answers

Answer:

1. Public project

2. true

3. True

4. Simple

5. The info header

6. How to navigate in the space and how to interact with objects

7. Mesh

8. Toolboxes

9. True

10. Keyboard Shortcut

11.Num Lock

12. False

13.False

14. the polygon viewing on the default screen

15. The standard layout used for new files

WARNING

This was the correct answers for 3-D Computer Modeling A Unit 5 Quiz on Connections Academy

Not sure if answers and questions differ for people this was just my quiz answers

Hope it helps y’all

If a submarine's viewing port has a surface area of 0.0100 m2, the force exerted by the water on it at this depth will be 416,000 N in magnitude.

What is submarine's viewing port?

If a submarine's viewing port has a surface area of 0.0100 m2, the force exerted by the water on it at this depth will be 416,000 N in magnitude. The two fluid pressures that are in play are the internal atmospheric air pressure and the external water pressure, which includes the atmosphere operating on it at the surface.

The net force due to fluid pressure can be calculated by using the gauge pressure of the water since the atmospheric pressure acts both internally and is also included in the water pressure and the air pressures virtually cancel each other out.

A force is a vector quantity since it has b0th magnitude and direction. It is calculated using newtons as the SI unit of mea.sure (N). F stands for force (formerly P).

Therefore, If a submarine's viewing port has a surface area of 0.0100 m2, the force exerted by the water on it at this depth will be 416,000 N in magnitude.

Learn more about force here:

brainly.com/question/14110395

#SPJ3

Programmers should strive to _____. increase coupling increase cohesion both of the above neither a nor b

Answers

The answer is increase cohesion.  Programmers should strive to increase cohesion.  Cohesion points to the degree to which the elements inside a module belong together.  In a highly cohesive system, code readability and reusability is increased, while complexity is kept manageable.

The cyclical, multistep process by which designers and engineers design, build, and taste a new product is called:

Answers

The answer is Design Process.  The cyclical, multistep process by which designers and engineers design, build, and taste a new product is called Design Process.   There are multiple steps, including exploring, designing, planning, making, testing, and revising.

Answer:

jijiiijijiij

Explanation:

A top-notch IT company is seeking an experienced leader to direct a team of experts in the development, creation, and modification of general computer applications software. This person must also train and advise customers on how to use software. Based on these tasks, a worker in which Information Technology pathway should consider applying for this job? Program and Software Development Information Support and Services Network Systems Interactive Media

Answers

Information Support and Services

Based on these tasks, a worker in the Program and Software Development Information Technology pathway should consider applying for this job. The correct option is a.

What is Program and Software Development?

Chief information officer and IT manager are typical job titles. Students who major in programming and software development learn the foundations of software, database, and game creation.

Following the road of programming and software development will probably be enjoyable for an information technology worker. Managing initiatives involving computers and information systems.

Managers of computer and information systems supervise and coordinate an organization's technology-related activities. They oversee teams that monitor databases, deploy new software, and safeguard network security.

Therefore, the correct option is A. Program and Software Development.

To learn more about Software Development, refer to the link:

https://brainly.com/question/3188992

#SPJ6

14. describe some advantages and disadvantages of using ssds as a caching tier and as a disk-drive replacement compared with using only hard disks.

Answers

SSDs have the advantage of being faster than magnetic disks as there are no moving parts and therefore do not have seek time or rotational  latency.  They have the same characteristics as magnetic hard disks, but can be more reliable.The disadvantage is that they are generally more expensive per megabyte than traditional hard disks.





⦁ when creating a strong password, what are some valid criteria the password should meet?

Answers

Your password should never contain personal information that somebody can guess. The most secure passwords contain; uppercase letters, lowercase letters, numbers, and symbols in some sort of variation.
A lot of times using numbers in place of letters like using a 5 in place an S, a 3 in place of an E, a 0 in place of an O, or a 1 in place of an L or I, will increase the strength of a password.
A good example could be using "Cha1rL3g$"

Hope this helped or was helpful information!

A suspension system that allows one wheel to move up and down with minimal effect on the opposite wheel is called what? A. Stabilized B. I-Beam C. Radiused D. Independent

Answers

the answer would be "d"
independent suspension so d

~manii

The __________ are small windows that display information and allow the user to perform actions. a. dialog boxes. b. communication boxes. c. command buttons. d. spinners. e. none of the above.

Answers

 The dialog boxes are small windows that display information and allow the user to perform actions. Dialog boxes are typically inserted into presentations to allow for various information to be put in to them. These allow for us to follow who is talking based on the box and name of the speaker in each section. 

Landscape orientation works best when information in an Excel worksheet is taller than it is wide.
true or false

Answers

The answer is false. landscape orientation working best when information in an Excel worksheet is taller than it is wide.

Which type of USB connector is always plugged into the computer to connect an external device?

Answers

the answer is a micro usb

Micro USB is a miniaturized version of the Universal Serial Bus (USB) interface developed for connecting compact and mobile devices such as smartphones, MP3 players, GPS devices, photo printers and digital cameras.

After a computer attempts to resolve a dns name, how does the computer continue searching to find the authoritative source?

Answers

The search begins at the top of the namespace hierarchy with the root name servers. It continues down the levels until it reaches the authoritative server for the domain in which the name is located.

Hope this helped :)
Have a great day

what's a qat on a computer

Answers

the answer is ..........

The Microsoft Quick Access Toolbar (QAT) is a toolbar menu that appears in Microsoft Excel, Microsoft Word, and other Office 2007 and above products in the top left corner of the window. As seen in the picture, the Quick Access Toolbar gives you quick access to commonly used features such as the Save feature.

hope it helps have a great one! :)

he Quick Access Toolbar (QAT) consists of a combination of up to 20 Commands either specified by the application (known as the application defaults list) or selected by the user. The Quick Access Toolbar (QAT) can contain unique Commands that are not available elsewhere in the ribbon UI.

The Microsoft Quick Access Toolbar (QAT) is a toolbar menu that appears in Microsoft Excel, Microsoft Word, and other Office 2007 and above products in the top left corner of the window. As seen in the picture, the Quick Access Toolbar gives you quick access to commonly used features such as the Save feature.

Julian is adding a column of numbers as he inputs expenses from his receipts. Holly wants to create a simple comparison between two grocery stores. Which type of tab alignments would most likely suit each person?

Answers

The best answer to this is:
Julian would use a Decimal tab, and Holly would use a Bar tab.

0. Everything that occurs on the internet leaves a record. (1 point)

true

false



11. Which of the following is attribution? (1 point)

to identify where an image, text, or design comes from

the exclusive legal right to print, publish, record, and film material and give others permission to do the same

a license allowing the public to use images without paying licensing fees

the appropriate, responsible behavior with technology

Answers

Hi! 

1. True. Everything you do on the internet leaves what is called a "digital footprint".

2. An attribution is kind of like crediting the artist or the source, so i think the closest to this is A. To identify where an image, text, or design came from

Hope this helps :)

A formal system of coded commands that provide instructions for a computer are

A. UI interfaces
B. hardware
C. programming languages
D. level editors

Answers

A formal system of coded commands that provide instructions for a computer are
programming languages.
Correct answer: C

The programming language specifies a set of instructions that can and should be used to guide a computer to perform specific tasks and produce a certain output.

What option is used to combine several objects so that they can be treated as a single unit

Answers

The 'Grouping' function is used to combine several objects into a single unit in graphic design and computer applications, which allows for easy manipulation and alignment of the grouped objects as one entity.

The option used to combine objects so that they can be treated as a single unit in graphic design and computer applications is typically called 'Grouping'. In software programs like vector graphic editors and many graphical user interfaces, you can select multiple objects and apply the group function. Once grouped, the objects will move, resize, and be adjusted together as though they were a single unit.

This is useful for maintaining the relative layout of elements when moving them around or aligning them about other objects. Grouping can often be done by selecting the objects you wish to combine and then either right-clicking to find the 'group' command or using a direct keyboard shortcut, such as 'Ctrl+G' in many programs. This makes it easier to manipulate complex designs or structures without altering the positioning of individual components within the grouped set.

the only way to print a photo is on a special glossy paper using professional printing services in a store

True
OR
False

Answers

i believe this is true


i think  this is true

Other Questions
giving away all these points to the lucky person who can explain how to get the answer (Law of Cosines) !!! Which of the following represents the highest level of DNA organization? When employees are asked to use chemicals for cleaning, they should always be sure to what does the prefix con mean Three numbers are in the ratio of 6:5:1. What are the numbers if the difference between the smallest and largest is 30? a.48, 40, 18B.36, 30, 6 c.24, 20, 4D.180, 150, 30 Which element would you expect to behave the most like carbon (c)? apex? signs of low testosterone in a man Y = 4x + 2 y = x + 5 on a graph 3x + 1 + 10x = x + 4 A series or sequence of dance tunes from the tatra mountains is known as William made 1/2 gallon of lemonade to divide equally among 3 people. How much lemonade will each person?a) 1/6 gallonb)2/3 gallonC) 1/5 gallond) 3/2 gallon Now that you have 3x=42, you need to isolate the variable so that you have an equation of the form "x= some number." what is the value of x (i.e., the amount you must pay)? The energy gained by electrons as they are accelerated by an electric field is The radius of a circular clock face is 13 centimeters. how do i find the circumfrence Given that KJ = MN and that L is the midpoint of JN, prove JKL = NML. CDs and DVDs Solve by setting up a system of linear equations with 2 variables and 2 unknowns. CDs cost $5.96 more than DVDs at All Bets Are Off Electronics. How much would 6 CDs and 2 DVDs cost if 5 CDs and 2 DVDs cost $127.73? Find the shaded area of the basketball court to the nearest foot. Which statement best summarize how mr.adams reveals his conflicting motives in The lottery What do nonvascular plants use to transport water and nutrients? What is another word for a philosophical assumption