Whats was the conflict of Theme Graphic Organizer - I was a Skinny Tomboy Kid

Answers

Answer 1

Answer: Answer: the conflict is the description what she did and felt as a child, how they feel like being disguised as a boy. Feeling as a outsider.

Explanation: your welcome.

Explanation:

Answer 2

Tone encapsulates the author's attitude toward a certain person, situation, or idea. Positive tones can be heard in some readings, while negative tones can be heard in others (negative). The reader can detect the tone by paying close attention to the diction, details, images, and language.

What conflict Graphic Organizer – I Skinny Tomboy Kid?

The speaker's language conveys a specific tone or attitude toward the poem's subject. For instance, the woman who speaks in “I Was a Skinny Tomboy Kid” has a tone of self-acceptance.

Because she is different from everyone else, and the author is attempting to convey the idea that if everyone were the same. The world wouldn't be as interesting, I believe the subject of “I Was a Skinny Tomboy Kid” is to accept your individuality.

Therefore, The description of what she did and felt as a child and how it feels to be pretending to be a boy creates the conflict. Feeling alienated.

Lean more about Skinny here:

https://brainly.com/question/29529416

#SPJ2


Related Questions

Who am I
1.I am the law established by the intellectual property organization
2.I am an application used to illegally harm online and offline computers users
3.I am the crime through the Internet
4. I impose restrictions on incoming and outgoing information to and from networks

Answers

1. Patent law or copyright
2. Malware
3. Cybercrime
4. Firewall

Complete each sentence

To complete step 3, select ____ under table tools.
In step 5, each existing column is split in ____. In this table, the ____ rows cells are blank.
To use the options listed in step 9, click ____

Answer choices: first sentence (design,layout,merge) second (sixths,thirds,half) and (first,second,third) last sentence (design,layout,merge)

Answers

Answer:

Complete each sentence.

To complete Step 3, select LAYOUT under Table Tools.

In Step 5, each existing column is split in HALF In this table, the SECOND

row’s cells are blank.

To use the options listed in Step 9, click DESIGN.

Hope this helped. Please Mark me Brainliest!

Imagine that a you and a friend are exercising together at a gym. Your friend suddenly trips and falls, and it is clear that he or she has suffered an ankle sprain. Luckily you know exactly what has happened. Explain how your friend sustained the injury and, assuming you had the necessary supplies, including a first aid kit and a phone, explain what steps could you take to stabilize your friend's injury.
Name each of the five steps in the PRICE treatment.

Answers

Answer:

The sprain happened when the friend fell and the ligaments (in the ankle)  stretched, twisted or possibly tore. Sprain is manifested by pain, swelling, bruising and inability to move.

Explanation:

Here the appropriate steps to stabilize the injury:

1.       Call for help.

2.       Rest the injured area to avoid further damage.

3.       Put ice ( for 15 to 20 minutes) to help limit the swelling.

4.       Apply compression bandage to prevent more swelling.

5.       Elevate the injured ankle above the heart to limit swelling.

Hope this helps UvU

3.2 code practice question 2. Not in a rush.​

Answers

Answer:

value = float(input("Enter a number: "))

if (value >= 90):

   print("Great!")

Explanation:

Top/Bottom Rules allow a user to apply conditional formatting to cells that fall within the top or bottom numbers or percentile. How many items will it allow the user to include in the rule?

the top or bottom 10 items or top or bottom 10% only
the top 10 items and top 10% only
the top or bottom 100 items only
any logical number of items or percentages in top or bottom value frames

Answers

C. TRUST

Explanation:

Answer:

*clears throat* ......... its c....... thank you for your time :).............. *standing ovation*

Explanation:

If you have a 99% and you got a 50 on a test what is the grade please I will give brainless

Answers

Answer:

you would have a C

Explanation:

depends on your other grades. you can relax, ask your teacher for extra credit

Which finger types the highlighted keys?

Answers

Answer:

Index

Explanation:

The index finger lays positioned upon the 4 key.

Pointer finger. It is by columns, and your pointer finger occupy those

what type of error occurred??

Answers

Answer:

Syntax Error.

Explanation:

I NEED HELP ASAP !!What are responsibilities of entrepreneurs? Check all of the boxes that apply.
to make their own decisions and schedules
to purchase their own health insurance
to pay for office space and supplies
to follow instructions
What are responsibilities of employees? Check all of the boxes that apply.
to do their jobs using skills they were hired to use
to work a set schedule every week
to pay self-employment taxes
to follow instructions

Answers

Answer:

Question 1

to make their own decisions and schedules to purchase their own health insurance to pay for office space and supplies

Question 2

to do their jobs using skills they were hired to use to work a set schedule every week  to follow instructions

Explanation:

1. Entrepreneurs are meant to run their own affairs because they are the owners of the business. This means that they have to make their own decisions and work schedules. They also need to purchase their own health insurance as this is usually the responsibility of the company one works for.

As the owners, they will also have to pay for any space and supplies that the company needs.

2. Employees have a duty to perform in the business in such a way as to push it forward by harnessing the skills they have that got them hired. They are to work a certain schedule/amount of time every week and they are to follow the instructions of their employers.

Answer:

got it right on edge

Explanation:

Pseudocode to java

Can you write this in Java program

Binary Search

Answers

Answer:

class Main {

 public static void main(String[] args) {

   int[] values = {11,12,15,16,112,118,123,145};

   int target = 15;

   int min = 0;

   int high = values.length-1;

   boolean found = false;

   int answer = 0;

   int mid;

   while(!found && min <= high) {

     mid = (min + high) / 2;

     if (values[mid] == target) {

       found = true;

       answer = mid;

     } else if (target > values[mid]) {

       min = mid + 1;

     } else {

       high = mid - 1;

     }

   }

   if (found) {

     System.out.printf("%d FOUND AT ARRAY INDEX %d", target, answer);

   } else {

         System.out.printf("%d was not found", target);

   }

 }

}

Explanation:

I altered the while expression to make the code work.

Answer: class Main {

public static void main(String[] args) {

  int[] values = {11,12,15,16,112,118,123,145};

  int target = 15;

  int min = 0;

  int high = values.length-1;

  boolean found = false;

  int answer = 0;

  int mid;

  while(!found && min <= high) {

    mid = (min + high) / 2;

    if (values[mid] == target) {

      found = true;

      answer = mid;

    } else if (target > values[mid]) {

      min = mid + 1;

    } else {

      high = mid - 1;

    }

  }

  if (found) {

    System.out.printf("%d FOUND AT ARRAY INDEX %d", target, answer);

  } else {

        System.out.printf("%d was not found", target);

  }

}

}

Explanation:

I altered the while expression to make the code work.

In order to create a chart, which of the following must be selected?
O Data tools
O Worksheet tab
O Data source
O Table styles

Answers

A chart is the graphical presentation of data and is a part of the data visualization. The data is represented by the symbols and bars in a bar chart.

They are often sued to show large quantities of data in a simple and understandable form. For making a chart first we need to select data tools and then design tools.

Hence the option A is correct.

Learn more about the order to create a chart.

brainly.com/question/22004535.

To see if a website is using a secure connection, what should you look for? Select all that apply.


A star icon to the right of the URL


"https" at the very beginning of the URL


A plus sign (+) to the right of the tab


A lock icon to the left of the URL

Answers

Answer:

– A web address using “HTTPS” (The extra “S”means it’s a secure connection. – Secure sites show a closed padlock emblem you can click on for security details – the most trustworthy sites will have green padlocks or address bars.

Explanation:

To see if a website is using a secure connection, You should look for "HTTPS" at the very beginning of the URL. The correct option is B.

What is a website?

A website is an online platform where a person put his data to show people online. Now day's everything has a website to join with the world. It is a very easy way to show your business and company online.

Due to digitalization. A website is a very necessary part of the business. And due to this, many fake websites are also made. If these websites are open, the computers may be hack on or a virus enters your computer and all the data will be stolen or removed.

To know the website is secure, always check the starting pof the website, it should be started from HTTP or HTTPs.

Thus, the correct option is B. "HTTPS" at the very beginning of the URL.

To learn more about the website, refer to the link:

https://brainly.com/question/6107621

#SPJ2

A system consumed 0.4 seconds of processor time, 0.3 seconds accessing the network, and 0.5 seconds accessing the disk drive to execute the task. Where is the bottleneck in this network

Answers

Answer:

the disk drive

Explanation:

A bottle neck in a network is the condition through which the data flows becomes limited by the network of the computer system. It occurs in the user network or within the servers where there are contention for any internal server resources.

In the context, a system that consumes 0.4 seconds for the processor time and time 0.3 seconds for accessing the network. The system also takes 0.5 seconds for accessing disk drive for executing the task. So the bottle neck in this system is the disk drive.

PLLZX help NEEED HELP HLPP NOWWW pleze

...What time is it

Answers

Answer:

12:10

Explanation:

i looked at the time

I said it is 12:10..........

a 0.600 kg dynamics trolley has 1.5 kg load added. It is launched with a force of 10.n what is the acceleration

Answers

Answer:

acceleration = 4.76 m/s²

Explanation:

Given that"

the mass of the dynamic trolley = 0.6 kg

the mass of the load  = 1.5 kg

total mass = (0.6 + 1.5) kg = 2.1 kg

the force = 10 N

Thus;

using the formula of force which is;

Force = mass × acceleration

10 = 2.1  × acceleration

acceleration = 10/2.1

acceleration = 4.76 m/s²

PLEASE HELP

This is your code.

>>> A = [21, 'dog', 'red']

>>> B = [35, 'cat', 'blue']

>>> C = [12, 'fish', 'green']

>>> E = [A, B, C]

What is the value of E[0][1]?


21

35

cat

dog

Answers

Answer:

dog

Explanation:

The python program has four lists, A, B, C, and E which is a list of the first three lists. Lists are unordered indexed data structures, it is accessed by an index starting from 0 to n (which is the length of the list minus one).

The E list is a list of lists with three list items starting from index zero to two. E[0][1] is used to access the item "dog" in the first list item of the E list.

Answer:

dog

Explanation:

i type the code in to python

Which of the following is a drilling cycle available with CAM software?
Point
Straight
Through
All of the above
None of the above

Answers

Answer:

straight just like me

What is the first multiple of a bit

Answers

Answer:

The byte

Explanation:

which represents eight bits

What is the difference between Beat and Rhythm?
A
Rhythm stays the same and steady and the beat changes
B
The beat stays the same and steady and the rhythm changes

C
There is no difference between the two
D
A beat is slow while a rhythm is fast

Answers

Answer:

I think it will option b may it help yu

Answer:

B

Explanation:

The beat stays the same and steady and the rhythm changes.

Plz help
You want Excel to automatically apply “stripes” in an alternating pattern to existing raw data in your spreadsheet. Describe the precise steps you could take to do so. What other function would be added when you apply this change, assuming you have a header row and leave the default options selected?

Answers

Answer:

1)Select the cells you want to shade.

2)On the Home tab of ribbon select Conditional Formatting > New Rule

3)Select 'Use a formula to determine which cells to format' > enter your formula in the 'Edit the Rule Description' field.

4)Click the Format button and from the Format Cells dialog box select the Fill tab > choose your weapon (colour, pattern, fill effect etc.):

Explanation:

The _____ contains lists of commands used to create presentations.
Outline view
Menu bar
Slide pane
Title bar

Answers

Answer:

The menu bar is correct

Explanation:

EDG2021

how do we add questions on sam Blockly?​

Answers

Answer:

I do not know that answer

HELP ASAP PLEASE!!!

Answers

Answer:

Click and drag the mouse to select the cells

Explanation:

Converting Denary to Binary
Work out the binary value of each denary number. Remember, any number you put a 1 under is
activated and will be added, anything with a 0 under is not activated and is not added One has been
done for you to show you how you can work it out
128
Denary
32
16
8
2
1
1
1
0
0
0
1
1
+
199
I need to make 199 out of the 8 different numbers I have across the top
I can use 128, this will leave me with 71 stil to make
I can then use 64, this will leave me with 7
can't use 16 or 8 as they won't fit into 7
I can use 4 which will leave me with 3
I can use 2 which will leave me with 1
can then use 1
I have made 199
Any number I used will be a one, numbers I didn't use are all
128
Denary
64
32
16
1
56
121
45
132
249

Answers

Answer:

Converting the numbers provided to decimal:

128: 10000000

64: 01000000

32: 00100000

16: 00010000

1: 00000001

56: 00111000

121: 01111001

45: 00101101

132: 10000010

245: 11111001

PLZ HELP What is the problem with this program?

name = "Jenny"

name = input("What is your name?")

A.
the variable name has to begin with a capital letter

B.
input should be output

C.
the first line should be omitted because the second line defines the variable

D.
the variable needs to begin with a number to distinguish it from other variables

Answers

Answer:

B

Explanation:

the answer is B imput should be output

Answer: I think the answer is (C)

I'm doing the exam rn and that what i think

Explanation:

The window snipping tool will let you take a screenshot of any part of the screen true or false

Answers

Answer:

True

Explanation:

Answer:

true

Explanation:

it is supposed to take screenshots of your screen.

2. Why is there no country code for the USA?

Answers

Answer:

there is a contrary

Explanation:

+1

Answer:

b cuz we dont need one

Explanation:

Atheel tests a program and gets a NameError. How can this be fixed?

Answers

Answer:

You can't call a function unless you've already defined it. Move the def createDirs(): block up to the top of your file, below the imports.

Explanation:

Some languages allow you to use functions before defining them. For example, javascript calls this "hoisting". But Python is not one of those languages.

Answer:

B = Create a variable

Explanation:

First off to understand this question, you need to understand what a NameError is. A NameError is when a function or variable isn't valid, or is not defined. So what you need to do it make a variable that is valid/defined. Therefore the answer is B create a variable

I hope this helps!

What function does an extranet perform?

Answers

Answer:

An extranet is a private network that uses Internet technology and the public telecommunication system to securely share part of a business's information or operations with suppliers, vendors, partners, customers, or other businesses.

Python exercise grade 10

Write a program that determines which dates comes earlier on the calendar. The user

may enter any number of dates. The user will enter 0/0/0 to indicate that no more dates

will be entered

Example:
Enter a date (month): 3

Enter a date (date): 6

Enter a date (year): 2008

03/06/2008

Enter a date (month): 5

Enter a date (date): 17

Enter a date (year): 2007

05/17/2007

Enter a date (month): 6

Enter a date (date): 3

Enter a date (year): 2007

06/03/2007

Enter a date (month): 0

Enter a date (date): 0

Enter a date (year): 0

5/17/2007 is the earliest date

Answers

earliest = ""

while True:

   month = int(input("Enter a date (month): "))

   day = int(input("Enter a date (date): "))

   year = int(input("Enter a date (year): "))

   if month == 0 and day == 0 and year == 0:

       break

   if month < 10:

       month = "0"+str(month)

   if day < 10:

       day = "0"+str(day)

   string_date = str(month)+"/"+str(day)+"/"+str(year)

   print(string_date)

   if earliest == "":

       earliest = string_date

   else:

       year,month,day=int(year),int(month),int(day)

       lst = list(map(int,earliest.split("/")))

       if year < lst[2]:

           earliest = string_date

       elif year == lst[2] and month < lst[0]:

           earliest = string_date

       elif year == lst[2] and lst[0] == month and day < lst[1]:

           earliest = string_date

print(earliest,"is the earliest date")

I wrote my code in python 3.8. Best of luck.

Other Questions
13. Make a list of any 4 ethnic communities living in your neighbourhood. Sara wants to save 20% of the $150 she received for her birthday. How much money does Sara want to save? (All choices are in the picture above and are the same )5.El museo va a tener unacuadros de Pablo Picasso.de arte de losChoose6.Timoteo es untalentoso. El toca el piano y la guitarra.Choose7.Los muchachos comenCon queso. 8 Mis padres me dieron muchos porque hoy es mi cumpleaos 9 En mi torta hay quince 10 Mi favorita es finding Nemo What integer describes 75 feet above sea level? What was one of the most famous Texas military units that fought in the Civil War?Group of answer choicesAustin's Old Three HundredWally's BrigadeSam's Texas soldiersHood's Texas Brigade can u give me an example of destructive and constructive? don't mind the subject by the way. If you have a gas sample with an initial pressure of 4 atm and a volume of 550 L, what will the final volume be if you change the pressure to 2.3 atm? Which of the following is NOT a factor of 45? 39157 When Ophelia asks "How should I your true loveknow / From another one?" in her song, theanswer is one's love will be faithful likeO a dogO a pilgrimO a ghostO a soldier I need help on this. 1. Napoleon Bonaparte was showing signs that he wanted to expand his power in North America.He tried to ship food from New Orleans to French islands in the West Indies, but events in Haiticancelled those plans. What was happening in Haiti that caused Napoleon to alter his plans?(3 pts) What is the texture of the puppys coat? What is the texture of the fathers coat? Brandon bought a 5-gallon container of paint to paint his house, how many pints is in the 5-gallon container? !!!!!!! PLEASE PLEASE, HELP ME. i SERIOUSLY CANT FAIL THIS. I NEED HELP SO BAD. IM REALLY STUCK PLEASE.!!!A boats velocity, measured in meters per second, is described by vector = 3,4. In two or more complete sentences explain how to find the speed of the boat and the direction it is traveling in standard position. In your final answer, include all of your calculations. find the value of the the missing angle in grades in each of the following figures. Finish solving the system of equations. x - 5y = 6 -x + 2y = -3 -3y = 3 What is the value of y? Substitute the value of y back into one of the original equations to find the value of x. What is the value of x? Which three of these issues did Europe face after the war? - A worldwide pandemic.- Monarchy in n Britain.- Communism in Russia.- A worldwide cancellation of debts.- dislocated refugees. Martin received an e-mail that should have been sent to a coworker. What button should he click?CcToForwardReply What is the equation of the graphed line written in standard form?X = -3Y = -3X + y = -3X - y = -3 A local population of bobcats has decreased by 10% over the last 10 years. Is this change in population significant enough for the bobcat species to be considered for the Endangered Species List and protection from the government?Yes, because any change in population even if it has a wide habitat range and large global population is cause for concern and the government should help that population recover. Yes, because the local population decrease means the other populations are also decreasing even though the species has a wide habitat range and large global population.No, because a small change in a local population of a species with a wide habitat range and large global population is not cause for concern. No, because it will probably just go extinct and another predator will take over it's habitat even though it has a wide habitat range and large global population.