subject

When an architect designs a building, what visual design elements could be used to capture a viewer’s attention? a) the use of vertical lines and symmetry show formality and strength b) the use of diagonal lines and symmetry show formality and strength c) the use of curved lines and asymmetry show freedom and action d) the use of horizontal lines and asymmetry show freedom and action

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 02:50
There’s only one game mode that stars with the letter ‘e’ in cs: go. which of the options below is it?
Answers: 1
question
Computers and Technology, 24.06.2019 03:30
Explain the importance of html in web page designing in 20 sentences..
Answers: 1
question
Computers and Technology, 24.06.2019 13:20
In the insert table dialog box, you select the checkbox to create the first row as the header of the table.
Answers: 3
question
Computers and Technology, 25.06.2019 10:20
(programming exercise 3-10). a retail company must file a monthly sales tax report listing the total sales for the month, and the amount of state and county sales tax collected. the state sales tax rate is 4 percent and the county sales tax rate is 2 percent. design a modular program that asks the user to enter the total sales for the month. from this figure, the application should calculate and display the following: - the amount of county sales tax - the amount of states sales tax - the total sales tax (county plus state) some of the code has already been provided below. complete the missing code below. // global constants for tax calculations constant real county_tax_rate = .02 constant real state_tax_rate = .04 // main module module main() // local variables declare real monthsales, countytax, statetax // get month sales display “enter monthly sales: ” input monthsales // write the statement to calculate county tax // write the statement to calculate state tax // display tax amount call showtaxes(monthsales, countytax, statetax) end module // the showtaxes module accepts monthsales, countytax, statetax // as arguments and displays the resulting data // write the showtaxes module
Answers: 2
You know the right answer?
When an architect designs a building, what visual design elements could be used to capture a viewer...
Questions
question
Mathematics, 11.09.2021 05:10
question
Mathematics, 11.09.2021 05:10
question
Mathematics, 11.09.2021 05:10
question
Mathematics, 11.09.2021 05:10
question
Biology, 11.09.2021 05:10
question
Computers and Technology, 11.09.2021 05:10