Jim is an aspiring graphic designer looking for a purely technical graphic design position. Which degree will help him achieve his goal? A. associate’s degree B. bachelor’s degree C. online courses D. bachelor’s in fine arts

Answers

Answer 1

Answer:

D

Explanation:

In order to the a technical grapher he will need to lean about some arts.

Answer 2

Jim is a prospective graphic designer searching for a career that is solely technical in nature. His bachelor of fine arts degree will assist him in achieving his objective. Option D is correct.

What is the use of bachelor’s in fine arts degree?

A bachelor's degree in fine arts (BFA) helps students hone their skills and improve their trade via practical training, while also introducing them to the background and leading theories of their chosen field of study.

A BFA program not only teaches students, but also improves their talents so they may become artists in their chosen fields. Graduates in the fine arts have a wide range of career options, including art teachers, writers, fine artists, actors, art directors, and many more.

Therefore, option D is correct.

Learn more about the fine arts, refer to:

https://brainly.com/question/28745701

#SPJ2


Related Questions

Steve wants to become a successful graphic design entrepreneur. Which entrepreneurial approach will help him succeed? A. working as a graphics artist B. working as an animator C. being employed as a web developer D. employing or hiring designers for work

Answers

Answer: A.  working as a graphics artist

Explanation: None of the others are specifically what he wants.

Answer:

I believe the answer is: C. Being employed as a web developer

Explanation:

How will Mario know which words are misspelled in his document?

Answers

Answer:

By seeing if there are any red lines under the words or go to tools.

Explanation:

Sometimes when you spell something wrong, there will be a red line under it. If not, and you're are not sure if it's correct, go to "tools" then select spelling and grammar then it'll give you corrections if they need to correct anything.

Answer: D

The word would have a red underline.

Explanation:

Hope this helps!!

How long will it take to transfer a file size of 1GB on a USB 2.0 and a USB 3.0 drive?

Answers

Answer:

A decent SSD connected via USB 3.0,though,could do your 1GB in 2.5 seconds

It will take 17 seconds and 2 seconds for a USB 2.0 and a USB 3.0 drive  transfer a file size of 1GB transfer respectively.

USB 2.0 has a transfer rate of 480 megabits per second.

Therefore the transfer rate of USB 2.0 = (480 * 10⁶  bits per second) / (8 bits per byte) = 60 MBps (megabytes per second)..

Hence the time taken to transfer 1 GB (1024 MB) of data using USB 2.0 = 1024 MB / 60 MBps ≅ 17 seconds

USB 3.0 has a transfer rate of 5 gigabits per second.

Therefore the transfer rate of USB 3.0 = (5 * 10⁹  bits per second) / (8 bits per byte) = 625 MBps (megabytes per second)..

Hence the time taken to transfer 1 GB (1024 MB) of data using USB 3.0 = 1024 MB / 625 MBps ≅ 2 seconds

Hence, it will take 17 seconds and 2 seconds for a USB 2.0 and a USB 3.0 drive  transfer a file size of 1GB transfer respectively.

Find more about USB at: https://brainly.in/question/21354856

You've found an image you want to insert into your slide presentation. You
want to make the image look more gray so that it looks like an older image.
What would you need to adjust?
A. Contrast
B. Hue
C. Tone
D. Size

Answers

You would need to adjust the hue

Answer:

B) Hue

Explanation: You need to adjust btw ED 2020

What does this mean on Brainly (the time thing )

Answers

It is how long you have to get your daily answer streak

Answer:

Explanation:

That happens if you become idle while writing an answer to a question.

I'm assuming it's to help remind people to finish what they've started.

5.23 LAB: Miles to track laps

One lap around a standard high-school running track is exactly 0.25 miles. Write a program that takes a number of miles as input, and outputs the number of laps.


Output each floating-point value with two digits after the decimal point, which can be achieved by executing

cout << fixed << setprecision(2); once before all other cout statements.


Ex: If the input is:


1.5

the output is:


6.00

Ex: If the input is:


2.2

the output is:


8.80

Your program must define and call a function:

double MilesToLaps(double userMiles)

has to be done in c++

Answers

Answer:

Following are the code to this question:

#include <iostream>//defining header file

#include <iomanip> //defining header file

using namespace std;

double MilesToLaps(double userMiles)//defining method MilesToLaps which accepts parameter  

{

   double numlaps; //defining double variable

   numlaps = userMiles / 0.25; //calculating and holding numlaps value

   return numlaps; //return value

}

int main() //defining main method

{

   double userMiles;//defining double variable userMiles

   cout<<"Enter miles value: ";//print message

   cin>>userMiles;//input value

   cout<<fixed<<setprecision(2);//using setprecision method

   cout<<"Total laps: "<<MilesToLaps(userMiles);//print MilesToLaps method value

   return 0;

}

Output:

Enter miles value: 1.5

Total laps: 6.00

Explanation:

Description of the above code:

In the above program, a double method "MilesToLaps" is declared, which accepts "userMiles" a double variable in its parameter. Inside the method, a double variable "numlaps" is declared, which divides the "userMiles" value by 0.25 and returns its value. In the main method, a double variable "userMiles" is declared that inputs value from the user end and use the setprecision and call the method "MilesToLaps"  and prints its return value.

Answer:

def miles_to_laps(miles):

  return miles / 0.25

miles = 5.2

num_of_lap = miles_to_laps(miles)

print("%0.2f miles is %0.2f lap(s)" % (miles, num_of_lap))

Explanation:

How would you determine if your earned credits would transfer to a regionally accredited school?

A. You would need to contact the United States Department of Education.

B. You would need to contact the regional accreditation agency that accredited the school.

C. You would need to contact the regionally accredited school from which you earned your credits.

D. You would need to contact the regionally accredited school to which you intended to transfer the credits.

Answers

Answer:

D hope this helped - Willow

Answer:

Im pretty sure it is D

Explanation:

Hi All,

Please can someone tell me how I add brainliest to someone.

Thanks

Jake

Answers

Answer:

After someone answers your question it will take like a day or few hours before you see branliest then tap it.

Explanation:

pls give it to me when u see it lol

hope it helps anytime don't worry☺

Answer:

Press the yellow button

Explanation:

Laura has identified the job she wants, the skills needed for the position, and the areas she needs to improve in order to get it.

What is the next step in the professional development plan?

Ask someone to be her mentor
Find learning opportunities
Identify her current skills
Talk to her manager about a new job

Answers

Answer:

im guessing ask someone to be her mentor as she needs help in some feilds

Explanation:

Answer: THE ANSWER YOU ARE LOOKING FOR IS FINDING LERNING OPPROTUNITIES

Explanation:

I TOOK THE TEST, HOPE THIS HELPS

A ____________ is a set of commands which can be run by calling it by name. (Phyton)

Answers

A function: is a set of commands which can be run by calling it by name.

In Computer programming, a function refers to a group of organized, reusable set of commands (code) that are used to instruct a computer to perform a specific task i.e a single but related action.

Generally, a function receives or accepts data as an input, processes the data and then returns a single result or a set of results as the case may be.

Additionally, the name and arguments contained in a function must always be specified by a function. This makes it possible for a function to be run by a program by calling its name.

Read more: https://brainly.com/question/23838498

Selma needs to ensure that users who have access to her presentation are unable to make changes to the presentation.
What should she do?
O Apply password protection and only distribute the read-only password.
O Use the Mark as Final feature
O Restrict access to the presentation at the file server
O Use the Protected View option.

Answers

Use protected view option

Answer:

She should D. Use the Protected View option.

Explanation:

20 POINTS!!!
Which sentence best describes what occurs before the fourth slide when the finished presentation is viewed?

The screen is divided into left and right sections that move toward each other.
The screen is divided into top and bottom sections that move toward each other.
The screen is divided into left and right sections that move away from each other.
The screen is divided into top and bottom sections that move away from each other.

Answers

Answer:

the third one

hope this helps

Which of the following correctly describes the Filter procedure for managing spreadsheet data? Check all that apply.

☞︎Filter allows you to view only the information you want to see.

Filter deletes rows of data you do not need in your spreadsheet.

☞︎Filter allows you to filter text and numeric data.

☞︎Filter temporarily hides rows of data that you do not need to view.

Answers

Answer:

Filtering procedure provides an essay and convenient way to visualize or work only with the data we desire without needing to delete those we do not need at that moment.

Filter allows you to view only the information you want to see. Only the required information is displayed at that moment once the filter criteria has been checked.

Filter temporarily hides rows of data that you do not need to view. Rows of data which aren't needed at the moment are temporarily hidden in other to allow user concentrate on the needed data.

Filter allows you to filter text and numeric data. Filtering allows for different filtering criteria, if the user requires working or viewing only on text or numeric data, it is possible with spreadsheet filter.

Explanation:

Filter allows you to view only the information you want to see.

Filter temporarily hides rows of data that you do not need to view

Filter allows you to filter text and numeric data.

Answer:

It's A C and D on E d g e n u i t y

Explanation:

when inserting a fly in animation what is the first step in the process?

Answers

Answer:

you select the element you wish to animate

Which of these is a digital broadcast system?
A.
NTSC
B.
PAL
C.
DTMB
D.
SECAM

Answers

Answer:

DTMB is the digital broadcast system among them.

Answer:

All but one analog television system began as black-and-white systems. Each country, faced with local political, technical, and economic issues, adopted a color television system which was grafted onto an existing monochrome system, using gaps in the video spectrum (explained below) to allow color transmission information to fit in the existing channels allotted. The grafting of the color transmission standards onto existing monochrome systems permitted existing monochrome television receivers predating the changeover to color television to continue to be operated as monochrome television. Because of this compatibility requirement, color standards added a second signal to the basic monochrome signal, which carries the color information. The color information is called chrominance with the symbol C, while the black and white information is called the luminance with the symbol Y. Monochrome television receivers only display the luminance, while color receivers process both signals. Though in theory any monochrome system could be adopted to a color system, in practice some of the original monochrome systems proved impractical to adapt to color and were abandoned when the switch to color broadcasting was made. All countries used one of three color systems: NTSC, PAL, or SECAM.

Explanation:

how to Ctrl + shift + F4 but in a HP laptop?​

Answers

Answer:

Hit the X Button Located on the top right corner or hit Control, Alt, Delete

Explanation:

Hitting the X button will make you exit the whole cite, or hitting Control, Alt, Delet, will make you go to the task bar, in which you can go to the bottom right of that screen and it should say end task

Just hit the X button on the top of the right corner. (I mean you could also just hit control + Alt + Delete)

Walt is distributing a presentation to others in hopes that they will review portions of the presentation. What could he create
to more easily inform those users of the slides on which they should focus?
Groups
O Sections
O Comments
O Custom Slide Shows

Answers

Answer:

Sections

Explanation:

It lets others know what parts to skip in a short sentence.

Answer:

Hello

Answer:

Sections

Please Mark.

Cheers, Jake

Michael needs to ensure that those items that are automatically archived are still easily accessible within Outlook.

Answers

Answer:

yes

Explanation:

1. Create a new local folder or .pst (Personal Folders) file to hold Archived Mail. Right-click on the On My Computer heading at the bottom of your folder list and choose New Folder.  Name the folder Archived Mail or something else that’s easily recognizable. In older versions of Outlook, you can select File>Archive and change the date under Archive items older than. 2. Create a new Archiving Rule. Click on Tools > Rules, select Exchange from the On My Computer section, and click the + near the bottom of the window. Name the rule something meaningful and recognizable, like “120 Days, Auto Archive.”            

           3. Define the time limit and destination for emails eligible for archiving. Under the When a new message arrives menu, change Date Received (we suggest 120-180 days) and then change Do the Following to a defined action like “Move Message + Archived Mail.” Click the check box for Enabled and click OK. In older versions of Outlook, clicking Tools>Options>Other>Auto Archive brings up a similar set of options.          

           4. Run the new rule on existing email folders. If you set a new rule that all emails over six months old will be archived, don’t let aging messages received before that rule was implemented continue to clog up your Inbox. Select the preferred mail folder, click Messages>Rules>180 Day, Auto Archive, and wait patiently while your email account reorganizes itself. Remember, you’ll have to perform this function on each desired folder; also, Outlook uses “Last Modified Date” to archive, not “Received Date.”

           5. Want to access your archived emails? Simple — they’re waiting for you right on the left-hand column of folders — or under the list of .pst files on your computer — with all of your other mail folders. The key? They’re no longer taking up space in your mailbox.

Answer:

D

Explanation:

You have a chart that shows 100 data points and you’ve circled the highest value.which of the following are you using?

Answers

Answer:

D) the Rudolph Rule

Explanation:

I did this before

Which of the following is a regional accreditation agency?

A. Middle States Association of Colleges and Schools

B. Accrediting Commission of Career Schools and Colleges

C. Accrediting Agency for Independent Colleges and Schools

D. Distance Education Training Council, Accrediting Commission

Answers

Answer:

A. Middle States Association of Colleges and Schools

Explanation:

The Middle States Association of Colleges and Schools (Middle States Association or MSA) is a non-profit association that performs regional accreditation of schools both public and private  in the Mid-Atlantic region of the United States and for some institutions with an American origin. The MSA has three commissions:

Middle States Commission on Higher Education (MSCHE) Middle States Commission on Elementary Schools (MSCES) Middle States Commission on Secondary Schools (MSCSS)

Data arranged and stored in a data set

Answers

Yeah....................

when inserting a fly in animation what is the first step in the process?

Answers

Answer:

The answer: select the element you wish to animate.

Explanation:

Select an element or image or something you want to edit

A _____________ is the information sent to a function in python

Answers

Answer:

Formal Parameters

Explanation:

The arguments in the function definition bind the arguments passed at function invocation (i.e. when the function is called), which are called actual parameters, to the names given when the function is defined, which are called formal parameters.

Answer:

argument

Explanation:

1. What's one way you can execute a Ribbon command?
2. List three ways you can move the insertion point.
3. How is the File tab different from other tabs on the Ribbon?
4. List two input devices and how you use them.
5. Which key do you press to delete a character to the left of the insertion point?
6. How can you use the mouse to move the insertion point?
7. What's the purpose of saving a document?
8. List two ways you can execute the Save command.
9. List three storage media for files.
10. What are two ways you can distribute a document?
11. Why might the PDF format be a better choice for an email attachment?
12. What happens when you quit Word with unsaved changes to a document?

Answers

Answer:

A good answer should contain the following:

Your answer should be one of the following:

Click the command on the Ribbon.

Click a dialog box launcher icon and then execute commands from the dialog box or task pane.

You can move the insertion point in several ways, including pressing the arrow keys, the Home key, the End key, pressing any combination of Ctrl and arrow, Home, and End keys, and moving and then clicking the I-beam pointer with the mouse, touch pad, or stylus.

The File tab displays a new screen with options for opening, saving, printing, sharing, and closing a file. The other Ribbon tabs display groups of commands above the active document.

Answers will vary but you should include two of the four input devices discussed.

The keyboard for typing characters and using keys to move the insertion point.

The mouse for pointing, selecting commands, and moving the insertion point.

The touch pad, which works similarly to a mouse.

The stylus for pointing, selecting commands, moving the insertion point, and writing.

Press the Backspace key to delete a character to the left of the insertion point.

Move the mouse to place the I-Beam pointer and then click.

The purpose of saving a document is to make it available for future use.

You can execute the Save command by clicking Save on the File tab, clicking Save on the Quick Access Toolbar, or by pressing Ctrl+S.

Hard disk, USB flash drive, cloud drive

You can distribute a document by printing it or by emailing it.

Because it maintains all the formatting and layout of your file and doesn’t easily allow changes to be made

If you quit Word when there are unsaved changes to a document, Word displays a warning dialog box that prompts you to save.

Explanation:

PF

Firstly you Click the command on the Ribbon.Then, Click a dialog box launcher icon and then execute commands from the dialog box or the task pane.When You can move the insertion point in several ways, then you include pressing the arrow of keys, the Home key, the End key, pressing any combination of Ctrl and arrow, Home, and End keys, and moving and also, then clicking the I-beam pointer with the mouse, touchpad, or a stylus.The File of a tab displays a new screen with options for opening, saving, printing, sharing, and closing a file. Then The other Ribbon tabs display groups of commands above the active document. Answers will vary but you should include two of the four input devices mentioned below are:  When The keyboard is for typing characters and using keys to move the insertion point.Then The curser for pointing, selecting commands, and then moving the insertion point.For The touchpad, which are working similarly to a mouse.After that, The stylus for pointing, selecting commands, moving the insertion point, and then writing.The Press of the Backspace key to delete a character to the left of the insertion point.The Move of the mouse to place the I-Beam pointer and then click.Also, The purpose of saving a document is to make that it is available for future use.Then You can execute the Save command by clicking Save on the File tab, clicking Save on the Quick Access Toolbar, or by pressing Ctrl+S.Then the Hard disk, USB flash drive, cloud driveYou can distribute a document by printing it or by emailing it.So, Because it maintains all the formatting and then layout of your file and doesn’t easily allow are changes to be madeWhen If you quit Word then there are unsaved changes to a document,  also Word displays a warning dialog box that prompts then you can save.

Learn more about:

https://brainly.com/question/14871885

Which of the following types of education may not require an application, only a registration and fee?

A. Colleges
B. Universities
C. Graduate Schools
D. Training Programs

Answers

Answer:

The answer here is D training programs

Explanation:

Answer:

Training programs may not require an application, only a registration and fee.

Other Questions
PLEASEEEEEEEE WILL GIVE BRAINLIEST Which of the following correctly summarizes how the media affected public opinion on the Nixon/Watergate scandal? Many Americans saw photographs of Nixon behaving negatively during the hearings and came to distrust him. Many Americans read the accounts in books and magazines and were influenced to support the president. Many Americans learned about the scandal as it unfolded by watching television and formed opinions based on that coverage. Many Americans saw advertisements in local papers taken out by Nixon's party and felt encouraged to support Nixon. What are the benefits of daily physical activity? What are the benefits? What happens if you do not exercise? How long has physical fitness been taught? Has it lost importance in people's daily lives? Why is America viewed as extremely unhealthy? PLEASE HELP ME Please help me out with this please Plot the image of point A under a reflection across the y-axis. How is the horizontal form of communication more prominent in Intermountain Healthcare What are found in nucleus and atoms? Simplify the equation write an expression that shows the cost of brochures each brochure cost 40 cents i need 4100 brochures and have a total budget of 1900 dollars Some orders of land and marine mammals are closely related. Molecular data recently collected from dolphins, camels, deep and hippos have shown that hippos are the closest living relatives of dolphins. Which cladogram models this evolutionary relationship? * The Alpha company has 189 employees that share an office that has 32 floors. If they built another building for 50 employees, how high should they make the new building? Round to a whole number of floors. Which of the following describes the relationship between elements of an ecosystem? A. Elements of ecosystems are mutually dependent on each other. B. There is no relationship between elements within an ecosystem. C. Abiotic elements are dependent on each other, while biotic elements are not dependent each other. D. A cause and effect relationship is limited to abiotic elements only. 1. Based on your pie chart results, what were your major influencers when it came to eating?R. Name two changes you could make to your diet to reduce the negative influencers andimprove your nutrition intake. How can you motivate yourself to make and uphold thesechanges? Cul es la diferencia entre autor, narrador, lector y protagonista? Find the value of n (picture provided) A group of 75 math students were asked whether they like algebra and whether they like geometry. A total of 45 students like algebra, 53 like geometry, and 6 do not like either subject. A 4-column table with 3 rows. The first column has no label with entries likes algebra, does not like algebra, total. The second column is labeled likes geometry with entries a, c, 53. The third column is labeled does not like geometry with entries b, 6, e. The fourth column is labeled total with entries 45, d, 75. What are the correct values of a, b, c, d, and e? a = 16, b = 29, c = 22, d = 30, e = 24 a = 29, b = 16, c = 30, d = 22, e = 24 a = 16, b = 29, c = 24, d = 22, e = 30 a = 29, b = 16, c = 24, d = 30, e = 22 In an indefinitely repeated game, a firm might use a ________ to ________ a rival that defects from a cooperative strategy. A. trigger strategy; threaten B. trigger strategy; punish C. legal maneuver; sue D. tacit threat; dissuade Bryce did chores every single day in september.It took Bryce 7/8 hours to completing his chores on 20 of the days.The remaining days of the month it took him 1 hours to complete his chores.How many hours did Bryce do chores in September?(there are 30 days in September). ANSWER STEP BY STEP. PLZZZ ANSWER I REALLY NEED HELP The Persian Empire became the most powerful empire in the world in the fifth century BC. You learned about four Persian kings (listed below). Which of the four kings do you think had the greatest impact? Do some more internet research if you need to. Explain your answer.1) Cyrus2) Cambyses3) Darius I4) Xerxes I Suppose you will perform a test to determine whether there is sufficient evidence to support aclaim of a linear correlation between two variables. Find the critical values of r given thenumber of pairs of data n and the significance level a.n=12. a.= 0.01 ASAP! GIVING BRAINLIEST! Please read the question THEN answer CORRECTLY! NO guessing. I say no guessing because people usually guess on my questions.