To provide confidentiality when users in each office would like to access the other's site file's server, the following contents could be implemented :
Network Segmentation: It Separate the network into different segments to prevent unauthorized access.Virtual private network (VPN): It allows secure communication over the internet and encrypts data transmitted between offices.Firewall : Install a firewall to monitor and control network traffic and prevent anauthorized access.Access Controls : Implements strict access controls, such as user authentication and authorization, to prevent unauthorized access.Encryption : Encrypt data stored on the file servers to protect it from anauthorized access.Regular Backup : regularly backup the stored data on the file servers to ensure its availability in case of any security breach.By implementing these controls, the confidentiality of the data stored on the file servers can be ensured and anauthorized can be prevented.
To learn more about Virtual private network :
https://brainly.com/question/14122821
the rule specifies that each entity instance of the supertype must be a member of some subtype in the relationship.group of answer choicestotal specializationtotal convergencesemi-specializationpartial specialization
The disjoint rule states that if an entity instance of the super type belongs to one subtype, it MUST also belong to another subtype.
Which states that each entity instance of the super type in the connection must be a member of one subtype?
Total specialization requires that each entity instance of the super type in the connection be a member of some subtype. Partial specialization states that a super type entity instance does not have to belong to any subtype and may or may not be an instance of one of the subtypes. Specifies that if an entity instance (of the super type) is a member of one subtype, it cannot be a member of any other subtype at the same time. Determine if a super type instance must also be a member of at least one subtype. The entire specialization rule requires that every object in the superclass be a member of at least one subclass. Total specialization, like a conventional ERD, is represented by a double line connection between entities.
Learn more about subtype from here;
https://brainly.com/question/29670165
#SPJ4
aws database engine and experience sudden traffic increase and a degrade in read performance. what should you do to enhance the read performance for your database queries?
Verify the software and hardware recommendations. Optimization of CPU, disk, and memory consumption. Tools for optimizing software performance. MySQL performance with indexes. Boost efficiency by using InnoDB.
Which of the following will boost a SQL query's efficiency?If the criteria of the query matches the columns that are left out most in the index key, an index can aid in enhancing the performance of a SQL query. A non-clustered index's key should always have the most selected columns on the left.
What aids in the performance optimization of SQL queries?Here are the top 10 strategies for improving SQL queries. Indexing: Make sure the database is properly indexed for speedy access. Choose query: Instead of using SELECT*, specify the columns in your SELECT query.
To know more about software performance visit:-
https://brainly.com/question/4274764
#SPJ4
from the lab you know that the first six hexadecimal characters represent the oui. which choice is not the basis for the last six hexadecimal characters?
You are aware from the lab that the OUI is represented by the first six hexadecimal characters. The hexadecimal characters are not based on addressing capabilities.
The Organizationally Unique Identifier (OUI), which is represented by the first six hexadecimal characters, is not the basis for the last six hexadecimal characters in a MAC address.
The device identification, which consists of the final six characters, is normally issued by the device's manufacturer. They are used to verify that there aren't any duplicate MAC addresses on the network and to uniquely identify a device on the network.
Of conclusion, the final six hexadecimal characters in a MAC address are used to uniquely identify a device on a network and are not based on the OUI. The OUI is not the basis for the device identification, which is normally issued by the device manufacturer.
learn more about hexadecimal characters here:
https://brainly.com/question/30465744
#SPJ4
if someone could answer b) ii) , that would be great :) (no need to answer the rest, i’ve got it covered)
Answer:
Stating "Refuel a car" describes the behavior of what should happen without getting into the technical details. Abstraction allows us to know what something should do without worrying about how exactly it accomplishes it.
which is true? question 4 options: a reference variable contains data rather than a memory address the new operator is used to declare a reference a reference declaration and object creation can be combined in a single statement three references can not refer to the same object
A reference variable contains the data of an object it refers to, a reference declaration and object creation can be combined in a single statement, but multiple references can refer to the same object.
It is accurate to say that a reference variable holds data as opposed to a memory location. A reference in C++ is an alias for an object, and when you declare a reference, you are declaring a new name for an existing object, rather than creating a new object. The reference acts as an alternative name for the object, and accessing the reference is the same as accessing the original object. So, when you use a reference, you are accessing the data stored in the referenced object, not the memory address of the object.
It is untrue to say that "the new operator is used to declare a reference." The new operator is used to dynamically allocate memory for an object and return a pointer to the newly created object. It is not used to declare a reference.
It is true that you can combine the creation of an object and a reference declaration in a single statement. When you declare a reference, you must initialize it with an existing object, and you can do this by declaring the reference and creating the object in the same statement. For example:
int &x = *(new int(10));
In this example, a new integer object with the value 10 is created using the new operator, and a reference x is declared and initialized to the new object.
It is untrue to say that three references cannot all refer to the same item. It is possible for multiple references to refer to the same object. When you declare multiple references to the same object, they are all alternative names for the same data, and changing the value through one reference will change the value for all references that refer to the same object.
Learn more about variable here:
https://brainly.com/question/9238988
#SPJ4
how should the things that establish personal identity (passwords, access tokens, etc.) be protected?
Personal identity should be protected with strong authentication methods.
What is authentication?Authentication is the process of verifying the identity of a user, device, or other entity in a computer system, usually as a prerequisite to granting access to resources in a network, application, or that other system. Authentication typically involves validating a username and password combination, but it can also involve biometric data, such as fingerprints or voice recognition, or digital certificates. The goal of authentication is to ensure that only authorized users can access the system, and that the information they view or modify is accurate and secure.
To learn more about authentication
https://brainly.com/question/13615355
#SPJ4
replace ??dataframe your team?? with the name of your team's dataframe. see step 2 for the name of your team's dataframe.
In order to analyze data and draw meaningful insights, one must be familiar with the concept of data frames.
What is data frame?A data frame is a two-dimensional data structure, i.e. data is aligned in a tabular fashion in rows and columns. It is a key data structure for statistical analysis and is used to store and manipulate data in R. It is a special type of list where every element of the list has equal length. In a data frame, each row represents an observation and each column represents a variable. It is a convenient way to store related data where each column can be of a different data type.
A data frame is a two-dimensional array structure that can store data in a tabular format with labeled rows and columns. The data in the data frame can be of different types, such as numeric, character, or factor.
One of the most useful packages for creating and manipulating data frames is ??dataframe your team??. It allows users to easily create data frames from different sources, such as CSV files, Excel files, and other databases. It also provides numerous tools for manipulating the data within the data frame. With ??dataframe your team??, users can easily sort and filter the data, perform calculations, and create visualizations.
??dataframe your team?? also provides a wide range of features for data exploration. It offers a variety of functions for summarizing data, such as calculating summary statistics, plotting data, and creating correlation matrices. It also provides a variety of tools for exploring relationships between variables, such as correlation coefficient, linear models, and regression analysis. With the help of ??dataframe your team??, users can quickly gain insights into their data and make predictions or decisions.
To know more about data frame click-
https://brainly.com/question/28016629
#SPJ4
which of the following is not a rule that must be followed when naming identifiers? after the first character, you may use the letters a-z, a-z, an underscore, a dollar sign, or the digits 0-9. identifiers can contain spaces. identifiers are case-sensitive. the first character cannot be a digit
b. Identifiers can contain spaces. A name that "identifies" (that is, "labels the identity of") either a singular thing or a singular class of objects can be an idea, a physical countable object (or class thereof), or a physical noncountable substance (or class thereof).
Identity, identification (the act of identifying), and identifier are all frequently denoted by the acronym Id. (that is, an instance of identification). A word, number, letter, symbol, or any combination of those can be used as an identification.
The words, numbers, characters, or symbols may be arbitrary or they may adhere to an encoding system (where letters, digits, words, or symbols stand for [represent] ideas or lengthier names). It is frequently referred to as a code or an id code when an identifier is followed by an encoding system.
An identifier known as a unique identifier (UID) only applies to one instance—to one specific object—in the universe. A serial number is required to identify each instance of the part design; a part number is an identifier but not a unique identifier.
To know more about identifiers:
brainly.com/question/13437427
#SPJ4
How many questions do you have the answer before you can start messaging on this app.
Answer: As many as possible
Explanation:
Answer: That’s what I came here to know toooo
Explanation:
write a program that calculates the total amount of a meal purchased at a restaurant. the program should ask the user to enter the charge for the food, then calculate the amounts of a 18 percent tip and 7 percent sales tax. display each of these amounts and the total.
The program calculates the total amount of a meal purchased at a restaurant by asking the user for the food charge, adding 18% tip and 7% sales tax, and displaying the food charge, tip, sales tax, and total.
The program starts with a function `calculate_total` that asks the user to input the charge for the food. The tip and sales tax are calculated as a percentage of the food charge.
The total is calculated as the sum of the food charge, tip, and sales tax. Finally, each of these amounts and the total are displayed to the user.
The program may be written in phyton as follows:
def calculate_total():
food_charge = float(input("Enter the charge for the food: $"))
tip = food_charge * 0.18
sales_tax = food_charge * 0.07
total = food_charge + tip + sales_tax
print("Food Charge: $%.2f" % food_charge)
print("Tip (18%): $%.2f" % tip)
print("Sales Tax (7%): $%.2f" % sales_tax)
print("Total: $%.2f" % total)
calculate_total()
To learn more about python visit: https://brainly.com/question/28675211
#SPJ4
What is the purpose of a graphics processing unit (GPU)?
Answer:
(GPU) is a unique computer chip that handles complex calculations required for rendering images and videos. It is essential for gaming, video editing, and other graphics-intensive applications.
Hope it helps! : )
question 14 :there are two tables in your database: students and identification resources. each student only has one identification resource and only one identification resource can be associated with each student. what is unique about the relationship between these two tables?
A field's primary key is the value that uniquely identifies each entry in a table. Due to its distinctiveness, the primary key forbids the entry of duplicate records or a null value in that field.
What command updates a database table with one or more records?
When you need to add new records to an existing table using data from other sources, you use an append query. An update query can be used to modify data in a collection of records that already exist, such as changing a field's value.
What three different kinds of relationships between database tables are there?
You are likely to meet one of three different sorts of relationships between the data at this point in the design: one-to-one, simultaneously many-to-many and one-to-many. You must look at the data and be conscious of the rules that apply to the data and tables in order to be able to spot these associations.
To know more about database tables visit:
https://brainly.com/question/29651995
#SPJ4
Is joystick is a pen type input device used to draw and tap icons?
No, a joystick is not a pen type input device.
What is device?Device is an object, machine, or piece of equipment that has been created for a particular purpose. It is typically used to perform a specific task or set of tasks, such as controlling, measuring, or producing something. Examples of devices include computers, smartphones, tablets, televisions, printers, and cameras.
A joystick is a type of input device used to control a computer, video game, or other electronic device. It consists of a base unit, which is held in the hand or on a table, and a stick or lever that is moved to control the movement of the cursor or other object on the screen. The joystick is typically used in video games, but it can be used to control other types of applications as well. It is often used in place of the mouse, providing an alternative way to interact with the computer. Joysticks are usually used to control aircraft simulation games, but they can also be used to control some types of software, such as photo editing software.
To know more about device click-
https://brainly.com/question/28498043
#SPJ4
What are the most common malware types? How do you safeguard computer systems against malware? Why do you need to train users of computer systems to be vigilant about malware? What are some of the most recent malware attacks that you read or herd about in the news media?
Common Malware Types:
· Viruses
· Worms
· Trojans
· Ransomware
· Spyware
· Adware
Protections From Malware:
· Firewall Software
· Anti-Virus Software
based on the sql shown, for each sales rep, which query lists the rep number, the number of customers assigned to the rep, and the average balance of the rep's customers? group and order the records by rep number.
Based on the sql shown, SELECT RepNum, COUNT(*) FROM the Customer group ORDERED BY RepNum;
Will the order in which fields are mentioned in the SELECT clause also be the order in which they appear in the query results?In the query results of a SELECT clause, fields will be listed alphabetically. The WHERE clause in a SELECT statement is required. You can utilize the symbol in the SELECT clause rather than mentioning every field name.
What kind of query uses the query results to make a new table?Making a new table from the results of a make table query involves retrieving data from one or more existing tables. You can either make that new table in the database you now have open or in a different one.
To know more about sql visit :-
https://brainly.com/question/30065294
#SPJ4
These are data items whose values do not change while the program is running.
Select one:
a. Literals
b. Variables
c. Comments
d. Integers
e. None of these
a. Literals are data items whose values do not change while the program is running.
What is database?A database in computing is a structured collection of data that is electronically accessible and stored. Large databases are housed on computer clusters or cloud storage, whilst small databases can be stored on a file system. Data modeling, effective data representation and storage, query languages, security and privacy of sensitive data, and distributed computing challenges, such as providing concurrent access and fault tolerance, are all part of the design of databases. In order to collect and process data, a database management system (DBMS) communicates with applications, end users, and the database itself. The primary tools offered to manage the database are also included in the DBMS software.
To know more about database visit
https://brainly.com/question/29775297
#SPJ1
any function that contains a sequence of instructions to be executed by a pthread must take a parameter of type and return a value of type . ? ?
"void *". This is due to the fact that pthread functions always accept a single void pointer argument and always return a void pointer value.
How do you wait for a POSIX thread to complete its execution?The thread counterpart of wait for processes is the pthread join() method. When pthread join is called, the caller thread is blocked until the thread with the first argument's identification terminates.
What function returns a value from a thread?The threaded function whose value we wish to save is called by the nested function in __init__, and its output is saved as the instance attribute self. when the thread has finished running.
To know more about thread visit:-
https://brainly.com/question/29557371
#SPJ4
assume the variable x has been assigned a floating-point value. write a statement that uses the print function and an f-string to display the value of x rounded to 1 decimal point, with comma separators. for example, if x is assigned the value 123477.7891, the statement would display:
print(f"The value of x rounded to 1 decimal place: {x:,.1f}").If the value 123477.7891 is given to x, the following would be shown: 123,477.8 is the value of x.
The statement uses an f-string, which is a way to embed expressions inside string literals in Python. An f-string starts with the letter "f" followed by a string literal in curly braces ({}).
The expression inside the curly braces {x:,.1f} performs the following actions:
The value of the x variable is rounded to 1 decimal point using the .1f format specifier. The .1f specifies the number of decimal places to round the value to.
The , inside the format specifier adds a comma separator to the value, making it easier to read large numbers.
Finally, the f-string is passed as an argument to the print function, which displays the formatted string on the console.
Here is an example of how this statement could be used in a complete program:
x = 123477.7891
print(f"The value of x using comma separators and rounded to one decimal point is: {x:,.1f}")
This would produce the following output:
The value of x rounded to 1 decimal place with comma separators is: 123,477.8
Learn more about function here:
https://brainly.com/question/24846399
#SPJ4
what is the term used to describe the execution of tasks that are governed by the official administrative and formal rules of an organization?
Bureaucracy is the term used to describe the execution of tasks. These are governed by the formal rules and official administration of an organization.
Bureaucracy is a specific form of organization defined by complexity, division of labor, permanence, professional management, hierarchical coordination, and control, strict chain of command, and all legal authorities.
Bureaucracy can help the organization run very smoothly and efficiently. This allows large organizations to streamline processes of working and bring order to systems and procedures. They also ensure that everyone is treated with equal respect, which means there is no bias toward any one entity.
Learn more about bureaucracy at:
brainly.com/question/27425468
#SPJ4
the component of the five-component framework of an information system includes individuals who maintain the data and support the networks of computers. group of answer choices networking people storage procedural data
The correct answer is People who look after the data and support computer networks make up the component of the information system's five components.
A network of connected computers that can communicate and share resources is known as a computer network. These networked devices use a set of rules called communications protocols to transmit data through wireless or physical technologies.. Here are some frequently asked questions about computer networking. Emails, video, audio, and a wide range of other sorts of data are just a few of the applications and services that may be used and shared across computer networks. Various protocols and algorithms are used by network devices to define the precise transmission and reception of data by endpoints. There are four primary types of computer networks: Local area networks, personal area networks, metropolitan area networks, and wide area networks (Wide Area Network).
To learn more about computer networks click on the link below:
brainly.com/question/13992507
#SPJ4
write a function called orbit that takes three inputs and returns three outputs. our function is related to a planet that is in orbit around a star. remember that planets have elliptical orbits, like this:
Answer:
function [circT, ram1T, ram2T] = orbit(major, minor, velo)
a = major;
b = minor;
v = velo;
days = 86400;
% Circular approximation
circT = ((2 * pi *sqrt((a^2) + (b^2))/(2))/ v )/ days;
% Ramanujan's first approximation
ram1T = (pi * (3 * (a + b) - sqrt((3 * a + b) * (a + 3 * b)))/v)/days;
% Ramanujan's second approximation
h = ((a - b)^2) / ((a + b)^2)
ram2T = (pi * (a + b) * (1 + (3 * h )/ (10 + sqrt(4 - 3 * h)))/v)/days;
end
Explanation:
A planet is a celestial body that (a) orbits the sun and (b) has enough mass for its own gravity to outweigh the forces of rigid bodies and establish hydrostatic equilibrium.
The Sun (star) drags planets down into an orbit around it with its gravitational attraction. The elliptical course of their orbit is maintained by this gravity, which is a crucial force. As this force of gravity is directly proportional to mass and inversely proportional to the distance between them, if it changes, it will have an impact on the celestial bodies that revolve around it, such as planets. According to the query, when the star's gravity grows, planets will be more drawn towards the sun, reducing the distance between the star and the planet. As a result, the orbital path will get smaller, and the orbital period will increase.
Learn more about A planet here:
https://brainly.com/question/30040861
#SPJ4
how many days have past since that date until today? (accurate every time the data is refreshed) excel
The TODAY function in Excel will spare you from having to manually type the date in the proper format and update as the days pass. The equation is therefore =TODAY() - B2.
The current date may Excel update a cell automatically?Include the current time and date, which are automatically updated. Use one of the Excel date functions listed below to enter the current date in Excel so that it will always be accurate: A cell's =TODAY() function inserts the current date.
How can I figure out how many working days there are between a date and right now in Excel?The function takes these arguments: Start date – Start date can either be the same as end date or earlier, later, or the same as end date. The end date is given via the argument End date (mandatory).
To know more about TODAY function in Excel visit :-
https://brainly.com/question/20893557
#SPJ4
the fact that many individuals have their phone out and are browsing the web and texting while watching a sporting event on television is an example of .
the fact that many individuals have their phone out and are browsing the web and texting while watching a sporting event on television is an example of C. streaming video services.
What is web browsing?An application used to visit webpages is called a web browser. The browser obtains the page's files from a web server and then shows the page on the user's screen when they request a web page from a certain website. On a variety of gadgets, such as PCs, laptops, tablets, and smartphones, browsers are used. An estimated 4.9 billion people will have used a browser by the year 2020. With a 65% global market share across all devices, is the most popular browser, followed by with 18%. Despite the fact that they are sometimes mistaken, a web browser and a search engine are not the same thing. A website that offers links to other websites is referred to as a search engine.
To know more about web browsing visit:
https://brainly.com/question/4442247
#SPJ4
which of the following is true? a. a static variable has the same lifetime as a procedure-level variable but the same scope as a class-level variable. b. a static variable has the same scope as a procedure-level variable but the same lifetime as a class-level variable.
The True statement is:
B. a static variable has the same scope as a procedure-level variable but the same lifetime as a class-level variable.
A static variable is a type of class-level variable that retains its value between function calls. This means that a static variable has the same lifetime as a class-level variable, but the same scope as a procedure-level variable.
The value of a static variable is shared among all instances of a class, and its value is retained even after a function that uses the variable has completed execution.
In programming, the scope of a variable refers to the region of the program where the variable can be accessed or used. The lifetime of a variable refers to the period of time during which the variable exists and holds its value.
A procedure-level variable has a local scope, meaning that it can only be accessed within the procedure in which it is defined. A class-level variable, on the other hand, has a class scope, meaning that it can be accessed from anywhere within the class.
Learn more about static variable:
brainly.com/question/13098297
#SPJ4
gregson has just completed a vulnerability scan that has identified several vulnerabilities in software applications. to whom should gregson send this report so that they can be quickly addressed?
Gregson should send the vulnerability scan report to:
the appropriate individuals or teams within the organization responsible for managing and securing the software applications. This may include the IT security team, the network administrator, the software development team, or a combination of these groups.
It is important to send the report to the right people in order to ensure that the vulnerabilities are quickly addressed and that the necessary remediation steps are taken to prevent potential security breaches. The report should clearly outline the nature of the vulnerabilities, the severity of each vulnerability, and the steps that can be taken to address them.
In some cases, Gregson may also need to work closely with the software vendors to provide them with the necessary information about the vulnerabilities and to obtain any patches or upgrades that may be required.
The ultimate goal of sharing the report should be to ensure that the software applications are secured and protected from potential attacks, and to minimize the risk of data loss or theft.
Learn more about vulnerability scan:
brainly.com/question/17041571
#SPJ4
question 17 :as you build your database, you need to define the types of information tracked in each table. this information would appear across the top of the datasheet view. which database component is used to define your information by data type?
Field database component is used to define this information by data type.
What is database entry?Data entry is the process of the entering informational or the updating records in the database or computers system.
You use a form to manually of the update data. Data in entry forms can provide an easier, faster, and more accurate to the way to enter data.
Forums by it can contained ofbany number of controls to the such as lists, text of boxes, and buttons. In turn, each of the controls on the form wither reading or the data from or writes data to an underlying table in the field.
To know more about database entry click-
https://brainly.com/question/26711803
#SPJ4
use the distribute command to change all the columns to the same width
To set row height equally, select "Distribute Rows" under the "Cell Size" genre. Then, to equitably distribute column width, select "Distribute Columns."
How can I set the height of every row to the same using the distribute command?
Choose Layout > Distribute Rows to make sure that every row in the table is the same height. Select Layout > Distribute Columns to make the table's columns all the same height. Reminder: In Excel, choose Home > Format, then Row Height.
What does Word's Distribute command do?
To distribute things ubiquitously:
Click the pieces you want to distribute while holding down the Shift (or Ctrl) key. Select Distribute Horizontally or Distribute Vertically under the Align command on the Format tab. There will be a spaced evenly between each object.
To know more about distribute command visit:
https://brainly.com/question/8461994
#SPJ4
documentation on the memory modules in a computer says that each row is refreshed frequently, specifically, every 64ms. what type of memory is installed? group of answer choices sram cmos ram dram flash ram
True. A notch on a RAM module's contact surface enables the module to be correctly positioned with a motherboard memory bank.
Random Access Memory (RAM), often known as main memory, primary memory, or system memory, is a piece of hardware that enables the storing and retrieval of data on a computer. DRAM is a kind of memory module, and RAM is frequently related to it. The computer can retrieve data considerably more quickly since it is accessed randomly rather than sequentially like it is on a CD or hard disk. However, RAM is a volatile memory and needs the power to keep the data accessible, unlike ROM or the hard drive. All information in RAM is lost if the computer is switched off.
Learn more about RAM here:
https://brainly.com/question/29582870
#SPJ4
a software development firm needs to test a high-end application on a system with a family of 64-core amd processors. which processor will meet their needs? group of answer choices ryzen threadripper ryzen with graphics athlon with graphics athlon pro
The Ryzen Threadripper processor is the best choice for a software development firm looking to test a high-end application on a system with a family of 64-core AMD processors.
What is software development?Software development is the process of creating, designing, testing, and maintaining software applications. It includes a range of activities such as designing, coding, testing, debugging, and deploying software applications. Software development is generally divided into two distinct phases: development and maintenance. During the development phase, software engineers design, develop, and test software applications. During the maintenance phase, they implement bug fixes and software updates. The goal of software development is to create software applications that are both functional and reliable.
This processor is designed specifically for high-performance computing, which makes it the ideal choice for businesses seeking to run complex applications and computations. The Ryzen Threadripper offers up to 64 cores and up to 128 threads, which provides the necessary processing power for heavy-duty tasks and workloads. Additionally, it features a robust memory controller and PCIe Gen 4 support, which further bolsters its capabilities. In comparison, the Ryzen with Graphics processor only provides up to 8 cores and 16 threads, making it insufficient for the task at hand. The Athlon and Athlon Pro processors offer up to 4 cores and 8 threads and are more suitable for basic computing tasks, such as web browsing and light video streaming.
To know more about software development click-
https://brainly.com/question/28224061
#SPJ4
what can be used to reduce the risk of a trojan program or rootkit sending information from an attacked computer to a remote host?
Antimalware is a kind of computer software designed to safeguard against harmful software, sometimes known as malware trojan programs, on both corporate and personal computers.
What kind of Trojan allows unauthorized remote access to a compromised system?Trojans that allow threat actors to take remote control of a system are known as backdoors.
What kind of vulnerability places executable code in the computer's memory and grants the attacker more permissions?Return-oriented programming (ROP) is a computer security exploit technique that lets an attacker run code even when security measures like executable space protection and code signing are in place.
To know more about trojan programs visit :-
https://brainly.com/question/28566320
#SPJ4