The statement "The key light needs to be dimmer and less punctuated than any other light source in the picture" is false.
What is light?Electromagnetic radiation that can be seen by the human eye is known as light or visible light. There are various kinds of light based on their wavelength. Your photos' impression of shape and texture is greatly influenced by the direction of the light.
To be more specific, the width of the shadows is determined by the light's direction. And it's the shadows that give your photos a feeling of shape and character.
Therefore, the statement is false.
To learn more about light, refer to the link:
https://brainly.com/question/28545096
#SPJ1
How can we solve mental stress?
Hello can anyone answer
Answer:
Please don't delete it. Because other people did!
Explanation:
Use guided meditation, Practice deep breathing, Maintain physical exercise and good nutrition!
Which of the following would be better communicated with an image than with text?
Choose the answer.
the tone of a person's voice
an invitation to a museum opening
the decor at a wedding
the schedule for a conference
Answer:
A decor to a wedding
Explanation:
its bc who would want to know how its described when u could look of how it looks u might be speechless
The wedding's decor would've been best communicated through an image than through prose, and further calculation can be defined as follows:
Humans react and process new info more efficiently than every sort of data. Visual content is processed 60,000 seconds faster by the human brain than text. It is the picture is worth 60,000 words! Moreover, visual data accounts for 90% of the information conveyed to the mind.Therefore, the final choice is "the decor at a wedding ".
Learn more:
brainly.com/question/16390691
Which one?..........
Answer:
d. Clock
Explanation:
A flip flop is an circuit, an electrical circuit precisely that is used as a means to story data or information. This type of data or information stored in a flip flop is binary data or information. A flip flop has a high stable state and a low stable state.
A flip flop is a circuit that is very essential and must be present when building systems like the computer or communication system.
A flip flop must have a CLOCK signal or indicator because this helps control the triggering(i.e the change from one state to another) that occurs in a flip flop.
state the types of Data range
There about 5 types of data range. See them below.
What are the various types of data range?Numeric range: This is a range of values that can be expressed as a numerical value.
Boolean range: This is a range of values that can be either true or false. Boolean data types are commonly used for logical expressions and conditional statements.
Character range: This is a range of values that can be represented as a character or string of characters. Character data types are commonly used for text-based data.
Date/time range: This is a range of values that can be expressed as a date or time value. Date/time data types are commonly used for tracking events or scheduling tasks.
Enumeration range: This is a range of values that can be expressed as a predefined set of values.
Learn more about data range at:
https://brainly.com/question/20607770
#SPJ1
if int a = 4, int *b = &a , int **c= &b;
what is the value store in c.
Answer:
5.
Explanation:
I ONLY NEED HELP WITH QUESTION 6 SHOWING HOW TO USE EXCEL FORMULA WHEN FINDING THE ANSWER:EXERCISE 8: USING "LOOKUP" AND "COUNTIF" FUNCTIONS TO RANK EMPLOYEE PERFORMANCE Managers often like to rank employees performance. One scheme called "20-70-10," or more disparagingly as "Rank and Yank," categorizes the top 20 percent of employees as "Best," the middle 70 percent of employees "Near Best," and the bottom 10 percent as "Below Best." Go to the "Excel Student Spreadsheets BUS 2000" and click on the tab/worksheet labeled "Lookup". There you will find the performance ratings—on a ten-point scale—for 20 employees. Each employee has 3 performance ratings. • In the 5th Column, or Column E, calculate the average performance rating for each employee to one decimal place. • Then, in the 6th Column, or Column F, use the LOOKUP function below to classify the employees. o =LOOKUP(E2,{0,4,9,10},{"Below Best", "Near Best", "Best"}) The Lookup formula is structured as follows: • E2 is the Cell containing the data for which the calculation should be made. • 0 to 4 is the classification of "Below Best". • 4 to 9 is the classification of "Near Best". • 9 to 10 is the classification of "Best". • The words "Below Best", "Near Best", and "Best" are placed for each of the three classifications according to an employee’s average rating. Using the results, do the following: 1. List the names of the "Best" employees 2. List the names of the "Near Best" employees 3. List the names of the "Below Best" employees Next, redefine the Lookup function to classify employees as "Above Average" and "Below Average" based on whether they scored above or below an average of 5 in their three performance scores. Place the results in the 7th Column, or Column G. Next, we’re going to count how many employees were categorized as either "Above Average" or "Below Average". Place the following results in cells B23 and B24. 4. How many people scored "Above Average?" 5. How many people scored "Below Average?"To answer these questions, use the COUNTIF function. Its form is =COUNTIF(G2:G21, "Above Average"), where G2:G21 is the range of cells. In this example, the function counts the number of employees that were "Above Average" according to the former classification.Lastly, you will notice that more people scored "Above Average" than "Below Average" using 5 as the cut point. Redefine the LOOKUP formula so that a roughly equal number of employees are classified as "Above Average" and as "Below Average." 6. What is the new cutoff point?
The new cutoff point to classify employees as "Above Average" or "Below Average" is 4. This ensures a roughly equal distribution of employees in both categories, taking into account an average score of 5 as the dividing point.
To determine the new cutoff point in order to classify an equal number of employees as "Above Average" and "Below Average," we need to adjust the ranges in the LOOKUP function. Let's walk through the steps to find the new cutoff point
Step 1: Calculate the average performance rating for each employee in Column E.
Step 2: Use the LOOKUP function in Column F to classify employees as "Below Best," "Near Best," or "Best" based on their average rating. The formula is as follows:
=LOOKUP(E2, {0, 4, 9, 10}, {"Below Best", "Near Best", "Best"}
Step 3: List the names of the employees classified as "Best" in one column, the names of the employees classified as "Near Best" in another column, and the names of the employees classified as "Below Best" in a third column.
Step 4: Redefine the LOOKUP function in Column G to classify employees as "Above Average" or "Below Average" based on whether they scored above or below an average of 5 in their three performance scores. The formula is as follows:
=LOOKUP(E2, {0, 5, 10}, {"Below Average", "Above Average"}
Step 5: Use the COUNTIF function to count the number of employees categorized as "Above Average" and "Below Average." Place the results in cells B23 and B24. The formulas are as follows
B23: =COUNTIF(G2:G21, "Above Average")
B24: =COUNTIF(G2:G21, "Below Average")
Step 6: Compare he counts of employees classified as "Above Average" and "Below Average." If there are more employees classified as "Above Average," we need to adjust the cutoff point to achieve a roughly equal distribution.
To find the new cutoff point, we can adjust the ranges in the LOOKUP function in Column G. We want to divide the range of scores evenly between "Below Average" and "Above Average." Let's say we have N employees in total, and we want to divide them equally.
The new rnges in the LOOKUP function can be calculated as follows:
"Below Average" range: 0 to (5 - 1)
"Above Average" range: (5 - 1) to 1
Here, (5 - 1) represents the new cutoff point. We subtract 1 because we want to exclude the exact average score of 5 from either classification.
Therefore, the new cutoff point is 4.
To know more about EXCEL visit :
https://brainly.com/question/32047461
#SPJ11
Solution of higher Differential Equations.
1. (D4+6D3+17D2+22D+13) y = 0
when :
y(0) = 1,
y'(0) = - 2,
y''(0) = 0, and
y'''(o) = 3
2. D2(D-1)y =
3ex+sinx
3. y'' - 3y'- 4y = 30e4x
The general solution of the differential equation is: y(x) = y_h(x) + y_p(x) = c1e^(4x) + c2e^(-x) + (10/3)e^(4x).
1. To solve the differential equation (D^4 + 6D^3 + 17D^2 + 22D + 13)y = 0, we can use the characteristic equation method. Let's denote D as the differentiation operator d/dx.
The characteristic equation is obtained by substituting y = e^(rx) into the differential equation:
r^4 + 6r^3 + 17r^2 + 22r + 13 = 0
Factoring the equation, we find that r = -1, -1, -2 ± i
Therefore, the general solution of the differential equation is given by:
y(x) = c1e^(-x) + c2xe^(-x) + c3e^(-2x) cos(x) + c4e^(-2x) sin(x)
To find the specific solution satisfying the initial conditions, we substitute the given values of y(0), y'(0), y''(0), and y'''(0) into the general solution and solve for the constants c1, c2, c3, and c4.
2. To solve the differential equation D^2(D-1)y = 3e^x + sin(x), we can use the method of undetermined coefficients.
First, we solve the homogeneous equation D^2(D-1)y = 0. The characteristic equation is r^3 - r^2 = 0, which has roots r = 0 and r = 1 with multiplicity 2.
The homogeneous solution is given by, y_h(x) = c1 + c2x + c3e^x
Next, we find a particular solution for the non-homogeneous equation D^2(D-1)y = 3e^x + sin(x). Since the right-hand side contains both an exponential and trigonometric function, we assume a particular solution of the form y_p(x) = Ae^x + Bx + Csin(x) + Dcos(x), where A, B, C, and D are constants.
Differentiating y_p(x), we obtain y_p'(x) = Ae^x + B + Ccos(x) - Dsin(x) and y_p''(x) = Ae^x - Csin(x) - Dcos(x).
Substituting these derivatives into the differential equation, we equate the coefficients of the terms:
A - C = 0 (from e^x terms)
B - D = 0 (from x terms)
A + C = 0 (from sin(x) terms)
B + D = 3 (from cos(x) terms)
Solving these equations, we find A = -3/2, B = 3/2, C = 3/2, and D = 3/2.
Therefore, the general solution of the differential equation is:
y(x) = y_h(x) + y_p(x) = c1 + c2x + c3e^x - (3/2)e^x + (3/2)x + (3/2)sin(x) + (3/2)cos(x)
3. To solve the differential equation y'' - 3y' - 4y = 30e^(4x), we can use the method of undetermined coefficients.
First, we solve the associated homogeneous equation y'' - 3y' - 4y = 0. The characteristic equation is r^2 - 3r - 4 = 0, which factors as (r - 4)(r + 1) = 0. The roots are r = 4 and r = -1.
The homogeneous solution is
given by: y_h(x) = c1e^(4x) + c2e^(-x)
Next, we find a particular solution for the non-homogeneous equation y'' - 3y' - 4y = 30e^(4x). Since the right-hand side contains an exponential function, we assume a particular solution of the form y_p(x) = Ae^(4x), where A is a constant.
Differentiating y_p(x), we obtain y_p'(x) = 4Ae^(4x) and y_p''(x) = 16Ae^(4x).
Substituting these derivatives into the differential equation, we have:
16Ae^(4x) - 3(4Ae^(4x)) - 4(Ae^(4x)) = 30e^(4x)
Simplifying, we get 9Ae^(4x) = 30e^(4x), which implies 9A = 30. Solving for A, we find A = 10/3.
Therefore, the general solution of the differential equation is:
y(x) = y_h(x) + y_p(x) = c1e^(4x) + c2e^(-x) + (10/3)e^(4x)
In conclusion, we have obtained the solutions to the given higher-order differential equations and determined the specific solutions satisfying the given initial conditions or non-homogeneous terms.
To know more about Differential Equation, visit
https://brainly.com/question/25731911
#SPJ11
what is computer system
explain the role of bank in computer
Answer:
Computers allow banks to provide ATM services, online banking, speedier transactions and accurate tracking and verification of funds. They also make banking institutions more secure through enhanced security and surveillance setups. Prior to computers, all bank accounting was done by hand.
How did tribes profit most from cattle drives that passed through their land?
A.
by successfully collecting taxes from every drover who used their lands
B.
by buying cattle from ranchers to keep for themselves
C.
by selling cattle that would be taken to Texas ranches
D.
by leasing grazing land to ranchers and drovers from Texas
The way that the tribes profit most from cattle drives that passed through their land is option D. By leasing grazing land to ranchers and drovers from Texas.
How did Native Americans gain from the long cattle drives?When Oklahoma became a state in 1907, the reservation system there was essentially abolished. In Indian Territory, cattle were and are the dominant economic driver.
Tolls on moving livestock, exporting their own animals, and leasing their territory for grazing were all sources of income for the tribes.
There were several cattle drives between 1867 and 1893. Cattle drives were conducted to supply the demand for beef in the east and to provide the cattlemen with a means of livelihood after the Civil War when the great cities in the northeast lacked livestock.
Lastly, Abolishing Cattle Drives: Soon after the Civil War, it began, and after the railroads reached Texas, it came to an end.
Learn more about cattle drives from
https://brainly.com/question/16118067
#SPJ1
What were the requirements to be an accountant 15 years ago? And what are the requirements now.
Answer:
Back then:
The first step is to determine your state's educational requirements for taking the CPA Exam. Recent grads usually need to have earned 150 college credits in order to sit for the CPA Exam. After obtaining the required amount of college credits, many students enroll in a CPA Review course just prior to sitting for the CPA Exam.
Now:
Aspiring accountants need a bachelor's degree in accounting or business to begin work in the field. A bachelor's degree usually takes about four years and 120 credits to complete. Those with an associate degree might enter the field as bookkeepers or accounting clerks.
Explanation:
what is myanmar’s mobile phone penetration rate?
As of 2021, Myanmar's mobile phone penetration rate is estimated to be around 105%, meaning that there are more mobile phone subscriptions than there are people in the country.
This is due in part to the fact that many people in Myanmar own multiple SIM cards or mobile devices. The rapid growth of mobile technology in Myanmar has been largely driven by the liberalization of the telecommunications sector in recent years, which has led to increased competition and lower prices for consumers. However, access to mobile services remains uneven, with disparities in coverage and affordability between urban and rural areas.
Learn more about mobile technology here:
https://brainly.com/question/29452235
#SPJ11
What gets printed after the following code is run?
var name;
console.log(name);
Select the one choice that best answers the prompt above:
Answer 1
undefined
Answer 2
nothing
Answer 3
error
Answer 4
name
Next......
Answer:
Mia Khalifa jenny since
What happens when a user clicks the question mark at the top of the Backstage view?
O It shifts the view to the main window.
It makes the Tell Me text box appear.
O It opens the PowerPoint Help interface.
O It opens the Microsoft Help website online.
Answer:
D
Explanation:
Access to recent opened files, information about the permissions, sharing, and versions of the open file, the ability to create a new file, and printing are all available from the backstage view. Along with other details (properties), the Backstage View offers the following about the file. .file size Thus, option D is correct.
What question mark at the top of the Backstage view?You may save, open, print, and share your presentations in a number of ways using the backstage view. Click the File tab on the Ribbon to see Backstage view. When you select the Info option in the Backstage View, additional details about the file are also made available, including the following.
The Microsoft Office Backstage view appears when a Microsoft Office program is launched or when you click the File tab. Backstage is where you should go if you need to make a new file, open an existing file, print, save, change options, or do anything else.
Therefore, It opens the Microsoft Help website online.
Learn more about Backstage view here:
https://brainly.com/question/27362542
#SPJ2
What is the quotient of 13.5÷0.75?
Which of the two previously described wing designs should result in a longer flying time?
Answer:
If it's a bird than the bigger the wing span the faster it can fly... or possibly glide in the air longer. I think all plan wing sizes don't change the effect of how it goes. If it is something like the sky gliders than yes. It would most likely be in the sky longer.
Explain the origins of iso 9000 and TQM. How are they different?
List three appropiate reasons for implememting ISO 9000;
ATTACHED IS A PICTURE OF THE BOOK
The origins of ISO 9000 can be traced back to the early 1980s. It was developed by the International Organization for Standardization (ISO) as a set of quality management principles and guidelines to ensure consistency and customer satisfaction.
On the other hand, Total Quality Management (TQM) originated in the 1950s and gained popularity in the 1980s. TQM is a management approach that focuses on continuous improvement, customer satisfaction, and employee involvement. It was developed by quality gurus such as W. Edwards Deming, Joseph Juran, and Armand Feigenbaum.
While both ISO 9000 and TQM aim to improve quality, there are some differences between them. ISO 9000 is a set of internationally recognized standards that provide a framework for organizations to establish and maintain a quality management system. It focuses on meeting customer requirements, improving processes, and ensuring consistency in products and services.
To know more about Standardization visit:
https://brainly.com/question/31979065
#SPJ11
1. An auto repair shop charges as follows. Inspecting the vehicle costs $75. If no work needs to be done,
there is no further charge. Otherwise, the charge is $75 per hour for labour plus the cost of parts, with a
minimum charge of S120. If any work is done, there is no charge for inspecting the vehicle. Write a program
to read values for hours worked and cost of parts (cither of which could be 0) and print the charge for the job.
Answer:
charge = 0
hours_worked = int(input("Enter the hours worked: "))
cost_of_parts = float(input("Enter the cost of parts: "))
if hours_worked == 0:
charge = 75
else:
charge = 120 + (75 * hours_worked) + cost_of_parts
print("The charge is $" + str(charge))
Explanation:
*The code is in Python.
Initialize the charge as 0
Ask the user to enter the hours_worked and cost_of_parts
Check the hours_worked. If it is 0, that means there is no inspecting. Set the charge to 75
Otherwise, (That means there is an inspecting) set the charge to 120, minimum charge, + (hours_worked * 75) + cost_of_parts
Print the charge
what factors significantly affect the overall bandwidth demands of a compressed video flow? (select all that apply.)
The degree of video compression, image quality, scene complexity, video resolution, frame rate per second (FPS), and the quantity of cameras and watching clients all affect how much bandwidth is used.
A Unicast flow may have up to four audio channels. For instance, if channel 1 is allocated to a particular receiver, packets large enough for four channels will be forwarded to the receiver even if no other channels are assigned to the receiver. The preferred procedure for commissioning a system that will use redundant networks is to bring one network online at a time, checking that devices are appropriately set for redundancy and that each network is performing as intended. Bring both networks online once you're happy.
Learn more about bandwidth here-
https://brainly.com/question/1970643
#SPJ4
Please help
Drag the tiles to the correct boxes to complete the pairs.
Match the data types with the way each one would sort data in a spreadsheet.
numbers
dates
text
alphabetically
in order of magnitude
chronologically
Reset
Next
00
The match up of the pairs correctly, the tiles is arranged as follows:
Numbers: in order of magnitudeDates: chronologicallyText: alphabeticallyWhat is spreadsheet arrangement?This arrangement correctly matches each data type with the way that it would sort data in a spreadsheet. Numbers are typically sorted in order of magnitude, with smaller numbers appearing before larger numbers.
Therefore, in regards to the above, Dates are those that are sorted chronologically, with earlier dates appearing before later dates. Text is typically sorted alphabetically, with words beginning with A appearing before words beginning with B, and so on.
Learn more about spreadsheet arrangement from
https://brainly.com/question/26919847
#SPJ1
How have computers benefitted you
Answer:
connects you to the internet, helps you get answers quickly.
Explanation:
hope this helps you
What is the missing word?
if numA< numB: # line 1
numX = numA # line 2
numA > numB: # line 3
numX = B # line 4
Answer:
The answer is elif
Explanation:
I got it right in the assignment
The missing word in the given statement is as follows:
if numA< numB: # line 1numX = numA # line 2
elif numA > numB: # line 3
numX = B # line 4.
What is Elif?Elif may be characterized as a short "else if" function. It is used when the first if statement is not true, but you want to check for another condition. If the statement pairs up with Elif and the else statement in order to perform a series of checks.
According to the context of this question, if-elif-else statement is used in Python for decision-making i.e the program will evaluate the test expression and will execute the remaining statements only if the given test expression turns out to be true. This allows validation for multiple expressions.
Therefore, The missing word in the given statement is Elif.
To learn more about Elif function in Python, refer to the link:
https://brainly.com/question/866175
#SPJ5
The best way to address all types of learning styles when teaching a new resistance training exercise is to:
a) Give auditory and visual cues.
b) Demonstrate the exercise.
c) Use the tell-show-do method.
d) Give visual cues.
The best way to address all types of learning styles when teaching a new resistance training exercise is to use the tell-show-do method (option c). This approach ensures that you cater to auditory, visual, and kinesthetic learners by incorporating various techniques in your instruction.
1. Tell: Begin by verbally explaining the resistance training exercise to the learners. This caters to auditory learners who learn best through listening. Describe the proper form, technique, and muscle groups targeted by the exercise.
2. Show: Next, demonstrate the exercise in front of the learners. This caters to visual learners who understand information better when they see it. Perform the exercise with the correct form and technique while emphasizing the key points mentioned during the verbal explanation.
3. Do: Finally, have the learners perform the exercise themselves. This caters to kinesthetic learners who learn best through hands-on experience. Provide individual feedback and guidance, ensuring each learner executes the exercise correctly.
By incorporating the tell-show-do method, you can effectively address all types of learning styles, ensuring that every learner has the best chance of understanding and retaining the information presented during the resistance training exercise lesson.
To learn more about learning styles, Visit:
brainly.com/question/3274282
#SPJ11
________ can be achieved by rolling up a data cube to the smallest level of aggregation needed, reducing the dimensionality, or dividing continuous measures into discrete intervals.
Data reduction can be achieved by rolling up a data cube to the smallest level of aggregation needed, reducing the dimensionality, or dividing continuous measures into discrete intervals.
Rolling up a data cube involves aggregating data from lower levels to higher levels. This reduces the amount of data that needs to be processed while still providing meaningful information.
Reducing the dimensionality of a dataset involves selecting only the most important or relevant variables and eliminating the rest. This can simplify the analysis and reduce the amount of data that needs to be processed.
Dividing continuous measures into discrete intervals is another way to reduce the amount of data that needs to be processed. For example, instead of analyzing temperature as a continuous variable, it can be divided into discrete ranges like "low," "medium," and "high" to simplify the analysis.
Overall, data reduction techniques can help make large datasets more manageable and easier to analyze, while still providing useful insights and information.
Learn more about data here:
https://brainly.com/question/30028950
#SPJ11
The World Cup might feature a team that represents:
France.
A country in Europe.
A ________ is a malicious piece of self-replicating code embedded within another program/computer called the host. (Hint: one word)
Answer:
A self-contained program that spreads through a computer network by exploiting security holes is called a worm A program with a benign capability that conceals another, sinister purpose is called a trojan horse
Explanation:
find an optimization problem in which the principle of optimality does not apply and therefore the optimal solution cannot be obtained using dynamic programming. justify your answer.
Dynamic programming is generally superior to simple recursion. Any recursive solution that contains repeated calls for the same inputs can be optimized using Dynamic Programming.
What is Dynamic programming ?Dynamic programming is a technique for both computer programming and mathematics optimization. The approach was created by Richard Bellman in the 1950s and has found use in a wide range of disciplines, including economics and aerospace engineering.It refers, in both instances, to the process of recursively decomposing a complex problem into smaller, simpler ones in order to make it more manageable. Even while some decision problems can't be broken down in this way, recursive breakdown of decisions that span several points in time is common. Similar to this, in computer science, an issue is said to have optimum substructure if it can be solved optimally by decomposing it into smaller problems and then recursively determining the best solutions to those smaller problems.Recursion with memorization, also known as dynamic programming, is the process of computing and storing values that may later be used to solve repeating subproblems, making your code faster and less time-consuming.To learn more about dynamic programming refer to:
brainly.com/question/15158838
#SPJ4
you have an azure web app named webapp1. you discover that backup options are unavailable for webapp1. you need to back up webapp1. what should you do first? select only one answer. modify the platform settings of webapp1. modify the application settings of webapp1. scale up the app service plan. scale out the app service plan.
The correct option regarding what you should do first for backup options is given by:
Scale up the app service plan.
What is the meaning of scaling up an application?Vertical scaling, also called scaling up, is equivalent to adding more resources to an instance of the application that you already have.
You can do this in multiple ways, such as adding more virtual machines or changing database performance levels, allowing you to enhance the performance of the application when there is high demand and then scaling down when the demand diminishes.
In this problem, there is a demand for backup, hence you have to scale up the application, and the correct option is given by:
Scale up the app service plan.
More can be learned about applications at https://brainly.com/question/13990715
#SPJ1
we can reduce the margin of error in an interval estimate of p by doing any of the following except _____.
We can reduce the margin of error in an interval estimate of p by doing any of the aforementioned except using a planning value closer to 0.5. Therefore, the correct answer option is: B) using a planning value closer to 0.5.
What is a confidence interval?In Mathematics and Statistics, a confidence interval is also referred to as level of confidence and it can be defined as a range of estimated values that defines the probability that a population parameter would fall or lie within it.
What is the margin of error?In Mathematics, the margin of error (MOE) can be defined as a measure of the difference that exist between an observed value and a true value of the population parameter.
This ultimately implies that, the margin of error (MOE) can be used to determine the confidence interval. Additionally, the margin of error (MOE) can be reduced in a confidence interval estimate of p by increasing the sample size or the level of significance.
Read more on confidence interval here: brainly.com/question/28385660
#SPJ1
Complete Question:
We can reduce the margin of error in an interval estimate of p by doing any of the following except _____.
A) increasing the sample size.
B) using a planning value closer to 0.5.
C) increasing the level of significance.
D) reducing the confidence coefficient.
What do you mean by gigo?Explain in breif
Answer:
garbage in garbage out
Explanation:
it means bad input gives you also a bad output.
could you mark me as brianlist.
Which of the following are print options select all that apply
A)Collated
B)page orientation
C)margins
D)font
Answer:
A
Explanation:
the rest are not print options but layout options, tho just check a print preview of a blank word doc to confirm if b is valid