the data type that can hold one of two values- true or false
A.Boolean
B.string
C.integer
D.character

Answers

Answer 1

Answer:

A. BOOLEAN

Explanation:

Answer 2
A. Boolean is the answer

Related Questions

how to get to meters to kilometer

Answers

Answer:

The length in kilometers is equal to the meters divided by 1,000.

Explanation:

The length in kilometers is equal to the meters divided by 1,000.

Just divide it by 100

2.3 pseudocode exercise on edhesive

Answers

Answer:

a=int(input("Enter a numerator: "))

b=int(input("Enter a divisor: "))

quotient=a/b

remainder=a%b

print("Quotient is: " + str(int(quotient)))

print("Remainder is: " + str(int(remainder)))

That's 2.3 question 1

a_ft = int(input("Enter the Feet: "))

a_inc = int(input("Enter the Inches: "))

b_ft = int(input("Enter the Feet: "))

b_inc = int(input("Enter the Inches: "))

sum_inc = a_inc + b_inc

# select the whole and the fractional part

inc_to_ft = sum_inc // 12

rem_from_div = sum_inc % 12

sum_ft = a_ft + b_ft + inc_to_ft

print("Feet: {} Inches: {}".format(sum_ft, rem_from_div))

That's 2.3 question 2

Explanation:

I wasn't sure which one you needed so I added both.

Which loop prints the numbers 1, 2...100?

c = 1

while (c <= 100):
c = c + 1
print (c)

c = 1

while (c < 100):
c = c + 1
print (c)

c = 1

while (c <= 100):
print (c)
c = c + 1

c = 1

while (c < 101):
c = c + 1
print (c)

Answers

Answer:

while (c <= 100):

print (c)

c = c + 1

Explanation:

We can cancel out the while loops with ' < ' because then it won't print when C is 100.

while (c <= 100):

print (c)

c = c + 1

Is probably right because unlike the other while loop with ' <= ' it has a print statement before the C = C + 1 which means look at this:

C = 1

print(c)

C = C + 1

So when it's run 1 is printed

But when doing the other while loop:

c = 1

while (c <= 100):

print (c)

c = c + 1

C = 1

c = c + 1

print(c)

It prints 2 because it added 1 to C first before actually printing it.

The loop that prints the numbers 1, 2...100 is

c = 1

while (c <= 100):

   print (c)

   c = c + 1

We are to find the loop that prints the numbers 1 , 2 …100.

Therefore, the loop that print 1 to 100 can be represented as follows:

c = 1

while (c <= 100):

   print (c)

   c = c + 1

c is a variable initialize with zero.

The while loop is used to check if c is less than or equals to 100.

If c is less than or equal to 100 we print the value of c .

Then we add 1 to c and go back to the loop again.

learn more on loop here: https://brainly.com/question/19705987?referrer=searchResults

is lyin 2 me by cg5 a good song

Answers

Answer:

In my opinion no, but it could be good to u

Explanation:

Answer:

yea! it's the best of the best :D

hope this helps! <3



The admission booth at the show requires each person to enter their age. Then the following program executes (See image.): When age = 16, what action would the program execute?



A. print “16”
B. print “Student price is $8.”
C. print “14”
D. print “Student price is $14.”

Answers

the data represented by numeric whole-number values, either positive or negative, that do not have decimal points

A. Boolean

B. string

C. Float

D. integer

What is another name for repetition in programming?

A. duplication

B. replication

C. redundancy

D. iteration

All of the following are types of errors in a computer program EXCEPT

A. syntax

B. parameter

C. semantic

D. logic

17.

What is one way that programmers insert explanatory statements in their code?

A. for loops

B. compiling code

C. use comments

D. create variables

18.

Why is readable code important? Choose all that apply.

A. It is more fun to write.

B. It makes the purpose and flow of a program easier to understand and follow.

C. Anyone needing to work with the code in the future will have an easier time.

D. It will save time when it is time to update the program.  (MAYBE D AS WELL) if u are allowed to select more than 2

19.

All of the following are true about debugging except

A. debugging is not a necessary process

B. it is a process of identifying and eliminating errors in a software program

C. it is essential to produce high-quality programs

D. eliminating bugs is an important part of the program development cycle

20.

The type of conditional statement that tests if a condition is true or false

A. if

B. not

C. or

D. and

24.

Which best describes a computer bug?

A. a piece of computer hardware that is out of date or has a newer version

B. a piece of computer software containing defects that prevent a program from running properly

C. a piece of computer hardware that is being used improperly

D. a piece of computer software that is out of date or has a newer version

25.

Which set of variables will make code easier to understand?

A. a, b, c

B. sum, price, count

C. xii, xix, xxi

D. x, y, z

23.

An argument is different from a parameter in that an argument

A. refers to a piece of data to be supplied.

B. is a placeholder for a constant value.

C. is the data passed into a parameter.

D. is always variable.

Answer:

B. print "Student price $8."

Explanation:

B

Question 2 of 10
Aubrey didn't like to use graphics or images on her slides. She preferred to
use only a title for her slides and bullet-pointed text: What is the best thing
you could say to Aubrey about using media that might change her mind?
O A. As long as you use it responsibly, it will only enhance your slides
and engage your audience.
B. Media will keep your audience entertained and take the pressure
off of the presenter.
C. You should always try
slide.
include as much media as you can on a
D. Actually, Aubrey's beliefs are well founded and backed up by
research

Answers

Answer:

A

Explanation:

Answer: it is a

Explanation:

Explain Why do people riding in a car have
to switch from one station to another to hear
music as time passes

Answers

Answer:

Because every music station it different and they play different styles of music at different times throughout the day.

Explanation:

It just kind of makes sense to me

Eric would like to have a callout text box that makes it look as if the character in an image is speaking. Which object should he insert into the Word document?
standard text box
WordArt
callout
shape
picture

Answers

Answer:

C: Callout shape

Explanation:

The object that should he insert into the Word document is the callout function. The correct option is b.

What is Microsoft Word?

A component of Microsoft Office is Microsoft Word. The office is a collection of Microsoft products that can be used on Windows or macOS and contains Word, PowerPoint, Excel, Outlook, and numerous other tools for both private and professional usage. They aren't the same thing; Microsoft Word is merely one of such app.

A callout function is one of the functions that specifies a callout and is implemented by a callout driver.

The following collection of callout functions makes up a callout: a notification processing notifying function. A function called classifying handles classifications.

Therefore, the correct option is b. callout.

To learn more about Microsoft Word, refer to the below link:

https://brainly.com/question/2579888

#SPJ5

The advancements in which of the following technologies has most changed the American job market in recent years?
A.
computer and Internet
B.
manufacturing
C.
transportation
D.
health care

Answers

Computer and internet

This is the answer because over the years the computer have gotten smaller and more efficient. Internet has gotten better because it’s faster and they’ve made 5G.

Big Bob's Construction has many construction sites where computers are located. At the remote sites, Internet connectivity can be of poor quality and intermittent. Because the computers are onsite and have poor connectivity to the main office, they are not currently domain joined. However, they could be domain joined if required. You want to be able to manage the computers at the construction sites. Which technology can allow you to do this and not force users to reconnect constantly?

Answers

Answer:

WAN or wide area network using satellite

Explanation:

A WAN or wide area network is a network of local area networks that could span beyond a geographical region.

For a network administrator to manage the remote construction site, a stable network connection should be established using a wireless medium like a satellite to connect the site's network to the office network.

Which option best describes MacHack 6?

A.
It was a text-based adventure game.
B.
It was a graphical adventure game.
C.
It was a shooter game.
D.
It was an interactive chess program.
E.
It was a puzzle game t

Answers

Answer:

D. It was an interactive chess program.

Answer:it d

Explanation:

One advantage of taking photographs under fluorescent light is that: Group of answer choices


they tend to be dull.

they tend to be bright.

they tend to be side lights.

they tend to have a lot of red .

Answers

They tend to be dull.

when is mail merge an effective productivity tool

Answers

Answer:

When a lot of letters with the same body text need to be personalized.

Explanation:

Answer: Mail merge would be the most effective when a lot of letters with the same body text need to be personalized.

Explanation: Ape x

What is ur Favorite Musical Artist

Answers

Answer:

dani

Explanation:

Which of these was used as a model service during the development of Twitter?

A)TXTMob

B)Tumblr

C)four square

D)Reddit

Answers

Answer:

tumblr or reddid cuz yeah

I think the answer to this is B.

2. How is accessing the Internet through a home network and public Wi-Fi similar?​

Answers

Answer: it is not the same

Explanation: via public wi-fi u can easily be hacked but your home wi-fi is yours and u are safe there

If your presentation uses a background, your text should _____.

be placed in bulleted lists
work well with the background
be at least 50-points
be written in paragraph form

Answers

your text should work well with the background.

It's very important for the text to be readable.

Answer:

B (work well with the background )  

Explanation:

I have chosen B, to be the best solution and here is why. Since, your presentation uses a background you would want your text to be fitted well with the background of your choice. That way users can still see the text.

How many passes will it take to find the five in this list? 1, 5, 10, 15, 20, 22, 30 edgenutiy 2020​

Answers

Answer:

1

Explanation:

Answer:

The answer is 2

Explanation:

edge 2020

write a chemical reaction to show that nitric acid contains nitrogen​

Answers

Answer:

HNO3 &NO2

Explanation:

Complete the sentence.

A ___________search can be done on a list that is not ordered.

Answers

Answer:

Well, a binary search has to be ordered. So ima just say linear search..

Explanation:

I think its linear..

A binary search can be done on a list that is not ordered.

What is a binary search?

Binary search is a fast technique that finds an item from a sorted list of objects with a run-time complexity of O(log n), where n is the total number of elements. Divide and conquer concepts are used in binary search.

When performing a binary search on an array in computer programming, the array must be sorted in ascending order, i.e. from the least to the highest with respect to the data value.

The primary benefit of using binary search is that it does not scan every element in the list. Instead of scanning each element, it searches the first half of the list. As a result, a binary search takes less time to find an element than a linear search.

Therefore, the correct option is b, Binary.

To learn more about binary search, refer to the link:

https://brainly.com/question/28391940

#SPJ2

The question is incomplete. Your most probably complete question is given below:

•Linear

•Binary

Miley met up with a bunch of her college friends after several years. She told them that she works for the sound department of a music company as a Foley artist. What do you think is her main task while applying Foley effects?
A.
manipulating sound using various sound techniques
B.
editing sounds in the recording studio
C.
creating sounds in the recording studio
D.
creating sounds using the optimizing tool

Answers

Answer: C

Explanation:

What is the quickest way to change the format of a table?

Copy and paste the table into a new slide.
Use the Table option on the Insert tab of the ribbon.
Delete the table and recreate it using a preconfigured table type.
Use the Table Styles option on the Design tab of the Table Tools contextual tab.

Answers

Answer:

If you don't like the default table format, you can easily change it by selecting any of the inbuilt Table Styles on the Design tab. The Design tab is the starting point to work with Excel table styles. It appears under the Table Tools contextual tab, as soon as you click any cell within a table.

The format of the table can be changed with the selection of the design tab in the tool to format with the contextual tab.

How table tool design the table?

The design tab for the table helps in making the changes to the table with the change in the name, formatting, style and other characteristics of the table.

There has been the presence of the preconfigured table style in the Excel, and the quickest way to configure a table involves the development of the table with the contextual table tools in the design tab. Thus, option D is correct.

Learn more about table, here:

https://brainly.com/question/15858153

#SPJ2

how to create an app on app store please its not a joke, if someone knows tell me how

Answers

Answer:

If your only talking about the app store then you program your app and when it is finished you submit it as an Apple developer and pay $99 for the app to be up.

Steps of what to do for submitting to the App Store:

Assemble App Store Information. Create a Bundle Identifier. Create a Certificate Signing Request. Create an App Store Production Certificate. Create a Production Provisioning Profile. Create an App Store Listing.Make The Release BuildFill In Version InformationSubmit Version For Review Release

hope that helps you out homie and good luck on your app bro.

WILL GIVE BRAINLIEST!! 20 PNTS!!

A tree that shows how a webpage is laid out is called a-

A. Family Tree Document.

B. Diagram Object Model.

C. Document Object Model.

D. Document Graphic.

Answers

Answer:

B :)

Explanation:

.........

Hello! Thank you for asking this question on Brainly!

Your question is:

“A tree that shows how a webpage is laid out is called a-

A. Family Tree Document.

B. Diagram Object Model.

C. Document Object Model.

D. Document Graphic.”

The answer to your question would be B. Diagram Object Model.

According to Visual Paradigm, “An object diagram is a UML structural diagram that shows the instances of the classifiers in models. Object diagrams use notation that is similar to that used in class diagrams. Class diagrams show the actual classifiers and their relationships in a system.”

Have a great day!

<3

I need an example of an infinite loop like something close to that.

Answers

Answer:

int i =0

while(i=0){

console.log("if i=0 then this will keep printing until i is not 0")

}#we are not incrementing 'i' so i will be zero .

Where does the Help feature in Access 2016 search for information by default?
O on the internet
O on the local computer
O on an external hard drive
O within the Access program files

Answers

Answer: A

Explanation:

Just did it

The internet is called the help feature in Access 2016 search for information by default.

What is the internet?

A worldwide computer system network that is made up of interrelated networks and also use standardized connection communications protocol to furnish an assortment of message and communication services.

By default, Access 2016 searches for information on the internet, which is referred to as the assistance feature.

Therefore, option A is correct.

Learn more about the internet, refer to:

https://brainly.com/question/13308791

#SPJ2

Why is cyberbullying so devastating to many people beyond just the victim?

Answers

Answer: If the situation goes undetected, it can lead to serious situations, self-harm, and damaged relationships. According to Superintendent Alex Geordan, some common long-term effects of cyberbullying include depression, low self-esteem, unhealthy addictions, trust issues, and poor mental health.

I'm not sure if these are correct.

Answers

Answer:

All the mention codes are correct.

Explanation:  

In the task1, a "name" variable is declared, that store a string, and in the next step, the built-in method "title, lower and upper" is defined, in which the title method capitalized the first character of the given word in each sentence, upper method change each character into upper case and the lower method changes each character into lower case.

In task2, a message variable is declared, that holds a string value in which the count method is used that counts the space character value.

In task3, a string value is used in the message variable, which uses a replace method to change the given string value.

In task3, a response variable is declared that uses an input method for input a string value, and inside the print method, len method is used that counts each input character number.

Select all the correct answers. Which two statements are true about electric current through a circuit? Current flows from a positive terminal to a negative terminal. Current flows through an open circuit. Electrons flow from a positive terminal to a negative terminal. Electrons flow in the same direction as current. Electrons flow from a negative terminal to a positive terminal.

Answers

Answer:

Current flows from a positive terminal to a negative terminal.Electrons flow from a negative terminal to a positive terminal.

Explanation:

Indeed, it is a proven and generally accepted fact that electric current flows away from a positive terminal to a negative terminal. This is the case because the positive terminal of an electric circuit is under the pushing influence of the electric field, hence it moves to the negative terminal.

While electrons in an electric circuit flow from a negative terminal to a positive terminal. In other words, they move in the opposite direction of the current through the wires.

With the Linux operating system, its open source design means it can be used, modified and ______
freely.

Answers

Answer:

distributed.

Explanation:

Because Linux is released under an open source license, which prevents restrictions on the use of the software, anyone can run, study, modify, and redistribute the source code, or even sell copies of their modified code, as long as they do so under the same license.

Other Questions
Which of the following is an example of potential energy? O A. The energy of vibrating air O B. The energy of moving particles O C. The energy in chemical bonds OD. The energy of a runner on a flat road HEY CAN ANYONE PLS ANSWER DIS SPANISH QUESTIONS!!!!!!!! Would someone mind helping me? I really need this answer but I'm so confused. I would appreciate any help :) and if you get the answer right, ill give you brainliest. Use the diagram of the volcanic island for problems 16-1716.Use a negative integer to represent the depth, in feet, of the sea floor.17.The weight of the volcano depresses the sea floor another 24,300 feet down. What is the total height of the volcano?please help!! Why was the expedition Zebulon Pike important to future trade? a. Since Pike's maps were taken away by the Spanish, his work was of little consequence. b. Pike discovered gold, which caused the New Mexico gold rush in later years. c. It opened up rivers for future travel to New Mexico by boat. d. Pike had a chance to find passable routes to New Mexico and to Chihuahua. PLEASE I NEED THIS ANSWER ASAP :(Impurities that evaporate easily and travel with the water vapor are not removed when using this type of distillation. Explain the reason for this. Fine the values of x and y. Please explain . Which answer best interprets the information shown in the graph?a)The smallest number of women worked in factories.b)The smallest number of women worked as teachers or nurses.c)The largest number of women worked as farmers or domestic laborers.d)The largest number of women worked in factories. Which statement is true of Native Americans in the late 1700s and early 1800s?A)They were relocated to reservations in the Southwest.B)They enjoyed special protection under the U.S. Constitution.C)They often faced intense competition for lands.D)They rarely had dealings with U.S. citizens. Pluto has an average distance from the sun of 3.6 x 10^8 miles venus has an average distance from the sun of 9.0 x 10^6. How many times greater is pluto's average distance from the sun than venus? Please answer A.S.A.P.!!!!Malcolm is trying a very low-carbohydrate diet. He would like to keep the amount of carbs consumed in grams between the levels shown in the following compound inequality:50 50; Malcolm needs to consume less than 20 grams of carbohydrates or more than 50 grams of carbohydrates.B) x > 20 and x 30 and x 60; Malcolm needs to consume less than 30 grams of carbohydrates or more than 60 grams of carbohydrates. Eleanor Roosevelt said that Anne Frank's story made her "intimately and shockingly aware of war's greatest evilthe degradation of the human spirit. At the same time, Anne's diary makes clear the ultimate shining nobility of that spirit." In two paragraphs (three to five sentences per paragraph), explain how Anne Frank's story shows the misery and indignity that war causes, but also the goodness of the human spirit. Students in a biology class conduct an experiment to determine the effect of temperature on the rate of photosynthesis in a plant. They place an Elodea plant into a test tube filled with water. Then the students place the test tube under a light and slowly increase the temperature of the water. They record their results and display them on a graph as shown. Which statement is supported by the graph?A. The production of water molecules is greatest in Section LB. The number of carbon dioxide molecules in the beaker is greatest in section NC. The rate of oxygen production is greatest in Section MD. The rate of oxygen production is lowest in Section M Write the names of sender and receiver of quotation letter in foreign trade. 1. Combine like terms in 2 + x + 3y + 4x + 2y + 5.2. Combine like terms in 2x + 3xy + 4 + 5yx.please due in 5 minutes please The population of a town is increasing at a constant rate of 4.7% each year. At the beginning of 2010 the population was 42,000. Find the size of the population at the beginning of 2016. Give your answer to 3 sf. Tires need to be regularly: A. Replaced B. Rotated C. Both A and B D. None of the above HI SOMEONE PLS HELP ME Find 4/5% of $75,000. Read the passage from the Torah.Honor your father and your mother, in order that your days be lengthened on the land that the Lord, your God, is giving you.You shall not murder. You shall not commit adultery. You shall not steal. You shall not bear false witness against your neighbor.You shall not covet your neighbor's house. You shall not covet your neighbor's wife, his manservant, his maidservant, his ox, his donkey, or whatever belongs to your neighbor. Exodus 20:1214Which aspects of Jewish life do all of the commandments in the passage refer to?the High Holy dayscommunication with Goda persons re