Answer: If the situation goes undetected, it can lead to serious situations, self-harm, and damaged relationships. According to Superintendent Alex Geordan, some common long-term effects of cyberbullying include depression, low self-esteem, unhealthy addictions, trust issues, and poor mental health.
Robert is risk manager at TPT Bank has been asked to implement an updated badge reader system for addressing access control risk. Even though the risk was migrated, Robert observes some remaining risk linked with access control. What type of risk has been observed by Robert
Answer:
Disruption of computer service
Explanation:
Access control is a method or technique used by network administrators to organize and limit access to resources in a network. In a computer network, there several threats and risk experienced by users and technician, that threatens the confidentially of information and other resources.
The configured badge reader system needs data and draws bandwidth. When this bandwidth is in use, it reduces the network efficiency and computer services causing low productivity in the organization.
PLEASEEEEEEEEEEE HELPPPPPPPPPP MEEEEEEEEEEE
This software application can be used to organize, analyze, and illustrate data. Which one is it?
a.Excel
b.Outlook
c.PowerPoint
d.Word
What pets are on Terraria and how can you get them?
Answer:
There are over 15 new pets that can be found in chests and dropped rarely off enemies: Baby Dinosaur, Baby Eater, Baby Hornet, Baby Penguin, Baby Skeletron Head, Baby Snowman, Baby Truffle, Black Cat, Eyeball Spring, Pet Lizard, Pet Parrot, Pet Sapling, Pet Turtle, Squashling, and Tiki Spirit.
Explanation:
There are over 15 new pets that can be found in chests and dropped rarely off enemies: Baby Dinosaur, Baby Eater, Baby Hornet, Baby Penguin, Baby Skeletron Head, Baby Snowman, Baby Truffle, Black Cat, Eyeball Spring, Pet Lizard, Pet Parrot, Pet Sapling, Pet Turtle, Squashling, and Tiki Spirit.
Answer:
Depends on version
Explanation:
Check ther official website entering your vertion in ther
HELP PLEASEEEE!!!!!!!
Can someone give me the code for the edhesive 3.7 code practice for python? Thanks. The first person to give a correct answer will get brainlyist.
Answer:
Try
568458
448952
123456
Also just keep hitting keys till u get it :)
Explanation:
Hope this helps u plz mark brainliest
Adam is an Engineering student but has decided that he does not want to work in that field, but in the Manufacturing career cluster. He enjoys the process of designing products. What career pathway would be the best fit for Adam?
Maintenance, Installation, and Repair pathway
Manufacturing Production Process Development pathway
Logistics and Inventory Control pathway
Health, Safety, and Environmental Assurance pathway
Answer:
Manufacturing Production Process Development pathway
Explanation:
The career pathway that would be the best fit for Adam is the manufacturing Production Process Development pathway. The correct option is b.
What is the manufacturing Production Process?Knowledge-based, skill-based, entrepreneur-based, and freelance job options are the four main categories. Every type of career path caters to a particular set of skills that aid in job performance.
Knowledge-based career options enable you to perform your work using the knowledge you have accumulated over time. Process manufacturing is a type of production that involves integrating supplies, components, or raw materials according to a formula or recipe to produce items.
It is widely employed in sectors that manufacture things in large quantities, including those that generate food, drinks, refined oil, gasoline, pharmaceuticals, chemicals, and plastics.
Therefore, the correct option is b. Manufacturing Production Process Development pathway.
To learn more about career paths, refer to the link:
https://brainly.com/question/12208579
#SPJ6
Which position would a photographer typically use to make the viewer feel like an observer?
from below?
from the side?
from above?
from the front?
Answer:
From the side.
Explanation:
When the subject is faced away from the camera entirely, it’s easy to feel more like an unseen observer rather than an active presence. The further the distance between the camera and subject, the more the effect is intensified.
what is a feature only used in powerpoint
I think powerpoint is the only presentation maker in which you can use 3D objects
Answer:
Slide transitions
Explanation: cause i got right
i'm sure 100%
Write the steps to open file and folder
Answer:
1. Launch the File Open dialog. In the File menu, select the Open menu item.
2. Open the folder containing the desired file.
Select the desired file within the folder.
3. (Optional) Specify a file format type.
4. (Optional) Specify the character encoding.
5. Click on the Open button.
How many passes will it take to find the five in this list? 1, 5, 10, 15, 20, 22, 30 edgenutiy 2020
Answer:
1
Explanation:
Answer:
The answer is 2
Explanation:
edge 2020
What do microphone means
Answer:
A tiny phone
Explanation:
It means a tiny phone
The advancements in which of the following technologies has most changed the American job market in recent years?
A.
computer and Internet
B.
manufacturing
C.
transportation
D.
health care
What feature is part of design for manufacturability (DFM)?
A.
using a large variety of tools
B.
using the minimum number of parts to form a product
C.
using the maximum number of parts to form a product
D.
creating different parts for the left and right sides of a product
Answer: I am actually pretty sure its C.
This road sign means
O road work ahead
vehicle breakdown
O service stations
O construction zone has ended
Answer:
A
Explanation:
Uh, yeah, I sure hope it does (to everyone who watched vine)
William is working on a term paper. He finds an online article on the same subject as his paper. He downloads the article and paraphrases a portion of it in his paper. He does not include the article in his list of references because he did not use the exact wording of the article. What illegal and unethical conduct is William guilty of?
A.
software piracy
B.
plagiarism
C.
patent infringement
D.
trademark violation
Answer:
B. Plagiarism
Explanation:
Answer:
B. Plagiarism
----------------------------------------------------------------------------------------------------------------
Explanation:
It's pretty simple--
- Software piracy is the unauthorized downloading, copying, use, or distribution of software, so it would not be A.
- Patent infringement is when someone sells, imports, uses, or makes a product that someone else invented without permission, so it is not C.
- Trademark infringement is a violation of the exclusive rights attached to a trademark without the authorization of the trademark owner or any licenses, so it wouldn't be D.
- It is plagiarism because William is taking someone else's work and passing it off as his own. He did not credit the original author of the article so it counts as Plagiarism. Hope this helped you out a bit :D
I'm not sure if these are correct.
Answer:
All the mention codes are correct.
Explanation:
In the task1, a "name" variable is declared, that store a string, and in the next step, the built-in method "title, lower and upper" is defined, in which the title method capitalized the first character of the given word in each sentence, upper method change each character into upper case and the lower method changes each character into lower case.
In task2, a message variable is declared, that holds a string value in which the count method is used that counts the space character value.
In task3, a string value is used in the message variable, which uses a replace method to change the given string value.
In task3, a response variable is declared that uses an input method for input a string value, and inside the print method, len method is used that counts each input character number.
You want to use the dist() method. Which line will allow you to enter the following code in IDLE?
>>>dist([2.5).(5.9))
5.0
from dist import math
from math import dist
from random import dist
from dist import random
Answer:
from math import dist
Explanation:
The dist() method is a part of the math module. So, to include it you have to use the following line of code:
from math import dist
hope this helped :D
The line which will allows you to enter the following code in IDLE is from math import dist.
What is dist() method?The dist() function can be used to calculate a distance matrix, which shows the distances between the rows of a matrix.
The dist() method is a part of the mathematics module. Then, for
>>>dist([2.5).(5.9))
5.0 ,
we have to use code in IDLE as;
from math import dist
Thus, the line which will allows you to enter the following code in IDLE is from math import dist.
Learn more about dist() method.
https://brainly.com/question/25373810
#SPJ2
Eric would like to have a callout text box that makes it look as if the character in an image is speaking. Which object should he insert into the Word document?
standard text box
WordArt
callout
shape
picture
Answer:
C: Callout shape
Explanation:
The object that should he insert into the Word document is the callout function. The correct option is b.
What is Microsoft Word?A component of Microsoft Office is Microsoft Word. The office is a collection of Microsoft products that can be used on Windows or macOS and contains Word, PowerPoint, Excel, Outlook, and numerous other tools for both private and professional usage. They aren't the same thing; Microsoft Word is merely one of such app.
A callout function is one of the functions that specifies a callout and is implemented by a callout driver.
The following collection of callout functions makes up a callout: a notification processing notifying function. A function called classifying handles classifications.
Therefore, the correct option is b. callout.
To learn more about Microsoft Word, refer to the below link:
https://brainly.com/question/2579888
#SPJ5
Makayla is cre iting a brochure for her computer consulting company. She designed the layout and placed a banner containing the
company name in the center of the page. Being unsatisfied with the effect, she has decided to move the text box containing the name
to the top of the page. In 3-5 sentences, describe the procedure Makayla will use to move the banner.
The procedure depends on the software and methods she uses.
In photoshop or InDesign she might need to fdrag and drop the title to the new location.
In Word/Publisher she has to cut and paste the title to the new location or to drag the box to the top.
Logical are functions used when looking for an entry or value in the spreadsheet. what is it?
The Logical function would allow you to use the spreadsheets to identify whether a scenario is True/False. It can choose among two options depending on the outcomes of that test, and the further discussion can be defined as follows:
These selections could be used to show information, do complex calculations, or run additional tests.It offers decision-making tools for spreadsheet information. It allows to let you examine the contents of a cell or do a computation, and afterward compare the output to a specified number or value.Learn more:
brainly.com/question/8953037
Question 8 of 10
What can be defined as an information technology environment?
A. The tools and processes that surround us to gather and interpret
data
O B. The rules and regulations that government and businesses must
follow to be secure from hackers
C. The energy used to create and maintain technology
D. The buildings and materials that house computer services
SUBMIT
Answer:
C. The energy used to create and maintain technology
#Carry on learning po
1 Which of the following could work as bits for a binary system?
А The flip sides of a coin
B The fingers on one hand
C The days of the week
D The colors of the rainbow
Which design perspective best describes memory and storage requirements?
Data modeling
IT infrastructure
Prototype
The system model
ten(10) examples of wearables or wearable technologies?
Answer:read
Explanation:
airpods
headphones
earbuds
AirPods pro
watch
fitbit (type of watch that counts your miles) &you can say workout watch&
VR set
technology bracelet
smart glasses
Smart ring
Who benefits from digital technology?
Answer:
Well, the answer is simple. Everybody!
Explanation:
Wires,plugs,speakers, chis are all examples of what
Answer:
Ch1kenT3nders
Explanation:
Which task would you use CSS when making a webpage?
O Creating a paragraph
O Creating an unordered list
O Creating an ordered list
O Changing the font size
Changing the font size.
HTML you use to 'mark up' plain text. It tells the text what its purpose should be : an unordered / ordered list, a paragraph etc.
CSS is for formatting that marked up content. With CSS, you can control the colour, font, the size of text, the spacing between elements, how elements are positioned and laid out, what background colours are to be used, different displays for different devices and screen sizes and more.
Think of HTML as the abstract text and images behind a web page and CSS as the page that actually gets displayed.
A workspace that an employee accesses using a Web browser fits the definition of a _____.
•mobile device
•Wifi-enabled device
•collaborative environment
•virtual workspace
Answer:
virtual workspace
Explanation:
I hope I've helped
True or False, A variable can be called or referenced before it has been defined.
Answer:
false?
Explanation:
im 99% sure
WILL GIVE BRAINLIEST!!!!!!
New space suits are being designed for future trips to the moon.
True
False
Answer:
True
Explanation:
Today, NASA unveiled its designs for future spacesuits that astronauts will wear during trips to the lunar surface.