Please help me I don't understand. It's Python.
If anyone can help with either of these questions I would appreciate a lot!
Thank you :)

Please Help Me I Don't Understand. It's Python.If Anyone Can Help With Either Of These Questions I Would

Answers

Answer 1
It’s , c probably sorry if I’m wrong
Answer 2

1.d

2. a

i am not sure but i think its correct


Related Questions

What is the difference between ionizing and non-ionizing radiation?

Answers

Non-ionizing radiation is longer wavelength/lower frequency lower energy. While ionizing radiation is short wavelength/high frequency higher energy. Ionizing Radiation has sufficient energy to produce ions in matter at the molecular level.

Answer:

Radiation is classified as being either non-ionizing or ionizing. Non-ionizing radiation is longer wavelength/lower frequency lower energy. While ionizing radiation is short wavelength/high frequency higher energy. Ionizing Radiation has sufficient energy to produce ions in matter at the molecular level.

Explanation:

Direction: Choose the letter of the correct answer.

1. It is a substance consumed to provide nutritional sustenance for an

organism.

a. food

b. dish

c. menu

d. meal

2. This refers to a prepared item of food like cordon bleu.

a. meal

b. dish

c. menu

d. food

3. This is the term for all item that has been manufactured and is useful to us.

a. nutritive tool b. dishes

c. product evaluation

d. sensory evaluation

4. This involves the sense of sight and can be described through colors, size,

shape, consistency and crumb.

a. flavour

b. fresh

c. appearance

d. texture

5. This is produced by a combination of taste and aroma.

a. flavour

c. changes in color

b. texture

d. sensory

6. This involves the senses of sight and touch and results to different cooking

methods to produce different textures such as soft , chewy, crispy, sticky

and grainy.

a. flavour

c. appearance

b. texture

d. aroma

7. This refers to the nutritive value of the food or dish .

a. sensory tools

c. nutritive tools

b. senses

d. food evaluation

8. This must be evaluated for the purpose of maintaining the consistency of

the products served.

a. meal

c. menu

b. recipe

d. dish

9. It refers to the taste buds on our tongue.

a. taste

c. aroma

b. appearance

d. texture

10. This involves the sense of smell and is detected by the nose.

a. taste

c. texture

b. aroma

d. appearance

Ano pong answer nyo dito?.
pahelp po.

Answers

Explanation:

b c a d d d a b c c good luck bro

17.It is a network device with two or four ports that is used to connect multiple network segments or to split a large network into two smaller, more efficient networks. It can be used to connect different types of cabling, or physical topologies but they work only in networks with the same

Answers

24/5 I think this is correct it may be wrong

Bitmap images produce a _________ images

Answers

I DONT KNOW WHAT YOU MEAN

The way we buy products using credit cards has changed in recent years. Originally the magnetic
stripe on the back of the card was used with a signature. Then chip and PIN methods were
used, and more recently contactless methods have been introduced.
Discuss the effectiveness of using these different methods to improve security when paying
for goods.

Answers

Answer:

thank you very much. please vote

true and false
the topic is friction

Answers

Answer:

False,true,true,false. these are the answer

Which media vehicle uses the Dreamweaver software for its design? A(n) "blank" uses the Dreamweaver software for its design.

Answers

Answer: Websites

Explanation: Adobe Dreamweaver CC is a web design and an Integrated Development Environment (IDE) application that is used to develop and design websites.

The media vehicle that uses the Dreamweaver software for its design is a website.

What is Dreamweaver software used for?

Adobe Dreamweaver is known to be a kind of a website creation software that is made to help one to create and publish web pages in anywhere when one has the software that aids HTML, CSS, etc.

Therefore, The media vehicle that uses the Dreamweaver software for its design is a website is the correct choice.

Learn more about website from

https://brainly.com/question/13171394

#SPJ2

PLEASEEEEE HELLPPP IT'S URGENT!!!

We’re working on micro:bits and I need to find the keywords to these words:

•LED Matrix
•Battery
•Processor
•Accelerometer
•Micro USB Port
•Compass
•Block Editor
•Iteration
•Selection
•Variable
•Algorithm
•Debug
•Number
•String
•Define iteration
•Indefinite iteration
•If Statement
•Text Based programming
•Block Based programming
•JavaScript
•Function
•Syntax

YOU DON’T HAVE TO DO ALL THE WORDS JUST SOME, I WILL GIVE BRAINLIEST!!!

Answers

Answer:

Battery: DC power source to feed electricity in the circuit

Processor: component that reads instructions from memory, executes them and writes result data to memory and output devices

Accelerometer: device that measures motion acceleration along 3 dimenstions

Micro USB Port: standard interface for serial communication and power

Compass: sensor that finds orientation based on earth's magnetic field

•Block Editor: pass

Iteration: one cycle of a program loop

•Selection: pass

Variable: program construct to hold a value that code can read and write to.

Algorithm: programming code with a particular function to transform a given input to an output

Debug: the process of finding and fixing mistakes in your program

1. The advancement of media and information bring society countless opportunities such
as...​

Answers

Answer:

The advancement of media and information bring society countless opportunities such as quick access to information that helps people during their daily lives and problems.

Thus, for example, nowadays the use of the internet and social networks allows individuals very fast access to different methods of solving everyday problems: a clear example is the tutorial videos where it is explained how to carry out a certain activity or arrangement of a break on a specific asset, providing users with a quick solution to their daily problems.

Write a definition in your own words for pixel. Do not copy and paste please.

Answers

Answer:

Pixel is kind of like a drawing but made differnetly from other drawings that is my guess.

Explanation:

hope this helped

Pixel is like a form of digital art. The art for pixels comes from 8-bit.

Please help ASAP!!!!!

Answers

i’m thinking the answer is A or D

The location is part of the Post-Production stage of creating a video.
True or
False

Answers

The correct answer is true!!!!!!!!!

What can cause noise?
Heat in the image sensor
A high ISO
A long exposure
All of the above

Answers

Answer:

All of the above

Explanation:

It al depends on the type of questions

Answer: THE ANSWER IS TRUE

Explanation: I JUST TOOK THE TEST

9.
Write an application that computes and displays the day on which you become (or
became) 10,000 days old. Save the application as Ten ThousandDaysOld.java.
TI

Answers

Answer:

Explanation:

The following code is written in Java and it asks you for your age and then prints out the exact date from your birthday that you will turn 10,000 days old.

import java.util.Calendar;

import java.util.Date;

import java.util.Scanner;

public class Main {

   public static void main(String[] args) {

       Scanner in = new Scanner(System.in);

       System.out.println("What is your age?");

       int age = in.nextInt();

       int daysLeft = (10000 - (age*365));

       Date birthday = new Date();

       Calendar cal = Calendar.getInstance();

       cal.setTime(birthday);

       cal.add(Calendar.DATE, daysLeft);

       Date modifiedDate = cal.getTime();

       System.out.println(modifiedDate);

   }

}

3. The Shell mode is best for small programs and for the beginners. true and false ​

Answers

Answer:

Shell mode is just for basic programs like addition, multiplication etc , whereas to run programs u need interactive mode

Explanation:

Providing access to all of Python's built-in functions and any installed modules, command history, and auto-completion, the interactive console offers the opportunity to explore Python and the ability to paste code into programming files when you are readyIf you are in the standard Python shell, you can click "File" then choose "New" or simply hit "Ctrl + N" on your keyboard to open a blank script in which you can write your code. You can then press "Ctrl + S" to save it. After writing your code, you can run it by clicking "Run" then "Run Module" or simply press F5.

a computer programmer draws a before writing a comouter program​

Answers

Answer:

Draws a flow chart

_______________ ________________ have human editors that evaluate, select, and organize websites into a hierarchy of categories. *
Web Crawlers
Web Robots
Web Portals
Web Directories

Answers

Answer:

wtaf dude?! at least do so on you're own questions! now I lost all of my answers thanks to you bro -_-

Explanation:

what is an information technology? ​

Answers

Answer:

PLEASE BRAINLIEST

Explanation:

Information Technology means the use of hardware, software, services, and supporting infrastructure to manage and deliver information using voice, data, and video.

Answer:

Information technology is a subject that is the use of computers to store, retrieve, transmit and manipulate data or information, often in the context of business or other enterpise.

How does educating and training users maintain a secure network environment?

Answers

I can help protect them and there families from personal stuff getting out

i need the answers. i don’t get this

Answers

Run,lazy,turtles,slow,wandering, jump,45,weird,pigs, cows, cousins, pale,rude,candles

There are many answers for this but this is what first came to my mind

Hope this helps

Dad Mystery

Guys. You seriously just have to look up stuff for an answer.

Can someone explain what Nilbin is.

Answers

nilbin, in simple words, is a pain reliever

Answer:

Hai T!

Explanation:

what is computer system
explain the role of bank in computer

Answers

Answer:

Computers allow banks to provide ATM services, online banking, speedier transactions and accurate tracking and verification of funds. They also make banking institutions more secure through enhanced security and surveillance setups. Prior to computers, all bank accounting was done by hand.

HELP ASAP. Which of the following is the best example of an installation issue? A computer can’t find the file that it needs to perform an operating system function. A computer displays error messages, and then the Blue Screen of Death appears. A user made an error while trying to set up a software program. A software program is not compatible with the computer’s operating system.

Answers

Answer:

The question is sufficiently broad that multiple answers would be likely candidates.  I would say though that the most likely "correct" answer is the last one - a program is incompatible with the OS.  That's definitely an issue with installing the wrong package.

Explanation:

With the first answer - A computer can't find the file it needs to perform an OS operation - that's more likely due to file corruption, accidental deletion, or some other event like that.  It could potentially be an issue with installation of the OS, but I doubt that's what's meant.

With the second answer - A computer displays errors and gives you a BSOD - this could be any number of issues, but installation is not the best candidate.

With the third - A user made an error while trying to set up a software - that depends on what they mean by "set up".  If they mean installation, then that's an acceptable answer.  If on the other hand they mean configuration, then it's not.

With the last - A computer program is not compatible with the system's OS - That is very definitely an issue with installation as far as it being installed on the wrong OS goes.  One could however say that the installation was successful, and that the choice of which package to install was a human error.

what is a computer ? what are the uses of computer​

Answers

Answer:

computer is an electronic device for storing and processing data, typically in binary form, according to instructions given to it in variable programs.

the uses of Computer is alot

from entertainment to work station

to programmers to make a program

it all depends on how we want to use it

some might use it as both entertainment and workstation too. and the fact that computers can stores and sorted many different files for example writing a 1000 page book can be a hard time to save the space in the physical world but much easier on the digital world(inside the computer)

A computer can be defined as an electronic device which accepts data, processes data and brings out information known as results.

The uses of a computer systemBusiness: A computer can be used to perform business transactions online. It is used by both sellers and buyers to market and purchase product respectively.

Entertainment: A computer can be used to play music, watch movies and play games.

Prepare documents: The computer is used to type and edit different forms of documents like word, PDF and Excel.

Save information: A computer is used to save information for future use and reference.

Therefore, a computer has the ability to store, retrieve and process information.

Learn more about computer:

https://brainly.com/question/474553

#SPJ5

Describe the different
skills of the left brain vs
right brain. Which skills
most represent you and
why?

Answers

Answer:

left thinks about girls and right is school

Explanation:

yes

In computing, what does Bcc mean. The topic in which this is found is HOW TO CREATE AN E MAIL ACCOUNT ​

Answers

Answer:

BCC stands for "blind carbon copy."

Answer:

that I have a a but this is the real account of Finn have a great day today with my mom said you didn't want me there was an accident in the middle of nowhere near as much as I can get some sleep now so I can get some sleep now so I can get some sleep now so I report

A _______ is a website specially designed to allow visitors to use their browser to add, edit, or delete the site's content.

Answers

Answer:

"Wiki" Blog Webcast Microblog

so technically just wiki

Explanation:

A Wiki Blog Webcast Microblog is a website specially designed to allow visitors to use their browser to add, edit, or delete the site's content.

Answer:

A wiki is a website specially designed to allow visitors to use their browser to add, edit, or delete the site's content.

Explanation:

A data table is a range that displays what?
O the condensed summary of a large amount of data
O the results of combining two or more standard tables
O the raw source data that is imported from another workbook
O the results of changing certain values in one or more formulas

Answers

Answer:

D. The results of changing certain values in one or more formulas

Explanation:

On edge

Answer:

The results of changing certain values in one or more formulas

Explanation:

Just did the Instruction for Edge 2021

Plz click the Thanks button!

<Jayla>

Modern Computers compared to earlier computers are
a)faster than larger
b)less reliable
c) larger and stronger
d)faster and smaller ​

Answers

I think your answer would be d)faster and smaller.

place the steps in order for customizing the outlook ribbon

Answers

Answer: click the file tab, then options, click the customize ribbon, click the add new tab button, rename the tab and command group, add a command to the group

Explanation:in that order, just did it.

Other Questions
Write sentences in negative and affirmative form for each pronoun Forty five people are going to the beach. Seven people can ride in each van.How many vans will be required Amelia's water bottle holds 4 pints, 2 cups. How many cups does Amelia's water bottle hold? Note: 1 pint = 2 cups 1. Do as directed :(i) She will help the poor.(Change into present indefinite tense)Ans.______________(ii) She sang a song.(Change into present continuous tense)Ans:_________(iii) Laltu is one of the(bad) boys of our locality.(Fill in the blank with the proper degree of the adjective)ans:____________(iv) Mr Roy is_____(busy) than Mr Khan.(Fill in the blank with the proper degree of the adjective)(v) Last year, I had to solve______lot of problems.(Fill in the blank with an appropriate article) 10. B. Complete the following sentences with suitable nouns.of bees landed on the bright yellow1. AManyclimbed the high2. The three3. You need eggsandto make a cake.4. The books are in theand theare on the desk.5. My grandmother was ill so I bought her aof grapes.6. My shoes are made of leather and myis made of cotton.7. I saw a hugeof people outside the cinema.8. King Solomon was famous for his9. My cousin lives in a tinyin the north of France.10. I always haveandfor breakfast.Pg 1 of 30 POINTS PLEASE HELP!!!The ratio of two sides of a parallelogram is 3:4 and the perimeter is 28 in. Find the lengths of the sides of the parallelogram. try to graph y=0.4 x Explain what you understand about labeling theory. How have you or someone you know experienced a form of labeling theory? How is discrimination connected to deviance? What are the differences between prejudice toward people or groups and real deviance? Explain your thinking In an African food chain, a zebra eats grass and then is eaten by a lion which eventually dies and is eaten by bacteria. What is the producer in this food chain? Add the polynomials.(3x - 7x+2) + (7x2 - 6x) how many solutions does the equation have y=-8x+6 y+8x=6 If you are in a car that is being pulled down a 56 m path with a force of 12.5N, what is the work being done? Convert 7/11 to a percent. Round the answer to the nearest hundredth. Please help me verify it's correct(did i do the equation correct)? 3.01 greater or less than 4? Find the sum of the linear expressions(8x - 16) + (-12x - 2) Which sentence conveys a tone that is inconsistent with the rest of the passage? es .)) A) Sentence 1 B) Sentence 2 C) Sentence 3 D) Sentence 4 AnimationsAnimations are !Blank which can be Applied to blank in a presentation? I need help asap Currently, which event having the greatest effect on the entire interconnected ocean ecosystem?A. hurricaneB. plastic pollutionC. oil drillingD. tsunami Help please The Soviet Union set up the Iron Curtain in order to - A. Extract iron from the Ural Mountains to help support their industrial growth B. Prevent foreign ships from delivering supplies to Soviet controlled harbors C Serve as a buffer between the Soviet Union and its enemies D. Training and develop future military leaders