Answer:
trojan horse
worm
virus
spyware
Explanation:
gimme the brainliest hehe
Answer:
1).Virus :- A type of malware that spreads through normal program.It could simply slow down your device down or cause you to lose all access to programs on your computer.
2).Spyware:- A type of malware that installs itself onto devices and steals personal information about the user like usernames and passwords.It tracks every key the user pressed called key logging.
3).Worm:- This type of malware can copy itself hundreds of times so can hard your device very quickly.
4). Trojan Horse :- This type of malware pretends it will be useful and it is a safe program when it will actually try and attack your device.
Explanation:
Pls give another person brainliest...
thanks hope it helps
Mike needs to write the primary objectives of a project in a project plan. In which section should he write them?
A.
scope
B.
overview
C.
baselines
D.
schedule
The answer is B.) overview
Answer:B
Explanation: yes
To step through a program, what status indicator light needs to be on?
Answer: It should always stay on normal
Explanation:
Hope this helped :)
Most presentations use text: A. To draw attention to content
B. At a minimum
C. Without restraint
D. To maximize area and style
To improve accuracy during user input, a designer can add context to the ________ from the properties screen which will be displayed in the status bar to provide additional information to users who are entering data.
Answer:
Description
Explanation:
To improve accuracy during user input, a designer can add context to the Description from the properties screen which will be displayed in the status bar to provide additional information to users who are entering data.
pls help have absolutely no clue how to delete this
Answer:
is that a picture or a file if it's a file then touch the pad with two fingers
if a picture then i don't know
Explanation:
Answer:
not sure if this will mess anything up but try to run cmd as admin and del that folder
Explanation:
A walk-through of the project deliverable is conducted by
__
Why RAM is called volatile memory?
Explanation:
RAM is called 'volatile' memory by analogy because if the computer loses power, all the data stored in RAM
Explanation:
Random Access Memory ( RAM ) is called volatile memory because it's data contents remain permanent and do not lose data if the electricity is not supplied.
Hope I helped ! ツ
Have a wonderful day / night ! ♡
▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁
Which activity might be a job or task of an IT worker who manages work
Answer: Sets up a LAN for the office
Explanation:
The activity that might be a job or task of an IT worker who manages work is the setting up of a local area network for the office.
Through the setting up of the local area network, the computers in the company can be interconnected together within the organization.
Cars are an example of what type of technology?
Answer:
A number of cars already have semi-autonomous capabilities in the form of driver-assisted technologies. These include automatic-braking sensors, motorway lane sensors, mapping technology that monitors blind spots, cameras in the back and front of a car, adaptive cruise control and self-parking capabilities.
Explanation:
Answer: Mechanics
Explanation: cause is moves and Mechanics stuff moves around not the mechanics pencils.
Digital signals transmit zeros and ones through changes in
frequency
light intensity
voltage
Answer
voltage
Explanation:
the other person is correct i got a 100 % thanks to them
black and white squares codehs, i need the whole code (40 points for correct answer)
Answer:
speed(0)
penup()
setposition(-100,0)
count=0
def make_squares(i):
if i % 2 == 0:
begin_fill()
for i in range(4):
forward(25);
left(90)
end_fill()
penup()
pendown()
for i in range(6):
pendown()
make_squares(i)
penup()
forward(35)
Explanation: