Note that common skills are listed toward the top, and less common skills are listed toward the bottom. According to O*NET, what are common skills needed by Graphic Designers? Select four options.

speaking
active listening
troubleshooting
operations analysis
writing
science

Answers

Answer 1

Based on O*NET, the are common skills needed by Graphic Designers are:

SpeakingTroubleshootingOperations analysisScienceWho is a Graphic Designer?

Graphic designers are known to be people who forms or create visual concepts through the use of computer software or by hand.

The Skills needed by Graphic Designers are;

Must have Creativity.Good Communication skillsMust have a good Strategy.Time management, etc.

Learn more about skills from

https://brainly.com/question/1233807

Answer 2

Answer:

speaking

active listening

operations analysis

writing

Explanation:


Related Questions

What is the first step in finding a solution to a problem? (5 points)
Choose a solution.
Think of options to solve the problem.
Try the solution.
Turn the problem into a question.

Answers

Answer:

Turn the problem into a question.

Explanation:

any of my friends can you answer me plz?

Answers

Answer:

God is always your friend mate

Explanation:

I need help 40 points and brainless if you answer

Answers

Answer:

The answer is C

Explanation:

What is the system of computers, routers, wires, cables,etc. that allow computers to communicate called?

Answers

Internet maybe?
Not 100% sure though

n
Which best describes the relationship between hardware and software?
ОООО
Software instructs hardware how to perform.
Software allows users to interact with hardware.
Hardware directs the performance of software.
Hardware enables software to perform correctly.
The answer is CC equals hardware distract supposed formants of software hope this helps

Answers

Ndhddhdhdh
Hdhdhdjdhhfhfhfhfhfjdjfjfj

Answer:

A

Explanation:

Software instructs hardware how to perform.

Define function print_popcorn_time() with parameter bag_ounces. If bag_ounces is less than 3, print "Too small". If greater than 10, print "Too large". Otherwise, compute and print 6 * bag_ounces followed by "seconds". End with a newline. Remember that print() automatically adds a newline.

Answers

Answer:

In Python:

def print_popcorn_time(bag_ounces):

   if bag_ounces < 3:

       print("Too small")

   if bag_ounces > 10:

       print("Too large")

   else:

       print(str(6 * bag_ounces)+" seconds")

       

Explanation:

This defines the function

def print_popcorn_time(bag_ounces):

This checks if bag_ounces < 3

   if bag_ounces < 3:

If yes, it prints too small

       print("Too small")

This checks if bag_ounces > 10

   if bag_ounces > 10:

If yes, it prints too big

       print("Too large")

If otherwise,

   else:

Multiply bag_ounces by 6 and print the outcome

       print(str(6 * bag_ounces)+" seconds")

Answer:

Explanation:

def print_popcorn_time(bag_ounces):

  if bag_ounces < 3:

      print("Too small")

  elif bag_ounces > 10:

# Use of 'if' for this portion, will only yield a test aborted for secondary tests

      print("Too large")

  else:

      print(str(6 * bag_ounces)+" seconds")

user_ounces = int(input())

print_popcorn_time(user_ounces)

How do you resolve conflicts in your life??

Answers

Answer:

What problems?

Explanation:

Which of the following is a strategy used to enhance communication in a presentation?
using as few slides as possible by increasing the amount of information on each slide
using bullets to break up text and to highlight important talking points
using a large variety of background colors and slide transitions
using images to fill up unused space on each slide

Answers

Answer: using bullets to break up text and to highlight important talking points

Explanation:

When making a presentation, it is vital for one to communicate properly with the audience and pass the message across to them well and clearly.

Using bullets to break up text and to highlight important talking points can be used to enhance communication in a presentation. This makes communication easier.

We should note that every other options given aren't appropriate and won't enhance communication.

Answer: using bullets to break up text and to highlight important talking points

Explanation:

Which mode would you use to take a photograph inside a cave in dim light?
A.
program mode
B.
aperture priority mode
C.
auto mode
D.
night mode
E.
sports mode

Answers

Answer:

I think B or A because when you go in a dark place you can use this

Answer:

D. Night Mode.

Explanation:

I am not 100% sure but it seems like since you are in a cave in dim light it would be like at night with the moon.

Am I missing something?

Answers

Shshahw auehebehej jagehevehe suene she e e r r d f g g g e de w ehehejenebe e e where

You work for ScreensRUs, a business that sends repair people to sites to fix damaged car windshields. Your employer provides company mobile phones, but you think it should provide smartphones instead. Write a memo outlining two reasons why the firm should upgrade its devices.

Answers

Answer:

tldr; treat this like a brief essay. some reasons would be "having a smartphone makes your job easier", "smartphones can make the job easier to do on the go".

Explanation:

hi there!

ok, so this should be pretty simple.  first, we should take a look at the issue in the scenario;  you're an employee for a company that relies heavily on technology to get your job done and send other employees to their customer's locations.  because of this, getting poor quality mobile phones would make your job a little bit harder to do.

to put this in a little bit of a better perspective, imagine that you're an employee in a store, and your job is to sweep the floor. however, your boss only gives you a dust pan and bad quality broom.  that'd make you wish that you had some better equipment to get your job done faster, right?

a memo is basically a written message in a business place; in modern days, they're usually emails, but back in the day they were letters and such.  for this assignment, treat this like an essay! however, be sure to be to-the-point.

now to answer the question; we've already covered one reason that you could use in the memo: "having a smartphone would make your job easier". now think about what else having a smartphone would do compared to a mobile company phone.  

here's an example of a memo!

good luck! hope this helped.

What is the ascii code for the letter D

Answers

Answer:

068

Explanation:

Or if you want binary it's 01000100

What are the basic tasks performed by an operating system?​

Answers

Answer:

An operating system is a software which performs all the basic tasks like file management, memory management, process management, handling input and output, and controlling peripheral devices such as disk drives and printers.

Explanation:

i hope it helps:)

What is empowerment technology?

Answers

It the use of technological devices such mobile phones and computer devices to help retain and locate information.

Which term defines and describes data and its relationship?

data requirements

project modeling

project infrastructure

data modeling

Answers

Answer:

data modeling

Explanation:

Data model. A formal method of describing data and data relationships. Entity-relationship (ER) modeling. A conceptual database design method that describes relationships between entities.

Which method finds the greatest common divisor of 14 and 35?

import math

math. ____ (14,35)

Answers

Answer:

gcd method

Explanation:

Given

The code snippet

Required

Which method completes the code

To return the gcd of numbers, simply use the gcd method.

So: the complete code is;

import math

math.gcd(14,35)

Answer:

gcd

Explanation:

it means greatest common divisor

Please any ine help me that what is the fullform of html​

Answers

Explanation:

hypertext markup language

An ______ is a simplified image. (4 letters) This is for a paxton paterson

Answers

Answer:

allegory.

p.s: this is the right answer but with out the four letters you need

the metric unit used for length

Answers

Answer:

kilometer

Centimeter

Meter

Milimeter

Hope it helps

Please mark me as the brainliest

Thank you

Which is the period button on laptop

Answers

Answer:

The one next to the /?

Explanation:

opposite word of reassembling​

Answers

OPPOSITE WORDS OF REASSEMBLING

dispersedisbandseparate
opposite word of reassembling is separate

a) Internet is owned by:
a) US Government.
b) Europe.
c) Asian Countries.
d) Nobody owns internet.​

Answers

Answer:

D. Nobody owns internet

what are the four forms of utility in computing

Answers

Answer:

form, place, time, and possession utility

Explanation:

Look out for users with this photo.

Answers

Answer:

why whats wrong with it

Explanation:

omg thank you someone just answered my question and they told me to go to the link for the answer but i knew it was a trick lol

What is Colby Knox known for?

Answers

Answer:The School in the Woods. Colby Knox is known for his work on The School in the Woods

Explanation:

Answer:

the school on the wood ghost is known as Colby Knox.

PLEASE HELP ME! Will report ignorant answers!
Original answers only please.
Why is it important that software be compatible with your operating system? What kind of complications may occur if the two are incompatible?

Answers

Answer:

It is important so your computer can function properly. the two things that might happen if they are not compatible are that it might crash your computer and that your computer might not function properly.

A software must be compatible with the operating system of its host computer

Important of software compatibility with operating system?

Software as used here are application programs designed for a computer.

It is important the software is compatible with the operating system of the computer in order to run without hassles.

Take for instance, a software designed to run on a 64-bit operating system will not run perfectly on a 32-bit operating system

The kind of complications that may occur

As stated above, a software designed to run on a 64-bit operating system will not run perfectly on a 32-bit operating system.

Other complications include:

It can cause the system to hangIt can result as a waste, because of its inability to run properly

Read more about software at:

https://brainly.com/question/1538272

#SPJ2

game development is a time-consuming and expensive endeavor, and being a Lone Ranger is a recipe for disaster
True or False

Answers

False although depends on the future of the person's ideas

The statement that game development is a time-consuming and expensive endeavor is false.

What is game development?

Game development is designing or creating game software. It also involves generating new concepts of game and new graphics software and new technologies.

Thus, the correct option is false.

Learn more about game development

https://brainly.com/question/19837091

#SPJ2

Anna's house is old and needs quite a few repairs that she
cannot afford out-of-pocket. What type of loan does she need?

Answers

Answer:

Home equity

Explanation:

Hope this helps    :)

How to code the different parts of HTML (Plz answer)

Answers

If you have a sidebar that has multiple sections, don't nest elements inside of elements like in the example above. Instead, make the sidebar a single and then use (or another appropriate sectioning element) to create the different sections.

In designing the interior of a physical fitness center, Sybil pays attention to sight lines and the arrangement of rooms and equipment to avoid the fishbowl effect common to such structures. She wants to give people working out a sense of privacy and isolation. Accordingly, she designs the center’s workout areas to have lots of short walls and angles to reduce the number of people visible in any given direction. In reviewing her plans, the client is dismayed. What do you predict are potential problems with Sybil’s design? (Select all that apply.)


The complicated nature of Sybil’s design means that she is probably in violation of numerous codes governing the construction of such structures.

It would be impossible to have fitness classes because the trainer and the class members wouldn’t be able to see each other as they work out.

The lack of sight lines that can encompass entire areas means lots of hidden corners that can create safety and security concerns.

The labyrinth effect of so many short walls and angles likely means that the facility doesn’t make effective use of natural light coming in from outside.

Answers

Answer:

The potential problems with Sybil's design are;

1) Due to the complicated nature of Sybil's design means that she is probably in violation of numerous codes governing the construction of such structures

2) It would be impossible to have fitness classes because the trainer and the class members wouldn't be able to see each other as they work out

3) The lack of sight lines that can encompass entire areas means lots of hidden corners that can create safety and security concerns

4) The labyrinth of so many short walls and angles likely means that the facility doesn't make effective use of natural light coming in from outside

Explanation:

The design considerations for a fitness center includes

1) Provision of adequate space for circulation

2) The sizes of the interior should be varied to avoid the feeling of being inside a big box

3) Allow ample access to natural light

4) Visibility of activity areas to increase interest

5) Ensure that likely dangerous spaces are visible

6) Avoid the creation of dark or hidden corners

Therefore

1) There are likely probabilities that Sybil's design could be in violation of federal and state codes for building similar structures

2) There will be reduced visibility of the trainer

3) Hidden areas formed, due to lack of visibility can be a source of concern for safety

4) There could be limited access for natural light within the facility

Other Questions
Mitosis and meiosis are cell division mechanisms that lead to different numbers of daughter cells. Which explanation best describes how these two processes maintain continuity? PLEASE HELP 25 POINTS + BRAINLYStep 1: Read an article on amending the Constitution.a) Read the article Constitutional Amendment Process, located athttps://www.archives.gov/federal-register/constitution.Step 2: Create a worksheet to explain the process of amending the Constitution.a) Identify the key people and groups involved in the process of amending the Constitution.b) List the main steps in the process of amending the Constitution.Step 3: Evaluate your project using this checklist.If you can check each box below, you are ready to submit your project. Did you read the article Constitutional Amendment Process at the link provided? Did you list the key people involved in the process of amending the Constitution? Did you list the groups involved in the process of amending the Constitution? Did you list the main steps involved in the process of amending the Constitution? The ratio of dogs to cats at a pet store is 11: 4. If there are 90 total pets (dogs and cats), how many cats are there? helppppppppppppppppppppppp 2. PART B: Which detail from the text best supports the answer to Part A?O A 'Thousands of settlers from the east were beginning to move fartherwest, and they wanted land." ( Paragraph 3)OB "The soldiers divided the Potawatomi into small groups and gave eacha portion of cornmeal." ( Paragraph 8)OC "Sometimes when the soldiers stopped for the night, Equa-ke-Seccould not quench her thirst at all. The only water was from stagnantponds or muddy creeks ( Paragraph 11)OD "The story was passed on from mother to child for three generations.Finally, a young girl named Virginia was told the story by her mother." ( How does working as a Pipeworks laborer convince Doon the city is in even worse shape than he suspected? Check all the correct answers.Many pipes are breaking or leaking.There are no wrenches to use on the pipes, they have to use their bare hands.No one understands the generator or how to fix it.The river is slowly drying up.For the city of ember According to a survey, about 19% of all Americans are without health insurance. Assume that this estimate is reasonably accurate. Suppose that you select a random sample of 46 Americans. (a) Calculate the expected number of Americans without health insurance in the sample. Answer: (Keep at least four decimal places.) (b) Calculate the standard deviation of the number of Americans without health insurance in the sample. Answer: (Keep at least four decimal places.) For the functions g and f simplify the following expressions. f(x) = 2x - 4 g(x)=4/x-1 fg gf A car of mass 800 kg goes round a corner of radius 65 m at aspeed of 10 m/s.a) What size force is needed to achieve this?b) Suggest how this force is likely to be obtained.c) What force would be needed if the driver approached thebend at twice the speed? 4,179 mL = ____ L ____ mL how many is liters how many is mL And how do I show my work for this?correct=brainliest Write one-stanza poem with 5 lines that expresses on the prevention of nutritional problems among adolescent. Please answer if you know the answer!!!Please it is the end of the quarter!!!!!! Please Solve for x in the diagram below. (Choose all that apply): Find the exact and approximate volume for the sphere below. Round to the nearest hundredth (two decimal places), and use = 3.14 to find the approximate volume of the sphere. 37.33 yd2143.57 yd117.23 yd682.67 yd Need help ::::::::::::::::: 19) The sales tax on a $105 digital camera is $7.15. What is the sales tax rate? (Round your answer to the nearest tenth.) Which best describes the two types of shared characteristics Nick started a new job this week. The number of hours he works each week varies depending on how many clients he must meet. He earns $7.00 each hour plus a travel allowance of $50.00 each week. What is the function that represents the amount of money Nick makes each week, y, based on the number of hours worked, x? This excerpt is taken from John F. Kennedys inaugural address. Which two words best describe the tone of the excerpt?In your hands, my fellow citizens, more than in mine, will rest the final success or failure of our course. Since this country was founded, each generation of Americans has been summoned to give testimony to its national loyalty. The graves of young Americans who answered the call to service surround the globe.Now the trumpet summons us againnot as a call to bear arms, though arms we neednot as a call to battle, though embattled we arebut a call to bear the burden of a long twilight struggle, year in and year out, "rejoicing in hope, patient in tribulation"a struggle against the common enemies of man: tyranny, poverty, disease and war itself.And so, my fellow Americans: ask not what your country can do for youask what you can do for your country.My fellow citizens of the world: ask not what America will do for you, but what together we can do for the freedom of man.a.gloomyb.inspirationalc.casuald.peacefule.solemn Okay, so Grayson only has 6 hours to read 240 pages before school tomorrow. If he reads at a constant speed of 35 pages per hour, will he have enough time to finish his reading homework before school? why or why not? Explain Please help and thanks!~~~~~~~~~~~~~~~~~~~~~~~~20 points!~