Answer: D, Most laws are directed at the information, data, or intellectual property rather than the IT professional.
Explanation:i just took the test
What is a feature of webmail
Answer:
Webmail allows the users to access their emails as long as they have access to an Internet connection and a web browser. This also means that the user cannot read an old email or draft a new email offline.
Lifecycle environmental assessment is based on the important realization that
Answer: Life cycle impact assessment (LCIA) refers to the steps that assess the type and extent of environmental impacts that may arise quantitatively based on data collected in the LCI.
Explanation:
What is the main reason to create flash cards?
O to record information to commit to memory
O to place main ideas on a graphic organizer
to show how concepts relate to each other
to identify any questions on the material
the main reason it to create flash card is the first one
The main reason to create flash cards is to record information to commit to memory.
What is flash card?The term flash card is known to be a small card that is often made and it is one that contains words, numbers, or pictures that one can learn with.
Conclusively, note that a key reason to create flash cards is to record information to commit to memory as one can be able to remember easily pictures of what they have learnt.
Learn more about flash cards from
https://brainly.com/question/16610220
#SPJ2
modern warfare players here lol
Answer:
The answer to this is: lol
Explanation:
Answer:
Gimme Dat UserName
Mine is meterhopper
Explanation:
Which of the following statements is true regarding local area networks? SELECT 3 OPTIONS.
A: traditionally used Ethernet cables to connect devices
B: can include wired and wireless connections
C: often used in homes and small businesses
D: uses satellite technology for connections
E: connects devices in a large geographic area
Answer:
A, B and C are correct
Explanation:
A : yes, they did use ethernet cables.
B : Lan networks connected via wires are called , "LAN" and LAN networks that connect to devices wirelessly are called, "WLAN" (Wireless Local Area Networks).
C : LAN networks are a type of network that is based in a small geographical area, therefore, it can be used in homes and small businesses.
Statements that can be considered to be true about local area networks in this question are;
A: traditionally used Ethernet cables to connect devices
B: can include wired and wireless connections
C: often used in homes and small businesses
Local area network can be regarded as is group of two or more connected computers which are positioned in a small geographic area, it could just a small building.This connection can be a wired connection, it can also be a wireless connection.Example if this network is Home networks ,another one is small business networks.
Therefore, option A,BC are all correct.
Learn more at:
https://brainly.com/question/22245838?referrer=searchResults
True False Technology Type The 6x6 rule means to keep all objects smaller than 6 inches tall and 6 inches wide. You can set the duration of an animation. Most presentation software lets you post and share presentations online. You cannot change the direction of the transition. A slide can contain a link to another slide, another document, or a Web page.
Answer:
Follows are the true and false statement:
Explanation:
The true statements:
This slide may include a path to a specific slide, paper, or web browser.
The length of the animation could be determined.
Many apps for demonstrations enable you to post and distribute online demonstrations.
The false statements:
Every course of the transformation could not be changed.
The with 6x6 rule, all objects are kept smaller than 6 inches tall and 6 inches wide.
Assignment: Earth’s Surface Exploration
Answer:
Stop waiting until the due date
Explanation:
Why you always wait until the last minute to turn in yo assignments
Which guidelines should be used to make formatting tasks more efficient?
Use pasted text only; this does not keep the original formatting.
Keep formatting fancy; this makes Word documents look better.
Save styles in the document; this makes working with multiple documents easier.
Avoid pasting text from other documents; this makes formatting easier.
Answer:
Use pasted text only; this does not keep the original formatting.
Explanation:
bc
Answer:
Use pasted text only; this does not keep the original formatting.
Explanation:
Compare the different specialties of video game design in which a video game designer can concentrate.
Answer:
design animators, visual effects, 3d animators
Explanation:
You need both designers and programmers.
Answer:
A game can't be created without both the designer and programmer working closely together from start to finish. Game designers are responsible for the overall creative vision of the game while programmers have the technological know-how to implement the game designers' ideas and bring them to life using computer code.
Explanation:
:)
A user left a comment. Which best describes where will it be seen?
Answer:
IN the comment section usually at the bottom
Explanation:
Answer:
The comments section, usually left under the question answered, or being asked.
Explanation:
You have a friend that says she is interested in going into web development. She is very knowledgeable in terms of technology and digital media, but she is not sure if she has the personality and character traits that would help her succeed in the job. She knows that you are educated in this area, so she has come to you for help. What questions would you ask her to determine whether or not she has the necessary traits to be a good candidate for a career in web development? Keep in mind at least three important traits that a web developer should have.
Answer:
She should be aware several social media spectators are going to watch her content. She will get exposed on the Internet.
Explanation:
She should be aware several social media spectators are going to watch her content. She will get exposed on the Internet.
She should think before saying anything as one of his fans may complaint about her content to the police if she makes a joke about shooting up a place.
She has to be careful with his words as this may lead to termination from the job.
Is she a patient person? The customer might nitpick little things and make her change them or make her redo the entire website completely multiple times. If she's not patient it'll be difficult for her to handle customers like that.
Is she really good at listening to others? She'll need to be good at following instructions and listening to what people want to creat what they want easier.
Is she detail oriented? If she is not then it's likely she won't mind if her work is kind of sloppy but the customer is highly likely to complain, resulting in punishment from her employer.
hope this helps!
Which phrase best describes a scenario in Excel 2016?
Answer:
what are the phrases?
Explanation:
What is the differences between Google Slides and MS Powerpoint?
HOPE IT HELPS
PLEASE MARK ME BRAINLIEST ☺️
Urgent Please Help ASAP!! 50 Points!! Assignment due in 15 minutes!!
Reflect on the questions below.
1.) Why do some people resist help from others?
2.) Is it useful to work separately at some point in time during pair programming?
3.) How is pair programming beneficial?
4.) In pair programming, how can we better work together?
Questions:
1.) Why do some people resist help from others?
2.) Is it useful to work separately at some point in time during pair programming?
3.) How is pair programming beneficial
4.) In pair programming, how can we better work together?
Answers:
1.) Some people are prideful in their work, or they're just embarrassed to ask for assistance.
2.) It can be done, but pair programming is further effective with others.
3.) Pair programming is beneficial because you can get the job done faster.
4.) In pair programming, you can better work with your partner by working on different sections, and then checking each other's tail when the job is almost finished.
These answers are a combination of my knowledge and opinion(s). If you need any more help, do not hesitate to let me know. Glad I could help! :)
Your school is hosting a diving contest, and they need a programmer to work on the scoreboard! Your job is to calculate each diver's total after the three judges hold up their individual scores. Write the function calculate_score which takes a tuple of three numbers from 0 to 10 and calculates the sum. A perfect dive is worth 30 points, a belly flop is worth 0. For example: calculate_score((10, 10, 10)) # => 30 calculate_score((9, 9, 6)) # => 24
Answer:
def calculate_score(setss):
num1, num2, num3= setss
if num1 >= 0 and num1 <=10 and num2>= 0 and num2<=10 and num3>= 0 and num3<=10:
print(num1+ num2+num3)
else:
print("Out of range")
Explanation:
I've added the full source code as an attachment, where I used comments as explanation
Which term means a session-level protocol that is fast and efficient but has no means for error control or acknowledgment?
QoS
frame
TCP/IP
UDP
Answer:
UDP
Explanation:
User Datagram Protocol: a session-level protocol that is fast and efficient but has no means for error control or acknowledgment (UDP)
Also just took it on edj.
A session-level protocol that is fast and efficient but has no means for error control or acknowledgment is known as the term UDP.
What is UDP?UDP is the acronym for User Datagram Protocol. It is defined as the protocol that is used for time sensitive applications but it's non-reliable because delivery of data to the destination cannot be guaranteed in UDP ( that is, has no means for acknowledgment)
Therefore, a session-level protocol that is fast and efficient but has no means for error control or acknowledgment is known as the term UDP.
Learn more about UDP here:
https://brainly.com/question/5660386
#SPJ2
What are some consequences of posting inappropriate material online? (Choose all that apply)
friends and loved ones might think less of you
you might land in legal trouble
your social media history will be erased from the internet
future employers may not want to hire you.
Answer:
I think all of them is a consequence of posting inappropriate material online
True or False:
JavaScript was found in 1923
Answer:
False. It was in 1995
Explanation:
Answer:
False it was created September 1995.
Explanation:
To reduce costs and the environmental impact of commuting, your company decides to close a number of offices and to provide support for staff to work from home. However, the senior management who introduce the policy are unaware that software is developed using Scrum. Explain how you could use technology to support Scrum in a distributed environment to make this possible. What problems are you likely to encounter using this approach
Answer:
The description including its query is provided throughout the section of the elaboration elsewhere here.
Explanation:
Coordination between teams is the main challenge that this new strategy can make. Agile creation is focused on the teamwork of cross-functional teams, where every other mission is identified and distinct teams are formed. All the departments collaborate and afterward work in stages until the completion of this research project.Unless the organization shuts several departments, contact with various teams and peers will be disrupted and contact differences with workers as well as the team would be established. The best approach will be to provide regular communication calls with multiple project managers such that each project stage is synchronized. In turn, this same project coordinator should always have numerous calls with his group members to even get construction progress.Each Main Tab in the Ribbon has different Groups containing icons.
True Or False
Answer:
i think true
Explanation:
What era did the television occurred in
Answer:
roughly from the late 1940s through the late 1950s.
Explanation: hope this helps :)
Answer:
The first Golden Age of Television is the era of live television production in the United States, roughly from the late 1940s through the late 1950s.
Explanation:
The implementation stage of the SDLC _____.
involves describing the desired functionality of the system
involves establishing an overview of the project goals
involves putting the system into production so users can begin to perform real business operations with the system
involves analyzing end-user business requirements in order to refine project goals
Answer:
d. involves analyzing end-user business requirements in order to refine project goals
Explanation:
In the software development life cycle, the implementation stage is the stage where the computer programmers begin the actual coding of the application required by the end-user. At this stage, the developer takes into account the needs and specifications of the customer.
For example, if the end-user wants a software application that can track payment records, the researcher at this stage begins using the right software to code programs that can effect this function.
Which of the following are examples of packages you can import and use classes from in java?
Choose all options that apply.
A. Main.main
B. java.util
C. java.double
D. java.int
E. edhesive.shapes
Introduction:
Java is a computer programming language. A computer programmer may use package in java which is a mechanism to encapsulate a group of classes and then import it to sub package interfaces.
Explanation:
These package help to prevent the issues of naming conflicts. The examples of packages which can import and use classes from in java are
Conclusion:
A. Main.main
B. Java.util
D. java.int
Learn more at https://brainly.com/question/17882992
Type the correct answer in the box. Spell all words correctly.
How is it possible to access data from any location?
Storing data on the _________ enables access from any location.
Answer:
Storing data on the cloud enables access from any location.
Explanation:
Answer:
the answer is cloud becus i get it right
Explanation:
Which below best describes JavaScript? *
a) a common dynamic computer language
b) C++ with a different name
c) The study of coding
Please help me out! 23 extra points!
Answer:
it is a programing languwage that is useualy used to program visual or text based applications
Explanation:
Answer: A
JavaScript is a common dynamic computer language. It was invented decades ago.
C++ is a different way of coding, it is not the answer. Many different people use C++, because they prefer it is easier than JavaScript.
Hope this helps!
What are the simularities between the solar eclipse & lunar eclipse?
Answer:
An eclipse occurs when one celestial object obscures another celestial object. In the case of a solar eclipse, the moon moves between the Earth and the sun, thus obscuring the sun. A lunar eclipse occurs when the Earth moves directly between the sun and the moon. Either type of eclipse can be total or partial
Reflect on the questions below.
1.) Why do some people resist help from others?
2.) Is it useful to work separately at some point in time during pair programming?
3.) How is pair programming beneficial?
4.) In pair programming, how can we better work together?
Answer:
Why do some people resist help from others? Because they fear that their ideas might be rejected.
Is it useful to work separately at some point in time during pair programming? Yes, it is helpful because one can do coding while the other one is navigating or doing something else, it allows the pair to work faster and more efficient.
How is pair programming beneficial? It is beneficial because you can cover more stuff with the help of other people that what you would cover by yourself.
In pair programming, how can we better work together? By communicating with each other, discovering our strengths and working on our weaknesses.
Explanation:
An instrument used to measure the amount of electrical current intensity in a circuit
Helpppppp What is telnet?
internet protocol that allows one to access newsgroups
internet protocol that is the foundation for online data communication
internet protocol that connects to a computer remotely
internet protocol that loads a local file from a network onto a computer
C. internet protocol that connects to a computer remotely
What type of data is the result of each of the following lines of code?
str(2.34)
int('2')
float(2)
Answer:
snag
Explanation: