30 POINTS! ANSWER ASAP:
Type the correct answer in the box. Spell all words correctly.
Two students measure the dimensions of a single-storey structure. One takes measurements from the outside, while the other takes
measurements from the inside. The students discover that their measurements for the height of the wall vary. The dimensions of the height of
the walls are greater when measured from the outside than when the same walls are measured from the inside of the structure.
What is the explanation for this difference in wall height?
The walls have a greater dimension in height when measured from the outside of the structure because of the presence of a _______

Answers

Answer 1

Answer:

roof

Explanation:


Related Questions

You should see the following code in your programming
import simplegui
def draw_handler(canvas);
# your code goes here
frame = simplegui.create_frame('Testing', 600, 600)
frame.set_canvas_background("black")
frame.set_draw_handler(draw handler)
rame.start()

Answers

Answer:

import simplegui

import random

def draw_handler(canvas):

for x in range(1000):

colorList = ["Yellow", "Red", "Purple", "White", "Green", "Blue", "Pink", "Orange"]

c = random.choice(colorList)

x = random.randint(1,600)

y = random.randint(1,600)

canvas.draw_point([x, y], c)

frame = simplegui.create_frame('Testing', 600, 600)

frame.set_canvas_background("Black")

frame.set_draw_handler(draw_handler)

frame.start()

Explanation:

I used a for loop, setting my range to 1000 which is how you create exactly 1000 points. Next, I defined my color array, my x randint value, and my y randint value. I set both the x and y randint values to 1 - 600 since the frame is 600x600. The rest is pretty self explanatory.

The first commercial computer was developed by *

Microsoft
Apple
IBM
Intel

Answers

Answer:

Microsoft

Explanation:

Microsoft is the first ad

answer♡

microsoft, i think.

Can you create a Java program perform the following ?

The main() program is to be used for input and output unless specified.
Use appropriate input and out messages and comment your code.
Create user-defined method: calculate() which takes 2 integers and
a character (+, -, / and *) as parameters and return respective result
of the operation on these parameters.
Create user-defined method rem() which takes 2 integers as
parameters from the main() program and prints the output without
returning any value.

Answers

Answer:

Yes I can and tht problem is correct

what is an example of an absolute cell reference​

Answers

Answer:

Absolute cell referencing uses dollar sign with the row number and column name. When any formula with absolute referencing is copied, the cell addresses used remain the same.

Explanation:

An else statement will be executed in what situation?
the if statement is true
the if statement is false
there is a syntax error
the elif statement is executed

Answers

Answer:

The second one.

Explanation:

An `else` statement is like the alternative route for the code. I like to put it in my own words like, "If the user puts a number insted of a letter tell them they did a good job! Else(Otherwise) Tell them they need to try again.

I hope I helped!

Answer:

b) the if statement is false

Explanation:

The else statement is performed if the if statement's condition is not fulfilled. An else statement executes if an if statement is false. The else statement gives the code a backup if the if statement fails. If the if statement fails, this might propose a different course of action.

An if statement may test whether an integer is even or odd by dividing it by two. This tells the computer whether the number is even or odd. If the input number is divisible by 2, the software will print "the number is even" if it is the computer that determines whether the number is even or odd. If the input number is divisible by 2, the software will print "the number is even" if it is. The else statement may show that the "number is odd" if the integer cannot be divided by two.

how many bits would be needed if there is 15 students in the class

Answers

Answer:

Bits??

Explanation:

What does the Python print() function do?

Completes a calculation
Displays a string value
Sends a document to the printer
Shows a keyword

Answers

Answer:

B. Displays a string value

Answer:

the guy above is right

Explanation:

Question #1
Dropdown
You entered the following line of code in IDLE.
>>> guess = input("Enter a guess: ")
This is the result.
Enter a guess: 2
What data type is the variable guess?
string
int
float

Answers

Answer:

int

Explanation:

Here is the input:

"Enter a guess: 2"

The input is the number. The type of variable for whole number (number without a decimal point) is integer, or int in short form.

If the input would be:

"Enter a guess: Hello"

Then the type of variable would be string, because it's a text input.

And if the input would be:

"Enter a guess: 1.5"

Then the type of variable would be float, because it's a number with a decimal place.

In the variable guess the type of data type is int. The correct option is B.

What is a data type?

A variable's data type and the kinds of mathematical, relational, and logical operations that can be performed on it without producing an error are classified as data types in programming.

Integral, Floating Point, Character, Character String, and Composite types are the five basic kinds of data types that are recognised by the majority of current computer languages.

Each broad category also includes a number of particular subtypes.

The most common integer data type in SQL Server is the int data type. When integer values may be larger than what the int data type can handle, the bigint data type is meant to be used.

Thus, the correct option is B.

For more details regarding data type, visit:

https://brainly.com/question/14581918

#SPJ5

Which view would you need to use to make
changes to the design theme for the entire
presentation?

• Handout master
• Notes master
• Normal
• Slide master

Answers

Answer:

the answer is Slide Master

Explanation:

I just got it. I couldn't find my notes but it is right.

Sean is a lineman who is always on call to travel whenever there is a natural disaster. He has recently been called to help repair downed power lines for those who have been affected by a hurricane. What Energy cluster pathway does Sean work in? Environmental Resources Energy and Power Technology Telecommunications Plant Systems

Answers

Answer:

Energy and Power Technology

Explanation:

Energy and Power Technology is a field in engineering that typically deals with generation, transmission and distribution of electric energy to the end users. This energy are usually transmitted and distributed through the use of overhead cables running from the point of generation to the location of the end users.

Natural disasters such as hurricane, tornadoes, earthquake, etc., are capable of destroying the power lines (cables) as they are usually hung on poles.

In this scenario, Sean is a lineman who is always on call to travel whenever there is a natural disaster. He has recently been called to help repair downed power lines for those who have been affected by a hurricane. Therefore, the Energy cluster pathway that Sean works in is Energy and Power Technology.

Have you ever watched Full House? Who is your favorite character and why? EXPLAIN AND ILL GIVE BRAINLIEST!

Answers

Answer:

havent watched it and thanks for this

Explanation:

What is the missing line?

>>> myDeque = deque('math')
_____
>>> myDeque
deque(['m', 'a', 't'])


>>> myDeque.clear()

>>> myDeque.clear()

>>> myDeque.popleft()

>>> myDeque.pop()

Answers

Answer: i think it is >>> myDeque.clear()

The missing line >>> myDeque = deque('math') >>> myDeque.clear() >>> myDeque deque(['m', 'a', 't']). The correct option is B.

What are coding variables?

A variable is a type of data storage in a computer program. Consider a variable to be a container, and its name to be the label on the container, indicating what is within.

Variables are used in coding and programming to assist programmers in understanding, remembering, and applying program information. A variable is anything that may be altered.

Variables are used in computer programming to store information that may change and can be utilised later in the program. In a game, for example, a variable could be the player's current score; if the player gained a point, we would add 1 to the variable.

Therefore, the correct option is B. >>> myDeque.clear().

To learn more about coding variables, refer to the link:

https://brainly.com/question/27935882

#SPJ5

Write atleast 3 targeted audience or users

Answers

Answer:

Three categories of audience are the "lay" audience, the "managerial" audience, and the "experts." The "lay" audience has no special or expert knowledge. They connect with the human interest aspect of articles.

Explanation:

Lay

Managerial

Experts

Which of the following could not go on a resumes for a position in the fashion and interior design field?

a) favorite fashion designer

b) volunteer positions

c) participation in school activities

d) relevant class is taken

Answers

Answer: I believe it would be your favorite fashion designer, because it just seems irrelevant...   :)

(I WILL GIVE BRAINLIEST) Which steps will delete an appointment?

left-clicking on the appointment and hitting delete on the keyboard
double-clicking on the appointment and hitting delete on the keyboard
right-clicking the Calendar folder and hitting delete on the keyboard
clicking the Calendar folder and hitting delete on the keyboard

Answers

Answer:

right clicking should be your answer


Help ? ?




................

Answers

Answer:

I think it is D

Explanation:

Hope this helps have an amazing day!

Q.1)why do we use computers models. give some real life examples

Answers

To generate a better understanding of the things around us

Answer:

to understand what??is going on world and in community or in society i think it help you

give another term for searching data in database​

Answers

Answer:

wmeme

Explanation:

kmemeemsjsjsjnssnnssnsnsnsns

You want to use the randrange() method. Which line will allow you to enter the following code in IDLE?

>>> randrange(10,20,2)
10
>>> randrange(1,9)
2

from math import randrange

from random import randrange

from randrange import math

from randrange import random

Answers

Answer:

From random import randrange

Explanation:

If you get the answers to questions right, please add them to future other questions.

A person wants to use the randrange() method. The line that allows the person to enter the following code in idle is from random import randrange. The correct option is b.

What is randrange() function?

To produce a random integer between the ranges indicated in its parameter, use the randrange() function. Starting number, stop number, and width are the three inputs that can be utilized to skip a number in the range.

The function generates random dice rolls and adds them to the array while looping the specified number of tries. The original array and the sum that appeared the most frequently are then printed.

Python provides a function named randrange() in the random package that can produce random numbers from a given range while still enabling spaces for steps to be included.

Therefore, the correct option is b. from random import randrange.

To learn more about randrange() function, refer to the link:

https://brainly.com/question/23088177

#SPJ2

How can sound improve you production

Answers

Answer:

it turns your production to a better project because Music helps with everything

Explanation:

Please Help. Nobody Does!!! will give brainliest and 50 points
1. What is step one in the digital file organization process?

2. What is rule number one?

3. What is rule number two?

4. What is the obvious advantage to rule number two?

5. What is the tree structure?

6. What are two main ways to organize your files?

7. How should you name your files?

8. What is cloud storage?

9. What are some different cloud storage software?

10. What is the importance of backing up your computer?

Answers

Answer:  Use the Default Installation Folders for Program Files,

Explanation:

help please! I need help with this question, it’s very hard.

Answers

Answer:

1. PRINTER

2.Proj

3.USB

4.CAM

please help me guys
...
.

Answers

Answer:

An information 'source' can be categorized by the type of information it contains

Explanation:

An information source is the point of origin of a person's information or where a person's information comes from, and that tells the person about a subject or gives knowledge on a topic or subject knowledge to a person

Information sources can be either a primary source or a secondary source

The type of information sources can be categorized by the type of questions it answers or which depends on the type of information it contains

The types of information sources includes;

1) The internet

2) Databases

3) Newspaper

4) Encyclopedias

5) Books

6) Catalog in a Library

Therefore, we have that an information 'source' can be categorized by the type of information it contains

4.2.10: Multiplication Table: Create a program using a for loop which will print out the 4’s times table through 10.

Answers

I included my code in the picture below. Best of luck.

It’s Saturday and you’re looking forward to hanging out with friends and having some fun. However, you get two phone calls early in the morning that make you stop and think. First, a friend calls to invite you to an all-day basketball tournament. With tickets, lunch, and dinner, you figure you’ll spend $50. That would put a dent in the money you’re saving for a future goal. Then your neighbors call offering you the opportunity to help paint their apartment. They will pay you $75 for the day of work. What will you do?

Answers

Answer with Explanation:

I would forego the all-day basketball tournament because, clearly, I will be spending so much for just a one-day fun. I'm sure there will be other upcoming basketball tournaments I can attend to. So, I will accept my neighbor's offer of helping to paint their apartment because I will be earning $75 and such offer doesn't come every day. Since I also want to enjoy and hang out with friends, I would call a friend to help me in painting the apartment so we could split the payment, which means both of us will have $37.5. In this case, I will not only earn money on Saturday but will also get to enjoy the company of my friend.

Explain why this scenario could put an organization in jeopardy of losing some of its workforce.

Situation: The IT manager decides to add a new software application to replace an older albeit less efficient software application.

Answers

Answer:

Not educating its employees on the new software.

What software could i use to create music like Aphex Twin?

Answers

Answer:

One choice would be a midi controller and software: midi controllers, make sure you find one thats in your budget, and that it comes with software called a DAW. Lots of electronic producers use a daw called ableton live, and there's a lot of helpful resources online about it.

Explanation:

I know nothing about the subject but I found a discusion of it on reddit also Aphex Twin has uploaded a video showing how his track 'Vordhosbn' was made using now discontinued tracking software PlayerPro.

When a guest is wearing the medallion, they can order a drink with their smartphone or open their cabin door automatically by standing in front of it. Which emerging technology does Cloud combine with to enable this medallion's features?

Answers

Answer:

The Ocean Medallion.

Explanation:

The Ocean Medallion is a handheld interface that, on boarding a cruise liner, digitally attaches to multiple devices. They could order a cocktail with their mobile or instantly open the cockpit door by walking in front of something while a guest wears the ocean medallion.

Answer will be marked brainliest

answer fast

you'll get points too


How much does it cost for a laptop screen repairment in UAE?

This type of damage is what im referring to

Answers

Answer:

Normal laptop screen repair services cost AED 350 to AED 950 i think...

What is the first phase in which a software program is usable enough to test?
A.
Pre-alpha release
B.
Feature complete
C.
Alpha release
D.
Beta release

Answers

Answer:

Alpha release

Explanation:

Pre-alpha refers to all activities performed during the software project before formal testing.

The alpha phase of the release life cycle is the first phase of software testing.

A feature complete version of a piece of software has all of its planned or primary features implemented but is not yet final due to bugs, performance or stability issues.

A Beta phase generally begins when the software is feature complete but likely to contain a number of known or unknown bugs.

Other Questions
An equation is modeled below.What value of x makes the equation true?Answer Choices:A x = 1B x = -1C x = -9D x = -13 What is the notation for an inverse function? can someone help me on codehs. its 7.1.5: initials. here is what your supposed to doWrite a function called initials that will take a first and last name and return their initials using the following format:initials("Tracy", "Turtle")# => "T.T."initials("Peter", "Parker")# => "P.P." HELP PLS FASTT IM ON A TEST AND I DONT EVEN GET THIS Gabriel has a card collection with 32 baseball cards 16 football cards and 24 by basketball cards he wants to arrange the cards in equal piles with only one type of car in each pile how many cards can you put in each pile What happens when a gas gets hot Question 1What is health? (a2b4c)3I cant find the answer helpp please Ill give crown How many 15/6 s are in 1 and 7/8 find the missing angle Help me cuz I dont understand that much help Hugh made a recipe that yields 8 and 1 over 2 cups. If each serving is 1 over 4 cup, which expression will help Hugh determine the number of servings his recipe will yield? 8 and 1 over 2 1 over 4 8 and 1 over 2 + 1 over 4 8 and 1 over 2 1 over 4 8 and 1 over 2 1 over 4 difference between unitary and federal government regarding political geography(Please help me!!) Mom was a Diamond who invaded EarthSaw its beauty and its worthMom made an army and she fought herselfDid that even end up mattering when she faked her own shattering?Mom lived in hiding by the name of RoseBut the friends she'd made, and the form she choseNow all that's left of her exists in meAnd I think that we can all agreeThat is a little bit upsettingI'd rather think about a wedding!Let's think about cakeLet's think about flowersLet's think about dressing up and dancing around for hoursThere's an awful a lot of awful things we could be thinking ofBut for just one day, let's only think about loveOkay, SapphireI gotta get dressed for our big day now, so, no peekingAnd no future vision either!Hahaha, okayOh, StevenI just wish I could've said something sooner about Rose and PinkWe could think about liesThat we told in the pastWe could think about hurt feelingsAnd how long they can lastOr we can think about hopeHope?You know I've been hopingAbout what?That everything is better now, everything's out in the openBismuth?Is that what you're wearing to the wedding?It's the nicest thing I ownLooking sharp!We could think about flowers, we could think about cakeWe could think about wonderful promises we have the power to makeThere's an awful a lot of awful things we could be thinking ofBut for just one day let's only think about loveMaybe I shouldn't have picked up rosesMaybe a little controversialWe could all rethink how we feel about RoseWhen it comes to PinkAnd the things that she did in the past, I supposeYeahOr we both could feel better'Cause we could think about howWe could think about us and we could think about nowWell, if we can't use these, we're gonna need something elseNo worries, Peridot is gathering more flowers right nowI'll go get herBut for just one day let's only think about...Peridot?What if Lapis was right?Sooner or later, the Diamonds are gonna come for ClusterWe are all gonna die here!We could think about warWe could think about fightingWe could think long lost friends we wish we were invitingWe could think about the broken gemsAnd the Cluster at the planet's coreOr we could think about the bubble we made so that they can't be hurtAny- they can't be hurt anymoreWe can think about joyWe could think about painWe could think about sunshineWe could think about rainThere's an awful a lot of awful things we could be thinking ofBut for just one day let's only think about...Just one day let's only think about...Just one day let's only think about...Love The statement below is from a statement made by Thaddeus Stevens, member of the House of Representatives in 1868."When Andrew Johnson took upon himself the duties of his high office he swore toobey the Constitution and take care that the laws be faithfully executed. That,indeed, is and has always been the chief duty of the President of the United States...I accuse him, in the name of the House of Representatives, of having perpetratedthat foul offense against the laws and interests of his country ..."How might similar statements influence congressional action?presidential impeachment-presidential veto-presidential election-presidential nomination Explore the properties of angles and arcsformed by two intersecting secants.1. Find the difference of arc measures.mAC - mDE What can we conclude from observing an attractive force between a positively charged rod and some object Which of the following best describes the relationship between variations and adaptations?A)All variations are adaptations, but not all adaptations come from variationsB)All adaptations are variations and all variations help organisms surviveC)Variations result from adaptations organisms make to the environmentD)Adaptations result from variations only if they help an organism survive An oceanside surf shop sells a bodyboard for $34.95. The wholesale cost of the bodyboard is $21.18. What is the percent of markup? Round to the nearest percent.(You don't need an explanation ) Cody needs to print a message to the screen using Python. Which shows the correct way to code a print statement?Oprint("I can code.")O print (I can code.)O print - I can code.Oprint (I can code);