What does elif mean? A. else B. if C. eliminate if D. else if

Answers

Answer 1

Answer:d

Explanation:

Answer 2

Answer:

D. else if

Explanation:

Elif is short for else if.....


Related Questions

which cyber protection condition establishes a protection priority focus

Answers

The cyber protection condition which establishes a protection priority focus on critical and essential functions only is: INFOCON 1.

INFOCON 1 is an acronym for information operations condition and it can be defined as a situation that describes a successful attack on an information system with definite impacts on Department of Defense (DoD) missions but the defense system of the computer network is at maximum alertness.

Basically, INFOCON 1 ensures the maximum alertness or highest readiness of a computer network defense system to address intrusion (cyber attack) techniques that can't be identified or defeated with lower readiness.

In conclusion, INFOCON 1 is a cyber protection condition which establishes a protection priority focus on critical and essential functions only.

Read more: https://brainly.com/question/24112967

It is a single strand of metal capable of transmitting power or data from one area to
another

Answers

Answer: A wire

Explanation:

What methods do you use when researching a complicated or difficult subject? What tools are most useful to narrowing down and validating your research? Explain your answers.

Answers

you use observation and take down notes of what is going on, you then record your notes and use this to help u further your research

PLEASE HELP THIS IS CONFUSING ME

Answers

Answer:

The answer is:

Yes, because Antonio clearly copied someone else's words.

Explanation:

It is still forbidden to plagiarize Wikipedia despite it being a Open-Source Data base of information. This means, unless you directly cite in a bibliography or with in-text citations, the article, the author, and everything else needed in the proper citations for the format, it is plagiarism.

Answer:

Yes, Antonio is plagirizing since he did not site the author of that specific Wikipedia Page.

Explanation:

Plagirisim can be avoided by citing the source of the paragraph, but you need to be specific by stating the author of the pargraph, and what the title of the webpage or book was. Otherwise, you can be suspect to prosecution and suspention at your school.

what is written on the three-line heading on a work sheet?

Answers

Answer:

The name of the company, the name of the report, the date of the report.

please brainless i need it to level up

Explanation:

The correct response is - The corporate name, the report's title, and its publication date.

What is a Report?

A report is a written document that organizes information for a particular audience and use. Complete reports are nearly usually supplied in the form of written papers, despite the fact that summaries of reports may be given verbally.

a description of an occurrence, circumstance, or the like, generally the outcome of observation, research, etc.: a conference report on peace; a summary of the patient's health. a proclamation or notice. a statement or news item that has been widely reported; a rumor; or gossip.

Report writing is a formal way of writing in-depth on a subject. Reports always have an official tone. The target audience is the segment on which you should concentrate. Reporting on events that occurred in school.

To read more about Report, refer to the - https://brainly.com/question/4640527

#SPJ6

Direction: Write True on the line if the statement is correct. Write False if the statement is incorrect. 1. All objects are composed of shapes and all other design elements are shapes in some way. 2. The color is the basic tool for combining colors. 3. Red violet and blue green are examples of tertiary colors. 4. The arrangement of furniture on each side of a dominant point is referred to as radial balance. 5. Color is the way one feels or perceives about a surface.​

Answers

ANSWER:

TRUEFALSEFALSETRUETRUE_________________

CARRY ON LEARNING

CAN YOU BRAINLEST ME PLEASE

Answer:

1. False coz colour isnt a shape

2. True

3. True

4. True, I think

5. Can be true

Explanation:

You can customize backdrops in Scratch, adding text or freestyle drawings over the initial image

A.
True

B.
False

This is actually game design 20 pts and brainliest!!

Answers

Answer:

A. True

Explanation:

ive done this myself

https://scratch.mit.edu/projects/395142260/

Answer:

true

Explanation:

Who was your first video game crush? Be 100% honest!

Answers

Answer:

princess peach

Which statement correctly describes one aspect of the team's commitment at the end of PI Planning?​

Answers

The statement that describes one aspect of the team's commitment at the end of PI Planning is a team does not commit to uncommitted objectives.

What does teams do in pi planning?

PI planning are known to be a kind of face-to-face events that are held every  8-12 weeks after the former PI event was held.

In this event, a lot of teams do come together to map out, plan and set out the work that they needs to do, review backlogs, discuss which features will benefit them , form or update their product roadmap, and others.

Learn more about PI Planning from

https://brainly.com/question/6500846

Spreadsheets will be displayed as tables in presentations. True or False?

Answers

True

Explanation:

Tables and spreadsheets can only be inserted into slides with blank layout. Once a table or spreadsheet has been inserted into a slide it's formatting cannot be changed.

Answer: True

Explanation:

In what year was the palmtop invented​

Answers

Answer:

1989 I did quiet a reshearch

The recipient list cannot be edited.
Group of answer choices

True

False

Answers

Answer:false                                becuse that what i got but i dont know though

Please please help I don’t understand thus

Answers

Answer:

I am pretty sure the answer is path.

Explanation:

Each section in the user/juanita/etc thing makes up a path.

1. The correct definition of ergonomics is:​

Answers

Answer:

I don't know the choices, but the definition is the study of people's efficiency in their working environment.

Explanation:

hope this helps

guidelines for organizing files and folders

Answers

Answer:

Don't mix business and personal files, group it by category or date. Create folder templates.

what is the small picture or icon on the screen whose position is controlled by the mouse?

Answers

Answer:

cursor

Explanation:

beacause it uz controlled by pointing device, such as a mouse, pen, or trackball

heyyyyyy who likes anime​

Answers

Answer:

You apparently

Explanation:

Answer:

I don't like anime I love it

computer has brought radical change in every field. Justify this statement​

Answers

Answer:

Because we can do more research in a smaller amount of time because lots of things just pop up and people can talk to farther people around the world

Explanation:

because you can email people and zoom them and do research to find answers  

When should the while loop be used in Python?
A. When a condition is not necessary for the action to repeat
B. When the range of repetitions includes positive and negative numbers
C. When an action will be repeated for a specific number of repetitions
D. When the exact number of repetitions is unknown

Answers

The while loop is used in Python is When a condition is not necessary for the action to repeat. The correct option is A.

What is a loop in python?

While the test expression (condition) is true, a block of code is iterated over in a while loop in Python. When we are unsure of how many times to iterate, we typically utilize this loop.

When a condition is not satisfied, a "While" loop is used to repeat a certain piece of code an undetermined number of times.

Therefore, the correct option is A. When a condition is not necessary for the action to repeat.

To learn more about loop in python, refer to the link:

https://brainly.com/question/17161155

#SPJ1

Answer: C. When an action will be repeated for a specific number of repetitions

Explanation: In order for a while loop to work, it needs to know how long it is supposed to be repeated.

Example: x = 0

   while x (x<10):

   x = x + 1

So when x is greater than 10, the loop will run, but when x is less than 10 it will not.

While loop definition: tells Python to repeat the action while a certain condition is true

Hope this helps :)

--k7ro

help help help

Read the list of courses from a technical school (w3schools).

Which courses would prepare for you for a career in web development?
(Choose more than one answer)

Designing for Usability
Introduction to Networks
Technical Writing
Cybersecurity

Answers

The courses that would prepare you for a career in  web development are:

Designing for UsabilityTechnical Writing

To prepare for a career in web development, the following courses from a technical school like W3Schools would be beneficial:

Designing for Usability: This course focuses on user-centered design principles and techniques, teaching you how to create web interfaces that are intuitive, user-friendly, and visually appealing. It covers topics such as user research, information architecture, wireframing, and prototyping.Technical Writing: Effective communication is crucial in web development. This course teaches you how to write clear, concise, and well-structured technical documentation. You'll learn about writing for different audiences, organizing information, using appropriate language and style, and documenting code and processes.

Taking these courses will help you develop important skills for a career in web development. Designing for Usability will enhance your ability to create user-friendly websites, while Technical Writing will improve your communication skills, enabling you to document and explain your work effectively.

Courses like Introduction to Networks and Cybersecurity may be valuable in other IT fields, but they are not directly related to web development and may not be as relevant to this specific career path.

For more such question on Designing

https://brainly.in/question/56183783

#SPJ8  

b. 2 and 22
function,
13. To input a decimal you need the
a. float
b. int
C. str
d.
val


Python

Answers

Answer:

i think the answer is c so yea

I've been stuck on these two basic javascript assignments for an embarrassingly long time. The teacher refuses to help me and the material I've been provided doesn't help me. I just need these two assignments done so I don't fail the class (like I currently am). I appreciate any help you can give

Answers

Answer:

it is 29 0ver 30

Explanation:

i took the quiz

Solve using the standard algorithm 758 x 92

Answers

The answer to the following problem using Standard Algorithm is 69,739. See the explanation below and the attached image.

How do you perform a standard Algorithm?

A standard Algorithm means that you do the multiplication by hand. Traditional methods or standard algorithms involve multiplying numbers and ordering the result by bit value. Here are the steps to do long multiplication manually:

Arrange the numbers on top of each other and put the values ​​in the columns. The number with the most digits is usually placed at the top as the multiplier.Start from one digit in the bottom digit, multiply by the last digit in the top digitWrite your answer under the equal signIf the answer is greater than nine, enter the number one as the answer and indicate the level numberContinue from right to left. Multiply one digit in the bottom digit by the next digit to the left of the top digit. If you carry a number with you, add it to the result and write the answer under the equal sign. If you must wear it again, please do. As you multiply ones by each digit of the top digit, move to the digit at the level of the bottom digit.Multiply as above, but this time write the answer on a new line and move one digit to the left. After multiplying, draw another answer line below the answer numbers in the last row.Add your column of numbers from right to left using long addition and carry as you would normally do long addition.

Learn more about Standard Algorithm:

https://brainly.com/question/28626488

#SPJ1

how do i stop my computer from automatically connecting to a wireless network

Answers

Answer:

:p

Explanation:      

Should be in wireless network settings.

or

If you have a home wifi or network, lock into that (via connecting and clicking connect automatically or clicking stay connected- depending on the network band and type as well as your computer model and make)

Hope this helps :P    

Have a nice day (or night)

In the lesson, you were introduced to the difference between data, information, and knowledge. Think of an example in your life where a number could be described as data, information, and knowledge.
A file won’t open on your friend’s computer, which leads to the inevitable question: “Why do there even need to be different file types, anyway?” How would you respond?
Think about the last business that you purchased a product or a service from. What three types of software might they need? Why would they need them?
If virtual reality becomes commonly used, what are some problems and concerns that might arise?
A family member who hasn’t worked with computers before has decided to change jobs. You’ve been asked to explain some of the basics. You begin by explaining the basic idea of word processing software, spreadsheets, databases, and presentation software. You sense that the following question is coming: “Why so many different things? Why can’t there just be one software that you could use for everything?” How would you answer?

Answers

Answer:

subject  

Computers and Technology, 26.08.2021 15:30 laiba012305

A family member who hasn’t worked with computers before has decided to change jobs. You’ve been asked to explain some of the basics. You begin by explaining the basic idea of word processing software, spreadsheets, databases, and presentation software. You sense that the following question is coming: “Why so many different things? Why can’t there just be one software that you could use for everything?” How would you answer? {This is not for a quiz, test, exam so dont report me. I would ask my dad but he's at work.}

Explanation:

Answer:

information technology​ (it) pertains to the​ hardware, software, and data components. an information system​ (is) is an assembly of​ data, procedures, and people that produces information.Explanation:

What are some other possible causes of an overheating laptop

Answers

Too much use, air vents are being covered, dust/dirt/other particles clogging the fan making it struggle too cool the laptop down, the internal battery may be low and struggling to function, etc.


I hope this helps you!

Read the ages of three people and find the average. Display the result.

Answers

Answer:

what ages my guy

Explanation:

if you double the force of and object what happens to the acceleration

Answers

Answer:

As we increase the force on an object the acceleration increases proportionally. Since the mass does not change as the acceleration increases, we can say that force is equal to acceleration

You have a notebook system running Windows. The laptop has built-in wired and wireless network cards. Recently, the wireless card stopped working, so you connected an external USB wireless adapter to the system. After you install the wireless adapter, it is not displayed in the list of available network adapters in the Network and Sharing Center. What should you do to troubleshoot the problem

Answers

Answer: reboot

Explanation:

literally most if not all driver errors are solved by a reboot, and if that doesnt work then you reinstall the driver by going to the manufacturers website

i did this Q just check it to see if its right :)
Which one is the primary storage of a computer?

Answers

Answer:

Usb drive

Explanation:

Other Questions
What is the best definition of sexual selection? Group of answer choices Selection that results in any type of difference between the sexes. Selection related to any aspect of offspring production. Selection on the form and structure of gametes. Selection that arises as a consequence of competition for access to mates. Determine the amount of grams present in 3.25x1024 atoms of Lithium. What is the final paragraph mostly about? the door in the will Multiply. 3 1/3 1 3/4 Express your answer in simplest form. 5 5/12 5 5/6 6 5/6 6 5/12 Convert the equation x 2 y = 8 from standard to slope-intercept form Simplify10-2103-100,000*110110100,000RETRY Are the shapes simliar? aNo bYes cThere is no way to determine this. how does an electron transport chain lead to the generation of atp in the light-dependent reactions of photosynthesis? which ratios are equivalent to 7: 15. write the formulas of alkanes that contain three, five, seven, and nine carbon atoms 15. What tone is created by the underlined word in this sentence?The child seemed frozen in place as the snake slithered closer.sarcastic, humorousO sinister, evilbitter, disappointedcelebratory, cheerful The boys hurried home because Tino was not supposed to be out by himself. True False Match the contraction with the correct meaning.you'dyou'reeen you'veyou'llYou haveYou wouldYou areYou will sueo de una tarde dominical en la alameda central Corelation between health education and home science what is the meaning of the phrase "about one page" What is the main tenet of mechanical philosophy Can you help me solve pleas Which of the following properties is a chemical property? How can the interest of the farmers be protected?