can you adopt me in the orphanage u saw Tammy after school?

Answers

Answer 1

Answer:

sure I'm on my way

see you soon

who's tammy


Related Questions

Need help with my hw.​

Answers

If I am correct, it should be D. Hopefully I was helpful.
It is d I got it today

The options on the Ribbon will____:

Answers

replace both the traditional menu bar and toolbars.

Hopefully, It's Correct... (ノ◕ヮ◕)ノ

Complete the statement below using the correct term.
Website managers use
every day​

Answers

Answer:

computers

Explanation:

Answer: Computers, Internet and Printers

Reason: Because they use computers, Internet and Printers to do office things.

What is output? Select all that apply. c = 0 while (c < 5): c = c + 1 print(c) 6 5 2 4 3 0 1

Answers

Answer:

2 4 3 0 1

Explanation:

please can somebody help me! i’m really stuck on this question

Answers

Answer:

import turtle

t = turtle.Turtle()

t.speed(0)

for x in range(1,10):

 for i in range(4):

   t.forward(20*x)

   t.right(90)

Describe the difference between a chained conditional and a nested conditional. Give your own example of each.
Deeply nested conditionals can become difficult to read. Describe a strategy for avoiding nested conditionals. Give your own example of a nested conditional that can be modified to become a single conditional, and show the equivalent single conditional.

Answers

Here you go :) have a good day :))))

Chained conditional are the main motive to the basis of the contains a series of alternative branches are in the same into the depth. Nested conditional are the only to the one conditional.

What is conditional?

The phrase conditional refers to the required parameters. There's the conditional simple, which refers to a hypothetical circumstance or an unknown outcome that is depending on another set of circumstances. A conditional statement is built on the word "if."

Conditionals, often known as if clauses, are used to express that one thing is interdependent on another. The basic motive to the chained conditional of the includes a number of different branch are all in the same level. Only one predicate is nested.

As a result, the difference between are the aforementioned.

Learn more about on conditional, here:

https://brainly.com/question/28478288

#SPJ2

Calculate the formula unit mass if Al(NO3)3.(Al=27,N=14,O=16)​

Answers

Answer:

Explanation:

EMAIL query ? comment or request a type of GCSE calculation not covered? ... atomic masses are Al = 27 and O = 16; so the relative formula mass RFM or Mr = (2 x 27) + (3 x 16) = 102

CAN SOMEONE PLEASE EXPLAIN HOW TO FIND BINARY CODE TO ME LIKE IS IT EASY LIKE I NEED THE WHOLE BREAKDOWN PLS

Answers

Answer:

In binary code, each decimal number (0–9) is represented by a set of four binary digits, or bits. The four fundamental arithmetic operations (addition, subtraction, multiplication, and division) can all be reduced to combinations of fundamental Boolean algebraic operations on binary numbers.

Explanation:

Binary Numbers Explained – Beginners Guide ... Before we learn about the binary number system we will look in more detail ... and they are easier to learn using a system that you are more familiar with. Firstly our decimal system uses 10 as a base and the numbers range from 0 to 9 ... See Wiki for details.

WILL MARK BRAINLIEST!!
What will be displayed after this code segment is run?

luckyNumbers + 15, 33, 25
INSERT lucky Numbers, 2, 13
APPEND lucky Numbers, 3
REMOVE lucky Numbers, 1
DISPLAY LENGTH luckyNumbers

Please explain!! :)

Answers

Answer:

Output: 4

Explanation:

You start with [15,23,25]

You insert 13 at index 2 [15,13,33,25]

Append 3 [15,33,25,3]

Output length of array: 4

The output that will be displayed after the code segment is run is 3

The flow of the algorithm is as follows:

luckyNumbers <- 15, 33, 25:

This above line initializes a list

INSERT lucky Numbers, 2, 13:

The above line replaces the number in the 2nd index with 13.

So, the list becomes 15, 33, 13

APPEND lucky Numbers, 3

The above line appends 3 at the end of the list.

So, the list becomes 15, 33, 13, 3

REMOVE lucky Numbers, 1

The above line removes the number in the 1st index

So, the list becomes 15, 13, 3

DISPLAY LENGTH luckyNumbers

The above line prints the count of numbers in the list i.e. 3

Hence, the output that will be displayed after the code segment is run is 3

Read more about algorithms at:

https://brainly.com/question/24793921

what are worms ? this question is from computer from chapter virus;​

Answers

a computer worm is a stand-alone malicious program which can spread itself to other parts of any device. However, one similarity is that both virus and worms are a subcategory of malware.

Answer:

A computer worm is a type of malware that spreads copies of itself from computer to computer. A worm can replicate itself without any human interaction, and it does not need to attach itself to a software program in order to cause damage.

Explanation:

The volume of a sphere is 4/3πr3, where π has the value of "pi". Write a function called print_volume (r) that takes an argument for the radius of the sphere, and prints the volume of the sphere.

Call your print_volume function three times with different values for radius.

Answers

Answer:

In Python:

def print_volume (r):

   volume = 4/3 * 3.142*r**3

   print(volume)

print_volume(7)

print_volume(14)

print_volume(22)

Explanation:

This defines the function and takes radius r as the parameter

def print_volume (r):

This calculates the volume

   volume = 4/3 * 3.142*r**3

This prints the volume

   print(volume)

The next three lines call the function with different values

print_volume(7)

print_volume(14)

print_volume(22)

Write a program that accepts three decimal numbers as input and outputs their sum.

Answers

Answer:

void sum(float a, float b, float c){

printf("%0.3f", (a + b + c));

}

Explanation:

The answer given is written in C, but the same function can be reimplemented easily in whatever language this is required in.

a pair of shoes is on sale for 15% off with this discount customers will pay $9 if they buy the shoes ​

Answers

Answer:

do 15% on a calculator then divide by 9

Explanation:

A mind map presents project information in what type of format?
nt
O unordered
linear
serial
sequential

Answers

Answer:

Unordered

Explanation:

got in on edg

Answer:

B

Explanation:

Which of the following best describes a directory path?

Answers

Answer:

its and online help sys

Explanation:

Answer:D

Explanation:

Bc its right on Edg

I NEED THIS ASAP

Which heading element displays the largest size heading?


The _____ heading element displays the largest size heading.

Answers

Answer:

h1

Explanation:

pluto

The H1 heading element displays the largest size heading among the other ones.

What is heading element?

A heading tag in HTML is used to define a page's headings. HTML defines six different levels of headings.

Headings help to structure the content of a web page by dividing it into different sections.

They assist sighted users in quickly scanning the page and finding information. However, they are required for assistive technologies to navigate a web page.

A heading element entails all font changes, paragraph breaks before and after the heading, and any white space required to render the heading.

H1, H2, H3, H4, H5, and H6 are the heading elements, with H1 being the highest (or most important) level and H6 being the lowest.

Thus, H1 is the largest size of heading.

For more details regarding heading element, visit:

https://brainly.com/question/8734395

#SPJ2

which of the following is a type of virus that travels through shared files and programs and can bring down an entire system?
A) trojan horse
B) worm
C) computer infection
D) spyware

Answers

Answer:

A) trojan horse

Explanation:

Answer:

The worm is able to bring down an entire system

Explanation:

You have imported a library with the birthMonth() function. Based on the API, how many strings are inputed to calculate the birth month?

Answers

Answer: Only 1 string is entered

str(dayWeek) is the only string entered into the function.

str(return) is outputted, not inputted.

Numbers are not strings.

// calculate birth month based on the day of the month, day of the week, and the birth year

// dayMonth {number} - a day of a month from 1 to 31

// dayWeek {string} - the name of the day of the week

// year {number} - the birth year

// return {string} - the month you were born

BirthdayLibrary.birthMonth(dayMonth, dayWeek, year);

the answer is : 1

the guy above me has a good explanation    

welp im out of ideas TwT
Xavier really needs to get through a large amount of reading, and he needs to review before his science test. He has been walking around his house trying to find an effective place to study, but he has not found the right place yet. Xavier wants to choose a good study environment so that he can focus on his work.

Which factors should Xavier look for in a good study environment? Check all that apply.

an uncluttered surface with plenty of light
a warm room with pillows to sit on
a comfortable chair to sit in
an area with a place to open books and write
a place with family and friends close by

Answers

Answer:

An uncluttered surface with plenty of light, a comfortable chair to sit in, an area with a place to open books and write.

Explanation:

Family and friends are nice but they will distract you. A warm room with pillows is nice but is too tempting and sleep-inducing. Plenty of light reduces eye-strain and allows you to feel awake. A comfortable chair is a granted necessity especially if Xavier needs to sit for a while. An area with a place to open books and write down notes and such is a must-have. Writing down information is better than typing and usually work needs to be shown and books need to be read, whether its for studying or getting information.

The focus of Xavier while finding good study environment must be made to  uncluttered area with light, comfortable chair and area to open books and write. Thus, options A, C and D are correct.

What is a good study environment?

The study environment can be given as the physical, psychological and social circumstances that enables the wellbeing of the student as well as his concentration.

The focus while finding a good study environment must be made over silence, healthy condition, and the ability to spend time alone with books.

Thus, Xavier while choosing the good study environment must focus on uncluttered surface with enough light, comfortable chair, and area to open books and write. Thus, options A, C, and D are correct.

Learn more about study environment, here:

https://brainly.com/question/12330503

#SPJ2

(d) What other services beside cloud-based software may be provided by Internet hosts?[1]

Answers

Answer:

Internet

(Some have Cable TV)

Assignment 4: Evens and Odds
Instructions

Write a program that will ask a user for how many numbers they would like to check. Then, using a for loop, prompt the user for a number, and output if that number is even or odd. Continue doing this as many times as the user indicated. Once the loop ends, output how many even numbers were entered and how many odd numbers were entered.

Hint: For a number to be even, when the number is divided by 2, there should be no remainder - so you will want to use the modulus (%) operator.

Hint: You will need two count variables to keep track of odd and even numbers.

Sample Run 1
How many numbers do you need to check? 5
Enter number: 20
20 is an even number.
Enter number: 33
33 is an odd number.
Enter number: 4
4 is an even number.
Enter number: 77
77 is an odd number.
Enter number: 8
8 is an even number.
You entered 3 even number(s).
You entered 2 odd number(s).
Sample Run 2
How many numbers do you need to check? 3
Enter number: 10
10 is an even number.
Enter number: 3
3 is an odd number.
Enter number: 400
You entered 2 even number(s).
You entered 1 odd number(s).

Sample Run 2
How many numbers do you need to check? 3
Enter number: 10
10 is an even number.
Enter number: 3
3 is an odd number.
Enter number: 400
You entered 2 even number(s).
You entered 1 odd number(s).

Benchmarks
1. Create and initialize two count variables - one for odd and one for even.
2. Prompt the user to answer the question, “How many numbers do you need to check?"
3. Based on the previous input, create a for loop that will run that exact number of times.
1. Prompt the user to “Enter number: “
2.If that number is even, output “[number] is an even number.”
3.Update the even count variable.
4.Or else if the number is odd, output “[number] is an odd number.”
5.Update the odd count variable.
4.Output “You entered [number] even number(s).”
5.Output “You entered [number] odd number(s)."

Answers

Wow that is really long

An audio recording has five minutes of silence at the beginning. Which audio-editing technique will delete this unwanted silence?

topping and tailing

normalizing

equalizing

dithering

Answers

Answer:

topping and tailing

Explanation:

Match each definition to the correct type of media.

1. Information transmitted to people using airwaves or digital data
2. An electronic form of communication that reaches people through electronic devices
3. Material published on paper to deliver information to various people

Medias!
1. Print Media
2. Broadcast Media
3. Internet

Answers

Answer:

1-2

2-3

3-1

Explanation:

I couldn't find a way to explain this.

Broadcast Media is the Information transmitted to people using airwaves or digital data.

What is media?

Others are:

Internet is  an electronic form of communication that reaches people through electronic devices Print Media are material published on paper to deliver information to various people.

The word media is known to be a term that is often used as a form of communication ways through which people often pass news, etc.

Conclusively,  Broadcast Media is the Information passed to people through the use of airwaves or digital data.

Learn more about Media from

https://brainly.com/question/26152499

#SPJ2

What does a for loop look for in the sequence of data? Check all that apply.
the first variable
the second variable
the third variable
the last variable

Answers

Answer:

All

Explanation:

Not sure on the context of this question, but a loop is generally used to iterate though every piece of data to perform some kind of operation, on everything in something like an array or string.

Answer:

The First and Last Variable

Explanation:

Please help me :((((....Shreela gets nervous when faced with an audience and tends to forget parts of her presentation. What can she do to help remember her points?

A.
Use the Task Pane feature.
B.
Enter the points to remember in the slide placeholders.
C.
Use the Speaker Notes feature.
D.
Enter the points to remember in the documents area.

Answers

Answer: D.

Explanation:

She just needs brief notes.

What is 36 Denary in Binary?? PLEASE ANSWER I WILL GIVE U BRAINLY!!

Answers

Answer:

100100

Explanation:

Heres my answer i hope it helps

Answer:

100100

If you want to know the binary representation of any decimal number up to 7 digits, check out the Decimal to binary converter.

Explanation:

7.4 code practice question 2 edhesive

Answers

Answer:

def GPAcalc(g, w):

   if g == "a" or g == "A":

       return 4 + w

   elif g == "B" or g == "b":

       return 3 + w

   elif g == "C" or g == "c":

       return 2 + w

   elif g == "D" or g == "d":

       return 1 + w

   elif g == "F" or g == "f":

       return 0 + w

   else:

       return "Invalid"

grade = input("Enter your Letter Grade: ")

weight = int(input("Is it weighted? (1 = yes, 0 = no)"))

gpa = GPAcalc(grade, weight)

print("Your GPA score is: " + str(gpa))

Explanation:

I hope this helps!

The code practice question illustrates the use of conditional statements.

The execution of a conditional statement depends on its truth value

The program in Python, where comments are used to explain each line is as follows:

#Start by initializing the dictionary

dict = {"a": 4, "b": 3, "c": 2, "d": 1, "f": 0}

#This gets input for grade

grade = input().lower()

#This gets input for the weighted average

weighted = int(input())

#If the weighted average is 1, and the grade is in the dictionary

if weighted == 1 and grade in dictionary:

   #This prints the GPA score

   print("Your GPA score is: "+str(dict[grade] + 1))

#If the weighted average is 0, and the grade is in the dictionary

elif weighted == 0 and grade in dictionary:

   #This prints the GPA score

   print("Your GPA score is : "+str(dict[grade]))

#Otherwise

else:

   #The grade is invalid

   print("Invalid")

Read more about similar programs at:

brainly.com/question/19117781

Please anyone, help me.... I'm not sure how to put these all together.
35 points!

Answers

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)

Answer: I can confirm DoggyMan5 is correct.

PLS HELP
Which of these situations describes a computer network?


(Choice A)

A programmer runs a program using parallel computing on their multi-CPU computer. Each CPU processes a different part of the program and stores the final results in shared memory.

(Choice B)

A plant biologist inserts a moisture sensor into a the soil of a potted plant. The moisture sensor records the moisture every minute and saves it onto an SD card for storage.

(Choice C)

A smartphone store displays 20 different smartphones for shoppers to try out. All the smartphones are on a long table and plugged into a single power strip.

(Choice D)

A company gives every employee a desktop computer and connects each of the computers to each other using wires, so that they can quickly transfer files and messages.

Answers

Answer: A

Explanation:

The answer is A

Using the concept of computer network, it is found that the correct option is given by:

D. A company gives every employee a desktop computer and connects each of the computers to each other using wires, so that they can quickly transfer files and messages.

-----------------------

A computer network is when multiple electronic devices are connected with each other using wires, for transfer of files and messages. There are various protocols for this, such as TCP-IP, public and private key cryptography, and the scope of these topics is studied in computer networks.The option that represents the multiple electronic devices connected by wires is given by option D, and thus it is the correct option.

A similar problem is given at https://brainly.com/question/14200752

define social media and give examples of social media platforms

Answers

Answer:

Social media is interactive digitally-mediated technologies that facilitate the creation or sharing/exchange of information, ideas, career interests, and other forms of expression via virtual communities and networks. 

Answer:

On social media platforms, users can share information, ideas, and personal messages. Some examples of social media platforms are Face book, twit ter, snap ch at, and (my favorite) Insta gram.

Explanation:

Hope it helped!

Other Questions
In trapezul ABCD, AC apartine BD = {O}, BD = 35 cm, iar CO/OA=3/4. Calculati lungimile segmentelor OA si OB How did medieval monks contribute to learning? The American militia were successful in their fight against Britain at concord. What evidence from the text supports this conclusion A. 49 colonists died and 39 were wounded during the fighting that happend as the Britain marched from concord to Boston B. After militiamen and British soldiers fired at each other in concord, the British soon decided to March back to Boston C. When the British reached the outskirts of concord, a group of American militiamen met them thereD. When the British marched to concord, they searched the area and found a few cannons and some musket balls Solve this equation: 2x = 5 which one is it please help What would you do if you are diagnosed with an incurable illness? At least 100 words. Please! I give the brainliest... Starting at 6 a.m. every morning, Matilda receives text messages on her cell phone from her mother, her best friend, and her brother according to three independent Poisson processes. Her mother texts Matilda on average once every hour. Her best friend sends a message once every 10 minutes, and she receives messages from her brother every 30 minutes.A) Find the probability that by 7:30 a.m. Mary receives exactly four messages two of her best friend and two of her mother. B) With a chance of 75% a text message contains a typo independent of the sender. Find the probability that there are no typos in the text messages Matilda receives between 2 p.m. and 5 p.m. 5 x + 2 = 22 What is How did people in Japan see theiremperor? Write the fraction as a decimal 64 100 According to Tyson, what idea occupied human fantasies for millennia? local elites still ruled on behalf of the motherIf a colony was run bycountry.divine ruledirect ruleindirect ruleQueens rule Harry is planning a holiday for 4 people for 7 days.Here are the cost for the Holiday for each personTravel $150Hotel $50 for each daySpending money $250 Nitrates are converted into (which is simply released into the atmosphere) during a process known as this is kirtys recipe for breakfast cereal 50 grams of oats 30 grams of raisins 40 grams of nuts if she uses 125 grams of oats, how many grams of raisins does she need Select all the equations where m = 4 is a solution.Choose 3 answers:13 = 9+ m7- m = 315 = 11m5= m + 2E20 = m = 5 1. A number plus 6 is less than -3?2. A number minus 17 is greater than or equal to 23 Write the rate as a fraction in lowest terms.22 cups for 6 people How have Present-day perceptions of race in America have been influenced by colonialist beliefs?this is for an essay please help I need my phone back Our department store is having a sale on personal computers, of which three are in stock (no rain checks). There is a certain probability of selling none. The probability of selling one is twice as great as the probability of selling none. The probability of selling two is three times the probability of selling none. Finally, the probability of selling all the personal computers is four times as great as the probability of selling none. Finally, the probability of selling all the personal computers is four times as great the probability of selling none. In a table list the outcomes and their probabilities.