Which virus is also known as hybrid virus ?​

Answers

Answer 1

Answer:

A multipartite virus

Explanation:


Related Questions

list at least 5 disadvantages caused by computer viruses?​

Answers

The 5 disadvantages caused by computer viruses:

A lot of pop-ups.Slow performance.Consistent crashes.Storage space shortage.The issues of Missing files.
what are Computer virus?

A computer virus is known to be a kind a type of computer program that is, if it is executed, tends to double itself by changing other computer programs as well as inserting its own  kind of code.

Note that if the  replication process is said to succeeds, the affected areas are then known to be called "infected" with a computer virus.

Other disadvantages of computer virus are:

Unknown login items.Increased network traffic.Browser homepage is altered.

Therefore, The 5 disadvantages caused by computer viruses:

A lot of pop-ups.Slow performance.Consistent crashes.Storage space shortage.The issues of Missing files.

Learn more about computer viruses from

https://brainly.com/question/8401461

#SPJ1

Explain insert a ternary operator.?​

Answers

Explain insert ternary operator.?

______________________________________

QUESTION;

Explain insert ternary operator.?

ANSWER;

The ternary operator is an operator that exists in some programming languages,which takes three operands rather than typical one or two that most operators use. lt provides a way to shorten a simple of else block. for example,consider the below JavaScript code. var num =4, msg = "";if (num === 4 )

____________________________________

why are there different types of input devices?​

Answers

Answer: different inputs are made for different devices for hearing

Explanation:

If you have a really good picture of your friend, it is okay to post without asking because they allowed you to take it in the first place. O True O False​

Answers

false-you shouldn’t post anything with other peoples consent.
The correct answer is false.

Does the source MAC address match your PC interface?

Answers

Answer: Yes, it does

Explanation:

Activity
Perform an online search and identify the tools for system management. Describe the features/functions of any three system management tools

Answers

The three system management tools

Hardware inventories.Software inventory and installation.Anti-virus and anti-malware

What are the function of hardware features?

The feature and functions of inventory management is that they are  said to be tools that are used to tell or know the right amount and type of input products, as well as the products in process and those that are finished products.

Note that it helps in the facilitating of any production and sales operations.

Therefore, The three system management tools

Hardware inventories.Software inventory and installation.Anti-virus and anti-malware

Learn more about  management tools from

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

Write a program that inputs the length of two pieces of wood in yards and feet (as whole numbers) and prints the total.

Sample Run:

Enter the Yards: 3
Enter the Feet: 2
Enter the Yards: 4
Enter the Feet: 1

Sample Output:
Yards: 8 Feet: 0

Answers

The program accepts separate fabric lengths in feet and inches and displays the total fabric length in feet and inches.

What is programming?

Creating a set of instructions that tells a computer how to perform a task is known as programming. Computer programming languages such as JavaScript, Python, and C++ can be used to create programs.

The Python 3 program is as follows:

feet_1 = int(input('length in feets : '))

Prompts user to enter feet length of fabric 1

inch_1 = int(input('length in inch : '))

Inch length of fabric 1

feet_2 = int(input('length in feets : '))

Feet length of fabric 2

inch_2 = int(input('length in inch : '))

Inch length of fabric 2

inch_sum = inch_1 + inch_2

Sum of the inches

inch_left = inch_sum%12

Remainder in inches after converting to feets

inch_to_feet = inch_sum // 12

Whole number of the converted inch sum

feet_sum = feet_1 + feet_2 + inch_left

Total sum of the feet length

print('Feet : %d Inches : %d' %(feet_sum, inch_left))

Display the sum

Thus, this can be the format for given scenario.

For more details regarding programming, visit:

https://brainly.com/question/14368396

#SPJ1

What do packets and networks mean?

Answers

Answer:

A network packet is a small amount of data sent over Transmission Control Protocol/Internet Protocol (TCP/IP) networks. A packet is the unit of data routed between an origin and a destination on the internet or other packet-switched network — or networks that ship data around in small packets.

Explanation:

Please consider me for brainliest, because I'm trying to move up in rank!

Answer:

network is inernet

Explanation:

What is e-learning
with full explanation

Answers

Answer:

E-learning is a type of learning conducted digitally via electronic media, typically involving the internet. It can be accessed via most electronic devices including a computer, laptop, tablet or smartphone, making it a versatile and easy way for students to learn wherever they are.

Explanation:

HOPE IT HELPS :D

1. For the Boolean functions E and F, as given in the following truth table
XYZ E
F
1
1 0
0
1
1
0
0
0
1
1
1
0
1
1 1 0
0
0
0
0
1
1
1
1
00
0
1
1
0
0
0
0
1
0
1
0
1
1
XYZ
XYZ
बोर
xyz
XFF
XFI
XYZ
xyz
Note
letters in bold mean that it's a compliment.
a.
List the minterms and maxterms of each function
b. List the minterms of E and F
c.
List the minterms of E+ F and E.F
d. Express E and F in sum of minterms algebraic form.
e. Simply E and F to expressions with a minimum of literals

Answers

Answer:

xxxxxxxxxxxxyyyyyyyyyyyyppppppppp537888264778

GIVE THE FOLLOWING:

1. Research three iconic or famous personalities in the field of business who have been featured in print, broadcast, and new media.

2. Compare and contrast how they are presented in each media type.

3. Point out various ways on how the different types of media helped them empower themselves in the field they have chosen.​

Answers

Answer:

ohhh i know it

Explanation:

yes i know

yeah

what is the function of a head frame

Answers

Answer:

it is to enable the hoisting of machinery,personnel or materials.

Explanation:

which means it is use to raise materials during construction work

The
tests the ability of a networking technician to install,
maintain, troubleshoot, and support a network, and understand various aspects of
networking technologies, including TCP/IP and the OSI models.
COMPTIA NETWORK+
COMPTIA A+
COMPTIA ACCESS
COMPTIA A+

Answers

The COMPTIA NETWORK+ tests the ability of a networking technician to install, maintain, troubleshoot, and support a network, and understand various aspects of networking technologies, including TCP/IP and the OSI models.

Who is a Network Technician?

This refers to a person that oversees a network to check and control the vulnerabilities in it.

Hence, we can see that The COMPTIA NETWORK+ tests the ability of a networking technician to install, maintain, troubleshoot, and support a network, and understand various aspects of networking technologies.

Read more about network certifications here:

https://brainly.com/question/14472075

#SPJ1

Answer:compita network+

Explanation:I just did it and got it right big w

input("Enter a number: ")
print(num * 9)

Answers

Note that in the above case, if a person save the input as num,

this will print the input 9 times.

How do you go about this code?

Therefore, since there is 9 times:

So

num = input("Enter a number: ")

print(num * 9)

If a person actually want to do a real math calculations, then one need to input needs to be inside the number.

num = float(input("Enter a number: "))

print(num * 9)

This  is one that do not  bring about any errors where the user do not input a number.

Learn more about coding from

https://brainly.com/question/23275071

#SPJ1

In order to paint a wall that has a number of windows, we want to know its area. Each window has a size of 2 ft by 3 ft. Write a program that reads the width and height of the wall and the number of windows, using the following prompts.

Wall width:
Wall height:
Number of windows:

Answers

Using the knowledge in computational language in JAVA it is possible to write a code that write a program that reads the width and height of the wall and the number of windows, using the following prompts

Writting the code:

import java.util.Scanner;

public class WallArea {

   public static void main(String[] args) {

       Scanner sc = new Scanner(System.in);

       final int areaOfWindows = 6;

       System.out.print("Wall width: ");

       double width = sc.nextDouble();

       System.out.print("Wall height: ");

       double height = sc.nextDouble();

       System.out.print("Number of windows: ");

       double numberOfWindows = sc.nextDouble();

       double area = (width * height) - (numberOfWindows * areaOfWindows);

       System.out.println("Area: " + area);

   }

}

See more about JAVA at brainly.com/question/12975450

#SPJ1

I computer use binary, octal, and decimal number system true or false

Answers

Answer: No/False

Explanation: Computers are designed to work in binary, which converts hexadecimel numbers into binary, which is 0's and 1's, to then run the functions of a computer. Octal is a programming language used by early IBM. And the decimal number system doesnt really apply seeing as binary already does those equations easily.

Information overload can put tension on your brain and cause you to feel
A. tired and forgetful.
B. busy and rushed.
C. depressed.
D. addicted.

Answers

A brain under stress from too much information might make you feel rushed and busy. Hence, option B is correct.

What is brain?

Every physical function, including intellect, memory, emotion, touch, motor skills, vision, breathing, temperature, and hunger, is controlled by the sophisticated organ known as the brain. The spinal cord that protrudes from the brain is part of the central nervous system, or CNS.

In a typical adult, the brain weighs roughly 3 pounds and contains about 60% fat. The remaining 40% are made up of various water, protein, carbohydrate, and salt combinations. The brain does not function like a muscle on its own. It is composed of glial cells, neurons, blood vessels, and nerves.

To get more information about brain :

https://brainly.com/question/11950231

#SPJ1

what is window vista

Answers

Answer:

Windows Vista is a major release of the Windows NT operating system developed by Microsoft. It was the direct successor to Windows XP, which was released five years before, at the time being the longest time span between successive releases of Microsoft Windows desktop operating systems. Development was completed on November 8, 2006, and over the following three months, it was released in stages to computer hardware and software manufacturers, business customers and retail channels. On January 30, 2007, it was released internationally and was made available for purchase and download from the Windows Marketplace; it is the first release of Windows to be made available through a digital distribution platform.

Explanations

you can write half because it is long

While troubleshooting a problem, you realize the problem is caused by a complex series of issues that will affect a large number of users even to test your theory as to the cause, and that process won’t even solve the problem. What should you do next in the troubleshooting process?

Answers

The things that you should  do next in the troubleshooting process are:

Set up a plan of action to handle or resolve the problem and then you need to implement the solution.Lastly you have to verify full system functionality and, if applicable, do implement any kind of preventive measures.

What is the troubleshooting theory?

In regards to the issue above, one need to set up a theory of probable cause and then they need to Test the theory to know the cause and when one has find the main cause of the problem, one need to follow the sets above.

The term troubleshooting in a computer is known to be a term that connote a systematic method of  problem-solving that is said to be used a lot to be able to ascertain and correct issues with complex machines, electronics, computers as well as software systems.

Therefore, The things that you should  do next in the troubleshooting process are:

Set up a plan of action to handle or resolve the problem and then you need to implement the solution.Lastly you have to verify full system functionality and, if applicable, do implement any kind of preventive measures.

Learn more about troubleshooting  from

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

Is Computer Science a science? explain​

Answers

Answer:

Computer Science is a science because it is a systematic and logical approach to discovering how computers work and to solving problems through the use of computers.

Explanation:

Hope this helps!

Answer:

Computer science is considered a science because it involves the study of algorithms and computational systems, which are based on scientific principles such as logic and mathematical principles. It involves the use of scientific methods, such as experimentation and data analysis, to design and develop new technologies and systems. Additionally, computer science research often involves collaboration with other scientific fields, such as biology, physics, and engineering, to solve complex problems and advance scientific knowledge. Overall, computer science is a field that applies scientific principles and methods to the study of computational systems and technologies.

Explanation:

What materials are used to make a steel headgear

Answers

Answer:

headgear or concrete structure A concise definition of a Headgear, is a steel or concrete structure constructed to facilitate the transfer of men, material and rock from underground as well as the housing of equipment and safety devices used for sinking and productionw

material used to make steel To make pure steel, iron and carbon are needed. On its own, iron is not very strong, but a low concentration of carbon - less than 1 percent, depending on the kind of steel, gives the steel its important properties. The carbon in steel is obtained from coal and the iron from iron ore.

Explanation:

i hope it helped it is from my science book

Write a program that takes the radius of a sphere (a floating-point number) as input and then outputs the sphere’s: Diameter (2 × radius) Circumference (diameter × π) Surface area (4 × π × radius2) Volume (4/3 × π × radius3) For convenience, the program can import the math module. Below is an example of the program input and output: Radius = 5 Diameter : 10.0 Circumference: 31.41592653589793 Surface area : 314.1592653589793 Volume : 523.5987755982989

Answers

A program that takes the radius of a sphere (a floating-point number) as input and then outputs the parameter of the spheres is given below:

The Code

from math import pi

r = radius

radius = int(input("Radius = "))

print (float("Diameter : " + int(input(float(2 * radius))))

radius = int(input("Radius = "))

diameter = <...calculate diameter...>

print('Diameter =', diameter)

Read more about programming here:

https://brainly.com/question/23275071

#SPJ1

(problem is given by the image)

Answers

The program that prompts the user for three integers and displays their average as a floating point is given below:

The Code:

import java.util.Scanner;

public class ArithmeticSmallestLargest {

   public static void main(String[] args) {

       Scanner input = new Scanner(System.in);

       int num1;

       int num2;

       int num3;

       int sum;

       int average;

       int product;

       int largest;

       int smallest;

       System.out.print("Enter First Integer: ");

       num1 = input.nextInt();

       System.out.print("Enter Second Integer: ");

       num2 = input.nextInt();

       System.out.print("Enter Third Integer: ");

       num3 = input.nextInt();

       sum = num1 + num2 + num3;

       average = sum / 3;

       product = num1 * num2 * num3;

       largest = num1;

       smallest = num1;

       if(num2 > largest)

           largest = num2;

       if(num3 > largest)

           largest = num3;

       if(num2 < smallest)

           smallest = num2;

       if (num3 < smallest)

           smallest = num3;

       System.out.println("The sum is " + sum);

       System.out.println("The average is " + average);

       System.out.println("The product is " + product);

       System.out.println("Largest of three integers is " + largest + " and the smallest is "+ smallest + ".");

   }

}

Read more about java programming here:

https://brainly.com/question/18554491

#SPJ1

What is presentation system? Explain the usage of presentation system in government office.

Answers

Answer:

A presentation system is a group of equipment used to give a presentation. It can include a projector, screen, computer, audio system, and more. Presentation systems are often used in government offices for training, briefings, and other events.

Explanation:

Hope this helps!

GIVE THE FOLLOWING:

1. Research three iconic or famous personalities in the field of business who have been featured in print, broadcast, and new media.

2. Compare and contrast how they are presented in each media type.

3. Point out various ways on how the different types of media helped them empower themselves in the field they have chosen.​

Answers

Answer:

i know i know hehe

Explanation:

yes it is

yes

1. Three iconic personalities in the field of business who have been featured across print, broadcast, and new media are:

a. Elon Musk - Co-founder and CEO of Tesla and SpaceX.

b. Oprah Winfrey - Media mogul and talk show host.

c. Warren Buffett - Billionaire investor and CEO of Berkshire Hathaway.

2. In print media, these personalities are often presented through in-depth interviews, profiles, and feature articles that delve into their personal and professional lives.

In broadcast media, they appear on TV shows, interviews, and documentaries, allowing the audience to see and hear them directly.

New media, including social media platforms, showcases their insights, achievements, and behind-the-scenes moments, engaging with a global audience in real-time.

3. Different types of media have empowered these individuals by providing them with platforms to reach and influence a vast audience.

Print media offers credibility through well-researched pieces, broadcast media allows for mass exposure and connection with viewers, while new media enables direct communication, promoting their ideas, projects, and businesses worldwide.

This exposure has helped enhance their reputations, attract investors, and create a loyal following, thus strengthening their influence and success in the business world.

Know more about iconic personalities:

https://brainly.com/question/33415078

#SPJ7

a functions is where a relations has only one _ for every _.

Answers

Answer:

A function is where a relation has only one output for every input.

Explanation:

Hope this helps :)

Which of the following network topology is most expensive
to implement and maintain?

Answers

The option of the network topology that is known to be the most expensive to implement and maintain is known to be called option (b) Mesh.

What is Network topology?

Network topology is known to be a term that connote the setting of the elements that pertains to a communication network.

Note that Network topology can be one that is used to state or describe the pattern of arrangement of a lot of different types of telecommunication networks.

Therefore, The option of the network topology that is known to be the most expensive to implement and maintain is known to be called option (b) Mesh.

Learn more about network topology from

https://brainly.com/question/17036446

#SPJ1

Which of the following is the most expensive network topology?

(a) Star

(b) Mesh

(c) Bus

Using pseudocode, provide an algorithm that would test to see if any two people in a group of about 30 people have the same birthday.

Answers

Zodiac signs because they are pseudoscience and will tell you who has the same birthday

2.10.2: Math functions Compute: z = y/|x|

Answers

Answer:

What variable do I solve for?

Explanation:

what is a mesh topology? Why is it not used commonly?​

Answers

what is a mesh topology?

Why is it not used commonly?

_____________________________________________

QUESTION:

WHAT IS A MESH TOPOLOGY?

A mesh topology is a network set-up where each computer and network device is interconnected with one another.This topology set-up allows for most transmissions to be distributed even of one of the connections goes down.lt is a topology commonly used for wireless networks.

WHY IS IT NOT USED COMKONLY?

Because of the sidnificant cost and work involved in having network components directly connected to every other component.

__________________________________________

[tex] \qquad \qquad \qquad \qquad \qquad \large \color{pink}{ \mathrm{09 / \: 07/\: 22}}[/tex]

Mesh topology is a type of topology in which nodes are interconnected to each other where signalscan transfer to any node at any time within a network.

Due to its cost expensive and difficult to troubleshoot,it is not used commonly.

Other Questions
Directions: Determine whether each relation is a function. Explain your answer.Just need 16-18 The solution set of x^2+12=21 determine the values of the missing entries. reduce all fractions to the lowest terms9x-6y= 18 Managers should make changes only when they are absolutely necessary, should announce them well in advance, and should implement the changes gradually. this is referred to as:__________ Last year Jos joined baseball in the spring, went to soccer camp in the summer, and plays football in the fall.Which is the best way to correct the error in this sentence?(1 point)O Changed went to had gone.O Change joined to joins.O Change plays to played.O Change went to goes. Which equation represents the relation that is shown in the graph?Cost of Buying Comic BooksOn a coordinate plane, a graph titled Cost of Buying Comic Books has number of issues on the x-axis and total cost on the y-axis. A line goes through points (0, 0), (1, 3.5), (2, 7). Which is not a good source of information about the hazards that affect waste disposal in a chemistry lab? If you wanted to stop a neuron from receiving signals from another neuron, what parts would you remove? 1. hardwoods reproduce using flowers and have broad leaves; hardwoods include trees such as blank, blank, and blank. Movement along the demand curve showing that a different quantity is purchased in response to a change in price. The mean diameter of holes produced by a drilling machine is 4.05mm and the standard deviation of the diameter is 0.0028mm. for 20 holes drilled using this machine. determine , correct to the nearest whole number how many hare likely to have diameters of betweena) 4.048 and 4.0553assuming they are normaly distributed As the larger of the two bones at the wrist, the ____________ is the equivalent of the tibia in the lower extremity. Please solve this! I need it asap! I need someone to fill in the blanks and and answer the other questions. Question 3 (1 point)Which of the following is not a manner of prewriting according to your book?freewritingbrainstormingrevisingclustering A helicopter landing pad is to be constructed over an area of 40 ft by 70 ft. It is to be 2 ft thick. How many cubic feet must be ordered? A nurse is in a conflict with a colleague, but both nurses are committed to collaboration. to promote collaboration, the nurses should:_____. Can someone please write me a charles by shirley jackson summary!!!! Exercise 2 Underline the adjective clause in each sentence. Write N next to the nonessential clauses and E next to the essential clauses.The kicker who missed the field goal was disappointed for days. a boy weighs 90 pounds on earth but 34.5 pounds on mars how much does a 600 pound man weigh on mars