which of the following statements is true? tcp is connection-oriented and is reliable; udp is not connection-oriented and is reliable. tcp is connection-oriented and is reliable; udp is not connection-oriented and is unreliable. tcp is not connection-oriented and is reliable; udp is not connection-oriented and is not reliable. tcp is connection-oriented and is unreliable; udp is not connection-oriented and is reliable.

Answers

Answer 1

Tcp protocol is correlation. It will only deliver information to customers that are waiting for it. While data is continually transferred, the connection is maintained using a three-way handshake protocol.

How does TCP function? What is it?

Often expressed as TCP/IP, TCP helps to communicate between a software application and the Internet Protocol. To transport data using TCP, an application does not require other means for sending data, such as packet breakage on the transmission media.

Why is the TCP port used?

Port numbers serve as universal standards for designating particular processes or categories of network services. Similar to how you would decide where to ship from and where to have something arrive before sending something abroad,

To know more about TCP visit:

https://brainly.com/question/27975075

#SPJ4


Related Questions

logical errors are mistakes that cause the program to produce erroneous results. group of answer choices true false

Answers

It is true Logical mistakes are mistakes that result in the programme producing inaccurate results. This is a group of computer language commands that work together to do a certain task. Application software describes programmed that help users use computers.

What exactly is software?

A software programmed is a collection of executable instructions, often used to provide instructions to a computer system on how to carry out a certain operation or solve a particular issue.

An example of a syntax error

A syntax error is a particular kind of error that often results from errors in a software program's source code, such as:

word spelling.

typographical mistakes

Inaccurate labelling

Spacing

What is a mistake of logic?

A logical mistake is a form of error that often results in inaccurate results from the software programmed and causes a runtime error.

Learn more about logical error from here:

https://brainly.com/question/28957248

#SPJ4

What would this be?

Answers

Looking into this, the ones that I found that are EC-Council Certified are:

Ethical Hacker (CEH)
Goals:
- Master an ethical hacking methodology
- Grasp complex security concepts
- Learn how to scan, hack, test and secure an organizations information systems


EC-Council Licensed Penetration Tester (LPT) Master

in order to move from the /home/joe/test/data to the /home/joe directory, what command below should be issued

Answers

In order to move from the /home/joe/test/data to the /home/joe directory, cd ../.. is the command below should be issued.

What are the commands should be issued from the directory?

The commands you would need to issue from a directory would depend on what you are trying to accomplish. Some basic commands you could use from a directory include ls (listing directory contents), cd (change directory), mkdir (make a new directory), and cp (copy a file or folder). You could also use the pwd (print working directory) command to see which directory you are currently in. If you wanted to move up one level in the directory structure, you could use the cd .. command.

To view the contents of a file, you could use the cat command. To delete a file or directory, you could use the rm command. To search for a file, you could use the find command. To edit a file, you could use the nano or vi command. To compress a file or directory, you could use the tar command. To check the permissions of a file or directory, you could use the chmod command. Finally, to view the help page for any command, you could use the man command.

To learn more about command refer to:

https://brainly.com/question/25808182

#SPJ4

you are an it director for a large school system. you need to set up inbound and outbound rules on the windows 10 machines. what will you use to accomplish this?

Answers

You will use to accomplish this Windows Defender Firewall with Advanced Security.

What aspect of Windows 10 makes configuration easier?Purview offers a sophisticated set of features while streamlining configuration setup. Regarding: Windows 10. MS Windows 11.GPO settings are updated more often by default on domain controllers—every 5 minutes. The GPO's Set Group Policy refresh interval for machines option is found in the Computer Configuration -> Administrative Templates -> System -> Group Policy section, where you may modify the GPO update frequency.A microprocessor called a Trusted Platform Module (TPM) is made to perform fundamental security-related tasks, mainly those requiring encryption keys. A hardware bus is used by the TPM to connect with the rest of the system after it has been placed on the motherboard of a computer.

To learn more about Windows Defender refer to:

https://brainly.com/question/29352945

#SPJ4

in the backstage view, under info, what do you need to click on to open up more properties of the file?

Answers

If we need to open up more properties of the file click on the file tab then click on the info then properties.

What is a computer file, briefly?

Computer files are resources that are used to store data and are mostly identified by their file names. Similar to writing words on paper, data can be input into a computer file.

What three categories of files are there?

Three separate file types—ordinary, directory, and special—can be recognized by the system. However, the operating system uses many variations of these essential categories. Every file type that the system can identify falls into one of these categories. However, the operating system uses many variations of these essential categories.

To know more about the operating system visit:

https://brainly.com/question/6689423

#SPJ4

Which of the following web design software would allow the web designer to create videos?
A. FTP
B. Text editor
C. Storyboard
D. Flash

Answers

Answer: FTP

Option A.

Explanation:

The answer is D. Flash.

treasury regulation § 1.6695-2 details the due diligence requirements. how many requirements are there?

Answers

If you are paid to prepare a tax return or make a refund claim claiming any of these tax benefits, you must comply with four specific due diligence obligations as outlined in Treasury Regulation 1.6695-2.

What is Treasury regulation?A recognized disciplinary body of the US federal government is the US Sentencing Commission.The panel suggested 7 actions that corporations should take to demonstrate due diligence: The business must create and publish a code of ethics describing the essential requirements and identifying the organization's main danger zones. The system is overseen by high-ranking organizations that are thought to adhere to business regulatory and ethical standards (such as an ethics director, vice president of operations, general advocates and so forth).No one who has a history of misconduct ought to have a position of leadership.There will also be a training course (Ethics Training) for distributing guidelines and procedures.

To learn more about Treasury regulation refer:

brainly.com/question/29807625

#SPJ4

suppose you run the following code: public static void main(string[] args) { try { statement1; m(); statement2; } catch (exception2 ex { statement3; } } public static void m() { try { statement4; statement5; statement6; } catch (exception1 ex1) { statement7; } finally { statement8; } statement9; } answer the questions: 1. if no exception occurs, which statements are executed? 2. if statement5 throws an exception of type exception1, which statements are executed? 3. if statement5 throws an exception of type exception2, which statements are executed? 4. if statement5 throws an exception that is neither exception1 nor exception 2, which statements are executed?

Answers

The main() method is a particular Java programming method that acts as a Java program's publicly accessible entry point.

What is public static void main ?

All other Java methods call the main method, which is public static void. Learn what each of the keywords in the "public static void main" declaration does and why each one is just as important as its neighbor in this fundamental task. You don't actually require a main() function in your Java application for it to compile. However, the JVM (Java Virtual Machine) looks for the main() function while it is running and begins to execute from it.

1. statement1, statement2, statement3, statement5, statement6, statement7.

2. statement1, statement2, statement4, statement5, statement6, statement7.

3. statement1, statement2, statement5.

4. statement1, statement2, statement5.

To know more about public static void main , visit

https://brainly.com/question/8659179

#SPJ4

____ are used to connect computers, hubs, switches, and routers to a network in a local area network (LAN).

Answers

Answer:

Network interface card (NIC) or wireless network interface controller (WNIC)

Explanation:

To connect a computer or device to a local area network (LAN), several hardware components are required: a network interface card (NIC) or wireless network interface controller (WNIC) a transmission medium, either wired or wireless a network connection device, such as a router, hub, switch, wireless access point (WAP), gateway or bridge

you are an application developer. you use a hypervisor with multiple virtual machines installed to test your applications on various operating systems' versions and editions. currently, all of your virtual machines used for testing are connected to the production network through the hypervisor's network interface. however, you are concerned that the latest application you are working on could adversely impact other network hosts if errors exist in the code. to prevent issues, you decide to isolate the virtual machines from the production network. however, they still need to be able to communicate directly with each other. what should you do? (select two. both responses are part of the complete solution.) answer create mac address filters on the network switch that block each virtual machine's virtual network interfaces. disable the switch port the hypervisor's network interface is connected to. create a new virtual switch configured for bridged (external) networking. disconnect the network cable from the hypervisor's network interface. connect the virtual network interfaces in the virtual machines to the virtual switch. create a new virtual switch configured for host-only (internal) networking.

Answers

Connect the virtual switch to the virtual network interfaces in the virtual machines. Make a brand-new virtual switch with host-only (internal) networking settings.

What is virtual network interfaces ?

A computer can connect to a network using a virtual network interface, which is a software-based network interface. It works similarly to a real network interface, such an Ethernet card, but without the need for any hardware. Instead, the operating system or virtualization software is used to generate and administer it altogether. A virtual switch is a software-based network switch that enables communication between virtual networks and other virtual network devices as well as with physical networks.

By forwarding packets between the physical network and the virtual network, it serves as a bridge between the two. Similar to a virtual network interface, a virtual switch can be established and maintained solely within the virtualization program without the need for any hardware.

To learn more about virtual machines refer :

https://brainly.com/question/28271597

#SPJ4

firewall rules evaluate from top to bottom. the rule creators intended to block access to a website hosted at 10.15.1.2, except from hosts located on the 10.20.0.0/16 subnet. however, users on that subnet report that they cannot access the site. what is wrong?

Answers

The reason users cannot access the site is: The rules are misordered.

About Firewall:

A firewall is a type of network security device used in computing that keeps track of and regulates incoming and outgoing network traffic according to pre-set security criteria. A firewall often creates a wall between a reliable network and an unreliable network, like the Internet.

Firewall Rules:

The access control method employed by firewalls to protect your network from malicious apps and illegal access is called the firewall rules. Your firewall's acceptance and denial of different types of traffic are controlled by firewall rules. The firewall access policy is a set of firewall rules. Each network packet's control information is examined, and based on the standards you specify, they are either blocked or allowed. Each package is first assessed from top to bottom, and its constituent parts are contrasted with those of the policy regulations. Then, all of the steps specified in the stated parameters of the first matching rule's configured action are carried out.

Every firewall rule matches packet characteristics against a collection of shared rule elements. The packet's source address (Source), destination address (Destination), protocol and port numbers (Service), the interface it travels across (Interface), the direction it is traveling in (Direction), and the time of arrival are among the rule components that are displayed as fields (Time).

User can fix this mistake by reversing the order of rules 2 and 3. Any communication from the network 10.20.0.0/16 also matches rule 2, which blocks it, thus rule 3, which allows access, will never be activated.

To learn more about firewall rules visit:

https://brainly.com/question/13132276

#SPJ4

The question is incomplete. Below is the complete question:

The firewall rule creators intended to block access to a website hosted at 10.15.1.2 except from hosts located on the 10.20.0.0/16 subnet. However, users on that subnet report that they cannot access the site. What is wrong?

A.The protocol is incorrect.

B.The rules are misordered.

C.The source port is not specified.

D.There is no error in the rule, and Travis should check for other issues.

which of the following describe a system image backup? answer a system image contains everything on the system volume, including the operating system, installed programs, drivers, and user data files. a system image does not include operating system files, program files, encrypted files, files in the recycle bin, user profile settings, or temporary files. a system image includes only specified files and folders backed up to a compressed file. a system image only contains the operating system, installed programs, drivers, and user profile settings.

Answers

A statement which describe a system image backup include the following: A. a system image contains everything on the system volume, including the operating system, installed programs, drivers, and user data files.

What is data?

In Computer technology, data can be defined as any representation of factual instructions or information in a formalized and structured manner, especially as a series of binary digits (bits), symbols, characters, quantities, or strings that are used on computer systems in a company.

Generally speaking, a system image backup comprises all the data that are stored on the computer system volume, as well as the operating system (OS), installed software programs, drivers, and other user data files (documents).

Read more on data here: brainly.com/question/26207955

#SPJ1

what is the syntax for the cmd.exe command to view the attributes on a file named batch1.bat in windows 10

Answers

The attrib command, which shows, modifies, or deletes characteristics associated with files or directories, is referenced in this article.

What does the cmd attrib command do?

Your attr list name is the name of the file that the ATTRIB command allocates. Your active attribute lists can be listed using the LISTALC command and the STATUS operand. The data set name is NULLFILE, which is also the name of the data set for files allocated using the ALLOCATE command's DUMMY option.

What in a computer is attrib?

A user can alter certain properties, or "attributes," of a computer file or directory by using the ATTRIB command in Intel ISIS-II, DOS, IBM OS/2, Microsoft Windows, and ReactOS. The EFI shell also has the command available.

To know more about attrib command visit: -

https://brainly.com/question/10169933

#SPJ4

what authentication service was developed by cisco and is an authentication service commonly used on unix devices that communicate by forwarding user authentication information to a centralized server?

Answers

Cisco created an authentication service that is frequently used on Unix devices that connect by sending user authentication data to a centralized server. This authentication service is called

Terminal Access Control Access Control System (TACACS)

What is TACACS?

An authentication protocol called Terminal Access Controller Access Control System (TACACS) is used for remote communication with any server located within a UNIX network. TACACS offers a simple way to communicate with remote authentication servers to determine user network access. By default, port 49 is used by the TACACS protocol.

TACACS employs authentication keys that correlate to usernames and passwords along with allow/deny methods. The TACACS protocol was created and introduced by Cisco, which is also its owner.

A user query from a remote server is accepted via the TACACS protocol, which has a relatively straightforward operating mechanism, and forwarded to the authentication server for any necessary action. A user query on behalf of the host may be approved or rejected by the authentication server. A platform or system running on the server is referred to as the host. The query result is delivered as a feedback answer to the query creator.

The routing node used in dialup connections during user login determines whether to grant or deny access to users based on the outcome of the query.

To learn more about control system visit:

https://brainly.com/question/28136844

#SPJ4

when an electronic mail system is installed as part of the communication system, what element of the communication process is changed? a. sender b. receiver c. message d. filter e. channel

Answers

Answer:

option c

ExplanationExplanation:

which is the keyboard shortcut for deleting with a rectangular selection while using the eraser tool?

Answers

Ctrl + x and command + x are the keyboard shortcut for deleting with a rectangular selection while using the eraser tool in Windows and MacOS respectively in photoshop.

What is photoshop?

Photoshop is a photo editing and raster graphic design programme that enables users to produce, edit, and work with a variety of graphics and digital art. Additionally, it enables the import of images in different file formats as well as the creation and editing of multi-layered raster images.

The Windows and MacOS versions of Photoshop are created by Adobe Systems. Thomas Knoll and John Knoll developed Photoshop in 1988, and Adobe Systems bought the official distribution rights to the software. Numerous updates to Photoshop have been released since then.

Learn more about Photoshop

https://brainly.com/question/16859761

#SPJ4

Which email etiquette is necessary when composing an email?
The email must include a courteous greeting and a
. The
v must be correctly filled to reflect the purpose or
intent of the email.
Reset
Next

Answers

Answer:

Which email etiquette is necessary when composing an email? . The must be correctly filled to reflect the The email must include a courteous greeting and a purp...

Explanation:

yw

By following a structured troubleshooting approach, a network administrator identified a network issue after a conversation with the user. What is the next step that the administrator should take?

a. Verify full system functionality.
b. Test the theory to determine cause.
c. Establish a theory of probable causes.
d. Establish a plan of action to resolve the issue.

Answers

The next step that the administrator should take is  Establish a theory of probable causes.

What is troubleshooting?You might follow a troubleshooter through multiple steps and be prompted to check settings or connections. It then displays its findings, along with a link to view more information that displays a troubleshooting report.Troubleshooting is a type of problem resolution that is frequently used to fix broken components or operations on a machine or a system.In order to address an issue and get the product or process back in operation, a logical, methodical search for the problem's source is required.When resolving server problems, IT professionals typically adhere to some basic rules. Pressing Control-Alt-Delete on a computer to access the Microsoft Windows Task Manager allows users to identify which programmes have stopped responding, close them, and restart the system. This is a simple troubleshooting technique.

To learn more about troubleshooting refer to:

https://brainly.com/question/14394407

#SPJ4

to change how cells appear, you use conditional formatting. then, to highlight cells with a value of at least $100, you choose to format cells if they have a value greater than or equal to 100. 1 point true false

Answers

Answer: True

Explanation:

In order to change appearance to a cell, you have to use conditional formatting. The statement says that it has to be greater than or equal to 100 which is correct.

Treasury regulation §1.6695-2 presents a standard for when you must make additional inquiries to meet due diligence requirements. T/F

Answers

When further inquiries are necessary to satisfy the duties of due diligence, Treasury Regulation 1.6695-2 provides a standard.

What is Treasury regulation requirements?In order to claim the EITC, CTC/ACTC/ODC, AOTC, or HOH filing status, a paid tax return preparer must comply with the four due diligence standards set forth in the Regulations. According to IRC 6695(g), a penalty of $500* must be paid for each time a tax return preparer fails to follow the due diligence requirements imposed by the Secretary by regulations with regard to determining eligibility for or the amount of the credit allowed by section 32. This penalty is applicable to all returns and refund claims.The Internal Revenue Service (IRS), a department of the Treasury Department of the United States, problems the tax guidelines referred to as the Treasury Regulations. These guidelines, which constitute the Treasury Department's legitimate interpretations of the Internal Revenue Code, are one supply of U.S. federal earnings tax law.

To learn more about Treasury regulation requirement refer:

brainly.com/question/28606881

#SPJ4

write a public static method named meterstofeetandinches that will take a single argument of type float and will return a string. when called, and passed a distance value (in meters), this method must compute and return a string value with the equivalent distance in feet and inches.

Answers

#include<stdio.h>  

int main()  

{  

int meter = 40;  

double inch, feet;  

inch = 39.37 * meter;  

feet = 3.281 * meter;  

printf ("The value of 40 meter in Inches is: %.2f \n", inch);  

printf ("The value of 40 meter in feet is: %.2f", feet);  

return 0;  

}  

What is public static method ?

A static method in Java is a method that is an instance of a class rather than a member of it. Unlike methods defined in an instance, which may only be accessed by that particular object of a class, a method is accessible to every instance of a class. A static method is a component of a class specification rather than the objects it creates. A static method, as contrast to instance methods, is called without first constructing an object of the class and is referred to by the class name. In plainer language, these are methods that are available regardless of whether an object has been created yet and do not need an invocation object.

To know more about public static method , visit

https://brainly.com/question/26763726

#SPJ4

what spreadsheet function enables you to put each of the colors in column g into a new, separate cell? 1 point divide mid delimit split

Answers

The spreadsheet function that enables you to put each of the colors in column g into a new, separate cell is option D: SPLIT.

What does a function in the sample spreadsheet mean?

A function is a preset formula that conducts calculations. Common functions that can be used to rapidly determine the sum, average, count, maximum value, and minimum value for a range of cells are included in all spreadsheet systems.

Therefore, one can say that the use SPLIT to divide each color in Column G into its own distinct cell. The spreadsheet function SPLIT separates text into smaller chunks and places each one in a different cell, all around a predetermined character.

Learn more about spreadsheet function from

https://brainly.com/question/4965119
#SPJ1

the virtual file system layer is dedicated to allow access to: a. different types of locally mounted file systems and remote file systems. b. locally mounted file systems only. c. remote file systems only. d. locally mounted file systems or remote ones, but for one type of file system only.

Answers

The virtual file system layer is dedicated to allow access to a. different types of locally mounted file system and remote file systems.

The virtual file system or VFS is a forms of an interface between a concrete file system and operating system's kernel. VFS function is to give abstraction layer that the application can access the different types of the file system in local or in a network storage of devices.

So, the VFS will allow access to different types of file which the option d is incorrect. Then, the VFS also allow to access in multiple file system source which is local and network or remote, so the option b and option c is incorrect.

Learn more about virtual file system here:

brainly.com/question/28233138

#SPJ4

when there is an addition to a node's left subtree that creates an unbalanced search tree, you can correct it with a(n)

Answers

When there is an addition to a node's left subtree that creates an unbalanced search tree, you can correct it with a(n) : Right rotation.

What is a subtree of a node?A tree that is a node's offspring is referred to as a node's subtree. The term calls attention to the fact that anything that is a child of a tree node is a tree as well and becomes a part of the bigger tree.A subtree of a tree A node in T and all of its offspring make up the tree S known as T. The complete tree is the subtree that corresponds to the root node; any other subtree is referred to as a proper subtree. For instance, Tree1 is a subtree of Tree2 in the example below.Given a tree in the form of an adjacency list, we must determine how many nodes are in each node's subtree. When determining how many nodes are in a given node's subtree, that node will also be added as a node in the subtree; hence, the number of nodes in the subtree of leaves is 1.

Learn more about subtree of a node refer to :

https://brainly.com/question/29885177

#SPJ4

1.speaker can adjust deliver speaker can adjust delivery when necessary
manuscript
2.speaker can maintain eye contact with the audience
extemporaneous
3. less chance of committing a grammatical error
memorized
4.useful for situations where notes would be awkward
impromptuy when necessary

Answers

The correct match of the advantages are:

1. A. impromptu.

2. B. extemporaneous.

3. D. manuscript.

4. C. memorized.

What is a speaker?

Speech delivery can be divided into four categories: memorized, extemporaneous, written, and impromptu. Speaking spontaneously, as when someone is asked to "say a few words," is known as impromptu speaking.

Extemporaneous speaking entails using notes to deliver a speech in a conversational style. Written messages are iterated verbatim in manuscript presentations. Except when using visual aids, the speaker in a manuscript presentation keeps their eyes firmly fixed on the printed page.

Therefore, the correct option is 1 is A; Number 2 is B; Number 3 is D, and Number 4 is C.

To learn more about the speaker, refer to the below link:

https://brainly.com/question/28139292

#SPJ1

The question is incomplete. Your most probably complete question is given below:

Match each method with its advantages

1. speaker can adjust delivery when necessary

2. speaker can maintain eye contact with the audience

3. less chance of committing a grammatical error

4. useful for situations where notes would be awkward

A. impromptu

B. extemporaneous

C. memorized

D. manuscript

stateless file servers: a. require that each client request is self-contained, i.e., all information needed to locate the file and perform the requested operation is given. b. track which clients have exported volumes. c. are very secure. d. maintain states of all open files.

Answers

Stateless file servers require that each client request is self-contained, i.e., all information needed to locate the file & perform the requested operation is given.

What is file server?

In computing, a file server (or fileserver) is a computer connected to a network that offers a location for shared disc access, i.e. storage of computer files (such as text, image, sound, and video) that can be accessed by the workstations that can connect to the computer that shares the access through a computer network.

The term "server" draws attention to the machine's function in the conventional client-server architecture, where "clients" are the workstations that access the storage. The typical function of a file server is not to run programmes or carry out computations on behalf of its client workstations.

Learn more about file server

https://brainly.com/question/28141213

#SPJ4

You are playing a game in which different clans fight over the throne to a country. You find an important clue in the form of a robe that the king or queen would wear. What color is the robe most likely to be? purple orange blue green

Answers

PURPLEEEEEEEEEEEEEEE

what is a collision in a hash table? what is a collision in a hash table? two different keys hashing to a value outside of the range of the table. two different keys being normalized into the hash table at the same index. all keys added to the table without any collisions. a hash function that returns a hash value that does not need to be normalized into the table. a hash table that is completely full. a hash table that does not have any primary clustering. a hash function that yields a uniform distribution in its hash results before normalization.

Answers

When two keys in a hash table are hashed to the same index, a collision occurs. Because each slot in a hash table is meant to hold just one element, collisions are a concern.

What does a hash table collision mean?

Collisions. When multiple values are hashed by a certain hash function hash to the same position in the table or data structure (hash table) being generated by the hash function, a collision occurs.

What does collision mean in C++ hashing?

When another key will be mapped to an already-occupied slot, this is referred to as a collision. We need a collision management method to fix this issue. Here are several strategies for dealing with collisions: Separate chaining is a method for directing each hash table cell to a chaining node, linked list, or both.

to know more about collision here:

brainly.com/question/13138178

#SPJ4

A collision happens when two keys in a hash table are hashed to the same index. Collisions are a problem since a hash table is designed to retain just one entry in each slot.

What does a hash table collision mean?

Collisions. When multiple values are hashed by a certain hash function hash to the same position in the table or data structure (hash table) being generated by the hash function, a collision occurs.

What does collision mean in C++ hashing?

A collision occurs when a different key will map to a slot that is already occupied. To resolve this problem, we require a collision control technique. Here are a few approaches to avoid collisions: Each hash table cell can be directed to a chaining node, a linked list, or both using the separate chaining technique.

To know more about collision here:

brainly.com/question/13138178

#SPJ4

what would be the first line of the module for a function named mileage with parameters miles and rate?

Answers

The first line of the module for mileage is:

D) Function Mileage (Miles, Rate)

About Functions:

To put it simply, a function is just a "chunk" of code that you can reuse rather than having to write it out repeatedly. Using functions, programmers can divide an issue into smaller, more manageable chunks, each of which can carry out a specific function. The specifics of a function's operation are almost impossible to remember once it has been built. This method of abstracting the details enables the programmer to concentrate on the larger picture.

(Some function types may also be referred to as subroutines or procedures.)

Once a function has been defined, a programmer can use its name to invoke it whenever they need it. The function also likely needs some inputs or arguments to operate, which are passed to the function each time it is called.

As all programming languages come with built-in functions, you've probably used functions like this virtually every time you've developed a program. For instance, Python: print("hello world")

To know more about functions visit:

https://brainly.com/question/28945272

#SPJ4

The question is incomplete. Below is the complete question:

What would be the first line of the module for a function named Mileage with parameters Miles and Rate?

A) Mileage (Miles, Rate)

B) End Function

C) Sub Mileage (Miles, Rate)

D) Function Mileage (Miles, Rate)

a user calls into service desk to ask for assistance locating a specific file. the user is not familiar with their macbook and is unable to locate the missing file from a list of over 700. andy, being the service desk technician, shows the user how to locate the folder. he clicks the search icon on the right side of the file, the menu bar and a search bar are then populate. the user was then able to search for the folder they were looking for. what is the process that andy used to assist in finding the lost folder?

Answers

Employ Spotlight: Double-click the file in the search results after starting Spotlight and typing in the file name. View Spotlight's Search page; Look at in the Finder: Select View > Group By > Date Last Opened by selecting the Finder icon in the Dock, selecting Recents in the Finder pane, and finally. Choose View > Use Groups if you can't find Group By in the View menu.

A help desk is what?

When an IT user needs assistance, they can call a help desk, which can be an individual, a group, an organizational function, or an outside service.

IT support: What is it?

In its broadest sense, IT support refers to any kind of technical support given to people or businesses for hardware or software. Typically, it concentrates on aiding a user in troubleshooting a particular issue.

To know more about service desk visit :-

https://brainly.com/question/15544717

#SPJ1

Other Questions
In order to determine whether the strength of peoples self-esteem is related to their income levels, researchers would most likely make use of? Balance the Equation________Fe+ ______ Cl ________ FeCl Which type of fitness equipment helps develop both cardiovascular endurance and muscular endurance? (1 point) A. Weights B. Floor mats C. Battle ropes D. Resistance bands emile durkheim argued that religious rituals serves a crucial role in combating one's sense of anomie and in addressing larger social dynamics. how did durkheim define anomie, and how does religious ritual help combat anomie? how is this different from karl marx's view of religion? where the average total cost curve for a natural monopoly crosses the demand curve, the average total cost curve is rising. the marginal revenue curve also crosses the demand curve. the marginal cost curve is below the average total cost curve. the marginal revenue curve is rising. the marginal cost curve also crosses the demand curve. Interior exit stairway doors must be able to open on ______ without any special knowledge, effort, or key. Starting the building phase before the design and planning phases is calleda) operations overlappingb) concurrent engineeringc) fast-trackingd) concurrent constructione) construction overlapping In addition to being criticized for racism, MTV in the 1980's (and later) can be criticized for a. playing the same old AOR artists the sum of the sequence 7+21+63..... to the 9th term an unofficial group that emerges from natural or spontaneous relationships among people with shared interests is called a(n) One of the wavelengths of light emitted by hydrogen atoms is 6.56 x 107 m. Calculate the frequency. What are the best ways to avoid getting sick?A. wash your hands B. shake a persons handc. stand by a person coughing not covering there mouth If a fair coin is tossed 9 times, what is the probability, rounded to the nearest thousandth, of getting at most 2 tails? We can expect that because most immigrants coming to the U.S. today are non-white, their ____ may present the biggest obstacle to assimilation. find the least commmon multiple (LCM) for each pair of numbers.To solve the riddle the letters to the numberd lines below 2,5 3,15 6,12 2,15 2,3 8,24 4,10 6,9 7,9 After several weeks of exercise, a human athlete's resting heart rate is typically lower than before becauseA) the body needs less oxygen than before.B) the body temperature has increased.C) the stroke volume has increased.D) the cardiac output has decreased.E) the body produces less carbon dioxide than before. Find the perimeter and total area of the composite shape shown below. All measurements are given in inches. Use = 3.14 inany formulas used. Read the following passage carefully before you choose your answer.This passage is taken from an eighteenth-century letter from a president to the citizens of the United States of America.(1) So likewise, a passionate attachment of one nation for another produces a variety of evils. Sympathy for the favorite nation, facilitating the illusion of an imaginary common interest in cases where no real common interest exists, and infusing into one the enmities of the other, betrays the former into a participation in the quarrels and wars of the latter without adequate inducement or justification. It leads also to concessions to the favorite nation of privileges denied to others which is apt doubly to injure the nation making the concessions; by unnecessarily parting with what ought to have been retained, and by exciting jealousy, ill-will, and a disposition to retaliate, in the parties from whom equal privileges are withheld.(2) As avenues to foreign influence in innumerable ways, such attachments are particularly alarming to the truly enlightened and independent patriot. How many opportunities do they afford to tamper with domestic factions, to practice the arts of seduction, to mislead public opinion, to influence or awe the public councils? Such an attachment of a small or weak towards a great and powerful nation dooms the former to be the satellite of the latter.(3) Against the insidious wiles of foreign influence (I conjure you to believe me, fellow-citizens) the jealousy of a free people ought to be constantly awake, since history and experience prove that foreign influence is one of the most baneful foes of republican government. But that jealousy to be useful must be impartial; else it becomes the instrument of the very influence to be avoided, instead of a defense against it. Excessive partiality for one foreign nation and excessive dislike of another cause those whom they actuate to see danger only on one side, and serve to veil and even second the arts of influence on the other. Real patriots who may resist the intrigues of the favorite are liable to become suspected and odious, while its tools and dupes usurp the applause and confidence of the people, to surrender their interests.(4) The great rule of conduct for us in regard to foreign nations is in extending our commercial relations, to have with them as little political connection as possible. So far as we have already formed engagements, let them be fulfilled with perfect good faith. Here let us stop. Europe has a set of primary interests which to us have none; or a very remote relation. Hence she must be engaged in frequent controversies, the causes of which are essentially foreign to our concerns. Hence, therefore, it must be unwise in us to implicate ourselves by artificial ties in the ordinary vicissitudes of her politics, or the ordinary combinations and collisions of her friendships or enmities.(5) Our detached and distant situation invites and enables us to pursue a different course. If we remain one people under an efficient government, the period is not far off when we may defy material injury from external annoyance; when we may take such an attitude as will cause the neutrality we may at any time resolve upon to be scrupulously respected; when belligerent nations, under the impossibility of making acquisitions upon us, will not lightly hazard the giving us provocation; when we may choose peace or war, as our interest, guided by justice, shall counsel.(6) Why forego the advantages of so peculiar a situation? Why quit our own to stand upon foreign ground? Why, by interweaving our destiny with that of any part of Europe, entangle our peace and prosperity in the toils of European ambition, rivalship, interest, humor or caprice?(7) It is our true policy to steer clear of permanent alliances with any portion of the foreign world; so far, I mean, as we are now at liberty to do it; for let me not be understood as capable of patronizing infidelity to existing engagements. I hold the maxim no less applicable to public than to private affairs, that honesty is always the best policy. I repeat it, therefore, let those engagements be observed in their genuine sense. But, in my opinion, it is unnecessary and would be unwise to extend them.What is the relationship between paragraphs four and seven in the excerpt? Paragraph seven presents an exception to the assertion developed in paragraph four. Both paragraphs establish the character of the nation and its commitments. Paragraph four asserts an idea with examples while paragraph seven simply states the idea. Both paragraphs develop an extended metaphor through references to foreign countries. ez question pls help tho x/7 - 2 = 8 x=? the number of women incarcerated in prisons has begun to slowly decline over the past few decades. true false