Answers

Answer 1

Answer:

Click and drag the mouse to select the cells

Explanation:


Related Questions

Write a program that fills a list with 100 random numbers between 0 and 200, inclusive. Traverse through the list and only print out the numbers that are less than 99. You can develop this code in App Lab if you like and copy your final program to the answer area below. Keep the code neat and use curly braces where necessary. This question is worth 4 points. *

Answers

Answer:

Follows are the code to this question:

import random as ra#import package  

r=[ra.randint(0, 200) for x in range(100)]#defining a variable r that use rand method to add value in list  

j= [i for i in r if i < 99]#defining j variable that checks list value is less than 99

print (j)#print list value

Output:

[20, 23, 66, 47, 89, 7, 18, 13, 92, 31, 23, 60, 3, 52, 18, 20, 85, 64, 55, 98, 14, 80, 80, 14, 57, 92, 76, 14, 91, 83, 87, 80, 16, 50, 7, 88, 19, 4, 72, 23, 27, 79, 23]

Explanation:

In this code, package random is imported, in the next step, the r variable is declared, that uses the randit method, and use for loop that adds value in the list. In the next step, the j variable is declared, which uses a for loop and a conditional statement to check its value is less than 99, add print its value.

1. Would it be possible for two people to have the same email address? Explain.

Answers

Answer: No

Explanation:

For the same reason that two people cannot have the same address, it's just a virtual address.

Answer:

no

Explanation:

because  if i email you then the computer would not know which one to send it to so the answer is no  

The cost of manufacturing one complete high chair are shown below: High Chair £8.50 Legs £22.75 Strap £1.90 Labour £2.60 Calculate how much one high chair would be sold for, if the manufacturer included a 30% profit margin. Round to the nearest pence.

Answers

Answer:

£69 (nearest pound)

Explanation:

Given the cost breakdown for the manufacture of 1 complete high chair :

High Chair __ £8.50

Legs ______ £22.75

Strap _______ £1.90

Labour ______£2.60

Total : £(8.50 + 22.75 + 1.90 + 2.60)

Total manufacturing cost = £35.75

Profit margin = 30%

Sales price = (100 + profit margin)% * total manufacturing cost

Sales price = (100+30)% * 35.75

Sales price = 130% * 35. 75

Sales price = 1.3 * 35.75

Sales price = £68.575

Draw a parallel line to XY

Answers

Answer:

cant draw on this app sorry man

HELP ASAP! Prompt
What are keywords?

Answers

a word or concept of great significance, phrases basically that has to do with particular documents, assignments, etc most stuff in general..
It basically means important words to help understand text

Which line of code could be used for a constructor?
def init (firstName, lastName, idNum)
def _init_(self, firstName, lastName, idNum)
def _init_(firstName, lastName, idNum)
def init(self, firstName, lastName, idNum)

Answers

Explanation:

I think (first name last name id Num)

Answer:

Its c.  def __init__( firstName,lastName,idNum):

Explanation:

what is a type of transition used for music in Earsketch

Answers

Answer:

In order to compose music, EarSketch coders can use samples. Audio samples are located in the sound browser, in the left window, which allows for sound file search, and personal sound file upload. In the left section, users can also show the script browser.

No account is required to create projects or view existing projects. EarSketch comprises different elements: a curriculum, a digital audio workstation (or DAW), a code editor and console, and a sound browser.

Dissolves The dissolve is probably the most used transition in video editing. Also known as a cross-dissolve, this effect layers two clips together so there is a seamless transition from one picture to another. You see it everyday and probably don’t even notice it: and that’s the point.

Explanation:

EarSketch is web-based, which means users can access it with their web-browsers, and with no installation. No account is required to create projects or view existing projects. EarSketch comprises different elements: a curriculum, a digital audio workstation (or DAW), a code editor and console, and a sound browser.

Which of the following scenarios describes an IT
professional using the Internet and computer
system access in an unprofessional or
inappropriate way? Check all of the boxes that
apply.

Answers

Answer:

-checking social media networks during working hours

-surfing the Internet during working hours for what to do on the weekend

-downloading a favorite band’s latest album from a file-sharing service

Explanation:

they are all correct on edg.

Answer:1 2 3 they are all correct

Explanation:

Deep-Learning vs Machine Learning, differences?

Answers

Answer:

one is in bricks and mortar and the other is on a machine

Explanation:

jk its one is learning threw trial and error and the other is through one set of code that tells it how to to the task one way that makes it have one path

Which situation is the best choice for using telehealth?

Your leg is broken.

You have a rash on your cheek that is itchy and want some relief.

My aunt is having a baby and is in labor.

Your friend is having chest pains.

Answers

You have a rash on your cheek that is itchy and want some relief.

The situation that is the best choice for using telehealth is you have a rash on your cheek that is itchy and want some relief.

What is the meaning of telehealth?

The word telehealth is known to be a kind of electronic information and telecommunications technologies that is made to aid long-distance clinical health care, patient and others.

Note that The situation that is the best choice for using telehealth is you have a rash on your cheek that is itchy and want some relief.

Learn more about rash from

https://brainly.com/question/13081953

#SPJ1

What kind of music inspires you? Why? (:

Answers

Answer:

Punk rock

Explanation:

The songs tell stories and/or teach lessons. Its all about doing it yourself and not letting anyone decide anything for you.

The space where text and content is entered and positioned for onscreen reading or printing

A. Page

B. Page margins

C. Insertion point

Answers

Answer:

Page.

Explanation:

A page typically occupies the largest portion of a document layout as it houses the main writeup or content of the document. The text contained in a document is written on a the main page of the document. The main page is surrounded by the page margin, which is an area which separates the tips or edges of an entire papwr and the writing area (page) of the document. The insertion point refers to an indicator which shows the position which a typed character will fall or be placed. Content written on a document's page is what is printed when the document is to be printed out and test entered on the page are what is seen by the reader.

8. Cloud Storage is
a) Computer technology to control the weather.
b) Computer technology to make computers faster.
c) Computer technology to make computers slower.
d) Computer technology to store files on the Internet,

Answers

Answer:

The correct option;

Computer technology to store files on the internet

Explanation:

Cloud Storage provides a means where data files originally locally stored on a computer are stored in remote or off-site locations which are then accessible through a public internet source or through a private network

The provider of the cloud services takes responsibility for data which are stored in the site

A cloud storage consists of a data server that is connected to the internet to which files are transferred to by a user manually or by automation. The data server then sends the data further to other server. The user can then access the stored data through the cloud storage provider's users web interface.

Answer:

D

Explanation:

d) Computer technology to store files on the Internet,

please help me i dont know

Answers

There is something wrong with your photo you should try and re-post it again

What is the largest place value in a 12 bit binary number?

Answers

The largest binary number that can be expressed with 12 bits is all 1s, which means 1 followed by 1 followed by 1, up to 12 times.

200 points if answered correctly. Including variability in your video games is completely unnecessary and adds nothing to the player’s experience.
Group of answer choices

True

False

Answers

........

my guess is false.

Answer:

true

Explanation:

What is the “spot healing brush” tool used for?

Answers

Explanation:

it's essentially a texture replacement tool, meaning that it tries to create a seamless repair by replacing damaged or unwanted texture from one area in an image with good

Convert the following code segments as instructed.
a. Write one if statement:
10 value > 0)
if value < 10)
print did it
b. Write multiple if statements:
if (len (mylstr) > 0) and (mylstr! "password")) :
print (did it)
c. Write multiple if statements (watch out, this may be trickier than it looks):
or (myue="password")) :
1 Kienyusa)
print (
MM)

Answers

Answer:

Following are the code to this question:

For point a:

value=7#defining a variable value that holds an integer value

if(value>0 and value<10):#use if block with and operator to check the value

print("did it")#print message

For point b:

my_str="not_password"#defining a variable my_str that holds string value

if (len(my_str) > 0):#defining if block that checks string variable length is greater than 0  

   if (my_str!= "password"):#defining if block to check my_str is not equal to another given value

       print("did it")#print message

For point c:

my_str="not_password"#defining a variable my_str that holds string value

if (len(my_str) > 0):#defining if block that checks string variable length is greater than 0

   print("did it")#print message

elif (my_str!="password"):#use elif block to check my_str is not equal to another given value

   print("did it")#print message

Output:

did it

did it

did it

Explanation:

Please find the complete and the correct question in the attached file.

In point a, the "value" variable is defined, that holds an integer value , and it uses if block with "and" operator to check the value is greater than 0 and less than 10, and at the last, it will print the message "did it".

In point b, the "my_str" variable is declared, that holds a string value , and use the multiple if block in this, it checks the length is greater than 0, and in another, if it checks its "my_str" value is not equal to another given value, and it prints the message "did it".

In point c, the "my_str" variable is declared, that holds a string value , and use the if block, it checks the length is greater than 0, it will print the message "did it".  In the elif block, it checks "my_str" value is not equal to another given value, and it prints the message "did it".

Help


Which of these lines of code will increment a variable?


A.

print(variable)


B.

count(variable)


C.

inc(variable)


D.

variable = variable + 1

Answers

the answer is A :) hope it’s right have a nice day

Ryan is the operations manager for a national financial company. His company is in the process of creating a customer handbook. Employees all over the country will collaborate on the different documents that will be included in the handbook and frequent additions and revisions will be made. He is looking for a telecommunications technology that can help him efficiently manage this task.

In 2-5 paragraphs, describe the points that Ryan needs to consider when choosing a telecommunications technology to meet his needs.

Answers

Answer:

Ryan first needs to determine his goals, in his case he is looking for a telecommunications technology that will often need to be updated and revised by others. Once he determines what he is looking for he can start gathering data, and once he's done that he can analyze his choices from the data he's gathered, in his case I would assume he'd be looking at either a wiki or a blog. Now it's time for Ryan to make his decision, I would go with a wiki since a wiki can be updated by many people in diverse locations. He said so himself that employees all over the country would be contributing to it so that is why I think a wiki would best suit him. Now that he's made his decision and can take a step back and evaluate what he has done and make sure he made the right choice.

Explanation:

:)

What are the difference between immediate window and view window.
(wrong answers will be reported)

Answers

Answer:

mmediate window is used to debug and evaluate expressions, execute statements, print variable values, and so forth. It allows you to enter expressions to be evaluated or executed by the development language during debugging.

The Command Window is used to execute commands or aliases directly in the Visual Studio integrated development environment (IDE).

Explanation:

HELP !!! Prompt
What is formatting text?

Answers

Answer:

Formatting text is how something is specifically layed out. Specific style.

Explanation:

Answer: what u mean by that?

how many comparisons will be made to find 12 in this list using a linear search?
1, 8, 15, 12, 16, 3, 8, 10

Answers

Answer:

4

Explanation:

Because I'm smort (typo intended)

The correct answer should be 4

is megan the stallion hot

Answers

Answer:

Explanation:

Cool

Answer:

oh im not sure lol

Explanation:

5. Write
the
steps.
open
MS-
powerpoin
to

Answers

Answer:

Explanation:

1. Go to start ·

2. Then click on 'All programs' ·

3. Then go to Microsoft office ·

4. Click on 'Power point .

Hope it helped you. Plz mark me brainliest.

plz answer -----------

Answers

Answer:

1

Explanation:

5x4=20      20

------------ = --------

6x4=24        24

1x4=4             4

------------ = ----------

4x6+24        24

4   + 20

--------------- =  24/24 OR 1

24 + 24

Answer:

1

Explanation:

Edhesive 6.2

Examine the code below. When this program runs, how many times will the word "Hello" be printed?

import simplegui

def draw(canvas):
for i in range (10):
canvas.draw_text("Hello", (10, 25 + 20*I), 20, "red")

frame = simplegui.create_frame("Testing", 400, 400)
frame.set_draw_handler(draw)
frame.start()

Answers

Answer:

10

Explanation:

"for i in range (10):"

Answer:

10

Explanation:

im good

A box has a mass of 5 kg. What is the weight of the box on Earth?
Show your work

Answers

Answer:

5 kg

Explanation:

5 kg

name three computer hardware manufacturers.

Answers

Answer:

Acer, Inc.

Advantech Co., Ltd.

Akar Auto Industries Ltd.

Explanation:

Explanation:

apple chrome yoga hope this helps

You manage a Windows computer that is being used by multiple people. One of the users installs a new Internet Explorer add-on that interferes with the browsing functionality of other users on the system, but the add-on is necessary for business purposes. What should you do?

Answers

Answer:

Explanation:One of the users installs a new Internet Explorer add-on that interferes with the browsing functionaility of other users on the system, but the add-on is necessary for business purposes. What should you do? Instruct the other users to log on and disable the add-oon.

Other Questions
Type a summary of the phases of water and how a substance changes from one to the other. Megan and Susan are roommates. They spend most of their time studying (of course), but they leave some time for their favorite activities: making pizza and brewing root beer. Megan takes 5 hours to brew a gallon of root beer and 3 hours to make a pizza. Susan takes 8 hours to brew a gallon of root beer and 4 hours to make a pizza.Megan's opportunity cost of making a pizza is ______________ of root beer, and Susan's opportunity cost of making a pizza is ______________ of root beer. __________has an absolute advantage in making pizza, and ___________ has a comparative advantage in making pizza. If Megan and Susan trade foods with each other, ___________ will trade away pizza in exchange for root beer. The price of pizza can be expressed in terms of gallons of root beer. The highest price at which pizza can be traded that would make both roommates better off is ____________ of root beer, and the lowest price that makes both roommates better off is _________ of root beer per pizza. Find the unknown value.40%=32/ What is the following sum? Assume x greater-than-or-equal-to 0 and y greater-than-or-equal-to 0 Complete the pairs of corresponding parts if RST TXY.STR = XYT TXY XTY To determine how many pages would be needed to make 3 books, you can use the equation 138 = (46)3. How many pages would be in 8 books? Pllllllsssssssssss helpppp Determine the Mass Number of the Following Elements:Al - 13 Protons 15 Neutrons B - 5 Protons 6 NeutronsC - 6 Protons 8 NeutronsSc - 21 Protons 25 NeutronsNa - 11 Protons 13 Neutrons A square garden has area of 396 square feet . What is the exact length of one side of the garden PLEASE HELP I NEED TO TURN THIS IN When Stanley finds the rowboat way out on the lake, he thinks, "Someone may have drown here- at the samespot where I could very well die of thirst." Explain how this is ironic. Then explain how this irony makes Stanleyfeel. Solve for x. X^2 = 1/4. Look at the picture for answer choices. Don't answer if you dont know. Create an advertisement that persuades someone to run as your vice president. Your advertisement should clearly state the roles and responsibilities of the vice president and the reasons someone would want this job. Think about what roles and responsibilities the vice president can potentially have as well.Develop an ad that addresses the fears, doubts, and uncertainties that might prevent someone from wanting to be vice president. Your advertisement should be 100 to 300 words. - 2(5y - 7) = -9y + 6 In James Hurst's short story "The Scarlet Ibis," who or what does the delicate red bird symbolize? A. the narrator B. the narrator's brother Doodle C. the inevitability of death D. the fragility of family relationships HEY CAN ANYONE PLS ANSWER DIS SPANISH WORK!!!!!!!!!!!!!!!! Find the perimeter and area of following rectangle Read the excerpt from The Story of My Life by Helen Keller.We walked down the path to the well-house, attracted by the fragrance of the honeysuckle with which it was covered. Some one was drawing water and my teacher placed my hand under the spout. As the cool stream gushed over one hand she spelled into the other the word water, first slowly, then rapidly. I stood still, my whole attention fixed upon the motions of her fingers. Suddenly I felt a misty consciousness as of something forgottena thrill of returning thought; and somehow the mystery of language was revealed to me. I knew then that "w-a-t-e-r" meant the wonderful cool something that was flowing over my hand. That living word awakened my soul, gave it light, hope, joy, set it free! There were barriers still, it is true, but barriers that could in time be swept away.What does the point of view in the excerpt allow readers to learn?It allows readers to learn how much Annie Sullivan wants to teach Helen about language.It allows readers to learn how to spell water in sign language. It allows readers to learn what Helen is thinking and feeling when she discovers language. It allows readers to learn what Helen is thinking and feeling when she discovers water. 7x + 4(x+5)I will give brainliest to first person who answers!!!!!!!!! Which part of the trunk dies quickly?SapwoodInner barkHeartwoodVascular cambium 7 Qu es? Recuerdas? Snack foods p. 33 Hablar Identifica las comidas, usando un, una, unos, unas. (identify these foods using Escribir indefinite artides.) modelo: Son unas galletas. 2 . 3. Awit FUN 5. 6. 8. What new pieces of information have you learned about the Industrial Revolution?