Answer:
Computer graphics are similar to the visual designs and textures we see in pc games and such everyday we use our computers. Just basically re-creatable images and re-creating images into art.
Sam, an administrator, sends out an HR policy file to Vicky, Mohammad, Charle, and Reena. They save the HR policy file on their home directories under a shared folder of Windows Server 2019 with different file names. As a result, the same copies of the file are present multiple times with different names. Reena opens and saves the file after making minor changes. What will happen to the files when Sam enables the Data Deduplication Service on Windows Server 2019
The thing that will occur to the files when Sam enables the Data Deduplication Service on Windows Server 2019 is that;
A new copy of Reena's file is formed and linked with the same file name.What is Data Deduplication?Data deduplication is known to be a kind of method that is used to remove too much copies of data and it is known to help to lower storage capacity requirements.
This act of Deduplication is known to be one that can be run as an inline process due to the fact that the data is being written into the storage system. When data is done in a background process, it acts to remove other copies after the data has been written to disk.
Learn more about Data Deduplication from
https://brainly.com/question/24309209
You are the IT security administrator for a small corporate network. The HR director is concerned that an employee is doing something sneaky on the company's employee portal and has authorized you to hijack his web session so you can investigate.
Your task is to hijack a web session as follows:
a. On IT-Laptop, use Ettercap to sniff traffic between the employee's computer in Office1 and the gateway.
b. Initiate a man-in-the-middle attack to capture the session ID for the employee portal logon.
c. On Office1, log in to the employee portal on rmksupplies using Chrome and the following credentials: Username: bjackson Password:
d. On Office2, navigate to rmksupplies and use the cookie editor plug-in in Chrome to inject the session ID cookie. Verify that you hijacked the session.
Answer: A, it's the most professional way or C but I'd choose A
Cybercrime
Select 3 options.
is always intentional
O is always unintentional
O can be committed by an outsider
can be committed by an insider
O can be caused by negligence
help me please!?!
Answer:
O can be committed by an outsider
O can be committed by an insider
O can be caused by negligence
Explanation:
Cybercrime can be done by someone within the company and has access but it can also be done by someone outside through hacking. Sometime someone broke the law without knowing it because of negligence.
drawing experiences in high school
Jae is a network consultant hired by a small business client. He has been asked to recommend a firewall solution. Given the relatively small size of the infrastructure, he suggests a firewall that provides integrated intrusion detection system/intrusion prevention system (IDS/IPS) functionality because a single device offering multiple functions is cost- and space-effective. What is the solution
The solution to the issue above is to use Virtual firewall.
What is intrusion detection prevention systems?The Intrusion detection systems (IDS) and intrusion prevention systems (IPS) is known to be a kind of system that often look into the network of a person.
It is often set up to identify the different incidents and logging information about them, hindering incidents, and reporting any issues to security administrators.
See options below
a. Virtual firewall
b. Next-generation firewall (NGFW)
c. Appliance firewall
d. Commercial software firewall
Learn more about intrusion prevention system from
https://brainly.com/question/14284690
A bitmap image is provided in two different resolutions. Image 1 has a resolution of 1500 x 1225. Image 2 has a resolution of 500 x
350. Which of the following statements is true when the sizes of both the files are increased by 25 percent?
a.
a
Select one:
Image 1 is less sharp and has a smaller file size than image 2.
O b. Image 2 is less sharp and has a larger file size than image 1.
O c. Image 1 is sharper and has a larger file size than image 2.
O d. Image 2 is sharper and has a larger file size than image 1.
Clear my choice
The true statement regarding the two (2) bitmap images is: C. Image 1 is sharper and has a larger file size than image 2.
What is a bitmap image?A bitmap image or bitmap image file (BIF) is also referred to as a raster graphic and it is generally made up of bits or dots that are called pixels.
Additionally, it is dependent on the resolution (size) of an image file and as such it becomes blurry when enlarged.
In this scenario, image 1 would become sharper and larger in size than image 2 when the original bitmap image files are increased by 25 percent.
Read more on bitmap image here: brainly.com/question/25299426
For what was the simulation game, America's Military, used?
1222222222222222222222222222222
Answer:
whats that bro
Explanation:
brainliest me bro
What’s a good way to manage a long checklist of items to make sure nothing is forgotten?
A Write the list down three times before working on it.
B Break down larger tasks into smaller, more manageable tasks.
C Divide the list up into categories, and assign each part to individual team members.
D Convert the checklist into a GDD.
Answer:
C. Divide the list up into categories, and assign each part to individual team members.
Explanation:
Correct me if I'm wrong
When installing a processor, what must be placed between the processor and the cooler?
Answer:
Apply thermal paste to your new CPU Your CPU should now be locked and loaded, but you can’t just put your cooler back on and call it a day.
PLEASE MARK ME AS BRAINLESS!!!!!!!
Which of the following are advantages of automatic updates?
They protect against viruses.
They protect against hackers.
They provide free software for your computer.
They keep your computer running at peak performance.
Answer:
They keep your computer running at peak performance.
This is the correct answer.
Answer:
A, B, and D
Explanation:
did and got correct
Which would be considered a peripheral device?
A. a printer that can be connected from outside the computer to communicate with it
B. a CPU
C. RAM
D. an internal hardware part like a motherboard or hard drive
Answer:
D is the correct answer of this question
Determine the value of a and b at the end of the following code segment:
int a = 5;
int b = 10;
a++;
b*=a;
a = b + b;
The value stored for a is _____ and the value stored for b is _____
Answer:
15 and b is 20
Explanation:
Answer:
a = 120 and b = 60
Explanation:
a++ means a = a+1
b*=a is the same as b= a*b
After plugging in the variables,
Here are the results in order:
a = 6;
b = 60;
a = 120;
We only keep the nearest declared value of the variable, so "a" would equal 120 and "b" would equal 60.
Python 4.5 code practice
Answer:
"Write a loop that inputs words until the user enters DONE. After each input, the program should number each entry and print in this format:"
"#1: you entered _____"
"When DONE is entered, the total number of words entered should be printed in this format:"
"A total of ___ words were entered"
count = 0
data = input('Please enter the next word: ')
while data != "DONE":
count = count + 1
print("#" + str(count) +": You entered the word " + data)
data = input("Please enter the next word: ")
print("A total of "+ str(count) + " words were entered.")
Explanation:
we are counting starting from 0 when the user inputs a word the code then counts the word and stores is as data and continues until the user inputs DONE
What type of program would you use to create a personal budget?
Answer:
using Excel is the easiest way to create and use a budget, based on the formulas you can create to have the budget do the work for you, instead of vice versaExplanation:
How is the increased use of smartphones and tablets, with their smaller screen size, affecting user interface design practices
Answer:
A small screen limits the information that can be legibly displayed. While designing, text and images can quickly consume the limited screen space, causing a trade-off between content and user interactions. Given that smartphones are equipped with touch-based interfaces that allow intuitive and dynamic interactions, an increase in screen size offers a larger surface for interactions and a greater sense of controllability. Large screens also enable the utilization of various communication modalities.
Explanation:
I hope this helps!
reference of generation of computers?
Answer:
First Generation: Vacuum Tubes. Second Generation: Transistors. Third Generation: Integrated Circuits. Fourth Generation: Microprocessors. Fifth Generation: Artificial Intelligence
large and fast disks should be used for as doing so will ensure work is done as quickly as possible?
Answer: Well it depends, sometimes for a hard drive if you are using for an example, that would not really affect the performance on how big is it. But I think that it could impact the performance in a good way but maybe some people think that it's not so....
Explanation:
Well, that varies. For instance, depending on how big the hard disk is, performance may or may not be affected. However, I believe it could have a positive effect on performance, while perhaps others disagree.
What is the performance?A play, concert, or another type of entertainment is staged or presented as a performance. It can also be described as the process or action of doing or completing a deed, task, or function. A qualitative methodology is known as "performance research" uses
The subject and method of the experiencing body are placed in time, place, and history. Instead of abstract or reductive encounters, the performance paradigm calls for a more direct experience, primarily through facework. For instance, depending on how big the hard disk is, performance may or may not be affected. However, I believe it could have a positive effect on performance, while perhaps others disagree.
Therefore, Well, that varies. For instance, depending on how big the hard disk is, performance
Learn more about performance here:
https://brainly.com/question/15466511
#SPJ2
please help me with this. this my past homework and it's already stressing me out ehehe so it would make me happy if someone helped me :DD , please help me with atleast 5? thank you sm!
Answer:
14. editor
8. managers
12. news
5. nameplate
10. dummy
A website has recently seen a spike in activity due to a recent marketing campaign that has caused a decrease in performance. The operators want to improve performance to their website. What should they implement?
Answer:
THEY SHOULD ADD CHEESE!
Explanation:
cheese solves everything,
Select all statements that are true of cable internet connections.
A. They're dial-up connections.
B. They're broadband connections.
C. They're wireless connections.
D. They're shared bandwidth connections.
The statements that are true of cable internet connections are:
They're broadband connections. They're shared bandwidth connections.What is this connection about?In telecommunications, cable Internet access is known to be cable Internet and it is said to be a kind of broadband Internet access that make use of the same tools as a cable television.
Note that the statements that are true of cable internet connections are:
They're broadband connections. They're shared bandwidth connections.Learn more about internet from
https://brainly.com/question/2780939
#SPJ2
Different between barcode reader an
Determine the value of a and b at the end of the following code segment:
int a = 5;
int b = 10;
a++;
b*=a;
a = b + b;
The value stored for a is _____ and the value stored for b is _____
Choices
120 and 60
60 and 30
5 and 10
30 and 60
Answer:
30 and 60
Explanation:
1. What is the difference between a group and a topic?
Define Auxiliary memory?
Answer:
An Auxiliary memory is referred to as the lowest-cost, highest-space, and slowest-approach storage in a computer system. It is where programs and information are preserved for long-term storage or when not in direct use. The most typical auxiliary memory devices used in computer systems are magnetic disks and tapes. :)
An Auxiliary reminiscence is referred to as the bottom-value, highest-area, and slowest-method storage in a laptop system. it's miles wherein programs and facts are preserved for long-time period storage or when now not in direct use. The most standard auxiliary reminiscence devices used in computer structures are magnetic disks and tapes.
If there are cyber threats and vulnerabilities to your system, what does that expose you to ?
Answer:
It introduces the possibility of hackers or attackers targeting your system.
I hope this answers your question!
1. (+) Peter will be taken to the airport by his father tomorrow.
(-)………………………………………………………………….
(?)………………………………………………………………….
the figure shows cross-section of a ruler which is a rectangle of 2. 5 cm by 0.2 cm on which surmounted an isosceles trapezium (one in which the non- parallel sides area of equal length). the shorter of the parallel sides of the trapezium 0.7 cm long.if the greatest height of the ruler is 0. 4 cm and it is 33 cm long,calculate its surface area
write down same applacations of AI in agrilcaltural health education and bussness
Answer:
Crop and soil monitoring.
Insect and plant disease detection.
Livestock health monitoring.
Intelligent spraying.
Automatic weeding.
Aerial survey and imaging.
Produce grading and sorting
Which popular video game franchise has released games with the subtitles World At War and Black Ops?
Answer:
Call of duty i think has released those games
Answer:
IT WAS CALL OF DUTY
Explanation:
what dose a compress pictures command do ?
Answer: I reduces the size
Explanation: cropped areas of pictures are saved by default, which adds to the file size. If your using PowerPoint then it can reduce the file size by compressing pictures, like lowering their resolution, and deleting cropped areas.