Select the correct answer.
Which task represents an unethical use of technology and resources at the workplace?
OA. using computer resources for an upcoming project presentation
OB. sharing a coworker's performance scores with colleagues
OC. generating a confidential report after receiving proper authorization
OD. providing references and giving due credit for work that isn't one's own
O E. printing presentation notes for an upcoming client meeting
Reset
Next

Answers

Answer 1

Answer:

A

Explanation:

because when you make a presentation so you are already use technology

Answer 2

Answer:

a

Explanation:


Related Questions

One day you tap your smartphone screen to turn it on, and nothing happens. It appears to be turned off and will not turn on. What should you try first to fix it?

perform a soft reset

plug it into a charger for an hour
submerge it in a bag of rice for 24 hours
perform a hard reset

Answers

Answer:

B) Plug it in

Explanation:

Though the other answer would be helpful in a real life situation, the correct choice on ed g e is b) :)

plug it into a charger for an hour

Need it ASP please
like rte now plz help me ​

Answers

Answer:

b

Explanation:

A path between two nodes in a network. It may be known to be  the physical cable, the signal transmitted within the cable or to a sub channel within a carrier frequency. In radio and TV, it refers to the assigned carrier frequency.

Answer:

Hey not to be mean but do I know you. you added me in my both accounts just asking

Explanation:

B

what makes a good design​

Answers

Answer:

Life

Explanation:Life makes a good design or just some cottonwood fabric that 10*==^667

True or false
A compiler translates a source program one line of code at a time.

Answers

Answer:

True

Explanation:

yes It translates one line at a time to be able to confirm all information.

Answer:

True

Explanation:

I hope this helps you

With which of the following is network administration concerned? Check all of the boxes that apply.
A. security
B. hardware
C. software
D. network setup
E. network maintenance

Answers

a   b   c and i think e if not e do d

Answer:

all

Explanation:

True or False: A ruler is used to measure units of length, inches, feet
and yards.

Answers

Answer:

True

Explanation:

Rulers are used to measure relatively small increments including centimeters, inches, feet and even yards (yardsticks).

The answer is true...

___________________________________________________________________________________________PLS HE;LP!

Answers

Answer: Oh okay, what do I help with

Explanation:

Im building my first gaming pc, got any part suggestions or tips?

Answers

Answer:

You should find a good game engine that is not hard. Unity and Unreal are some good ones.

You should also search for the programming language you like the most, and use engines that use that specific language.

Answer:

When building your own gaming pc make sure to make it uniqur since it's going to be an original. I would recommend makeing a design that makes it "you" to say. Make the design likable, not too complex. Make the color a color that is neutral, not everyone likes a neon color. I'm not very familiar with many gaming parts but, you can search up simple pc parts online and dig into gaming PCs being sold.

Explanation:

Hope this helps! UwU

Hey y'all I need this answer like immediately. How do you select non-adjacent cells in Excel? I'll give you brainliest, pleaseee!!!

Answers

Answer:

Click on a cell to select it. Or use the keyboard to navigate to it and select it.

To select a range, select a cell, then with the left mouse button pressed, drag over the other cells.

Or use the Shift + arrow keys to select the range.

To select non-adjacent cells and cell ranges, hold Ctrl and select the cells.

Explanation:

i hope that helps! if it doesn't help than i'm sorry!!

How do you implement instruction level parallelism

Answers

Answer:

To obtain substantial performance enhancements, we must exploit ILP across multiple basic blocks.

Explanation:

The ____, which amplified weak electrical signals, enabled electrical sound recording.

Answers

Answer:

Radio

Explanation:

Which of the following is a location or selection of text which can be named to mark and navigate to different locations?

Endnotes

Footnotes

Bookmarks

Citations

Answers

Answer:

bookmarks because it is able to navigate diffrent locations

Explanation:

A variety of fonts may be used in letter writing as long as the font size is 12 points.
True
False

Answers

False MLA format is Times New Roman font, size 12, double spaced.

Answer:

False

Explanation:

1. Which of the following is not the name of a Java wrapper class from the Java API?

A. Byte
B. Int
C. Long
D. Boolean*

2. Which of the following statements will cause a compiler error?

A. Integer i = new integer ( ) ;*
B. Integer j = new integer ("5") ;
C. Integer k = Integer.valueOf ("5");
D. int m = Integer.pareseInt ("5");

3. If variables j and k refer to objects of type Double and j . compareTo (k) returns a value of 1, which of the following is true?

A. The double value held in j is less than the value held inside k.
B. The difference between values held in j and k is 1.*
C. The double values held inside j and k are both positive.
D. The double value held inside j is greater than the value held inside k.

4. What is a radix as used in the method parseInt (String s, int radix) from the integer class?

A. A numeric base 2 such as for binary or 16 for hexadecimal.
B. The number of characters in the string that represent integers.*
C. The Unicode character code to be used when parsing the string.
D. The number of times the string should be repeated before being converted to an int.

5. Which of the following is a static method of the integer class?

A. intValue ( )
B. parseInt ( )
C. toString ( )*
D. compareTo ( )

6. Which of the following statements will cause a compiler error?

A. Double a = new Double (10.6) + 3;
B. Integer b = 0;*
C. Double c = 0;
D. int d = new Integer (7) ;

7. Which of the following is not an example of autoboxing?

A. Boolean a = false
B. Integer b = new integer (9);
C. double x = 3.0;
Double c = x;
D. Character d = ‘2’;*

8. What is the result of the following code fragment?

BigInteger a = new BigInteger (“10”);
BigInteger b = new BigInteger (“25”);
a . multiply (b);
a . add (b);
System.out.println (a);

A. 10
B. 35
C. 250 *
D. 275

9. What is the name of the BigInteger method that will calculate the remainder of division by another BigInteger?

A. modulo ( )
B. modulus ( )*
C. divisor ( )
D. remainder ( )

the ones marked in asterisks are my answers, I'm not totally sure if they're right and would like someone to double check for me

Answers

Answer:

1. Which of the following is not the name of a Java wrapper class from the Java API?

A. Byte

B. Int

C. Long

D. Boolean

Int is not a wrapper class  

Byte is the wrapper class of byte, Int is not a wrapper class and is a primitive data type, Long is a wrapper class of long, Boolean is a wrapper class for boolean. Hence Int is the correct answer and its wrapper class is Integer.

2. Which of the following statements will cause a compiler error?

A. Integer i = new integer ( ) ;

B. Integer j = new integer ("5") ;

C. Integer k = Integer.valueOf ("5");

D. int m = Integer.pareseInt ("5");

“I” in integer in A and B must be in capital.

3. If variables j and k refer to objects of type Double and j . compareTo (k) returns a value of 1, which of the following is true?

A. The double value held in j is less than the value held inside k.

B. The difference between values held in j and k is 1.

C. The double values held inside j and k are both positive.

D. The double value held inside j is greater than the value held inside k.

Compareto return 1 if first value is greater than with what it is compared.

4. What is a radix as used in the method parseInt (String s, int radix) from the integer class?

A. A numeric base 2 such as for binary or 16 for hexadecimal.

B. The number of characters in the string that represent integers.

C. The Unicode character code to be used when parsing the string.

D. The number of times the string should be repeated before being converted to an int.

The radix value is 10 for decimal, 2 for binary and 16 for hexadecimal. Radix is the base or number of unique digits.

5. Which of the following is a static method of the integer class?

A. intValue ( )

B. parseInt ( )

C. toString ( )

D. compareTo ( )

ParseInt() is a static method of the integer class, and rest are non static methods.

6. Which of the following statements will cause a compiler error?

A. Double a = new Double (10.6) + 3;

B. Integer b = 0;

C. Double c = 0;

D. int d = new Integer (7) ;

In A and C data type does not matches like Double c=0 means Double c=new int(0) which is never true.

7. Which of the following is not an example of autoboxing?

A. Boolean a = false

B. Integer b = new integer (9);

C. double x = 3.0;

Double c = x;

D. Character d = ‘2’;

Autoboxing brings out reference type from the value type, and this is not true for A  

8. What is the result of the following code fragment?

BigInteger a = new BigInteger (“10”);

BigInteger b = new BigInteger (“25”);

a . multiply (b);

a . add (b);

System.out.println (a);

A. 10

B. 35

C. 250

D. 275

a.multiply(b) = 250

a.add(b)= 250+25=275

9. What is the name of the BigInteger method that will calculate the remainder of division by another BigInteger?

A. modulo ( )

B. modulus ( )

C. divisor ( )

D. remainder ( )

Remainder is the correct answer.

Explanation:

Please check answer.

What is one reason why a business may want to move entirely online

Answers

To focus on a global market.

Answer:

maybe because it requires less work and the amount of peole online today greater than say 8 years ago.

Joann wants to modify the building block she saved to describe her company.
Which option does she click in the Building Blocks Organizer?
O Insert
O Delete
O Edit properties
O Change building block

Answers

Answer: The answer is C.

Explanation:

Hope this helps!!

Answer:

C.

Explanation:correct on edge

in word you can make lines isolated what is it called
gutter
orphan
widow
merging

Answers

Answer:

gutters is a word that you can makes lines isolated because gutter is an orphan widow merging

1. How did Russian hackers gain access to sensitive Democratic National Party files?

Answers

They sent emails to trick the organiziation into sharing information


1. Problem solving is
(4 Points)
O A. highly interactive
B. collaborative
C. Both And B
D. Designing an App

Answers

Answer:

A

Explanation:

1. Problem solving is

(4 Points)

O A. highly interactive

B. collaborative

C. Both And B

D. Designing an App

Which definition of intelligence is based on the Turing test?

Answers

Answer:

The Turing Test is a deceptively simple method of determining whether a machine can demonstrate human intelligence

Explanation:

Answer:

The correct answer would be Acting Humanly

Explanation:

My proof is in this test I took. (See The Picture Below)

You can make artboards in non-rectangular shapes.true or false

Answers

Answer:

true

Explanation:

they could be square

Answer: false

Explanation:

Pls help me!!!!!!!!!!!!!!!!!

Answers

Answer:

500

Explanation:

and 50

Accurately describing the message in the subject line makes it more likely that the message will be read.
True
False

Answers

the sentence is true

True
I think is true

Which of the following is an advantage of the Apple operating system compared with its counterparts?
A. It can run on several different platforms.
B. It has greater compatibility with applications.
C. It has a large technical support base.
D. It is less susceptible to viruses.

Answers

Answer:

A. It can run on several different platforms.

Explanation:

Taylor organizes and manages all his files and folders logically. How does this activity help Taylor in his daily work environment?
A.
improves efficiency at work
B.
improves time management skills at work
C.
improves leadership skills at work
D.
improves team management skills at work

Answers

Answer:

B

Explanation:

If Taylor has all of his folders organized he will not have to spend forever trying to find a document when he could have the document and be getting to a meeting or lunch.

I hope this helps you.

Answer:

wouldnt it be efficiency

Explanation:

you only organize and manage folders to be quick and efficient not manage your time.

Cheri's teacher asked her to write a program using the input() function. What will this allow her program to do?
Add comments to the code
Allow others to understand the code
Display a string on the screen
Make the program interactive

Answers

Answer:

D

Explanation: I took the test.

Answer:

D

Explanation:

1: A imput() would allow it to be interactive that means you can "imput" your awncer.

Hope this helped :)

Which operating system function does a driver fulfill?
O managing hardware
O running an application
O managing files
O booting

Answers

Answer:

D: Booting

Explanation:

Cause I took the test

Answer:

hardware management

Explanation:

edge 2022


What is a goal?
What is a strategy?
What are tactics?
hy is it important for a goal to be specific?

Answers

A goal is an aim you want to achieve
Strategy is a plan to your achievement
Tactics are is an action carefully planned
A goal is important to be specific cuz it helps u focus on your specific task

HELP FAST I NEED THE ANSWERS NOW!!!
YOU’LL GET 20 POINTS AND I AM GONNA PUT YOU IN BRAINIEST!!

Answers

Answer:

1. The food could contaminate (food contamination) & drinks could potentially spill on appliances.

2. Reading the directions beforehand allow you to properly assemble or handle objects such as beakers, or hot plates. You could break the glass objects or burn yourself on the heat source.

3. If you're at school in a lab, you could say an eye wash shower, fire blanket, or fire extinguisher.

4. Dispose trash etc. into the appropriate bins, and clean any spill before

leaving the lab.

5. NO. It's important to follow the procedures carefully so you and the people around you will not be harmed.

hope this helps!!

For your biology class, you have taken a number of measurements for a plant growth experiment. You wish to create a chart that shows what the progress looks like over time. Which application is best suited for this effort?


Notepad or Paint


Impress or PowerPoint


Writer or Word


Calc or Excel

Answers

Answer:

calc or excel

Explanation:

is the application best suited for this report.

At the time of creating a chart that shows what the progress looks like over time, the application which is best suited for this effort will be Calc or Excel. Hence, Option D is correct.

What is an application?

The term "application" is used in a variety of contexts, but it is most commonly used in two: computers and technology. The second is requesting any kind of access.

When it is used in the context of request, it is used when applying for any post or leave. When it is used in the context of technology, it is used when it is related to computers, mobile, laptops, and many more.

There are a variety of applications which are available in the present world with the help of which one can easily represent the data or the efforts that have been made by them in completing any task.

This is because, with the help of Excel, one can easily represent or create a chart that can show the progress that has been made over time.

Therefore, Option B is correct.

Learn more about application from here:

https://brainly.com/question/11701148

#SPJ2

Other Questions
PLZ HELP ME I WILL MARK BRAINLIEST. This is my THIRD time posting my question because people keep on putting random answers. If you do not know the question please do not answer it and leave it to someone else. Thank you, and my question is on the attached image below What is the best Sport?A. SoccerB. BaseballC. BasketballD. FootballE. HockeyF. TrackG. Cross CountryH. VolleyballI. Field Hockey how was life in the iroquois village similar to life in america? how is it different? essay on overcoming a challenge? . Suppose you walk 18.0 m straight west and then 25.0 m straight north. How far are you from your starting point? What is your displacement vector? What is the direction of your displacement? Assume the +x-axis is to the east. what is 35% as a fraction Two large containers A and B of the same size are filled with different fluids. The fluids in containers A and B are maintained at 0 C and 100 C, respectively. A small metal bar, whose initial temperature is 100 C, is lowered into container A. After 1 minute the temperature of the bar is 90 C. After 2 minutes (since being lowered into container A) the bar is removed and instantly transferred into the other container. After 1 minute in container B the temperature of the bar rises 10. How long, measured from the start of the entire process, will it take the bar to reach 99.7 C? (Round your answer to two decimal places. Assume the final temperature being asked for is reached while the bar is container B.) t = min If 25.98 mL of 0.1180 M KOH reacts with 52.50 mL of CH3COOH solution, what is the molarity of the acid solution? SOS SOMEONE ANSWER:What happens when a country's central bank decreases the interest rate onreserves for banks?A. Banks are required to sell all their treasury securities on the openmarket.B. Banks receive less money from the government for keeping cashon hand.C. Banks must lend money at interest rates that are below marketvalues.D. Banks are forced to set aside more of their money instead oflending it. Write the equation of a line in Slope-Intercept Form that passes through the points(-8, -12) and (4, -3). how many times 92 go in too 100 1 11. What is the constant of proportionality? y = 8x Yo BrainliesI love you guys sm and i have to ask something Whatt is cell membrane And give a sentenceAhve great DAIESSSS multiply 0.87 x 0.4 I'm writing this for 20 characters The reaction between ethylene and hydrogen bromide to form ethyl bromide is carried out in a continuous reactor. The product stream is analyzed and found to contain 58.7 mol% C2H5Br and 18.3 mol% HBr. The feed to the reactor conains only ethylene and hydrogen bromide. Calculate the fractional conversion of the limiting reactant and the percentage by which the other reactant is in excess. If the molar flow rate of the feed stream is 305 mol/s, what is the extent of reaction Find the slope of the line $3x+5y=20$. 4. What did New Deal programs do for Americans? Two of the computers at work suddenly cant go online or print over the network. The computers may be trying to share the same IP address. Which strategy is most likely to solve the problem?rebooting the network serverreconfiguring the network hubsinstalling network gateway hardwarelogging off one of the computers, and then logging back o Rewrite in simplest terms: -10(-3m-10)-3(-8m+3) i don't usually ask questions that often but I actually need help this time. so if you know answer please :D HELP WILL GIVE BRAINLIST! Compare and contrast the concepts of judicial restraint and judicial activism. What is meant by each of these terms, and how do these philosophies impact how justices decide cases?