Drag each tile to the correct box.
Match the visual elements of design to the effect they produce.

Drag Each Tile To The Correct Box.Match The Visual Elements Of Design To The Effect They Produce.

Answers

Answer 1

Answer:

Creates order and harmony → color

Creates an emotional impact → texture

Brings a feeling of depth to a design → form

Draws or minimizes attention → space

Divides space and redirects the eye → shape

Explanation:

The visual element that creates order and harmony is color

Color can be used to create visible patterns that can be recognized as being in harmony or disagreement

The visual element that creates emotional impact is texture

Texture can be used to convey either the emotions of the object or the artist

The visual element that brings a feeling of depth to a design is form

Form is used to present a 3-D appearance of an art, and therefore, it is used to show depth of a 2-D drawing

The visual element that draws or minimizes attention is space

The arrangement, location, and size of the space occupied by an object can be used to draw or minimize attention

The visual element that divides space and redirects the eye is shape

Shape is used to divide space into areas easily recognizable by the eye


Related Questions

An example of computer hardware is ? A. keyboard B. app C. web browser D. operating system

Answers

Answer:

D. Operating system

Explanation:

A keyboard is a secondary item like a mouse and is not apart of computer hardware and app is also not a computer hardware because its coding not hardware. Web Browser is a Internet thing not hardware.

Answer:

option A

Explanation:

Computer hardware is the physical parts or components of a computer, such as the monitor, mouse, keyboard.

When visiting or learning about other places, what new things have you experienced? Choose all that apply.
food and drink
music and art
languages
values and ideas
technology

Answers

This is a question that’s has no wrong or right answer, basically you just click whatever you’ve experienced.

Answer:

All of these answers

Explanation:

You have just been hired by a large organization which uses many different AWS services in their environment. Some of the services which handle data include: RDS, Redshift, ElastiCache, DynamoDB, S3, and Glacier. You have been instructed to configure a web application using stateless web servers. Which services can you use to handle session state data

Answers

Answer:

Elasticache and DynamoDB

Explanation:

The session data can be stored on Elasticache and DynamoDB

ElastiCache is the best fit for front end data stores thereby ensuring a high performance with extremely high request rates and/or low latency requirements

What is the main device used on fourth generation computer​

Answers

Answer: Microprocessors were used to create the fourth generation of computers. In 1971, Intel built the first microprocessor, the 4004 chip.

Explanation: The microprocessor is a silicon chip with millions of transistors built using LSI and VLSI technologies.

hope this helps best of luck mate! :)

Can someone please type a code that makes a house in python and turtle graphics i need help

Answers

Answer:

import turtle  

turtle.speed(2)

#shape

turtle.forward(100)

turtle.left(90)

turtle.forward(100)

turtle.left(45)

turtle.forward(100)

turtle.left(90)

turtle.forward(100)

turtle.left(45)

turtle.forward(100)

turtle.left(90)

turtle.forward(100)

#door

turtle.left(90)

turtle.forward(50)

turtle.left(90)

turtle.forward(25)

turtle.left(90)

turtle.forward(50)

#windows

turtle.penup()

turtle.right(90)

turtle.forward(20)

turtle.right(90)

turtle.forward(20)

turtle.pendown()

turtle.forward(25)

turtle.left(90)

turtle.forward(40)

turtle.left(90)

turtle.forward(25)

turtle.left(90)

turtle.forward(40)

Explanation:

:)

You are preparing to install Windows Server 2012 on a new server. The server has the following hardware: 2 TB RAM 16 64-bit Intel-VT processors 10 GB mirrored hard disk for the system partition You will use the server for the following server roles: File and Storage Services Print and Document Services Windows Deployment Services You want to select the minimum Windows Server 2012 edition to support the required roles and hardware. Which edition should you install

Answers

Answer:

The ideal edition of the Window you should install is Standard.

Explanation:

Customers that require a physical or moderately virtualized environment should choose the Standard edition. With each license, you may operate up to two virtual instances of Windows Server and get all of the same capabilities as the Datacenter edition. Standard version has the same processor plus CAL (Client Access License) licensing as Datacenter edition, with each license covering up to two physical processors on a single server.

With these features, the server is able to perform the roles file and storage services, print and document services, and Windows Deployment Services.

Therefore, the ideal edition of the Window you should install is Standard.

Which headphones are a better option, the HyperX Cloud Stinger or the Logitech G432

Answers

Answer:

The Logitech ones.

Explanation:

Surprisingly I've used all 3 of them and the Logitech ones are the one with not only the best sound quality. And the mic isn't horrible either.

A folder has been shared with other users and set to read-only. What does this mean for users?
Users can only read the name of the shared folder.
Users cannot add new folders or files.
Users can read and edit files.
Users can add new files but not new folders.

Answers

Answer:

It means that users can only read or, depending on that platform, read and edit files in the folder

A large amount of data is stored in secondary storage is it true

Answers

Since it’s more cost efficient, it’s better to store more data in the secondary storage. Yes true!

A large amount of data is stored in secondary storage is true

During the design phase, development teams translate the requirements into?

Answers

A design for the software application

Identify the error and write correct HTML program 5 Cyber Bullying Tips<\head>Don't Respond Talk to a trusted adult <|html>

Answers

Answer:

<html>

<head> Cyber Bullying Tips </head>

<body>

Don't Respond, Talk to a trusted adult

</body>

</html>

true or false.


The format of a document to refers to the way all elements of document?​

Answers

Answer:

true Yan Po Ang sagot

Explanation:

Yan na Sana makayulong

There are eight primitive data types in Java. If the the size of 4 different datatype sizes are as follows then what is maximum value they can store? Show using the chart as in our example.

Answers

Answer and Explanation:

The eight primitive data types in Java include:

byte , short , int , long , float , double , boolean and char.

By size of datatype we mean the amount of memory the data type occupies. For a 32-bit processor/CPU,

The size of int data type(with whole numbers from -2,147,483,648 to 2,147,483,647) in Java is 4 bytes

The size of byte data type is 1 byte

The size of short data type is 2 bytes

The size of long data type is 8 bytes

Phishing is ____________. When hackers overwhelm a website with too many requests. A network of private computers infected with malicious software and controlled as a group without the owners' knowledge. A piece of code that is capable of copying itself and typically has a detrimental effect, such as corrupting the system or destroying data. Emails designed to trick users into sharing private information.

Answers

Answer:

Emails designed to trick users into sharing private information.

Explanation:

if that is a multiple choice question and the other sentences is the answer choices.

write a program to find area of rectangle​

Answers

Answer:

program by INPUT statement

Explanation:

CLS

REM to find the area of rectangle

INPUT L

INPUT B

LET AOR = L * B

LET " AOR = "; AOR

END                

                                                                                                     Press F5

Area of Rectangle - Python

Assuming that the question needs Python program to find the area of a rectangle. Since we are not given in the Question only by which programming language we write the required program, therefore here we use python program.

Before we write the required program for this question, let's first take some hint for better understanding and know that what we need to do in this program.

Let us take a look at what we need to do in this program.

We know that, the area of rectangle is defined as the product of its length and breadth respectively.

→ Area of rectangle = length * breadth

First we would take user input to accept the values of length and breadth of the rectangle from the user.

We then calculate the area of the rectangle using the required formula of it.

The Program

# Program to find the area of rectangle

# Take user input to accept length

length = float(input("Enter the measure of length: "))

# Take input to accept breadth

breadth = float(input("Enter the measure of breadth: "))

# Calculate the area of rectangle using the formula

area = length * breadth

# Assign the result

print("The area of rectangle is", area, "square units.")

[Hashtag (#) is only a single line comment in Python, It's not printed in the program, I have used them here for understanding the program step-by-step. If you want then you can remove those comments from the program.]

The Output

Enter the measure of length: 5

Enter the measure of breadth: 10

The area of rectangle is 50.0 square units.

Okay, guys, I know this one will be very hard however while trying to finish this assignment I got overwhelmed and lost by the sheer size of it! Alrighty! Here are the instructions:
/////////////////////////////////////////////////////////////
Modify the TaxReturn class with fields that hold a taxpayer’s Social Security number (snn), last name (last), first name (first), street address (address), city (city), state (state), zip code (zipCode), annual income (income), marital status (status), and tax liability (tax). Include a constructor that requires arguments that provide values for all the fields other than the tax liability. The constructor calculates the tax liability based on annual income and the percentages in the following table.

Income Single Married
0 - 20,000 15% 14%
20,001 - 50,000 22% 20%
50,001+ 30% 28%

In the TaxReturn class, also include a display method that displays all the TaxReturn data.

Implement the PrepareTax application that prompts a user for the data needed to create a TaxReturn. Continue to prompt the user for data as long as any of the following are true:

• The Social Security number is not in the correct format, with digits and dashes in the appropriate positions—for example, 999-99-9999.

• The zip code is not five digits.

• The marital status does not begin with one of the following: S, s, M, or m.

• The annual income is negative.

After all the input data is correct, create a TaxReturn object and then display its values.

An example of the program is shown below:

Enter your Social Security number
999-99-9999
Enter your first name
Jane
Enter your last name
Doe
Enter your address
1961 Mulberry Street
Enter your city
Springfield
Enter your state
Massachusetts
Enter your Zip code
01101
Enter marital status
Single
Enter your annual income
20000
Taxpayer ssn: 999-99-9999 Jane Doe
1961 Mulberry Street
Springfield, Massachusetts 01101
Marital status: S
Income: $20000.0 Tax: $3000.0
////////////////////////////////////////////////////////////////
I also want to point out that this assignment has two different files with one being PrepareTax.java and the other being ReturnTax.java!

Answers

Enter your information ℹ️

TaxReturn.java: Pt. 3

// Write your code here

}

public void display() {

System.out.println("Taxpayer ssn: " + ssn + " " + first + " " + last + "\n" +

address + "\n" + city + ", " + state + " " + zipCode +

"\n Marital status: " + status + "\n" +

"Income: $" + income + " Tax: $" + tax);

What is program?

A computer can run multiple programs simultaneously, and each program can be in a different state. There are three states a program can be in: running, blocked, and ready. If a program is running, it means that it is currently using the computer's resources, such as the processor, memory, and I/O devices, to perform its tasks.

On the other hand, if a program is blocked, it means that it is waiting for a resource to become available, such as a file, network connection, or input from the user. In the scenario you mentioned, "Program A" is in the running state, meaning it is actively using the computer's resources.

Therefore, Program B" is in the blocked state, meaning it is waiting for a resource to become available so it can continue to run.

Learn more about program on:

brainly.com/question/30613605

#SPJ3

Diana has created a graphic design portfolio for a major project. What kind of portfolio would increase Dlana's chances of getting selected?
OA
a portfolio with some case studies of her graphic design work
OB.
a portfolio with graphic designs in her favorite theme
Ос.
a portfolio containing contact numbers of references
OD.
a portfolio that emphasizes large images and many colors
OE. a portfolio that emphasizes her qualifications and experience

Answers

Answer:

Hello There!!

Explanation:

I believe the answer is O A. a portfolio with some case studies of her graphic design work.

hope this helps,have a great day!!

~Pinky~

Mencione algunos ejemplos en donde sean utilizadas las máquinas de aire comprimido. Justifique su respuesta.

Answers

Answer:

Los ejemplos en los que se utilizan máquinas de aire comprimido incluyen

Donde se utilizan máquinas de aire comprimido incluye;

1) Compresor de aire, que es un dispositivo que utiliza energía mecánica para almacenar aire a presión, como

i) Aire obtenido en una gasolinera

ii) Aire presurizado utilizado para bombear neumáticos con una bomba de bicicleta manual

2) Equipo de ejercicio neumático, que previene ligeramente el movimiento mediante el uso de cilindros llenos de aire

Los ejemplos incluyen máquinas de entrenamiento de resistencia y máquinas de entrenamiento elípticas.

3) Instrumentos musicales neumáticos que producen sonido debido al movimiento del aire en las tuberías. El ejemplo incluye el órgano de tubos

4) Algunas madres lactantes utilizan máquinas neumáticas en los extractores de leche para proporcionar leche materna almacenada a los bebés que el niño puede tomar mientras la madre no está

5) Se conecta una pistola de aire a una fuente o máquina de aire comprimido para proporcionar aire presurizado cuando sea necesario

Explanation:

One type of emerging technology that is used to track packages, manage inventory, and even identify pets is _____.

ASCI
EPD
Smart Card
RFID

Answers

Answer:

rfid

Explanation:

................

Answer:

e

Explanation:

e

100 Points!
Think of a problem in society that could use data to help solve it. Answer the following questions in at least 1 paragraph (5-7 sentences).

What is the problem?
What data would you need to collect in order to gather more information to help solve this problem?
How would you collect this data?
How would the use of a computer help to solve this problem ? (make sure you explain in depth here).

Answers

Answer:

Attached in img below, didn't lke my answer for some reason.

What is a simulation?

A) a computer-based program that tests knowledge in important areas

B) a computer-based program that can be used to solve problems

C) a computer-based program that designs other programs

D) a computer-based program that mimics a real-life event

Answers

the answer is D : a computer based program that mimics a real-life event

Answer:

a computer-based program that mimics a real-life event

Explanation:

Which of the following describes a recording scout's job in the music industry?

A) They are responsible for marketing and promotion.

B) They act as an editor for new recordings.

C) They are in charge of producing recordings.

D) They act as a manager for newly signed talent.

Answers

Answer:

They act as a manager for newly signed talent. D

Explanation:

Answer:

They act as a manager for newly signed talent.

Explanation:

hope this helps!

what do you understand by the terms:
I)input
ii)process
iii)storage
iv)output

Answers

an output device translate information processed by the computer into a form which you can understand.

input device are used to enter information such as letters, numbers, sounds or picture into a computer.

Why did Stephen Hawking stop playing hide and seek?

Answers

Answer:

because she keeps using a metal detector.

decimal numbers is equivalent to binary 110

Answers

Answer:

yes it is

Explanation:

binary number is 1101110

Emilio has created a document in Word and needs to print labels. He is shopping at a store and finds Avery labels
and another brand that is less expensive. What does Emilio need to do before buying the less expensive labels?
O He needs to make sure the number of labels is the same.
O He needs to make sure that the dimensions match the Avery labels.
O He needs to check to see if they are compatible with Word.
O He needs to check to see if Word has a setting for that label.

Answers

Answer:

He needs to check to see if they are compatible with Word

Explanation:

A label is a attachment to an object, with the aim of identifying the object such as the mail to address on an envelop, In MS Word, there several label templates to choose from, which are located under the Mailings tab

To create a label in MS Word, we have the following steps

1) Select Labels under the Mailings tab

2) Select the Options button in the Labels dialogue box, then select the label vendor and the product of the vendor to be used

3) Enter the address of the mail in the Address box after selecting the vendor

Therefore, Emilo being at the shopping center rathe then on his computer will only have access to check if the cheaper label is also compatible with MS Word, from the label vendor's specifications

Using complete sentences post a detailed response to the following.

What audience are you thinking of targeting for the game you will design? Are you targeting an age group, an interest group, or a different kind of group? Describe your audience in detail, explaining why you think they would like to play your game.
please help me

Answers

Answer:

an interest group

Explanation:

When designing a video game I believe that the best target group would be an interest group. Focusing on a specific interest group will allow you to design a game, knowing that there are people truly passionate about that interest and who will play the game. Targeting an age group makes things difficult because you have to limit your creativity to that age group and even still there may not be much interest in that age group for your category of game. Therefore, an interest group is the best option and gives you the freedom to unlock your creativity without having to limit your game due to age concerns.

Why is computer called information processing maching???​

Answers

Since, the computer accepts raw data as input and converts into information by means of data processing, it is called information processing machine (IPM).

HOPE IT HELPS ❣️

Answer:

Since, the computer accepts raw data as input and converts into information by means of data processing, it is called information processing machine or IPM.

Explanation:

Explain the effects of disposing electronic equipments to the environment ​

Answers

Answer:

When electronics are improperly disposed and end up in landfills, toxic chemicals are released, impacting the earth's air, soil, water and ultimately, human health.

SOMEONE HELP 60 POINTS!!!!! When creating business publications, these two factors must be determined before planning the layout.

Answers

Answer:Audience and Goals

Explanation:

Answer:

I hope This will help you... Please mark me as Brilliant

Please

Explanation:

You want to make sure you prepare thoroughly before starting a business, but realize that things will almost certainly go awry. To run a successful business, you must adapt to changing situations.

Conducting in-depth market research on your field and the demographics of your potential clientele is an important part of crafting a business plan. This involves running surveys, holding focus groups, and researching SEO and public data.

Before you start selling your product or service, you need to build up your brand and get a following of people who are ready to jump when you open your doors for business.

This article is for entrepreneurs who want to learn the basics steps of starting a new business.

Tasks like naming the business and creating a logo are obvious, but what about the less-heralded, equally important steps? Whether it's determining your business structure or crafting a detailed marketing strategy, the workload can quickly pile up. Rather than spinning your wheels and guessing at where to start, follow this 10-step checklist to transform your business from a lightbulb above your head to a real entity.

1. Refine your idea.

If you're thinking about starting a business, you likely already have an idea of what you want to sell online, or at least the market you want to enter. Do a quick search for existing companies in your chosen industry. Learn what current brand leaders are doing and figure out how you can do it better. If you think your business can deliver something other companies don't (or deliver the same thing, only faster and cheaper), or you've got a solid idea and are ready to create a business plan. 

Define your "why."

"In the words of Simon Sinek, 'always start with why,'" Glenn Gutek, CEO of Awake Consulting and Coaching, told Business News Daily. "It is good to know why you are launching your business. In this process, it may be wise to differentiate between [whether] the business serves a personal why or a marketplace why. When your why is focused on meeting a need in the marketplace, the scope of your business will always be larger than a business that is designed to serve a personal need." 

Consider franchising.

Another option is to open a franchise of an established company. The concept, brand following and business model are already in place; all you need is a good location and the means to fund your operation.

Other Questions
Find the area of the kite with diagonals a= 12 and b=9 A) 30 B) 72C) 54D) 108 list all of the elements of the set (multiples of 4 less than 20) How many 1/3 servings are in 36 servings? Que elementos consideras que debe tener una politica monetaria para q no se perjudique tanto a las personas A product needs to be processed on both Resource X and Resource Y. There is only one of each of these resources and your goal is to meet market demand, which is 20 units per day and a day has 12 hours of working time. It takes 30 minutes to process a unit on Resource X and 15 minutes on Resource Y. If Resource X feeds Resource Y and both resources are scheduled to work 12 hours per day and process items just-in-case, then which Of the following statement is correct: a. There would be no accumulation of work-in-process inventory. b. Work-in-process inventory would accumulate in-front-of Resource Y. c. There would be no accumulation of finished goods inventory. You collect the following data for explanatory variable A and response variable B:A(x) B(y)1 14.22 14.93 15.54 16.85 17.86 18.97 20.18 20.99 21.510 22You calculate the following summary statistics: x-bar = 5.5, s subscript x = 3.03, y-bar = 18.26, s subscript y = 2.85, and r = .995.Required:What's the critical t value you'd use for a 95% confidence interval for the slope of this regression line? simplify the complex fraction. Which table represents exponential growth? Kwame and Ama shared an amount of money in the ratio 5:4 respectively. If Kwame had GHC 9.00, how much did they share? science the imaginary lines which divide the earth into areas of 15 are called Answer my this question too plsss 2) Find the remainder when x3 + x2 - 20 is divided by(x + 2) by using remainder theorem.{ANS: R = -24} Help me please with this question Help please this question is so hard! Complete each sentence regarding the bones of the lower extremity. Then place the sentences in order, based on the bones, from proximal to distal . tarsals 15 146humerus5patellafemurphalangestibia78fibulametatarsalsi. There are 2 bones in the lower leg. The________ is more medial, and the________ is more lateral ii. There are________ small bones of the toes that are called the__________ iii. There are ________irregular shaped bones in the foot known as the _________iv. The ________is also known knee cap v. There are __________small, long bones found in the top of the foot called _________vi. The __________is found in the thigh . Pat bought 6 shirts that were all the same price. He used a traveler'scheck for $25, and then paid the difference of $86. What was theprice of each shirt? What is the cube root of 216x^9y^18 ?A: 4x^3y^6B: 6x^3y^6C: 72x^6y^15D: 213x^6y^15 According to Mary Kaldor, one of the key differences between the guerrilla tactics used by revolutionaries and the tactics used by new warriors is the means by which they seek to control territory. In contrast to regular military tactics, revolutionaries attempt to gain control of territory using popular ideologies to gain local support. The new warriors are different in that they borrow their tactics from government counter insurgency units. True or False Which type of engineer specializes in the identification of mineral-rich deposit areas?geological engineersocean engineersaerospace engineersmining engineers You are the public relations director of a nonprofit hospital in a competitive market in a midsized city located in a metro area of 350,000 people. It is sweeps week for broadcast media. One of the stations is running a series on HIV/AIDS in the community. Recent segments have included those listed below.Homelessness related to HIV/AIDSHow persons living with HIV/AIDS suffer from being outcastsHow understanding has increased in some circles but prejudice remains in many.An appealing case of a hemophiliac who acquired HIV/AIDS through transfusion at the university hospital has been reported in the series. The university and its teaching hospital are located elsewhere in the state.At a staff meeting this morning, you learn that petitions are circulating in the community to request your hospital to convert its former nurses residence into a clinic and residential shelter for HIV/AIDS patients.The hospital no longer maintains a school of nursing. The three-story brick building has been used for miscellaneous administrative purposes since nurses training was phased out. The residence is connected to the hospital by an elevated corridor, similar to a skywalk. It does not have facilities for food service or laundry. Nurses always ate at the hospital and the hospital handled their laundry. The residence and hospital are served by common systems for hot water, steam heat, ventilating and sewer. The building predates central air conditioning.The human resources director reports that the business agent for kitchen and laundry workers, who are represented by a union, has already made informal contacts about this proposal, suggesting that grievances will result, at the very least, and a strike could ensue.Your director of volunteers expresses concern about reaction of volunteers who now handle many peripheral duties. Your physical plant supervisor, who lives in the neighborhood, says neighbors are already anxious over the possibility of HIV/AIDS patients in their vicinity. Your hospitals five-year Strategic Plan, which was recently updated, has no mention of developing an HIV/AIDS specialty.Write a letter (using your own name) to the hospital CEO, John Dolman and the Board of Governors outlining your plan to resolve this issue. Remember, that your letter will be made public to the other audiences and publics. In your recommendations, you should provide both long and short-term strategies that would solve this problem. To solve this problem you should note if additional resources or expenditures would be need to achieve the goals that you define.When writing the letter you should provide a brief description of the problems, you have found. What are the facts about major issues? Identify facts about key players in the case, the business problem(s) and then rank order the critical issues. Consider relevant information and underlying assumptions. Finally provide your recommendations.As you write your recommendations, think about the following;a. How do the cultural values at the hospital relate to communication, technology, information flow and openness?b. As the hospital goes forward, should it stick to the espoused culture or should it change? How would you recommend that they change?c. How would you suggest that they resolve this disparity? In other words what should they do?d. Provide specific suggestions that will help the organization as they go forward.e. In the closing, highlight benefits of your recommendations. As a PR director, you need to be honest but tactful in your recommendations