2. Which of the following statements describes a need or problem that can be solved using the technology design process.
O A family needs a garage door that will automatically open when their car approaches.
A family needs to determine how to assign chores in the most fair manner
O A baseball player needs to improve his batting skills
A community needs to decide to install a new swimming pool or update the park

Answers

Answer 1

Answer:

The Family with the garage door

Explanation:

I could swear that that's the same question on my quiz. :o

Answer 2

Answer:

A family needs a garage door that will automatically open when there car approaches.

Explanation:

I did my test and knew it was this but i searched this up to see if i could get points and help LOL so this is 100% correct!


Related Questions

Which type of worker tends to earn the highest pay in comparison to the others? Science, Technology, Engineering, and Math Workplaces and Tasks

Answers

Answer:

All those options, just described computer science so be specific.

What function text would you use to put today's date and time in a cell? =TODAY()
=NOW()
NOW()
TODAY()

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

The correct answer to this question is:

=NOW()

Now() is a function that you can use to put today's date and the current time in a cell. While Today() function is a function that can only be used to put today's date.

Other options are not correct because:

If you write NOW() and TODAY() as it is in a cell, then Excel will not consider them as a function. To write a function in a cell, you have to write the "=" symbol before the function name. If you will emit the "=" symbol before the function, then the function name will be consider as text in a cell.

Answer:

B.  =NOW()

Explanation:

edg 2020

A hash function is taking an input string of arbitrary length and produces a fixed-sized, short output called a digest.

A. True
B. False

Answers

Answer:

A. True

Explanation:

Digest is actually: a message digest algorithm, or put simply: a hash value, even simpler: the output.

PLEASE HURRY!!
Look at the image below

Answers

Answer is power and base

Explanation: both power and base are number variables

What can happen if you do not follow the directions when cooking or baking? (Give 4 examples in a sentence each)

Answers

Answer: 1: You will make it incorrectaly 2: It will taste terrible 3: You may break appliences 4: you may burn down your house.

Explanation:

NEED HELP ASAP JAVA
multiple choice
How many times will the following loop repeat?
int num = 49;
while (num > 0)
{
if (num % 2 == 0)
{
num++;
}
else
{
num--
}
}
A. 21
B. 22
C. 20
D. Infinite Loop
E. 23

Answers

I think is C tbh sorry if that’s wrong my fault

Which statements describe an If statement? Check all that apply.
A conditional If statement is used when the programmer wants decision-making included in the
code.
A conditional If statement executes code when the condition returns a value of false.
A conditional If statement executes a piece of code when one statement is false and the following
statement is true.
A conditional If statement tests whether the condition following it is true or false before executing a
specified part of the code.

Answers

Answer:

A and D

Explanation:

The that describe an If statement are;

A conditional If statement is used when the programmer wants decision-making included in the code.A conditional If statement executes code when the condition returns a value of false.A conditional If statement tests whether the condition following it is true or false before executing a specified part of the code.

According to this question, we are to discuss about If statement .

As a result of this we can see that conditional If statement is used when the programmer wants decision-making included in the cod.

Therefore, If statement executes code when the condition returns a value of false

Learn more about If statement at;

https://brainly.com/question/18736215

Create a turtle and assign it to a variable. When you print its type, what do you get

Answers

Answer: I think it is a trick question, a variable would be not be used as code. It must be coded before it will do anything.

Say "nothing" as ur answer.

When you assign a turtle to a variable and print its type, you get:

<class 'turtle.Turtle'>

You can easily check this with the following code.

t = turtle.Turtle() #< this creates a turtle

print(type(t)) #< this prints the turtle's type.

Of course you'll have to import the turtle module.

Carly is part of a community of developers. In her free time, she works on code to improve this open-source operating system. The OS she's working on is most likely _____.


Linux

Windows Vista

Mac OS X

MS-DOS

Answers

Answer: MS-DOS

Explanation:

Pls Help need it before 1pm PLS.
Before taking a photograph, which of the following should you check?

The time of day
The weather report
That the colors in the photograph do not clash
That the lines in the photograph are straight

Answers

Answer:

Explanation:t

the weather

The weather report should you check. Therefore option B is correct.

Before taking a photograph, checking the weather report is important to ensure favorable conditions for capturing the desired shot. Weather can significantly impact the outcome of a photograph.

For instance, bright sunlight might cause harsh shadows or overexposure, while a cloudy day may provide softer, more diffused lighting.

Additionally, weather conditions like rain or strong winds can affect the feasibility and safety of the photo shoot.

By checking the weather report beforehand, photographers can plan accordingly, choose suitable equipment, and make adjustments to achieve the best possible results.

Considering the weather helps to avoid potential issues and enhances the overall quality and success of the photography session.

Therefore option B The weather report is correct.

Know more about The weather report:

https://brainly.com/question/18196253

#SPJ6

Create a function named CountVowels() that takes one parameter name epsilon
(in the function)
Create a variable name countNum and set it to zero

Create a for loop that with a lower bound of zero, upper bound of the length of epsilon, and increment of one
(in the loop)
Get the letter in epsilon at the index equal to the value of the looping variable
store this letter into a variable

if the letter is a vowel (a, e, i, o, u)
add 1 to the countNum variable

return countNum


Create a function named ExtractOdds() that takes one parameter name zeta
(in the function)
Create a variable name result and set it to a blank string

Create a for loop that with a lower bound of zero, upper bound of the length of zeta, and increment of one
(in the loop)
Get the letter in epsilon at the index equal to the value of the looping variable
store this letter into a variable

if the value of the looping variable is odd
update result by adding the letter to the end of result


return result

(Main code)
Have the user input a sentence and store the value in variable named sentence_A
Have the user input a sentence and store the value in variable named sentence_B

Call the method CountVowels() passing in sentence_A as a parameter
Print the value returned from calling CountVowels()

Call the method ExtractOdds() passing in sentence_B as a parameter
Print the value returned from calling ExtractOdds()

Answers

def CountVowels(epsilon):

   countNum = 0

   for x in range(len(epsilon)):

       letter = epsilon[x]

       if letter.lower() in "aeiou":

           countNum += 1

   return countNum

def ExtractOdds(zeta):

   result = ""

   for x in range(len(zeta)):

       if x % 2 == 1:

           result += zeta[x]

   return result

sentence_A = input("Enter a sentence: ")

sentence_B = input("Enter a sentence: ")

print(CountVowels(sentence_A))

print(ExtractOdds(sentence_B))

I hope this helps!

help please!! worth 10 pts! answer quick please!

Answers

Answer:

it has helped the people of today by

1.helped the young generation with there homework

2.you can book an hotel through the internet

3.you can also book a plane ticket via the internet

4.it is easier to look to ur email message via the internet

Hey i have a question i have Iphone and there’s no feature for the tutor? But on my dad”s samsung there is?

Answers

I do not know, I’m on iPhone and it allows me to ask a tutor.

How does HTTP rely on the other layers of the Internet?

Answers

HTTP is commonly used on web browser and being on top of transport layer

which is the following should be selected in the paragraph dialogue box to prevent page break from occurring within a paragraph

a) Section break before
b) Do not hyphenate
c) Keep the next
d) Keep lines together

Answers

Answer:

Explanation: keep lines together

A _______ web page's content can change based on how the user interacts with it.

Answers

Answer:

Dynamic web page shows different information at different point of time.

Why is it important to perform routine computer maintenance? It can make more room for junk files and downloadable programs. It can help prevent hardware, software, and Internet access problems. It can stop computer problems from occurring more than once. It can help you remember how to perform steps to solve computer problems.

Answers

b :D

hope this helps

plz give me brainliest

only typed tht so i can have enough words lol

Answer:

B. It can help prevent hardware, software, and Internet access problems.

Explanation: trust dawg

Populate a stack with ten random integers and empty it by showing that the order of the elements is reversed, from last to first.

CODE IN JAVA.

Thanks a Lot!

Answers

Answer:

class Main {  

 public static void main(String args[]) {

   Deque<Integer> stack = new ArrayDeque<Integer>();

   Random rand = new Random();

   for(int i=0; i<10; i++) {

       int n = rand.nextInt(100);

       System.out.printf("%02d ", n);

       stack.push(n);

   }

   

   System.out.println();

   

   while(stack.size() > 0) {

       System.out.printf("%02d ", stack.removeFirst());

   }

 }

}

Explanation:

example output:

31 18 11 42 24 44 84 51 03 17  

17 03 51 84 44 24 42 11 18 31

A business letter is not written:
O A. between a company and its customers or clients.
O B. between two private individuals.
O C. to employees within a company to recognize important
achievements.
O D. between one company and another company.
SUBMI

Answers

Answer: the answer is b

Explanation:Bc why would they make a business letter 2 someone else

PLEASE HURRY!!
Look at the image below

Answers

Answer:

The function usernameMaker.

Explanation:

strFirst is a local variable in the function usernameMaker since it is an argument that is passed into that function. This means that the scope of strFirst is the function usernameMaker, since it cannot be accessed anywhere else in the code.

Hope this helps :)

NEED HELP FAST
Although most STEM careers require workers to earn bachelor’s degrees, high school graduates can qualify for some STEM careers. Which of these jobs do not require post-secondary education?

A. Museum Conservator and Anthropologist
B. Electronic and Industrial Engineering Technicians
C. Social Science Research Assistant and Park Naturalist
D. Non-Destructive Testing Specialist and Surveying Technician

Answers

Answer:

d

Explanation:

Answer:

D. Non-Destructive Testing Specialist and Surveying Technician

Explanation:

took the test

A good hash algorithm is one that it cannot be reversed-engineerable or be easily attacked.

A. True
B. False

Answers

Answer:

A. True

Explanation:

Answer:

True

Explanation:

Write a java program with the following instruction:- class name: prime, instance variable: int n. Member methods:-
prime(): default constructor to initialize n
void input(int x): to assign n with x,
void display(): to check whether the number is prime or not

Answers

class Prime {

int num = 1;

boolean flag = false;

public void input(int x) {

this.num = x;

}

public void display() {

for (int i = 2; i <= num / 2; ++i) {

// condition for nonprime number

if (num % i == 0) {

flag = true;

break;

}

}

if (!flag)

System.out.println(num + " is a prime number.");

else

System.out.println(num + " is not a prime number.");

}

}

May be some bugs as it is an untested code written using a mobile phone

Need help fast this is do a 4

Answers

Answer:

I believe the answer is B.

When writing research questions, use action words, such as

Answers

Answer: Effect

Explanation:

Research questions are demonstrated as the questions that directs or specifies the dimension of the research for a particular work and helps to determine the objectives of the paper or essay.

As per the question, while writing or farming research questions, action verb like 'effect' must be used as it would help determine the impact of a particular research question on the content and efficacy of the research and thus, frame questions that propose a clear, concise, intricate, and debatable thesis statement and offer an effective dimension to the essay that creates a valid impact on the audience.

Answer:

yes

Explanation:

because that helps to understand the text or article more

Worms and Trojans are typically harmless because the originator of such attacks are usually known to the recipient, and as such, are not intended to cause much harm.
(A) True
(B) False

Answers

Answer:

False

Explanation:

Viruses, worms and trojans are all malicious programs that can damage your computer. Also i got an A soo...

PLS HURRY!!
Look at the image below

Answers

Answer: 1. for

2. while

Explanation:

Why did England establish the Sugar Act?

Answers

Answer:

The Revenue Act of 1764, also known as the Sugar Act, was the first tax on the American colonies imposed by the British Parliament. Its purpose was to raise revenue through the colonial customs service and to give customs agents more power and latitude with respect to executing seizures and enforcing customs law.

Explanation:

Hope this helps- Good luck ^w

Why does it not let me see my messages? In brainy?

Answers

Answer:

Was removed you can only message the brain

Explanation:

Suppose that you use a 220 Ohm resistor as the fixed resistor in your Arduino burglar alarm.

Suppose that the photoresistor is the same one we used in our last homework assignment, where the resistance is 500 Ohms when it is fully illuminated by light, and 180 kiloOhms when it is in darkness.

What would the input voltage be to the Arduino when it is fully illuminated if we connect the Arduino so that its analog input pin "sees" the same voltage difference that the photoresistor has across it.

In the previous problem, what would the input voltage be to the Arduino when it is darkness if we connect the Arduino so that its analog input pin "sees" the same voltage difference that the photoresistor has across it.

Answers

Different types of light detectors are LDRs or Light Dependent Resistors Photo . First you need to connect the LDR to the analog input pin 0 on the Arduino. If intensity of light falling on LDR is high LDR will have low resistance

Other Questions
my dad left for milk 3 years ago who shoud i go to for help 1. A compound is a substance made up of only 1 kind of element.TrueFalse2. An element is a substance _______ be broken down or separated into simpler substances cancannot Which word best describes the tone in these lines from "PlayingRobinson Crusoe"?contentedO excitedO livelyO wistful a recipe uses 2 cups of milk per (1) serving. How many servings can be made by using 1 gallon of milk? Its sometimes Change is a good man into a bad one, said the tall man. youve been under arrest for 10 minutes, Suki Bob. Chicago think she may have dropped over our way in wires she wants to have a chat with you. Going quietly, are you? Thats sensible. Now, before we go on to the station heres a note I was asked to hand to you. You may read it at the window. Its from patrolman wellsWhich sentence best state a theme being based on paragraph 30?Friend should remain loyal to each otherTime can change peopleStanding up for yourself can be hardIn difficult times friend support each other I will mark brainest if you get it right.1. x + 20 = 5x +4 x= What are the possible advantages and disadvantages of using two family names? ABC: American Broadcasting Company.A.pathosB. LogosC.ethos A can of mixed nuts holds 18 ounces of cashews and 24 ounces of peanuts. What is the ratio of peanuts to cashews in this can of nuts? Please help me with number 9 ASAP Lucius is making favors for his sister's wedding. If supplies for 25 favors cost $62.50, how much do supplies for 60 favors cost? $_________ Can someone help me solve this plz As revealed in The Diary of Anne Frank, Act I, how has two months of living in hiding affected the attic dwellers? A. Everyone tries hard to ignore the others. B. Most relationships are becoming tense. C. They have all become close friends. D. The family groups fear each other.english class 1. Noah is completing volunteer hours at a local aquarium (Seaworld) duringhis summer break. While at seaworld he discovered that during the hotsummer months the plankton in the outdoor aquarium would grow in sizemuch quicker than any other seasons. That next summer he volunteeredagain, but noticed they moved the phytoplankton aquarium indoors andnow they only have access to sunlight for 3 hours. What inferences canyou make about the growth of plankton during Noah's second year ofvolunteering? Ray Flagg took out a 60-month fixed installment loan of $12,000 to open a new pet store. He paid no money down and began making monthly payments of $221. Ray's business does better than expected and instead of making his 30th payment, Ray wishes to repay his loan in full. Complete parts a) through c). you don't have to show work4+(2x7)3=5 ? What does the mockingbird symbolize in this novel? innocence childhood morality justice (to kill a mockingbird) Melanie uses the ordered pairs(2010,48) and (2013,59) to find her equation. Tracy defines x as the number of years since 2010 and uses the ordered pairs (0,48) and (3,59) to find her equation. How will the two girl's equations compare? what are the two major themes of the adventure of the speckled band Wechselprpositionenin + Dativ? (wo?)in + Akkusativ? (wohin?)1.in dieTasse gieen2._______ Haus bleiben3._______ Bro gehen4._______ Kindergarten arbeiten5._______ Telefonzelle telefonieren6._______ Park spazieren gehen7._______ Stadt fahren8._______ Koffer legen9._______ Kche bringen10._______ Bett gehen11._______ Disco tanzen12._______ Wohnzimmer fernsehen