Use "cd" or "cd " to go to your home directory. Use "cd." to move one directory level above. Use "cd -" to go back or to the previous directory.
If you wish to traverse across several levels of a directory at once, be sure to include the whole directory path. Because Bash understands the complete path of the current working directory, you may use the command cd.. to return to any current directory's parent directory. Using the command cd, you can also return to your home directory at any moment (for example, /users/jpalomino) (the character known as the tilde) Use "cd" or "cd " to go to your home directory. Use "cd." to move one directory level above. Use "cd -" to go back or to the previous directory.
Learn more about directory here-
https://brainly.com/question/29740672
#SPJ4
write a query to fetch emp id, first name, last name, gender, and department from the employee record table, and make a list of employees and details of their department.
The query to fetch emp id, first name, last name, gender, and department from the employee record table is:
SELECT employee_id, first_name, last_name,
(SELECT department_name FROM departments d
How do you fetch all the employee's details with their department details from the department table?A database table that returns the data in the form of a result table is fetched using the SQL SELECT query. The inner join query joins the Department and Employee tables and obtains data from both where Employee. DeptId equals Department, therefore DeptId. It only retrieves data from both tables when DeptId in the Employee table and DeptId in the Department table are identical. The query to make a list of employees and details of their department is:
WHERE e. department_id = d. department_id) department
FROM employees e ORDER BY department;
To learn more about SQL SELECT, visit:
https://brainly.com/question/29607101
#SPJ4
virtual machine oss and systems like xen are often used to run multiple copies of the same guest os. what are some advantages of this approach over running a single copy of the guest os directly on the hardware?
A host operating system is the program installed on and operating on the virtual machine, as opposed to the host operating system, which is software loaded on a computer to communicate with the hardware.
Which one of the above is a virtual machine's operating system?An operating system that is installed on a partitioned disk or a vm (VM) is referred to as a guest operating system.Typically, it is distinct from the host OS.
What are the three virtual desktop modes?Virtual desktop infrastructures (VDI), Remote Access Services (RDS), formerly known as Terminal Services, and desktop as a service are the three basic types of virtualization technologies (DaaS).
To know more about computer visit:
https://brainly.com/question/21080395
#SPJ4
Of the five responder tasks identified by NFPA 472 and NFPA 1072, which one(s) do awareness-level personnel have responsibilities
All people working in environments that are immediately dangerous to life and health (IDLH) must be properly outfitted with the necessary PPE, according to NFPA 1500.
According to NFPA 1500, all employees working in environments that are immediately dangerous to life or health (IDLH) must be properly PPE-equipped. The NFPA 1500 outlines the minimum requirements for an occupational safety and health program for fire departments and other organizations that provide rescue, fire suppression, emergency medical treatment, hazardous materials mitigation, special operations, and other emergency services. It is well known that the National Fire Association (NFPA) developed the NFPA 704 color-coded number chart or system. The diamonds on this chart, which are known to have four quadrants, are represented by various color codes.
Learn more about NFPA here:
https://brainly.com/question/29063120
#SPJ4
2. For the task above, explain what was entered in the form and what is the query submitted to the database. Why does this allow you to retrieve all users
Answer:
Queries can perform many different functions in a database. Their most common function is to retrieve specific data from the tables. The data you want to see is usually spread across several tables, and queries allow you to view it in a single datasheet. Also, since you usually don't want to see all the records at once, queries let you add criteria to "filter" the data down to just the records you want.
Explanation:
CONTRAST is to LINK as ... a. SORT is to SIFT b. ADD is to MERGE c. ADDRESS is to IGNORE d. SPEAK is to REPORTe. PROVE is to ACCEPT
PROVE is to ACCEPT. Contrast is a comparison between two things that are different, while link is the connection between two things.
What is Contrast?Contrast is a technique used to highlight the differences between two or more elements. It can be used in a variety of contexts, including art, design, literature, and photography. In art, contrast can be used to create a sense of drama, adding visual interest and emphasis to an image. In design, contrast can be used to create a sense of balance and hierarchy.
Similarly, prove is the act of demonstrating that something is true, while accept is the act of agreeing with something as valid and true.
To learn more about Contrast
https://brainly.com/question/13464390
#SPJ4
unable to validate the following destination configurations
Fill up the BucketName field in your AWS CloudFormation template with a value.
What is AWS Cloud?AWS (Amazon Web Services), Amazon's cloud computing infrastructure, is enormous and ever-growing.
It mixes packaged software-as-a-service (SaaS), infrastructure-as-a-service (IaaS), and platform-as-a-service (PaaS) offerings.
Receiving tools like processing power, database storage, and content delivery services from AWS services can be advantageous for an organization.
The earliest web services provided by Amazon.com Web Services in 2002 were built on the internal infrastructure that Amazon.com built to carry out its online retail operations.
In 2006, it began offering its distinctive IaaS services. AWS was one of the first companies to use a cloud computing pay-as-you-go model that scales to suit customers' demands for processing, storage, or throughput.
Hence, Fill up the BucketName field in your AWS CloudFormation template with a value.
learn more about AWS Cloud click here:
https://brainly.com/question/30185667
#SPJ4
question 9 scenario 2, continued your next task is to identify the average contribution given by donors over the past two years. tayen will use this information to set a donation minimum for inviting donors to an upcoming event. you start with 2019. to return average contributions in 2019 (contributions 2019), you use the avg function. what portion of your sql statement will instruct the database to find this average and store it in the avglinetotal variable?
SELECT AVG(LineTotal) as AvgLineTotal FROM Donations WHERE YEAR(DonationDate) = 2019;
What is SQL?
SQL (Structured Query Language) is a programming language used to manage data stored in relational databases. It is a standard language for relational database management systems, allowing users to query and manipulate data in the database. SQL statements are used to perform tasks such as retrieving data from a database, updating data in a database, inserting new records into a database, creating new databases and tables, and deleting existing databases and tables.
To know more about SQL
https://brainly.com/question/13068613
#SPJ4
to create object classes, you should apply a function known as an object constructor that defines the properties and methods associated with the object type. true false
It is true that in order to build object classes, you must use a function called an object constructor, which specifies the attributes and methods related to the object type.
What method in a class' constructor serves what purpose?A constructor is a unique function that generates and initializes a class-specific object instance. When an object is created with JavaScript using the new keyword, the constructor is invoked.
How does JavaScript allow you to link a function to an object?In this way, we may directly embed the function in the object. Alternately, we can assign a previously created function to a variable and use it. If parent were present after the function name, the returned value would simply be stuffed into the parent after the function was executed.
To know more about create object visit:-
https://brainly.com/question/28021337
#SPJ4
What kind of approach should you follow to create a website that a visually challenged person as well as a person with normal vision can use with ease?
Usability is the ease with which a person can use a tool, such as a website, a mobile phone, or a kiosk, to achieve a purpose.
phone, or a kiosk, to achieve a purpose. The right answer is A. Describe a webpage. A website, often called web site, is a collection of web pages and related material that is hosted on at least one web server and given a shared domain name. Usability is the ease with which a person can really accomplish a goal using a tool, such as a website, a mobile phone, or a kiosk. Therefore, choice A is the best one. When standing 20 feet away, a person with 20-100 vision can see what a person with 20-20 vision can see when standing 100 feet away. Simply put, this means that the individual can see around 100 feet farther than a person with normal vision. An individual with 20-40 vision can see from 20 feet what an individual with 20-20 vision can see from 40 feet away. This is equivalent to an explanation (a). The individual can see what a typical person can see at a distance of 40 feet.
Learn more about Website here:
https://brainly.com/question/30029717
#SPJ4
An access point that conforms to the IEEE 802.11b standard behaves similarly to what other network device? a. Router b. Gateway c. Hub d. Terminal
The other network device is an access point that complies with IEEE 802.11b standards and functions similarly to Hub.
A network is a grouping of computers, servers, mainframes, network devices, peripherals, or other linked devices that enable data sharing. The Internet, which links millions of individuals worldwide, is an illustration of a network. An illustration of a home network with many linked computers and other network devices can be seen on the right.
The link between connected devices is referred to as network topology and is represented as a geometric graph. On the graph, devices are represented as vertices, and the connections between them are shown as edges. It explains the number, hierarchy, and order of connections that each device possesses.
Bus topology, mesh topology, ring topology, star topology, tree topology, and hybrid topology are examples of typical network configurations.
Learn more about network here:
https://brainly.com/question/14276789
#SPJ4
northern trail outfitters imports subscriber affinity data to drive dynamic content in marketing emails. the affinity data is delivered every 30 minutes via an sftp file. they want the most updated affinity data to be used prior to deploying emails. what automation flow should be employed to ensure the most relevant email content?
Automation flow should be employed to ensure the most relevant email content is given below-
What is API?API stands for Application Programming Interface. It is a set of protocols, routines, and tools used to build software applications. API specifies how the software components should interact ,APIs are used when programming graphical user interface (GUI) components. APIs allow developers to access the functionality of an operating system, application, or other service to enable the building of applications. APIs are also used to allow developers to access web-based services.
Automation flow:1. Set up an automated task to download the SFTP file every 30 minutes.
2. Parse the downloaded file and store the data in a database.
3. Create an API endpoint to allow applications to query the most up-to-date affinity data.
4. Integrate the API endpoint into the email marketing platform so that the most relevant content can be generated prior to deploying emails.
To know more about API visit :
brainly.com/question/27852304
#SPJ4
Denise earned a C in Language Arts. Daniel earned a C as well but took Language Arts Honors. Which of the following is true?
Daniel also had a C, but he enrolled in Language Arts Honors. this is true statement.
What is C language?The programming language C is all-purpose for computers. Dennis Ritchie came up with it back in the '70s, and it's still heavily utilized and important today. The features of C, by design, accurately mirror the capabilities of the CPUs it is intended to run on. At Bell Laboratories in 1972, Dennis Ritchie developed the general-purpose computer language C. Despite being ancient, it is a relatively common language. Due to its development for the UNIX operating system, C has a close connection to UNIX. High-level, all-purpose programming languages like the C language are available. For those who program systems, it offers a simple, reliable, and effective interface. As a result, system software, application software, and embedded systems are all frequently developed using the C language. Languages like C and C++ are object-oriented, whereas C is a procedural language.To learn more about C language refer to:
https://brainly.com/question/26535599
#SPJ1
as an it systems administrator, what can you set up to make sure that your client machines and server times are in sync?
Network Time Protocol (NTP): As a computer systems administrator, you can use NTP to make sure that the times on your client computers and servers are in sync.
Which service can you utilize to maintain time synchronization between all of the devices in your fleet at one point?Network time protocol, sometimes known as NTP, is employed to maintain time synchronization between devices.
Which of following may fall under a system administrator's purview?Among the duties of a system administrator are setting up networks, hardware, and software.Keeping an eye on system performance and looking for problems.ensuring the IT infrastructure's effectiveness and security.
To know more about systems administrator visit:
https://brainly.com/question/29894226
#SPJ4
which search engine results pages (serps) feature displays a special box with information intended to help the searcher more easily discover what they are seeking?
The search engine results page, also known as the SERP, is the page that displays after entering a query into or into another search engine.
Which search engine results pages provide a map and a list of businesses in the area?In a local 3-pack, a SERP feature, three neighboring companies are listed together with a map. Local 3-packs are frequently shown while looking for nearby businesses or organizations.
What are the three elements that each SERP result has in common?They are essentially SERP features for a particular SERP result. As you are surely aware, a title tag, a description, and a URL make up the majority of r results. Rich snippets, however, include information that extends much beyond those three.
To know more about search engine visit:-
https://brainly.com/question/1100353
#SPJ4
Currently, there are no antivirus programs for mobile devices.True or False
There are no antivirus solutions for mobile devices at the moment. False. Hackers can't access a computer system by using a denial-of-service attack.
Are all viruses capable of seriously destroying computer data?A computer virus is a program that replicates itself after first infecting files or the system folders on the hard disk of a computer or network router.
Is a program that secretly and completely takes over your computer?Spyware is a category of application that can be placed on your personal computers with or without your knowledge in order to gather data about users, their browsing or computer activities, and communicate it to a distant user.
To know more about antivirus visit :-
https://brainly.com/question/14313403
#SPJ4
A component of the aircrack-ng suite of tools, which command-line tool is a wireless sniffing tool that can be used to discover and validate potential wireless targets?A. Kismet
B. Airmon-ng
C. Airbase-ng
D. Airodump-ng
Airodump-ng is a command-line program that is a wireless sniffer tool that may be used to find and validate possible wireless targets as part of the aircrack-ng suite of tools.
What is command-line tool?Command line tools are scripts, programs, and libraries that were written with a specific goal in mind, usually to address a problem that the inventor of the tool had themselves. Airodump-ng is a command-line program that is a wireless sniffer tool that may be used to find and validate possible wireless targets as part of the aircrack-ng suite of tools. A command-line interface (CLI) is a text-based UI used to run applications, manage computer files, and communicate with the computer. CLIs are also known as command-line user interfaces, console user interfaces, and character user interfaces.
Here,
Airodump-ng is a component of the aircrack-ng suite of tools, whose command-line utility is a wireless sniffer tool that may be used to find and validate possible wireless targets.
To know more about command-line tool,
https://brainly.com/question/28461340
#SPJ4
a marketer is about to send an email, however, they would like to only send the email to subscribers who live in a certain postcode, this data is stored in the 'postcode' attribute within the data extension. which tool would the marketer use to accomplish this task?
Drag and Drop Segmentation is the tool that the marketer would use to accomplish the task of sending the email to subscribers who live in a certain postcode, stored within the data extension.
What is data extension?If you want to keep track of more subscriber data, a data extension is advised. The information can be used to execute queries, compile data, and send messages to a variety of subscribers. A file format, which is computers is also referred to as a file extension, is the way that data is structured within a file.
Typically, the file name extension serves as the named participant for a certain file format. It's also important if you want to handle unsubscribes using publication lists. Simply said, a data extension is a table with fields for contact-related information. Data extensions are capable of working alone or in cooperation.
To learn more about data extension, visit:
https://brainly.com/question/28335869
#SPJ4
when we think about memory as like a computer, encoding is like using multiple choice the internet. the hard drive. a keyboard. software.
In thinking about memory like a computer, encoding would be like a. a keyboard.
What is Encoding in computer?
Encoding is the process of converting original data into a format that can be used by another process by using a code.
The code used to convert characters is known as American Standard Code for Information Interchange (ASCII), and it is the most commonly used encoding scheme for text files. ASCII characters include uppercase and lowercase letters, symbols, punctuation marks, and numbers that are both printable and nonprintable. Some characters are given a unique number.
The standard ASCII scheme only has 127 character positions; positions 128 through 255 are undefined. Unicode encoding solves the problem of undefined characters by assigning a number to every character used worldwide.
To learn more about Encoding, visit: https://brainly.com/question/13631388
#SPJ4
An auto repair shop has a database that tracks cars that it performs repairs on. Every time a car is brought in, the repair department fills out a work order. Customers sometimes bring the same car in for repairs more than once. A car is only recorded if a customer brings it in for repair. There is a set of common repair tasks (in a catalog) that may be on more than one work order (change muffler, rotated tires, etc.). Every work order has at least one repair task, but it is common for a number of repair tasks to be on a work order. Based on this description, choose the correct entity-relationship diagram. (Only maximum cardinalities have been included.)
Your computer will now have to maintain note of which shop worked on a specific vehicle, as well as the manager's and repairman's names.
An entity - relationship is what?A schematic diagram that shows relationships between individuals, things, locations, concepts, or events inside an information systems (IT) system is called an entity relationship diagrams (ERD), also called as an erd.
Why do we use Entity Relationship diagrams?A database's data must be modelled to use an entity-relationship graph, or ER diagram. It serves as the foundation upon which a collection is constructed. ER diagrams outline the items and their attributes, which are the types of data we will store. They also demonstrate the interactions between different things.
To know more about ER diagrams visit:
https://brainly.com/question/17063244
#SPJ4
Which of the following tabs would be the MOST helpful for getting an overall view of how her computer is running: Which of the following tabs would be the MOST helpful for getting an overall view of how her computer is running
Processes and Performance tabs would be the MOST helpful for getting an overall view of how her computer is running.
Which tool gives programs the most autonomy over themselves?IaaS tools are the most practical since they provide you the most control.The total performance of the computer's key components, including the CPU, RAM, storage, network, and GPU, is displayed on the Processes and Performance tabs.The Windows search bar may be used to retrieve process priority by opening the task manager. The process you wish to change may be found by clicking the details tab. From Low to Realtime, there are six priorities to pick from.System software, which includes operating systems, file management utilities, and disk operating systems, controls the computer's fundamental operations.To learn more about Processes refer to:
https://brainly.com/question/26995556
#SPJ4
a marketer wants to automate a data import from the enhanced sftp site. the data is sent from the data warehouse and is in a compressed folder. how should the marketer sequence the activities?
The marketer should first set up an automated process to decompress the compressed data folder when it is received from the data warehouse. Next, they should set up an automated process to import the decompressed data into their desired database or system.
Finally, they should test the entire process to ensure that the data is being imported correctly and that there are no errors. The marketer should also set up monitoring to ensure the automated process is running smoothly and to detect any issues that may arise. In summary, the main steps are decompressing, importing, testing and monitoring the automated process for importing data from the enhanced SFTP site.
Learn more about strategy marketing, here https://brainly.com/question/29376574
#SPJ4
what are some shortcomings of code coverage as a measurement for how well a system or product is tested?
Code coverage does not guarantee that the tests are exercising the most crucial or dangerous portions of the code. Having functional coverage does not always entail having code coverage.
Code, in the context of communications and information processing, is a set of rules that transforms information—such as a letter, word, sound, image, or gesture—into another form, sometimes shorter or hidden, for transmission across a communication channel or storage in a storage medium. Language was one of the first inventions that made it possible for someone to express verbally what they were thinking, seeing, hearing or feeling to other people. Speech, however, is restricted to the audience that is present at the time the speech is made and to the range of communication that a voice can go. The ability to communicate across time and distance was greatly expanded by the discovery of writing, which transformed spoken words into pictorial symbols.
Learn more about Code here:
https://brainly.com/question/17293834
#SPJ4
Which of the following systems combines the functions of a printer, copier, scanner, fax machine, and special-purpose computer with a CPU
MFP combines the functions of a printer, copier, scanner, fax machine, and special-purpose computer with a CPU.
What is CPU?A central processing unit, often known as a central processor, main processor, or simply processor, is the electrical circuitry that processes computer program instructions. The CPU executes fundamental arithmetic, logic, controlling, and input/output operations as provided by the program's instructions. A Central Processing Unit, or CPU, is a piece of electrical gear that executes instructions from programs, allowing a computer or other device to perform its functions. Central Processing Unit (CPU) A computer's CPU is its brain, including all of the hardware required to process input, store data, and output results. The CPU is continually obeying computer program instructions that tell it which data to process and how to process it.
Here,
A multifunction printer (MFP) combines the tasks of a printer, copier, scanner, fax machine, and a special-purpose computer with a CPU.
To know more about CPU,
https://brainly.com/question/16254036
#SPJ4
in the evolution of database management systems, what does optimization refer to? select one: a. high availability b. security c. performance d. scalability clear my choice
In the evolution of database management systems, optimization refer to performance. Hence option (c) is the answer.
What does a database management system mean?System software for generating and managing databases is known as a database management system (DBMS). End users can create, protect, read, update, and remove data in a database with the aid of a database management system (DBMS). It is a group of software tools used to manage, organize, store, retrieve, and keep up-to-date database data.
The three primary categories of DBMS data models are relational, network, and hierarchical. All entities in the network data model are arranged graphically. A tree-like structure of data is structured in a hierarchical data model. Databases can be used to store, manage, and access any kind of data.
To learn more about database management system, visit:
https://brainly.com/question/13266483
#SPJ4
if a slide contains a content placeholder, what happens to the content placeholder if you insert a photo using the pictures button on the insert tab? a. the content placeholder disappears while the picture is selected, but reappears when the picture is no longer selected. b. the content placeholder is moved so that it is next to the picture. c. the content placeholder stays on the slide behind the picture. d. the content placeholder is replaced by the picture.
According to the given statement, The content placeholder stays on the slide behind the picture.
What is insert tab ?The Insert tab is a tab in Microsoft Office programs such as Word, Excel, and PowerPoint which enables the user to insert content such as tables, images, charts, text boxes, shapes, and other objects into documents. It is typically located on the top ribbon bar and can be accessed by clicking the Insert tab.The Insert tab contains options to add reports, charts, existing reports, text, images, and active form controls (for active report, active PDF, and active Flash outputs only) to a canvas in Document view.
To know more about Insert tab visit :
brainly.com/question/18147819
#SPJ4
if you want to format one word in a text box as bold, what do you need to do before you click the bold button on the home tab? a. move the pointer on top of the word. b. click anywhere in the word so the insertion point appears in the word. c. click to the left of the word. d. select the word.
If you want the words in the text box to be bold, you should do the following before clicking the Bold button on the Home tab: select the word.
How can I format the text in a specific text box?To format text in a text box, select the text, Ctrl-click the text, and select Font. To add different effects to a text box, select the text box and use the options on the Shape Format tab (change the direction of the text, or move the text to the top, center, or bottom of the text box). ).
How can I customize the text within the field?All text in a text box can be aligned to the top, center, or bottom of the text box. Click the outer edge of the text box to select it. Click the Format tab (the purple contextual tab that appears next to the Home tab), and under Text Box, click Change text box text alignment.
Is it possible to conditionally format a text box?Apply conditional formatting based on text in cells: Select the cells to apply conditional formatting. Click the first cell in the range and drag to the last cell. Click Home > Conditional Formatting > Highlight Cell Rules > Contains Text.
To learn more about text visit:
https://brainly.com/question/5625271
#SPJ4
northern trail outfitters stores last name in a data extension. how should the text field be defined?
The text field be defined as Text(100) in northern trail outfitters stores last name in a data extension.
What is data extension?If you wish to keep track of more details about your subscribers, a Data Extension is advised. It's also necessary if you want to use Publication Lists to handle unsubscribes. A data extension is only a table with contact-related fields of information. Extensions for data can stand alone or interact with other extensions for data.
You can execute queries on the data, gather information, and deliver it to a selection of subscribers. A file format, often known as a file extension in computers, refers to the way that data is structured within a file. A file name extension frequently serves as a named participant for a specific file format.
To learn more about data extension, visit:
https://brainly.com/question/28335869
#SPJ4
Your manager asks you to configure a honeypot to track malicious user activity. You install the host in the screened subnet without any patches and configure a web site and an SMTP server on it. You have configured nothing else on the host. Identify a problem with this configuration.
A. The honeypot needs to be patched.
B. Honeypots should not run a web site.
C. Honeypot logs are not being forwarded to another secured host.
D. Honeypots should not run SMTP services.
C. The honeypot host is unpatched and is therefore vulnerable, so storing the only copy of log files (a default setting) on a honeypot means attackers could delete the contents of logs to remove all traces of their malicious activity.
C. Since the honeypot server is unpatched and hence susceptible, attackers might delete the content of log files if they were stored there alone (the default setting). This would erase all evidence of their malicious activities.
Which are the two main strategies that IDS employs to find threats on the system?Both signature-based intrusion and anomaly-based penetration testing are widely used by intrusion detection systems.
Which are the four main categories of assaults using malicious code?Unplanned, planned, direct, and indirect attacks are the four main categories of malicious code attacks.The strategy of "defense in depth" involves layering measures to improve overall security and give responders more time to act after an incident.
To know more about SMTP server visit:
https://brainly.com/question/14617109
#SPJ4
when you have completed your integrated excel question, which button do you click to return to connect?
The capability of the linked list data structure is what best supports the indicated presentation of previously visited websites.
A web browser is an application that individuals use to access information on the internet from other websites or applications. Linked List is the data structure that best supports the described presentation of previously visited sites because of its functionality. See the choices below. the array or array List, Queue, Stack, Preference Stack. Your response to a phishing email should be as follows: Hover over the link, look up the sender's identity, then check for poor grammar and misspelled words to detect phishing. The goal of email phishing is to deceive recipients into disclosing sensitive information by tricking them into believing they have won a lottery or other game of chance without playing it.
Learn more about Web browser here:
https://brainly.com/question/28087410
#SPJ4
Answer: Save and return to assignment
Explanation:
what sort of internet service providers are used by airlines to provide internet services to customers in transit?
Creating tiered-value service offerings.
What is an illustration of tiered pricing?Consider yourself a B2B manufacturer who sells components to another business.Each item costs $5 if they buy five of them.But if they buy 10, the first five still cost $5, but the remaining five still cost $3 each.If they buy 20, the last 10 will only cost them $2 each.
What distinguishes taxation from tiered pricing?Manufacturers are encouraged to alter prices under tier systems to avoid paying greater taxes.When taxes are raised under tiered tax structures, price differences typically widen, encouraging consumers to switch to less expensive options rather than lowering cigarette usage.
To know more about internet services visit:
https://brainly.com/question/24310411
#SPJ4