Determine whether the compound condition is True or False.

1 2)

Answers

Answer 1

Answer:

A compound is said to be true if all condtions are true before it gets evaluated by the if statement or false otherwise, or nested conditionals are used if the previous conditions are true or evaluates to an else, if available.

Example:

if (x > y) && (y != 0): # compound conditional joind with an "and"

if x == 4:

# nested condition

Answer 2

Answer:there

Explanation:


Related Questions

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...

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

What is the text output by the program?


A. Less than 10
B. Less than 20
C. Less than 30
D. 30 or more

Answers

Answer:

30 or more

Explanation:

30 or more is the answer

Thanks hope that helps my dude

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

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!

Hackers crack hash functions by finding collisions or pre-generating millions of hashes and comparing them until find the one generated it.

A. True
B. False

Answers

Answer:

A. True

Explanation:

Most of the attacks on hash functions are based on finding collisions (so 2 different plain texts will match the same hash) or pre-generating millions of hashes and comparing them until you find the plain that generated it.

If a hash algorithm is reverse-engineerable or can be attacked that way, it's not a good hash algorithm.

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

What other jobs would require employees to follow directions very carefully? (Give 4 examples)​

Answers

construction, surgeon, army, teachers

What is the error in this?

userGuess = int(input(“Guess a number between 1 and 20: “))

Answers

Most interpreters won't recognize “ “as a quote. You need to use " ". Other than that, your code looks good.

Miranda is using Python 3 as a calculator and wants to divide 1374 by 3. What should Miranda type?
A.
print (1372 divided by 3)

B.
print (1374 )_ 3))

C.
print (1374 / 3)

D.
print (1372 ./. 3)

Answers

Answer:

C

Explanation:

Answer:

C

Explanation:

I got it right on a test.

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:

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:

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

(On Python/ Edhesive) Test if a date is a payday based on the day of the month (15th or the 30th).

Sample Run
Enter today's day numerically: 17
Sorry, not a payday.
Enter today's day numerically: 30
It's payday!

Answers

Answer:

day = input("Enter today's day numerically: ")

if "15" in day or "30" in day:

print("It's payday!")

else:

print("Sorry, not a payday.")

Explanation:

Ask the user what day it is and store it in a variable called, day. Write a simple if else statement to check if ut is payday or not. This program can be more advanced by having payday be a variable.

PLEASE HELP
Which option is the correct format of placing HTML tags while coding in HTML?
A.
B.
C.
D.

Answers

Answer:

the 3rd one you put

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

What programs do coders use in businesses?

Answers

Answer:

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

Explanation:

Software developers or coders use different programs to develop the program. The coders can use different programs in businesses and for businesses.

When a coder develops a program for business. They use different programming software for android, desktop, and web application development. They use different editors, database tools, testing tools, and browsers, etc.  These programs use different programming languages to develop business software such as:

JavaScriptSQLPythonC++ C# Ruby on RailsPHPBootstrapHTML and CSS etc.

 

"If possible, always bring print-outs of your slides for your audience
members." Is this good advice?
A. If you can, this is always recommended, unless you are assured
everyone will have a tablet and you can share the files online.
B. No, this is not good advice since handouts rarely help the
audience in any manner. The only thing that matters is what the
speaker says.
C. Not really, since it is a lot of work, requiring a lot of paper, and
most people will not need the handouts.
D. Not really, because audience members will never need to review
slide information.

Answers

Answer:

Answer is A I just take the quiz.

Unless you are certain that everyone will have a tablet and can share the files online, it is always suggested to carry the print-out files of the slides.

Why it is important to bring the print-out files of the slides?

When the slides have a lot of component part, it's a good thought to overlap the copies of the presentation. A presentation is a misfortune medium for communicating ecumenical information.

If the audience has print-out files of the slides, they will be more focused on the themes that want to express rather than recalling every detail.

Unless a person knowing for sure that everyone will have a tablet and will be able to share the files online, it is always a good idea to have the print-out files of the slides with you.

Therefore, option A is correct.

Learn more about the audience, refer to:

https://brainly.com/question/1802560

#SPJ2

Read the following scenario, and then answer the question.
A family is ready to buy a new computer to replace their 8-year-old machine. The old computer was a Macintosh, and they would like another. They don’t play many games or movies on the machine, but need access to the Internet.

Which is the most important feature of a new computer for this family?
monitor size
operating system
memory
processing speed

Answers

Answer:

Monitor size

Explanation:

Hope this helps

The distance between two walls is called what?

Answers

Answer:

The Nikuradze mixing-length

Explanation:

Awnser: Mixing length

An expert system used on a medical website accepts an input illness from the user and produces a list of possible symptoms. What type of function is the interface engine performing?
A.
backward chaining
B.
production unit
C.
production rule
D.
forward chaining
E.
knowledge base

Answers

The answer is froward chaining

Answer:

The correct answer would be:

D.

forward chaining

#PLATOFAM

Have a nice day!

Which icon indicates that a layer is protected?
The Lock icon
The Shield icon
0 The Key icon
19
The Eye icon

Answers

Answer:

The lock icon.

Explanation:

A padlock icon, or lock icon, displayed in a web browser indicates a secure mode where communications between browser and web server are encrypted.

What is pollution?
the introduction of harmful substances into the environment
the removal of waste from landfills and other waste collection areas
the addition of organic materials in order to clean dirty air and water
the combination of specific chemicals to decompose garbage

Answers

Answer:

other guy is correct it is A.

Explanation:

Did the quiz and got 100%. Edge 2021

The term pollution is the the introduction of harmful substances into the environment.

What is pollution?

Pollution is known to be the bringing in of contaminants into any natural environment that may lead to adverse change.

Therefore we can say that The term pollution is the the introduction of harmful substances into the environment and thus it is correct.

Learn more about pollution from

https://brainly.com/question/18657523

#SPJ2

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.

Switching between slide sorter, reading, normal view helps you review your presentation, assess whether the slides have an attractive design and adequate content and make sure they are organized for the most impact.
True
False

Answers

Explanation: TRUE I TOOK THE TEST

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.

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!

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.

How did the printing press make people more intelligent

Answers

Answer:

no

Explanation:

Answer:

the invention of the mechanical movable type printing press helped disseminate knowledge wider and faster than ever before.

Why don't jumbo jets have propellers?

Answers

Answer:

they are to heavy for tiny propellers to make fly

Explanation:

Other Questions
Fill in the blank:1. A calorie is a unit of____2. Cells use the energy stored in chemical bonds of foods to produce compounds that directlypower the cell's activities, such as_____3. The equation that summarizes cellular respiration, using chemical formulas, is____4. If cellular respiration took place in just one step, most of the____ would be lost inthe form of light and____5. Cellular respiration begins with a pathway called______which takes place in the_____the cell.6. The equation that summarizes photosynthesis, using chemical formulas, is________and electron7. Cellular respiration continues in the_____of the cell with the______transport chain8. The pathways of cellular respiration that require oxygen are said to be______Pathways that do not require oxygen are said to be______ Sam lifted his backpack with 5 Newtons of force a total of 400meters. How much work did he do? 80 watts2000 watts 2000 joules 80 joules gaucher disease is an inherited disorder in which cells of the body are unable to break down a particular type of lipid, resulting in a buildup of the lipid in some tissues and organs.Based on the information provided, Gaucher disease results most directly from a defect in the function of which of the following organelles?The smooth endoplasmic reticulumThe nucleusThe lysosomeThe mitochondrion Why was Louis XVI removed from his throne? What happened after he was removed from power? (Site 1) which of the following is not a Nintendo game character?MarioDonkey KongPrincess PeachSonic the Hedgehog "But our beloved sons Andreas Donatus and Benedict Grilion, your messengers, recently came to the apostolic see and were atpains to explain to us that by this decree your city was suffering no small loss, for she [the city) is not devoted to agriculturebut rather to shipping and to commerce. We, therefore, induced by the paternal affection we have for you, and commandingyou under pain of anathema not to aid the Saracens by selling or giving to them or exchanging with them iron, flax, pitch,pointed stakes, ropes, arms, helmets, ships, and boards, or unfinished wood, do permit for the present, until we issue furtherorders, the taking of goods, other than those mentioned, to Egypt and Babylon, whenever necessary. We hope that inconsideration of this kindness you will bear in mind the aiding of Jerusalem, taking care not to abuse the apostolic decree, forthere is no doubt that whosoever violates his conscience in evading this order will incur the anger of God."Pope Innocent III, 1198Pope Innocent III is here referring to events surroundingA)European ExplorationB)Mongol Invasions.The Silk RoadsD)The Crusades Match each law with the type of injury it helps preventUnintentionally armed robbery lawsIntentional. Bicycle helmets sentence with imediately A medication is administered with a dose of 10 milligrams. After 3 hours there are 6.5 milligrams in the patient's system. What is the half life of the medication, in hours? Round to one decimal place. What were the terms of the Great Compromise of the Constitutional Convention of 1787?.State representation in Congress would be equal, but each state would receive tax revenue based on population,BState representation in Congress would be based on population, but each state would receive an equal proportion of tax revenue.States would have equal representation in the Senate, but the number of seats they received in the House of Representatives would be based on populationDStates would have equal representation in the House of Representatives, but the number of seats they received in the Senate would be based on population 5. An object is accelerating at 10 m/s2. If the mass is doubled, whathappens to the celeration?|I This painting shows a crowd outside the White House during Jackson's inauguration in 1829. The image suggests that Jackson was not very popular. was supported only by the rich. had a large base of support. Find f (77) f(p)=7/11p-10:A: f(77)=59B: f(77)=39C: f(77)=49D: f(77)=67 I'm in school and i need help cause I really bad at this : P One way in which the African kingdoms of Ghana, Mali, and Songhai were similiar was that they--a. directly controlled gold minesb. benefited from the gold-salt tradec. improved their military strength with the use of gunpowderd. adopted Islam as the religion of their subjects What is the sum of 5.8 + 8.09? Solve for x.5(x 10) = 30 15xx = 1x = 4x = 5x = 8 How do Find what I want to be when I'm older??? any suggestions for good money that doesn't have to do with doctors or lawyers Why sonic the hedgehog its so broken in power? Identify and explain the rhetorical appeal (ethos, pathos, or logos) of the photograph found on page 289 of "What to the Slave is the Fourth of July?"