<span>It is false that a thin red border indicates the active cell. As a matter of fact, an active cell is indicated by a thin green border. That means that you have clicked that particular cell, and that it is activated, so that you can use it and write whatever you want there. Usually, even in the real world, green means that something is active, and red that it is inactive.</span>
Answer:
B
Explanation:
An economic system in which both the private enterprise and a degree of state monopoly (usually in public services, defense, infrastructure, and basic industries) coexist. All modern economies are mixed where the means of production are shared between the private and public sectors. Also called dual economy.
Okay, I'll try to help best I can.
For the first question, it's basically asking what you did to ensure that you have appealed to your designated audience, or the demographic that you are trying to attract to your product/whatever you're advertising. It also asks about your purpose, and since I don't know your purpose for making your promo, you'll have to answer this yourself.
For the second question, you'll have to add all of the media types that you used to create your promo. Did you write your promo down on paper, then take a picture of it? Did you use images, and if you did, were these images created by you using paper and pencil/a digital program or found on a website? What did you use to convey your message, television? Social media? A physical medium, like a billboard or flyer? Did you use video or sound recording in addition to any of the things I stated?
For the third question, you'll have to inquire with your test buddy.
For the final question, you'll have to describe what you did to the response your test buddy gave you. Did you change anything? Did you take any action outside of changing your work, preferably non-violent? (That was a joke, I think they're just asking what you did related to your promo).
I hope this helped you out! Feel free to ask me any additional questions if you have any. :-)
Answer:
Your Social security number .
Explanation:
- Personal information is the information of. a person.
- It includes The name,Address,number etc of the person .
- the PAN,Debit and credit card number is also included .
Answer:
#School Name
school_name = "Klein Cain"
# Asks for name
full_name = input("Please enter your full name ")
#Says Hello
print("Hello, ", full_name, "!!")
#Says the letters in your name
print("There is ", len(full_name), " letters in your name")
#Says final message
print("??? is a Cain where??? ", school_name)