WILL GIVE BRAINLIEST
Achieving intended results ends _____

A the testing cycle.
B the compiling process.
C the stepping function.
D the writing of program code.

Answers

Answer 1

Answer:

c

Explanation:

c

Answer 2
I agree it is C. I hoped this helped!!! Happy Thanksgiving!!!!!

Related Questions

How would you code 135 minutes and turn it into 2 hours and 15 minutes, using integer/modular division, in Javascript?

135 to 2h15

Answers

mins = 135;

alert("There are "+(Math.floor(mins/60))+" hour(s) and "+(mins%60)+" min(s).");

That's how I would do it. I hope this helps!

Which of the following statements are true concerning abstraction and refinement? Select 3 options:
Refinement leads to less detail and abstraction leads to more.

Models may be abstracted and refined depending on the goals of the project.

Abstraction is a technique used in computational thinking.

There is one level of abstraction that is appropriate for all projects.

Refinement is the inverse of abstraction.

Answers

Answer:

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

Explanation:

First,  we need to know what is abstraction and refinement.

Abstraction and refinement are used in application/system development in the field of computing. Abstraction is used to abstract the details from the model. It means that displaying only essential information about the the model and hiding other details. While refinement is the idea that is used in software development by moving through each level of abstraction and incrementally refining each level of abstraction, providing more detail at each increment. Refinement is the inverse of abstraction.  

So the correct options to this question are:

Models may be abstracted and refined depending on the goals of the project. Abstraction is a technique used in computational thinking.Refinement is the inverse of abstraction.

If you can't provide proof of insurance to the FLHSMV,
your driver license and license plate can be suspended for
up to
A. 30 days
B. 90 days
C. 1 year
D. 3 years

Answers

B. B. B bbbbbbbbbbbbbbbbbb

Answer:

B 90days

Explanation:

HELPPP! What kinds of data sources might a student use for academic purposes?

****Check all that apply*****

•keyboards
•online periodicals
•databases
•Internet
•library books

Answers

Answer:

The correct answers are all of them, instead of A.

Explanation:

B.) online periodicalsC.) databasesD.) InternetE.) library books

Data source is defined as the term given for a connection established from a server to a database. When writing queries to a database, the name is often used. So, all options are correct except A.

What is Data Sourcing?

Data sourcing is defined as the process through which companies collect and integrate information from multiple internal and external sources, where this technique establishes the firm's data infrastructure, which is used to manage daily workflows and perform various tasks which is used to achieve business goals.

Data sourcing is an important aspect of modern business because it allows companies to obtain the information assets they need. There are two types of data sources: machine data sources and file data sources where both contain the same information about the source of the data, they differ in the way this information is stored.

Thus, Data source is defined as the term given for a connection established from a server to a database. When writing queries to a database, the name is often used. So, all options are correct except A.

Learn more about Data sourcing, here:

brainly.com/question/2053985

#SPJ2

anyone else 17 and still plays rblox xd?

Answers

Answer:

not me

Explanation:

Sorry :\

Answer:

LOL yesss, rblx for days

For hashing to work, it requires that

A. it must be easy to compute the output for any input.
B. it must be hard to compute the input for any output
C. both of the above
D. none of the above

Answers

Answer:

C. Both of the above

Explanation:

A. because the a main purpose of hashing is to store a lot of information in a string of random letters

B. because it is a form of encryption, though not absolutely impossible to break. That's also why it was worded as: it must be hard to...

list all the components of a computer

Answers

Answer:

Motherboard, Central Processing Unit, Memory, Storage, Case, Fans, and Power supply.

Motherboard, Computer Memory, Central Processing Unit, Power Supply Unit, Graphics Processing Unit, Power Supply, USB Ports, Hard Drive, Floppy Drive, CD-ROM Drive, CD-RW Drive, DVD-ROM Drive, Keyboard, Video Card, Sound Card, Speaker, CPU Fan, Touchpad, Network Cards NIC

I’m sorry if I repeated any or left any out. So much stuff goes into making a computer but I hope this helped!

Is Photoshop vector based or raster based?
*Vector based
*Both
*Raster based
*Neither

Answers

Answer:

Photoshop is raster based asit uses pixels to create images

Answer:

the answer is both

Explanation:

Select the correct responses to the questions from the drop-down menus. Which source contains most of Earth’s fresh water? Where is most of Earth’s usable fresh water found? Select the correct responses to the questions from the drop-down menus. Which source contains most of Earth’s fresh water? Where is most of Earth’s usable fresh water found? Select the correct responses to the questions from the drop-down menus. Which source contains most of Earth’s fresh water? Where is most of Earth’s usable fresh water found?

Answers

Answer:

1. ice sheets

2. ground water

Explanation: I got it correct in the quiz.

The source contains most of Earth’s fresh water is Ice Sheets. The most of Earth’s usable fresh water found is Groundwater.

Which source contains most of Earths freshwater?

The icecaps and glaciers are known to have about 68 percent of the world's fresh water and it is found to also have an approximate of 30 percent of ground water.

Conclusively, Note that the source that contains most of Earth’s fresh water is Ice Sheets and the  ice sheet is also called continental glacier.

Learn more about freshwater from

https://brainly.com/question/16339776

#SPJ5

help please and thank you :)

Answers

Answer:First one net is the answer ........

PLEASE HURRY!!!
Look at the image below

Answers

The output will be 18.

numA = 3 and everytime the for loop iterates, the value of the count variable is added to numA.

3 + 4 = 7

7 + 5 = 12

12 + 6 = 18

Which of the following describes the purpose of project management? planning and organizing resources to meet a goal arranging the order of tasks in a project presenting data in an organized manner producing a quality project

Answers

Answer:

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

Explanation:

The question is about selecting the option among given options that best describes the purpose of project management.

The correct option of this question is the purpose of project management is planning and organizing resources to meet a goal.

Because project management is all about planning and organizing resources of a project to meet project goals.

Other options are not correct,

because arranging the order of tasks in a project, presenting data in an organized manner, and producing a quality project- all come under project management- are parts of planning and organizing steps of project management.

The answer is:

Planning and organizing resources to meet a goal

whats is mean by voice output devices

Answers

Answer:
Voice output communication aids (VOCAs), also called speech-generating devices (SGDs), are high-tech, augmentative, and alternative communication (AAC) devices that produce speech for an individual who has limited or no means to communicate orally. ... Different algorithms are used to create synthesized speech.

Match the header to the protocol data unit where it is added. segment 1. Port ID packet 2. MAC ID frame 3. IP address​

Answers

Answer:

1. Port - Segment

2. MAC ID - Frame

3. IP address - Packet

Explanation:

Happy December to all!! :)

Edhesive 9.10 Question 1

Write code that takes in two words from user input and stores them in the variables x and y respectively. Then, the program should swap the values in x and y, and print x and y.

Answers

Answer:

x=input("Enter a word: ")

y=input("Enter a word: ")

x,y = y, x

print(x)

print(y)

Explanation:

I got 100%

The code that takes in two words from user input and stores them in the variables x and y respectively. Then, the program should swap the values in x and y, and print x and y is given in explanation.

What is coding?

We connect with computers through coding, often known as computer programming. Coding is similar to writing a set of instructions because it instructs a machine what to do.

You can instruct computers what to do or how to behave much more quickly by learning to write code.

Coding abilities, sometimes referred to as programming skills, are the ability to write commands in a variety of programming languages that tell a computer, application, or software program what to do and how to do it.

In order to write the input one should follow:

x= input ("Put a word:")

y= input ("Put a second word:")

x,y = y, x

Print(x0

Print(Y)

Thus, above mentioned is the program for the given scenario.

For more details regarding coding, visit:

https://brainly.com/question/17293834

#SPJ2

which of the following commands should be used if a user does NOT want the header which has been created to appear on the first page of the document ???

a ) different first page
b) header from top
c) show document text
d) footer from bottom

Answers

Answer:

a) different first page

Explanation:

The different first page is the commands that should be used if a user does not  want the header which has been created to appear on the first page of the document.

What is header?

A header has been known as the line or block of text appearing at the top of each page of a book or document. in Hyper Text Markup Language(HTML). a header tag is found at the top of a web page. it usually contains a logo, search, navigational links.

A footer is a line or block of text appearing at the foot/bottom of each page of a book or document in HTML, a footer for its nearest sectioning content or sectioning root element. A footer typically contains information about the author of the section, copyright data or links to related documents.

Therefore, The different first page is the commands that should be used if a user does not  want the header which has been created to appear on the first page of the document.

Learn more about HTML on:

https://brainly.com/question/15093505

#SPJ2

How is a non-disclosure agreement an important tool for businesses?
A. Without it, a person can't be prosecuted for leaking data.
B. It limits certain knowledge to a small group of people.
C. It prevents employees from working for a competitor.
D. It clearly defines for all parties exactly what information is to be
considered confidential.

Answers

Answer:

D

Explanation:

NDA is a nondisclosure agreement or the confidentiality agreement. It is a legal contract or a part of it. It involves at least two parties.

An NDA between you and other parties is a sense of trust and confidence.  They are a vulnerable tool for business and can assist in negotiation. It clearly speaks about the information that needs to be shared.

Hence the option D is correct.

Learn more about the non-disclosure agreement an important tool for businesses.

brainly.com/question/11573661.

PLS HURRY!!!
Look at the image below

Answers

The correct choices are:

having the user guess a number and keep guessing till they get it right

allowing the user to enter their best friends names without saying how many friends they can have

writing a program to average numbers without requiring the user to count the numbers.

Why don't jumbo jets have propellers?

Answers

Answer:

they are to heavy for tiny propellers to make fly

Explanation:

how is knowing how to use word or docs importamt?

Answers

For 90% of users, the word processing capabilities of Google Docs is more than enough. But for some, Microsoft Word's advanced features will be important. ... You also get far more powerful templates, which could speed up your work, depending on what you use Word for.

3 Characteristics of Newton’s law’s.

Answers

Answer:

In the first law, an object will not change its motion unless a force acts on it. In the second law, the force on an object is equal to its mass times its acceleration. In the third law, when two objects interact, they apply forces to each other of equal magnitude and opposite direction.

Explanation:

Finish the code of the function that finds the average of two numbers.
def ave(a, b, c):
sum = a + b + c

____ sum / 3

num = ave(3, 5, 10)
print (num)

Answers

The missing word is return.

We type return inside of a function so as to "return" a result. In this case, the sum divided by 3 will be returned.

the average of two numbers, The missing word is return,  type return inside of a function. In this case, the sum divided by 3 will be returned.

what is average ?

The average can be defined as the mean value which is equal to the ratio of the sum of  number of a given values to the total number of values present in the set.

The average has many applications, for example if we have to find the average age of men or women in a group,  we can calculate it by adding all the values and dividing it by the number of values.

The average is denoted by the symbol ‘μ’.

Average = Sum of Values/ Number of values

For more details regarding average, visit

https://brainly.com/question/25005020

#SPJ2

If you are writing an algorithm and you aren't confident that you understand the problem, what can you do?
O make a plan
O think about the problem from a different angle
O review the plan
o extend the plan

Answers

Answer: I would say make a plan so that way you have a better understanding of it. I hope this helps! :)

Which of the following does not reflect the second step of effective communication?
a.
Ken bows to a Japanese businessman when he greets him.
b.
Joy lowers her voice when she asks about her friend’s condition.
c.
KC interrupts his teacher’s lecture to ask a question.
d.
Eric conducts himself in a professional manner during his interview.

Answers

Answer:

c

Explanation:

Effective communication is the process of communication. The correct option is C.

What is Effective Communication?

Effective communication is the process of communication, where the idea, thought, or concept shared by the speaker is properly received and understood by the listener.

The condition which does not reflect the second step of effective communication is that KC interrupts his teacher’s lecture to ask a question. Hence, the correct option is C.

Learn more about Effective Communication:

https://brainly.com/question/1423564

#SPJ2

What is the right age to start coding in high school?

Answers

Answer:

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

Explanation:

The right age to start coding in high school from 6th grade to onward.

Kids, when reach 7 years or above can start coding and learning basic programming. But in high school, the age of students or kids is between 10-12 years.

The kids can start learning programming very basic in early classes. But when they reach the early grade of high school start learning basic programming in which loop, if statement, etc. At 7th and 8th grade and to above onward, programming learning level becomes increasing, basic to intermediate level of programming.

Kids who learn programming in their early life can set themselves for a lifetime of opportunities for success.

Can someone help me making a recursive code. There can't be any loops or global variables. These aren't allowed list.sort(), list.reverse(), list.insert(),
list.remove(), list.index(), list.count(), list.pop(), list.clear(), list.copy(). No LOOPS ALLOWED
CODE SHOULD BE RECURSIVE. Language should be Python.

Answers

lst = ([])

lst1 = ([])

def count_multiples(num1, num2, N):

   if num1 > num2 and len(lst1) != 1:

       lst1.append(1)

       w = num2

       num2 = num1

       num1 = w

   if num1 % N == 0:

       lst.append(1)

   if num1 >= num2:

       return len(lst)

   return count_multiples(num1 + 1, num2, N)

print(count_multiples(-10,-5,-3))

I only use lst.append so this should work. Best of luck.

What is the output when you run the following program? print(3 + 7) print("2 + 3")

Answers

print(3+7) will output 10, which is an integer.

print("2+3") will output 2+3, which is a string.

A research study does not need to be well designed to be effective.
False
O True

Answers

Answer:

true

Remember to drink water!!

What is the output?
>>> password = "sdf#_356"
>>> password.isalnum()
>>>

Answers

Answer:

False

Explanation:

Put it in IDLE and got it.

Answer:

False

Explanation:

What does hashing mean when it comes to cryptography?

A. scramble
B. unscramble
C. sorting
D. categorizing

Answers

Answer:

do you have a picture of it

I think the answer is A! Scramble
Other Questions
What role did geography play in the rise of the Zhou dynasty? O The Zhou came across the Gobi desert and allied with peasants to defeat the Shang. The Zhou took control of the land because the Shang soldiers were away fighting a different war. The Zhou took control of the water supply and stripped the Shang of their control over the people. O The Zhou introduced new technology for farming, and the peasants supported them over the ShangHelp n(x)=-1-x+4 when x = -2,0, and 5 what is binary fission what is metabolism Do you think Alexander the Great should be known as so? why or why not (give evidence) Which statement BEST describes the judicial branch? A. The judicial branch must approve all appointments made by the governor B. Justice is administered through the many levels of the state court system C. All judges in the branch must be elected and have served at least 20 years as a lawyer. D. The state has one court handles cases tried in Georgia. 14) Sentence predicates contain _____and______ Will Mark Brainliest! What are the coordinates of point A?(2, 6)(6, 2)(6, 3)(3, 6) The principle of crosscutting relationships, the law of superposition, the principle of original horizontality, inclusions,and unconformities help earth scientists date rocks and are examples of Radio programs often feature background sounds in order to provide forthe listener.O A. questionsO B. cluesC. contextD. an explanation What is the purpose of the phrase "We the People of the United States' in theConstitution's preamble?We the People of the United States, in order to form amore perfect Union, establish Justice, insure domesticTranquility, provide for the common defence, promote thegeneral Welfare, and secure the Blessings of Liberty toourselves and our Posterity, do ordain and establish thisConstitution for the United States of America.A. To guarantee that the American people will get to vote on all newlawsO B. To explain that the US government has a duty to protect itspeopleC. To show that the government must respect people's natungl rightsD. To show that the people hold all political power in the country In projectile mtion, what is the x-component of the initial velocity? if V= Vi = 100 m/s and the angle with horizontal axis = 60 degrees What percent of $15 is $9?PLEASE HELPPP :(( Given that k l, identify the congruent angles in the triangles.1 2 3 i REALLY need help what is slope of a line? What do Ralph Nader and Ross Perot have in common?A. They were former vice presidents of the United States.B. They were Founding Fathers.C. They were members of the Green Party and led this political party to the presidency.D. They were third-party candidates who sought presidential election. Which were effects of the Embargo Act? Check all that apply.French and British economies suffered without American goods.American exporters and shippers experienced a decline in profits.American merchants sold fewer goods.French and British merchants raised prices on American goods.American farmers suffered without being able to export their crops.Mark Which of the following are the four elements of fitness programs? plsss help meeeeeeeeeeee Jason drives 180 miles every 4 hour and Ali drives 90 miles every miles in 1,7 hours how many miles did Jason drive in 1 hour Help Me Please). Read the poem: ( Question 1): How does the author's use of stanzas affect the meaning of " A Thousand Martyrs"? Use evidence from the poem to support your response. Your response should be at least one complete paragraph. ( Will Mark Brainliest) Need two responces and please be 100 % positive with your. ( You will be reported for any answer that doesn't retain to the question).