Answer:
What is ethical behavior? A person who demonstrates ethical behavior has evidence of a strong moral code and a consistent set of values. Ethics can be rooted in belief or the pursuit of making the world better. Those who exemplify ethical behavior do the right thing regardless of whether they get credit for it.
limit the principles to five so that you can best incorporate them into your daily lives.
Make Things Better. ...
Treat Others Fairly. ...
Consider the Consequences of Your Actions. ...
Respect the Rights of Others. ...
Act with Integrity.
Determining What Is Ethical
Morality is based on duty. When you do the right thing, it is not the outcome of the act that is the measure of its morality, but rather your intent.
An act is moral if it could become a universal rule of society.
On deciding the morality of an act, you must consider the perspective of the doer and the recipient.
Explanation:
Sorry if it's wrong
Source of the information : a book
How do open online courses help with independent learning
Answer:
One of the most powerful benefits of online courses is that they enable students to learn at the time, place, and pace that best suits their individual learning style. ... If there is a class discussion, you can take time to gather your thoughts rather than be in a race to get the teacher's attention.
Explanation:
Answer:
you can take time to gather your thoughts
Explanation:
Which of the following is NOT a correct variable assignment?
O test = 98
Oname = "Ada"
O x = x + 1
O 5+ y = x
Variables are simply the names given to memory location.
The incorrect variable assignment is (d) 5 + y = x
To assign a value to a variable, we make use of the following syntax:
variable = expression/value
The above syntax means that:
The variable will be on the left-hand side, while the values or the expressions will be on the right-hand side
Using the above highlights as a guide, we can conclude that:
(d) 5 + y = x is not a correct variable assignment
This is so because, it does not conform to the syntax of variable assignment
Read more about variable assignments at:
https://brainly.com/question/18522561
What is the MINIMUM number of paths that would need to be broken to prevent Computing Device A from connecting with Computing Device E? a) 1 b) 2 c) 3 d) 4
Answer:
The answer is "Option c".
Explanation:
In the given question the device A is connected by 3 wires, contributing all of them, which also includes several connector paths. When all the wires of A are broken down, and if all of this leaves no routes that can be used. Even so, if it is done to E, it's also linked to four different routes. Its solution would've been C because its value will be the MINIMUM.
Answer:
c
Explanation:
What do you do when you have computer problems? Check all that apply. PLEASE HELP
Answer:
I ask my parents or call someone
To summarize means to
O. Directly quote the main idea
O. Communicate the main idea with supporting details
O. Explain the main idea’s significance
O. Condense the main idea into a few words
Answer:
To summarize is to explain the main idea in as few words as possible. So the answer is the last statement, to "Condense the main idea into a few words". Hope this helped.
Answer:
Its D
Explanation:
Hope it helped
Under fair use laws students can use as much digital content as they want as long as it is for educational purposes
Answer:
Is this a question you need help with or is it a fact that everyone should know?
Explanation:
Write a program that asks the p34won to enter their grade, and then prints GRADE is a fun grade. Your program should repeat these steps until the user inputs I graduated
Answer:
Following are the code to this question:
def fun():#defining a method fun
while True:#defining a while loop
g = input("Enter your grade: (I graduated) ")#defining variable g for input value
if g == "I graduated":#defining if block to check string value
return 0#return
print("{} is a fun grade".format(g))#use print method to print string value
fun()#calling the method
Output:
Enter your grade: (I graduated) 1st
1st is a fun grade
Enter your grade: (I graduated) 2nd
2nd is a fun grade
Enter your grade: (I graduated) I graduated
Explanation:
In the given python code, a method "fun" is defined, and inside the method, a while loop is defined, which uses a variable "g" for input value from the user-end.
In the next step, if block is defined to check string a value and return a value 0, and use the print method to print the given value, and call the above method fun.
PLEASE ILL MARK BRAINLIEST
A ____ is a distinctive characteristic of a virus or virus family.
(this is computer stuff)
Answer:
it is a capsid
Which of the following You tubers uses the word "flip" as a curse word
A. Unspeakable
B.09Sharkboy
C. Moosecraft
D. All of the above
First correct answer get brainiest!
HELP ASAP!!!
Write a program that asks the p34won to enter their grade, and then prints GRADE is a fun grade. Your program should repeat these steps until the user inputs I graduated.
Sample Run
What grade are you in?: (I graduated) 1st
1st is a fun grade.
What grade are you in?: (I graduated) 3rd
3rd is a fun grade.
What grade are you in?: (I graduated) 12th
12th is a fun grade.
What grade are you in?: (I graduated) I graduated
It's in python
def func():
while True:
grade = input("What grade are you in?: (I graduated) ")
if grade == "I graduated":
return
print("{} is a fun grade".format(grade))
func()
I hope this helps!
PLS help im in the middle of this test
If someone enjoys the technical aspects of production but does not enjoy working with a large number of people, which career option might be best?
photojournalist
videographer
camera operator
print journalist
Answer:
Videographer
Explanation:
They work with a small grade while the other have to have good people skills
_________ is the primary measurement used to gauge your typing ability
Answer:
Words per minute
Explanation:
NEED HELP ASAP!!!!!!!!!!
Which of the following demonstrates the difference between disk copying and disk imaging?
A) Disk copying moves the entire contents of one disk to another whereas disk imaging creates a compressed file for backup
B) Disk copying creates a compressed wile for backup whereas disk imagine moves the entire contents of one disk to another
C) Disk copying only records and stores
another disks auditory data whereas disk imaging only records and stores another disk's
VISUS data
D) Disk copying only records and stores another disks visual data whereas diskirmaging only records and stores another disk's
auditory data
Answer:
A
Disk copying moves the entire contents of one disk to another whereas disk imaging creates a compressed file for backup
Explanation:
why make people act meaner online the. in person
what is a cloud in the world of computing
Answer:
In the simplest terms, cloud computing means storing and accessing data and programs over the internet instead of your computer's hard drive
Explanation:
Focusing on the general characteristics of a problem or object, while ignoring the details, is a technique called
O refinement
O abstraction
O decomposition
O pattern recognition
Answer:
Abstraction
Explanation:
In computer science, abstraction has a similar definition. It is a simplified version of something technical, such as a function or an object in a program. The goal of "abstracting" data is to reduce complexity by removing unnecessary information. At some level, we all think of computers in abstract terms.
What involves the layering of hardware and software into a coherent computer experience?
A) PaaS
B) Cloud
C) IaaS
D) Open Systems Interconnect
Answer:
Answer is D. Open Systems Interconnext
Answer:
D open Systems Interconnect
Explanation:
Got it right on the test.
Complete answers for the test on edge 2021...
#1. a - application performance
#2. c - protocol
#3. b - virtual machines
#4. b - open systems interconnect
#5. b - post office
Got 100% on the test.
Please Help!
Choose all items that are characteristics of placing nested elements on a new line, using indentation.
A) makes HTML errors difficult to find
B) not required by a web browser
C) can cause web page display errors
D) makes HTML analysis and repair easier
E) done automatically by HTML authoring software
Answer:
Its B,D,E
Explanation:
Got it right on e2020
Answer:
B). not required by a web browser
D). makes HTML analysis and repair easier
E). done automatically by HTML authoring software
Btw cause this class can be a pain here are the answers to the rest of the assignment.
Slide 7/12:
The missing element is
C). <p></p>
Slide 9/12:
The missing tag is:
B). an end (closing) a tag
Slide 12/12:
The missing character is
D). an angle bracket
Explanation:
I just did the Part 3 on EDGE2022 and it's 200% correct!
Also, heart and rate if you found this answer helpful!! :) (P.S It makes me feel good to know I helped someone today!!)
look at the picture lol
Answer:
Zoom in more please and than i can help
Explanation:
Answer:
I would go with the first blue highlighted one... but i could be wrong
i hope i helped
if i didn't... i am sorry, i tried.
any song recommendations, pls dont say 6ix9ine or lil pump
I actually do have one tho. Try Megan Tha Stallion.
Answer:
smash mouth "all star" is my fave or Imagine Dragons "Whatever it Takes"
Explanation:
Rayna wants to create an organizational chart in her document. Which of the following commands should she click in the Illustrations group?
Chart
Media
Screenshot
SmartArt
Answer: Your real answer is SmartArt
Explanation:
Find and Explain 3 different sources of Kinetic Energy in your house that are utilized on a daily basis?
Part B
How would you classify a network formed by connecting two MANs together?
В І у хх Font Sizes А • А
Do you guys know if there's a way for me to find a Google doc that I typed but forgot to save if you do it for points i will report please don't make me
Answer:
Usually, Google Docs save automatically. If you remember some keywords that you typed, try searching for it. For example, if you typed up a report about dogs, search "dogs" when you're on the Google Docs home screen.
Explanation:
If this doesn't help, leave a comment and I'll try to help more!
Answer:
if you remeber the name of the doc you wrote you can just search for it in google doc. google doc saves what you write so it should be in there
Explanation:
Software licensed as proprietary
is usually free of cost often has lower quality than other types.
does not permit source code changes.
is rare in today's marketplace.
can be redistributed by the user at will.
Answer:
Does not permit source code changes.
Explanation:
Answer:
does not permit source code changes.
Explanation:
According to the video, what are some qualitites Clergy need? Check all that apply.
Answer:
honesty in communication and in relationships hope it helps. :)
Explanation:
Answer:
honesty and communication in a relationship
Explanation:
hope this help and have a blessed day
why is it important to write something in the subject line of emails?
Answer:To provide a topic for whatever is in your email
Explanation: without something in the subject line the email will most likely be inferred as a spam.
Elias is writing poems and is formatting several to fit on a page that has been divided into columns. Which column break would allow him to end one poem and start the next poem on the same page?
Question 6 options:
next page
sequential
text wrap
continuous
Answer:
Explanation:
Column break continous
Which is the fastest way to make many formatting changes to a range of cells?
select each cell, right-click, use the ribbon to make changes
select the range, right-click, use the ribbon to make changes
select the range, right-click, format cells, make changes
select each cell, right-click, format cells, make changes
Answer:
c 3
Explanation:
c 3
Answer:
I believe it could be C
Explanation:
Please click "Thanks" if this helped in any way! :)
PLEASE HELP!!! WILL MARK BRAINLIEST!!
Why do you think Phones/Devices have upgraded over the years
Answer:
Too improve the technology
Explanation:
Answer:
phones and other devices have been upgraded over time because technology has advanced and people have found a need for better communication as the world has evolved