Complete the sentence.

It is always a good idea to initialize variables that will obtain values through calculations to either a _________ (“ “) or to zero (0 or 0.00) before using them in programming statements.

Answers

Answer 1

Answer:

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

Explanation:

This question is about a good programming practice, that you have to initialize the variable to either null value or zero before using them in a programming statement.

So the correct fill-in-the-blank is given below:

It is always a good idea to initialize variables that will obtain values through calculations to either a Null (“ “) or to zero (0 or 0.00) before using them in programming statements.

It is noted that when you assign (" ") to a variable it is not an empty value but it has a null value (blank).  

Answer 2

Answer:

space character

Explanation:

this is 100% right on edge 2021


Related Questions

A(n) _____ is a request for the database management software to search the database for data that match criteria specified by the user.

Answers

Answer:

Query

Explanation:

A query is the request form for accessing the data from a database to change it or retrieve it. It also permits the logic along with the information that we received in response

Here the data is to be search and that should be matched the criteria prescribed by the user

hence, the last option is correct

What can help an interface user understand or navigate an online interface?​

Answers

Answer:

1. Add options and names.

2. Allow to provide back feedback.

3.Pay attention to patterns.

4.Stay consistent.

5.Use visual hierarchy.

Explanation:

Navigating an online interface describes how to move and locate features of an application software or program. He, some implementation which might aid easy navigation include ;

Adopting a simple User interface :

The use of a simple rather than a complex user interface will usually allow users get used to working with an application more easily.

Use of color and texture :

Color schemes may be adopted in other to aid segmentation of categorization of features or classes in other to make reasonable grouping of features or classes.

Visual hierarchy :

This describes logical and strategic arrangement of features or elements in such a way that users could easily grasp the pattern in the arrangement.

Learn more :https://brainly.com/question/20380750

so was tha worst thing other than losing you.......?

Answers

Answer:

yu don't have to worry about that

Explanation:

I promise that's never gonna happen ♡

It's me and you baby,

I swear you drive me so crazy.

One day imma be your lady,

Dayum I'm fallin ...someone save me

1.
List any five importance of environment health. Describe any two of
them briefly​

Answers

Answer:

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

Explanation:

            "Environmental health"

The environment can be directly and indirectly impact our health and well being .Environmental health examines the interaction between the environmental and over health.

 Environmental health refers to aspects of human health that are determined by physical,chemical,biological,social and psycho social factors in the environment.

                "importance of environmental health"

Maintaining a healthy environment is central to increasing quality of life and years of healthy life. Globally 23% of all death and 26% of deaths among children under age 5 are due to preventable factors are diverse and far reaching.

Exposure to hazardous substance in the air,water,soil and foodNatural and technological disastersClimate changeOccupational hazardsThe built environment

climate change:

             Climate change includes both the global warming driven by human emissions of greenhouse gases,and the resulting large scale shifts in weather patterns.Through there have been previous period of climate change.

The built environment:

     The term built environment refers to the human made surroundings that provide the setting for human activity ranging scale from building and parks are green space to neighborhoods and cities can often include their supporting such as water supply and energy supporting.

JAVA
Write a program to find the sum of the given series:
S = 1 + (1*2) + (1*2*3) + --------- to 10 terms.

plz help....​

Answers

public class MyClass {

   public static void main(String args[]) {

     int x = 1;

     int total = 0;

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

         x *= i;

         total += x;

     }

     System.out.println(total);

   }

}

This program finds the sum of that series to the tenth term, the sum is: 4037913. I hope this helps.

You need to configure your Android phone so that you can receive your Yahoo email on the device. What information would you need to provide?

Answers

Answer:

To configure an Android phone to receive Yahoo email on the device, you would need to provide the:

full Yahoo email address and password.

Explanation:

The provision of your full Yahoo email address and password enables you to receive your Yahoo emails on the device.  Most often, the device requests to save the information to enable it to notify you of incoming emails.  There are settings for the provision of this notice.  The user can also synchronize Yahoo emails on all the devices by selecting the Sync button.

A jackhammer uses pressurized gas to transmit force to the hammer bit. What type of mechanical system is it?

Answers

Answer:

Constant Volume Forced Air system

Explanation:

A Constant Volume Forced Air system is a form of a mechanical system that is considered the most basic type of system. It is most common in use and high yielding in the application.

It is characterized by using any natural gas, oil, and electricity as the fuel to power the generated force.

Hence, in this case, the correct answer is "Constant Volume Forced Air system."

What is the 4w problem canvas?

Answers

Answer: Under problem scoping, we use the framework of 4Ws problem canvas where we look into the Who, What, Where and Why of a problem. ... The project cycle consists of 5 steps namely: problem scoping, data acquisition, data exploration, modelling and evaluation. Each of the stages holds importance in the framework.

Explanation:

To transfer files to your company's internal network from home, you use FTP. The administrator has recently implemented a firewall at the network perimeter and disabled as many ports as possible. Now you can no longer make the FTP connection. You suspect the firewall is causing the issue. Which ports need to remain open so you can still transfer the files? (Select TWO

Answers

Answer:

Ports 20 and 21

Explanation:

For the FTP to work, there are two parts that are required; the command and the data.  These two parts are sent on the two ports 21 and 20 respectively.  If the firewall is indeed blocking connections on ports 21 and 20, then your FTP will not work.

Hence, you need to open ports 20 and 21 to allow FTP to remain functional.

Cheers.

The following loop is intended to print the numbers 1, 2, 3, 4, 5.
Fill in the blank:

for i in _____ (1, 6):
print (i)

Answers

Answer:

range

Explanation:

range(num1, num2) returns the numbers from num1 up to but not including num2.

Example: range(1, 4) will return the numbers 1, 2, 3.

Hope this helps :)

In the loop, that is intended to print the numbers 1, 2, 3, 4, 5. The fill up of the blank is  for i in range (1, 6): print (i)

What is the range?

The range is known to be the difference that can be seen between the largest and smallest numbers in any series.

From the above, we can see that in the loop, the fill up of the blank is  for i in range (1, 6): print (i) as it tells the range between them.

Learn more about range from

https://brainly.com/question/2264373

#SPJ2

The list shows the steps in developing a research plan.
Which two steps are out of order?
1. Select the topic.
2. Create a schedule.
3. Set goals.
4. Write down research questions.
5. Identify research method(s).
6. Find and evaluate sources.
O 5 and 6
O4 and 5
O 3 and 4
O 2 and 3

Answers

Answer:

4 and 5 are out of order

Explanation:

Answer:

Do u still need help?

Explanation:

what is the missing term in the code that handles that error??

Answers

Answer:

try typing that into gooy gle im sorry if i didnt help

if tickets >400 What is the missing term in the code that handles that error??wat over400error

Explanation:

Serena, an analyst at an environmental agency, wants to prepare a report using data from the Car Emissions database.
In her report she plans to include written analysis as well as circle graphs. To best complete this task, she can
O export the query results from the database to a spreadsheet, then export the graph to a document.
O export the query results into a word processing document, then import the graph into the same document.
O export the graph into a spreadsheet.
export the query into a word processing document.

Answers

Answer:

The correct answer is:

Option 1: export the query results from the database to a spreadsheet, then export the graph to a document.

Explanation:

Spreadsheets are used to represent numerical data, perform calculations and display the results numerically or graphically.

When using a database, the query results can be exported to other software using the query web address.

So in order to include the graph in her report, Serena will export the result to spreadsheet and then export the graph to document.

Hence,

The correct answer is:

Option 1: export the query results from the database to a spreadsheet, then export the graph to a document.

Answer:

the guy above me is correct and its a on edge

Explanation:

who is considered as the father of computer science​

Answers

Answer:

Turing is considered as the father of computer science

Answer:

Charles Babbage of course. this Ans should be in Ur book

Most tweets are not _____; anyone can see them.
O private
O public
O political
O educational

Answers

Most tweets are not private anyone can see them

Data collection begins only after completing the research design process. after determining whether there are any objections. whenever the researcher wants to. after creating the presentation format. after analyzing the data.

Answers

Answer:

Data collection begins only

after completing the research design process.

Explanation:

The nature of the research problem and design process provides the basis for data collection.  Data collection can be carried out from primary or secondary sources or both.  The collection system will indicate if the research is exploratory, descriptive, or conclusive.  Data collection provides an important way to understand the characteristics of the research interest.  A clear definition of the research interest is provided by a correct research question, which also provides focus and direction for the study.

Write a program that asks the user for a positive nonzero integer value. The program should use a loop to get the sum of all the integers from 1 up to the number entered. For, example if the user enters 50 , the loop will find the sum of 1,2,3,4,...,50. while loop

Answers

num = 0

while num <= 0:

   num = int(input("Enter a number: "))

i = 1

total = 0

while i <= num:

   total += i

   i += 1

print(total)

I wrote my code in python 3.8. Best of luck.

Which of the following is not a type of application software?
A)Microsoft Office
B)Encyclopedias
C)Games
D)Windows 98

Answers

Answer:

windows 98

Explanation:

Answer:

I think the best answer would indeed be B.

Explanation:

B. Encyclopedias

________ programs help solve the problem of running out of storage space by providing lists of application programs, stored videos, and other program files so that you can eliminate unused applications or archive large files elsewhere.

Answers

Answer:

Storage management

Explanation:

The programs that do this are known as Storage management programs. They are incredibly useful since they allow you to see which files are taking up the most amount of space as well as the importance that each file has on the system. Many of these programs have a different visual representation of the files such as pie charts or system blocks showing the percentage of space it is taking up. Everything in these programs is made to help the end-user visualize and analyze their data thoroughly.

The spreadsheet below shows how much money each store raised for charity during the months of January, February, and March. A1: Blank. B1: Store 1. C1: Store 2. D1: Store 3. A2: January. B2: 170 dollars. C2: 100 dollars. D2: 150 dollars. A 3: February. B3: 235 dollars. B4: 80 dollars. D3: 240 dollars. A4: March. B4: 300 dollars. C4: 75 dollars. D4: 450 dollars. Using this information, answer the following questions. To obtain the total amount raised by Store 1, which range of cells would you use?

PLEASE HURRY I HAVE TO FINISH BY 12:00

Answers

Answer:

B2:B4

Explanation:

Answer:B2:B4 ,sum ,using the sum and average functions on the range of cells

Explanation:

trust i took the test

Write a program in python to test if given number is prime or not.

Answers

num = int(input("Enter a number to test if it's prime or not: "))

if num%2 == 0:

   if num == 2:

       print(num,"is prime")

   else:

       print(num,"is not prime")

else:

   count = 0

   for x in range(2,num):

       if num % x == 0:

           count+=1

   if count==0:

       print(num,"is prime")

   else:

       print(num,"is not prime")

I wrote my code in python 3.8. I hope this helps!

Answer:

Answer:

def main():

num = int(input("Input a number to check for prime: "))

if num > 1:

 for i in range(2,num):

  if (num % i) == 0:

   print("%d is not a prime number" % num)

   break

  else:

   print("%d is a prime number" % num)

   break

else:

 print("%d is not a prime number" % num)

 

if __name__ == "__main__":

main()

Explanation:

Solution retrieved from programiz.com.

Note, this program uses the idea of the Sieve of Eratosthenes to validate the input number by using the modulo operator to determine primeness.

The program will output to the user if the number input is indeed prime or not.

Cheers.

Explanation:

why do you think most programs used icons instead of words ?​

Answers

Answer: Research has shown that icons, when used correctly, can enhance usability, be easily remembered, and improve the design of the webpages or software being used.

Major innovation made from establishment of abacus to the development of fifth dev of computer generation

Answers

Explanation:

The establishment of the Abacus brought about one of the first counting device (calculator). This device was a mechanized computer that supported numeric calculations. However, the process was entirely manual and mechanized. This innovation led to;

First-generation  of computers, although not entirely manually operated like Abacus, made use of vacuum tubes, were very big in size and could store only a small amount of information.

Second Generation of computers unlike the first generation that uses vacuum tubes, this one came with new technology; the use of transistors. The computers were smaller in size than vacuum tubes.

Third Generation  computers made use of IC (Integrated circuits) for the first time. Contained higher storage capacity and was more reliable than previous generations.

Fourth Generation computers became known as the personal computer generation. This generation brought the use of personal computers on a personal level as they use microprocessors, was easy to carry about, had larger storage capacity and faster speed of operations.

Fifth-generation of computers is known as the age of artificial intelligence. These computers were programmed with the ability to make decisions just like a human being would.

write a note on Excel2016, where and how can we use it​

Answers

Answer:

It is used for a thing previously mentioned or easily identified. The pronoun it also serves as a placeholder subject in sentences with no identifiable actor, such as "It rained last night", "It boils down to what you're interested in", or the impersonal "It was a dark and stormy night".

The culture of the Internet is interlinked in dependence between technological advances and the way in which ____.


humans increased personal capacity by using these advances

humans have become entirely dependent on digital technology

humans increased their processing knowledge with technology

humans have become interdependent on various technologies

Answers

Answer: humans increased personal capacity by using these advances.

Explanation:

The culture of the Internet is interlinked in dependence between technological advances and the way in which humans increased personal capacity by using these advances.

Technological advancement has to do with how information is being generated which brings about the improvement and inventions regarding technology.

Answer:

C) humans increased personal capacity by using these advances

Which of these number formats would you want to apply to a cell showing the total sales for the month? Currency, Number, or Percentage


I didn't know what to put it as because it is kind of business but its a question I have for a technology class

Answers

Answer:

Currency!

Explanation:

I hope this helped

The number formats that would you want to apply to a cell showing the total sales for the month is currency. The correct option is A.

What is currency?

Currency is the number format used to apply to the cell showing the total sales for the month. To display numbers as monetary values, they need to be structured as currency.

To do this, prepare the desired cells using either the Accounting number format or the Currency number format. Options for number formatting can be found under the Number group on the Home tab.

You can display a number with the default currency sign by choosing the cell or range of cells, then clicking the Accounting Number Format button in the Number group on the Home page. (Press Ctrl+Shift+$ after selecting the cells to use the Currency format.)

Therefore, the correct option is A, currency.

To learn more about currency, refer to the link:

https://brainly.com/question/22802393

#SPJ6


What type of cost will reduce with the introduction of a CAM system in a manufacturing plant?
A.
capital cost
B.
fixed cost
C.
labor cost
D.
material cost

Answers

Answer:

a.capital cost

Explanation:

because capital cost is to reduce introduction of CAM system

Definenation monitor​

Answers

Answer:

A computer monitor is an output device that displays information in pictorial form. A monitor usually comprises the visual display, circuitry, casing, and power supply. .

Ideally, Internet of Things (IoT) devices have the ability to:

A. Increase energy efficiency
B. Decrease energy efficiency
C. Raise utility expenses like heating and cooling
D.Both A and C​

Answers

Answer:

I believe the answer would be D

Ideally, Internet of Things (IoT) devices have the ability to increase and decrease energy efficiency. The correct option is D. Both A and C​.

What is the Internet of Things (IoT)?

The Internet of Things (IoT) is a network of connected computing devices, mechanical and digital machinery, items, animals, or people that can exchange data across a network without the need for human-to-human or human-to-computer interaction.

Things, the Internet, and connectivity are the core three elements of the Internet of Things (IoT). A link that works with the local network, the cloud, and other devices. In order to offer ubiquitous connection, networks are used to connect IoT components.

These networks use a variety of wireless and wire line technologies, standards, and protocols.

Therefore, the correct option is D. Both A and C​.

To learn more about the Internet of Things, visit here:

https://brainly.com/question/29766810

#SPJ2

six security issues and six descriptions are shown below.

Answers

Answer:

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

Explanation:

This question contains six securities terms and definitions.

The goal of this question is to properly map the term to its correct description/definition.

You can find the complete mapping in the attached image.

Other Questions
Mention the importance of peace in four points. plz answer What are three reasons against smoking you would give to your friend if they decided they wanted to try or start using tobacco products? Which statement best describes what happens to the temporary working memory (RAM) of a computer when it is shut down? i'll mark BRAINLEST It is synced automatically with the cloud It is saved in the users document files It is saved in the computer's data storage files It is deleted Why does Romeo at first try to stop the fight with Tybalt in Act I, Scene 1 of The Tragedy of Romeo and Juliet? the tenth amendment protects the powers ofthe judicial systemthe legislative branchthe federal government or state governments Simplify Negative 3 over 2 9 over 6. give me much information about Hubble space telescopes as possible you can. I have final research thing and I need ti write about Hubble telescope but I want to get more information from you guys. Im giving you A LOT of points!!! (This is astronomy class) posted this again fir other people to answer :) When Machiavelli wrote The Prince in 1513, he faced a lot of criticism. What were the key ideas of The Prince, and how did these ideas influence European rulers? Which statement is correct?A. Secant is the reciprocal of sine.B. Cotangent is the reciprocal of tangent.C. Cosecant is the reciprocal of cosine.D. Cosine is the reciprocal of cotangent.SUBMIT PYTHONHow can I make a algorithm in python that finds how many numbers are in a row in a list?For example:Input:List = [0,1,1,1,0]num = 1Output:3 PLEASE HELP ASAP!! :D Help lol Im bad at mafs and I need halp Can you name six verbs and make 2 gerunds, participles and infinitives Need answer today please The white fatty substance present in the central nervous system (CNS) and peripheral nervous system (PNS) that serves to increase the speed of impulse conduction is called 13 Here is information about the age, in years, of each of Jelina's five children when writtenin orderabb/2+ a 2b + a +3 2b + a +5It is given thata is the age of the youngest childabtwo of the children have the same agethe mean age of the five children is 10.6 Calculate the value of a and the value of bShow clear algebraic working. what is the reciprocal of -9/2 When large masses of magma solidify far below Earths surface, they form igneous rocks that have a _____. A recipe for a loaf of bread calls for of a cup of flour. If Milo used 12 cups of flour, how many loaves of bread did he prepare? Each cell only expresses a small portion of its genes at any given time. Not synthesizing unused proteins allows resources and energy to be conserved. This understanding best supports which of the following statements?Cells randomly express different genesGene expression is a regulated processCells cannot express certain genesUnexpressed genes are never useful "Oh, good, you're all here," said Pola as she walked into the community theater. She began handing out copies of her script to the assembled actors. "This is a lot to memorize," remarked Gerhardt, flipping through the pages. "Neville, your character's name is Rhombus Fairchild. Boy, I bet he was picked on as a kid." "You're Aceswhat kind of title is that?" Neville asked. "The play takes place in the 1920s, Neville," replied Pola irritably. "People used catchphrases like that back then. It means 'You're the best.' " "If the play takes place in the past, why are the main characters fighting giant evil robots in the third act?" asked Nadezhda. Gerhardt and Neville gasped in surprise and started reading the script with renewed interest. "Cool! I get to fire a laser gun," bragged Neville. "Oh, man!" Gerhardt groaned. "My character gets killed at the end of Act III. Death scenes are the worst." "Quit complaining, everyone," exclaimed Pola. "I had to write this by myself in two days while working a full-time job. It may not be Shakespeare, but it's good enough for community theater. I think we should just do the best we can with what we've got." "That's a terrible attitude," Nadezhda said. "The proceeds from this play will be donated to charity, and I think we should try our hardest to give people their money's worth. Why don't we all work together to write a new script?" "Fine!" Pola yelled. "I'll let you guys take over the play, and I'll save my efforts for people with better taste in entertainment." The three actors watched in amazement as Pola stomped out of the theater. "Whoops," said Nadezhda with an embarrassed smile. "I forgot that she hates for anyone to question her talent as a writer." "I'm just sad I won't get to wear a jet pack and use phrases like 'You're the bees' knees,' " Neville laughed. "I thought doing a death scene was bad," said Gerhardt. "If we don't get a script put together by tonight, we'll all be in serious trouble." Nadezhda grabbed a notebook from her purse. "This will be a snap," she said confidently. "What's a good topic for a play?" "I know!" declared Gerhardt. "Neville and I will be lawmen sent from the future who try to stop a giant monster from destroying Dubuque, Iowa." "Well, it is original," Nadezhda replied slowly. "But how would we create a giant monster on our $10 prop budget?" "Good point," admitted Gerhardt. "Here's an idea," said Neville. "What if Gerhardt and I play Elvis and Abraham Lincoln, who have been brought back to life by scientists. We use our skills to defend the president, played by Nadezhda, from the cast of the musical Cats, who have been turned into vicious zombies." Neville's voice trailed off as he realized that both Nadezhda and Gerhardt were staring at him with their mouths open. "That's very ambitious," Nadezhda finally said. "I think it would be a little difficult for three people to perform onstage, though." "You're probably right," said Neville. "I hate to say it, but our ideas are terrible," Gerhardt remarked. "What are we going to do?" The three actors dashed off the stage and hurried outside. "She's over by her car!" exclaimed Nadezhda. "Let's go get her. I'm not too proud to beg; are you guys?" "No way," replied Gerhardt. "As far as I'm concerned, death scenes are the bees' knees." 8. Which of the following contributes to the conflict in the passage? A. Pola's sensitivity about her writing skillsB. Neville's ambition to become the lead actor C. Nadezhda's jealousy over Pola's talentD. Gerhardt's lack of talent as an actor 9. Which of the following best explains the primary conflict in the passage? A. Three actors collaborate with a script writer to produce a play that will earn enough money to support a charity.B. Three actors struggle to pursue their childhood dream of becoming script writers for a community theater.C. After offending the script writer, three actors struggle to produce a new script in time for their first performance.D. After treating a script writer with disrespect, three actors find out that they have been fired from the community theater.10. What causes Pola to feel upset in the passage? A. She is unable to think of a new topic for the play.B. She doesn't get to participate in the play as an actress. C. She believes that her hard work is unappreciated. D. She is jealous of Nadezhda's talent as a writer. Steam Workshop Downloader