Write a program that has a user guess a secret number between 1 and 10. Store the secret number in a variable called secretNumber and allow the user to continually input numbers until they correctly guess what secretNumber is. Complete the method guessMyNumber that uses a while loop to ask the user for their guess and compares it againist secretNumber. For example, if secretNumber was 6, an example run of the program may look like this:_______.

Answers

Answer 1

Answer:

Explanation:

The following code is written in Python. It is a function called guessMyNumber and like requested creates a random number and saves it to secretNumber. Then it continuously asks the user for their guess and compares it to the secret number. If the guess is correct it exits the loop otherwise it will continue to ask for a new guess.

import random

def guessMyNumber():

   secretNumber = random.randint(1, 10)

   print(secretNumber)

   while True:

       guess = input("Enter your guess: ")

       guess = int(guess)

       if (guess == secretNumber):

           print("Congratulations you guessed correctly")


Related Questions

Need help with Exercise 7

Need help with Exercise 7
Need help with Exercise 7

Answers

The method signature in Java syntax based on the information will be:

public boolean has13Digits(String inputString) {

}

How to explain the information

It should be noted that to design the method that takes a String and returns true if the String has 13 digits and false otherwise, we can follow the following steps:

Declare a method with a return type of boolean, which takes a String parameter.

Check if the length of the input String is exactly 13.

If the length is 13, check if all characters in the String are digits. If yes, return true; otherwise, return false.

Lean more about java on

https://brainly.com/question/25458754

#SPJ1

Posting pictures everyday of all the things you eat would most likely be considered

Answers

Posting pictures every day of all the things you eat would most likely be considered: oversharing.

what is keyboard buffer tell me the answer nicely and I will give brainlitst​

Answers

Answer:

A keyboard buffer is a very small partition of memory that is usually stored in the computer memory in random access memory (RAM) and captures all the keystrokes made on a keyboard.

Explanation:

Witch of the following are true of email communications when compared to
Phone or face to face communications

Answers

The statements which are true of e-mail communications when compared to phone or face-to-face communications is that communications via e-mail are:

more difficult to determine tone or inflection.easily shared.absent of visual cues.

What is communication?

Communication can be defined as a strategic process which involves the transfer of information (messages) from one person (sender) to another (recipient or receiver), especially through the use of semiotics, symbols, signs and network channel.

What is an e-mail?

An e-mail is an abbreviation for electronic mail and it can be defined as a software application (program) that is designed and developed to enable users exchange (send and receive) both texts and multimedia messages (electronic messages) over the Internet.

In this context, we can reasonably infer and logically deduce that in an electronic mail (e-mail) it would be more difficult to determine a person's tone or inflection in comparison with phone or face-to-face communications.

Read more on e-mail here: brainly.com/question/15291965

#SPJ1

Complete Question:

Which of the following are true of e-mail communications when compared to phone or face-to-face communications?

Communications via e-mail are _____.

absent of visual cues

more precise and accurate

limited in efficiency

less likely to be saved

easily shared

more difficult to determine tone or inflection

which statements describes the size of an atom

Answers

answer:

A statement that I always think about to understand the size of an atom. If you squish a person down to the size of an atom. It will make a black hole. and if you squish the whole Earth. down to the size of a jelly bean it will also make a black hole. This is just a approximation.

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

I use the scale to understand how small that is I am open to hear more principles if you were talking about math wise that would be glad to help.

if you have anymore questions I will try to answer your questions to what I know.

.

Help asap PLEASE IM STUCK

Help asap PLEASE IM STUCK
Help asap PLEASE IM STUCK
Help asap PLEASE IM STUCK
Help asap PLEASE IM STUCK

Answers

To sort the filtered data first alphabetically by the values in the Model column and then by icon in the Cmb MPG Icon column so the Signal Meter With Four Filled Bars icon appears at the top, you can follow these steps:

What are the steps!

Select the filtered data.

Click on the "Data" tab in the ribbon.

Click on the "Sort" button in the "Sort & Filter" group.

In the "Sort" dialog box, select "Model" from the "Column" dropdown list and select "A to Z" from the "Order" dropdown list.

Click on the "Add Level" button.

In the "Sort" dialog box, select "Cmb MPG Icon" from the "Column" dropdown list and select "Custom List" from the "Order" dropdown list.

In the "Custom Lists" dialog box, select "Signal Meter With Four Filled Bars" from the list and click on the "Add" button.

Click on the "OK" button in the "Custom Lists" dialog box.

Select "Signal Meter With Four Filled Bars" from the "Order" dropdown list.

Click on the "OK" button in the "Sort" dialog box.

To add subtotals for each change in Model to calculate the average for the Air Pollution Score, City MPG, Hwy MPG, and Cmb MPG, you can follow these steps:

Go to the top of the My Car Data worksheet.

Select the data range.

Click on the "Data" tab in the ribbon.

Click on the "Subtotal" button in the "Outline" group.

In the "Subtotal" dialog box, select "Model" from the "At each change in" dropdown list.

Select the checkboxes for "Air Pollution Score", "City MPG", "Hwy MPG", and "Cmb MPG".

Select "Average" from the "Use function" dropdown list..

Click on the "OK" button.

To collapse the data to show just the total rows, you can click on the "2" button above the row numbers on the left-hand side of the worksheet.

To refresh the PivotTable data on the MPG PivotTable worksheet, you can follow these steps:

Click anywhere in the PivotTable.

Click on the "Analyze" tab in the ribbon.

Click on the "Refresh" button in the "Data" group.

To apply the Pivot Style Medium 1 Quick Style to the PivotTable and display a slicer for the SmartWay field and show only data where the SmartWay value is Elite, you can follow these steps:

Click anywhere in the PivotTable.

Click on the "Design" tab in the ribbon.

Click on the "PivotTable Styles" button in the "PivotTable Styles" group.

Select "Medium 1" from the list of Quick Styles.

Click on the "Insert Slicer" button in the "Filter" group.

Select "SmartWay" from the list of fields.

Select "Elite" from the list of values.

Click on the "OK" button.

Learn more about data on;

https://brainly.com/question/26711803

#SPJ1

Assume we are using the simple model for floating-point representation as given in this book (the representation uses a 14-bit format, 5 bits for the exponent with a bias of 15, a normalized mantissa of 8 bits, and a single sign bit for the number). What decimal value (no leading/trailing zeros) for the sum of 01011011001000 and 00111010000000 is the computer actually storing?

Answers

Answer:

The representation of 100.0 in the floating-point representation is computed as follows: First convert the given number 100.0 in the binary form. 10010 = 11001002 the binary representation.

Explanation:

Click this link to view ONET's Tasks section for Web Developers. Note that common tasks are listed toward the top. and less common tasks are listed toward the bottom.

According to ONET, what common tasks are performed by
Web Developers? Check all that apply.


A. writing, designing, or editing web page content

B. using the web to purchase products for an employer

C. designing, building, or maintaining websites

D. setting up equipment for other employees

E. performing or directing website updates

Answers

According to ONET's Duties, the typical jobs carried out by web developers include creating or managing website updates as well as authoring, designing, or editing the content of web pages.

What regular tasks are carried out by web developers?

Develop and test programmes, user interfaces, and website menus. Create the website's code using coding languages like HTML or XML. Identify the information the website will contain by working with other team members. To decide on the layout of the website, consult with graphic and other designers.

What are the most popular services for web development?

The most popular web development service is probably full-stack development. Full-stack engineers, as opposed to highly specialised experts, have the skills and background to create both the front end and the back end.

To know more about website visit:-

https://brainly.com/question/19459381

#SPJ1

Answer:

writing, designing, or editing web page content

designing, building, or maintaining websites

performing or directing website updates

Which of the following tactics can reduce the likihood of injury

Answers

The tactics that can reduce the likelihood of injury in persons whether at work, at home or wherever:

The Tactics to reduce injury risks

Wearing protective gear such as helmets, knee pads, and safety goggles.

Maintaining proper body mechanics and using correct lifting techniques.

Regularly participating in physical exercise and strength training to improve overall fitness and coordination.

Following traffic rules and wearing seatbelts while driving or using a bicycle.

Ensuring a safe and well-lit environment to minimize the risk of falls or accidents.

Using safety equipment and following guidelines in sports and recreational activities.

Being aware of potential hazards and taking necessary precautions in the workplace or at home.

Read more about injuries here:

https://brainly.com/question/19573072

#SPJ1

2 The following image shows the number of orders Company A received in 2015-2020. A financial analyst wants to calculate the year-over-year growth rate of the orders and has entered the formula for 2016 in cell C4. What steps should the analyst take to apply the same formula to all adjacent years using the Macabacus' Fast Fill Right shortcuts?​

Answers

In the above case, the thing to do is to Press Ctrl + Shift + Right Arrow to select cells C4 to G4, then press Ctrl + R.

What are Computer shortcuts?

A computer shortcuts are known to be a composition of one or a lot of keys that bring about a command in software or operating system.

Hence, In the above case, the thing to do is to Press Ctrl + Shift + Right Arrow to select cells C4 to G4, then press Ctrl + R.

See options below

Select cell C4, then press Ctrl + Shift + R

Press Ctrl + Shift + Right Arrow to select cells C4 to G4, then press Ctrl + R

Select cell C4, then press Ctrl + R

Press Shift + Right Arrow to select cells C4 to G4, then press Ctrl + R

Learn more about Computer shortcuts  from

https://brainly.com/question/12531147

#SPJ1

way are you choose a Databases​

Answers

The choice of databases in computer science and software engineering depends on various factors such as the specific requirements of your application, scalability needs, data model, performance considerations, and personal or organizational preferences.

There are several popular databases commonly used in the field of computer science, including:

1.  Relational Databases:

MySQLPostgreSQLOracleMicrosoft SQL ServerSQLite

2.  NoSQL Databases:

MongoDB (document-oriented)Cassandra (wide-column)Redis (in-memory key-value store)Elasticsearch (search and analytics)Neo4j (graph database)

The choice of database depends on the specific needs of your project or application. It's important to consider factors such as data structure, scalability, performance requirements, ease of use, community support, and integration capabilities.

If you have any specific requirements or criteria, I can help guide you in selecting a suitable database for your project.

for similar questions on databases.

https://brainly.com/question/24027204

#SPJ8

In order to average together values that match two different conditions in different ranges, an excel user should use the ____ function.

Answers

Answer: Excel Average functions

Explanation: it gets the work done.

Answer:

excel average

Explanation:

What are the six categories of CUI?

Answers

Answer: CUI Categories

     Ammonium Nitrate.

    Chemical-terrorism Vulnerability Information.

   Critical Energy Infrastructure Information.

    Emergency Management.

  General Critical Infrastructure Information.

   Information Systems Vulnerability Information.

   Physical Security.

   Protected Critical Infrastructure Information.

Explanation:

Ruby enjoys working with other people.she has excellent leadership,interpersonal,and communication skills that she would like to use in her future career

Answers

Answer: training and development specialist

Explanation:training and development specialist

Explanation:

From the question we are informed about Ruby who enjoys working with other people. She has excellent leadership, interpersonal, and communication skills that she would like to use in her future career. In this case the career that would be the best fit for her based on her skills is training and development specialist.

Training and development specialists can be regarded as a profession that provide help in administering, creating and delivering of training programs for organization as well as Businesses. They do this through group discussions and lecturing and also team exercise.

Training and development

Explanation:

Which microsoft tool can be used to review a systems security configuration recommended?

Answers

Answer:The Security Compliance Toolkit (SCT)

Explanation:

It allows security administrators to download, analyze, test, edit, and store Microsoft-recommended security configuration baselines for Windows and other Microsoft products.

How do you feel about cyber warfare as it applies to you, and individual? On Busniess?

Answers

Answer:

As an individual, I believe cyber warfare is a serious threat and I take steps to protect myself online. I use strong passwords, two-factor authentication, and other security measures to protect my data and accounts. On a business level, cyber warfare can be even more dangerous, as companies have more valuable data and a larger attack surface. Companies should invest in robust cybersecurity measures, such as firewalls, intrusion detection systems, and encryption, to protect their data and networks.

Explanation:

Identify a logical operation (along
with a corresponding mask) that, when
applied to an input string of 8 bits,
produces an output string of all 0s if and
only if the input string is 10000001.​

Answers

Answer: Provided in the explanation section

Explanation:

The Question says;

Identify a logical operation (along

with a corresponding mask) that, when

applied to an input string of 8 bits,

produces an output string of all 0s if and

only if the input string is 10000001.​

The Answer (Explanation):

XOR, exclusive OR only gives 1 when both the bits are different.

So, if we want to have all 0s, and the for input only 10000001, then we have only one operation which satisfies this condition - XOR 10000001. AND

with 00000000 would also give 0,

but it would give 0 with all the inputs, not just 10000001.

Cheers i hope this helped !!



Computer A uses Stop and Wait ARQ to send packets to computer B. If the distance between A and B is 40000 km, the packet size is 5000 bytes and the
bandwidth is 10Mbps. Assume that the propagation speed is 2.4x108m/s
a) How long does it take computer A to receive acknowledgment for a packet?
b) How long does it take for computer A to send out a packet?

Answers

The time that it takes the computer to receive acknowledgment for a packet is 0.1667 seconds. The time it takes to send out a packet is  4 x 10⁻³seconds

1 The acknowledgment time for the packet

speed =  2.4x108m/s

Distance = 40000 km,

Time = distance/ speed

= 40000 x10³/ 2.4x10⁸m/s

= 0.1667

The time that it take is 0.1667 seconds.

b. Number of bytes = 5000

5000x 8 = 40000bits

10 mbps = 10000 kbps

10000 kbps = 10000000

packet size / bit rate = 40000/10000000

= 4 x 10⁻³seconds to send a packet out

Read more on computer bandwith here: https://brainly.com/question/27020560

ROCK = 0 PAPER = 1 SCISSORS = 2 # Read random seed to support testing (do not alter) and starting credits
seed = int(input())
# Set the seed for random
random.seed(int(seed))

# Type your code here.

Answers

In this exercise we have to use the knowledge of computational language in python to write a code that Read random seed to support testing (do not alter) and starting credits seed = int(input()).

Writting the code:

import random

ROCK = 0

PAPER = 1

SCISSORS = 2

# Read random seed to support testing (do not alter) and starting credits

seed = int(input())

# Set the seed for random

random.seed(int(seed))

# Type your code here.

player_1 = input()

player_2 = input()

rounds = 0

count = 0

win_count1 = 0

win_count2 = 0

while True:

   rounds = int(input())

   if rounds >= 1:

       break

   else:

       print("Rounds must be > 0")

print(player_1 + " vs " + player_2 + " for " + str(rounds) + " rounds")

while count < rounds:

   p1 = random.randint(0, 2)

   p2 = random.randint(0, 2)

   if p1 == p2:

       print("Tie")

   elif p1 == ROCK:

       if p2 == SCISSORS:

           print(player_1 + " wins with rock")

           win_count1 = win_count2 + 1

       else:

           print(player_2 + " wins with paper")

           win_count2 = win_count2 + 1

       count = count + 1

   elif p1 == PAPER:

       if p2 == ROCK:

           print(player_1 + " wins with paper")

           win_count1 = win_count1 + 1

       else:

           print(player_2 + " wins with scissors")

           win_count2 = win_count2 + 1

       count = count + 1

   elif p1 == SCISSORS:

       if p2 == PAPER:

           print(player_1 + " wins with scissors")

           win_count1 = win_count1 + 1

       else:

           print(player_2 + "wins with rock")

           win_count2 = win_count2 + 1

       count = count + 1

print(player_1 + " wins " + str(win_count1) + " and " + player_2 + " wins " + str(win_count2))

See more about python at brainly.com/question/18502436

#SPJ1

ROCK = 0 PAPER = 1 SCISSORS = 2 # Read random seed to support testing (do not alter) and starting creditsseed

compare and contrast the various write strategy used in cache technologies

Answers

Answer:

The abiotic factors are non-living factors in an ecosystem that affect the organisms and their lifestyle. In this case, low temperature and low humidity lead to the conditions that are unfavorable for birds. So, the birds must adapt to these factors by hiding the food in the caches.

Explanation:

a prospect calls a sales rep at a firm as teh prospect listend to her pitch he keeps pushing back that the price is higher than most. What should the rep do?

Answers

Since there is a prospect calls a sales rep at a firm as the prospect listened to her pitch he keeps pushing back that the price is higher than most. the thing that the rep can do is option d: Ask him to set aside price for now to see if the services are a good fit.

How to be a sales rep

A sales rep is known to be any body that is a person who is said to function as the seller of products or services for a given firm.

Note that they are often in seen in a specific field or area. Rep is a wood that is the short form for representative. The term sales representative are people who often works for (stand) for a company but the salesperson is one that can also be selling their own special products.

There are different kinds of calls and there are ways to handle such calls. Based on the scenario above, Since there is a prospect calls a sales rep at a firm as the prospect listened to her pitch he keeps pushing back that the price is higher than most. the thing that the rep can do is option d: Ask him to set aside price for now to see if the services are a good fit.

Learn more about sales rep  from

https://brainly.com/question/28410390

#SPJ1

A prospect calls a sales rep at a consulting firm. As the prospect listens to her sales pitch, he keeps pushing back that the price is higher than most. What should the rep do? a. Agree that her company's services are expensive but promise that they'll solve his problems b. Ask him to hold and check with her supervisor if she can offer a discount a c. Ask him what price he would consider fair and reasonable d. Ask him to set aside price for now to see if the services are a good fit e. Point out that if he did his research, he knows that her company's services are better than those of competitors

Please send code for both index and style.

Please send code for both index and style.

Answers

please be more specific about what index and style. sorry i wasn't much help.

On a computer with 32-bit addresses, suppose we have a 2 GB main memory, that is byte addressable, and a 512KB cache with 32 bytes per block.

What would be the format of the memory address for fully associative caching technique?

Answers

The format of the memory address for fully associative caching technique is option C:  c) TAG= 13 SET = 14 WORD =5.

The definition of fully associative cache

A fully associative cache allows data to be stored in any cache block rather than forcing each memory address into a specific block. — Data can be stored in any vacant block of the cache when it is read from memory.

Note that the term "fully associative mapping" refers to a cache mapping technique that enables mapping of the main memory block to an openly accessible cache line.

Furthermore, data could be stored in any cache block with a fully associative cache. Every memory address wouldn't have to be confined to a specific block and option c best fit the statement above.

Learn more about caching from

https://brainly.com/question/3522040
#SPJ1

On a computer with 32-bit addresses, suppose we have a 2 GB main memory, that is byte addressable, and

You sometimes hear, “You can’t add apples and oranges.” Show that we can and do add apples and oranges in the national accounts. Explain how.

Answers

The reason for the statement of You can’t add apples and oranges.” Show that we can and do add apples and oranges in the national accounts is that the expression "apples and oranges can't be added" is used to highlight the differences between two objects that economists believe are incomparable.

What is the expression about?

Due to the lack of an acceptable unit of measurement, it is particularly challenging to measure the national income in practice. Three approaches are used in economics to measure national income:

The Product Method, also known as the Value Output Method.The Income Method.The Expenditure Method.

Which are not enough. The national income or GDP is immaterial. Therefore, Real GDP includes thousands of other items and services that cannot be directly added in economics, in addition to apples and oranges, computers, as well as power, transportation, and also education.

Learn more about national accounts from

https://brainly.com/question/1098565
#SPJ1

list any five feature of drwing toolbar

Answers

Line, arrow, rectangle, ellipse, text, vertical text, curve, stars are all possible answers -hope this helped, have a good night!!

Answer:

The tools in this part of the Drawing toolbar are:

Select: selects objects. To select multiple objects click on the top leftmost object and while keeping the mouse button pressed, drag the mouse to the bottom rightmost object of the intended selection. A marching ants rectangle identifying the selection area is displayed. It is also possible to select several objects by pressing the Control button while selecting the individual objects.

Line: draws a straight line.

Arrow: draws a straight line ending with an arrowhead. The arrowhead will be placed where you release the mouse button.

Rectangle: draws a rectangle. Press the Shift button to draw a square.

Ellipse: draws an ellipse. Press the Shift button to draw a circle.

Text: creates a text box with text aligned horizontally.

Vertical text: creates a text box with text aligned vertically. This tool is available only when Asian language support has been enabled in Tools > Options > Language Settings > Languages.

Curve: draws a curve. Click the black triangle for more options, shown below. Note that the title of the submenu when undocked is Lines.

12.2 question 3 please help

Instructions

Write a method swap_values that has three parameters: dcn, key1, and key2. The method should take the value in the dictionary dcn stored with a key of key1 and swap it with the value stored with a key of key2. For example, the following call to the method
positions = {"C": "Anja", "PF": "Jiang", "SF": "Micah", "PG": "Devi", "SG": "Maria"}
swap_values(positions, "C", "PF")
should change the dictionary positions so it is now the following:
{'C': 'Jiang', 'PF': 'Anja', 'SF': 'Micah', 'PG': 'Devi', 'SG': 'Maria'}

Answers

Answer:

def swap_values(dcn, key1, key2):

   temp = dcn[key1] # store the value of key1 temporarily

   dcn[key1] = dcn[key2] # set the value of key1 to the value of key2

   dcn[key2] = temp # set the value of key2 to the temporary value

positions = {"C": "Anja", "PF": "Jiang", "SF": "Micah", "PG": "Devi", "SG": "Maria"}

print("Initial dictionary: ")

print(positions)

swap_values(positions, "C", "PF")

print("Modified dictionary: ")

print(positions)

Explanation:

For what specific purpose is the TM9400 P25 Mobile designed? What is the benefit of having a mobile communications device that allows for multiple modes of operation? What features make this mobile device durable enough for use in the field? In your opinion, what feature(s) of the P25 Mobile makes it ideal for police work?

Answers

Answer:

The specific purpose for the design of the TM9400 P25 Mobile is its use for efficient communication with other emergency-handling jurisdictions, especially in challenging environments.

When a law enforcement officer requires a dedicated mobile network for communication in emergency situations, the TM9400 P25 Mobile comes handy.  It enables the officer to communicate under multiple operational modes from remote locations.

Encryption, together with its high quality audio and rugged build, ensures the durability of the TM9400 P25 Mobile.

The ability to communicate from many places, embedded into its interoperability, allows different law enforcement jurisdictions to seamlessly exchange intelligence.  It also has remote network management features, which enhance its spectral efficiency and effectiveness.

Explanation:

The TM9400 P25 Mobile is a high-performance, flexible, and robust radio specially designed for emergency situations. It is widely used by law enforcement officers to communicate with others from remote locations.

Things are created to meet a purpose.  The Tait TM9400 is known to be a very high-performing, flexible and robust mobile. It was set up for use in difficult environments while helping to give high quality audio and brilliant operation to the first responders all over the world.

The purpose of TM9400 P25 mobile designed is Challenging environment for effective communication use along with other emergency-handling cases.

It is often used by law enforcement officer because of  emergency situation as it comes in handy.  It helps the officer to communicate under a lot of operational modes from remote areas.

Learn more about Phones from

https://brainly.com/question/917245

Someone help me with 5.8.1 Ghosts from codehs

Answers

In this problem, you are given a list of integers called "ghosts" that represents the positions of ghosts on a game board. Your task is to count the number of ghosts that are next to each other and have the same value.

To solve this problem, you can use a loop to iterate through the list of ghosts. Inside the loop, you can compare each ghost with the next one using an if statement.
Here is a step-by-step explanation of how you can solve this problem:
1. Start by initializing a variable called "count" to 0. This variable will keep track of the number of pairs of adjacent ghosts with the same value.
2. Use a for loop to iterate through the list of ghosts. You can use the range function to generate the indices of the ghosts.
3. Inside the loop, compare the current ghost with the next one using an if statement. You can use the index variable to access the current ghost and the index variable plus 1 to access the next ghost.
4. If the current ghost is equal to the next ghost, increment the count variable by 1.
5. After the loop finishes, the count variable will contain the number of pairs of adjacent ghosts with the same value.
6. Return the value of the count variable as the answer.
Here is the code that solves the problem:
def count_adjacent_ghosts(ghosts):
   count = 0
   for i in range(len(ghosts) - 1):
       if ghosts[i] == ghosts[i + 1]:
           count += 1
   return count
You can call this function with a list of integers representing the positions of ghosts, and it will return the number of pairs of adjacent ghosts with the same value.
For more such questions ghosts,Click on

https://brainly.com/question/10534475

#SPJ8

It is essential to make computer professional more responsible towards society and culture

Answers

Yes it is essential because Computers benefit the business and personal world by being able to do the following more efficiently: buying and selling products, communicating throughout the world, enhancing our knowledge, job influences, entertainment, research, and paying bills.


Hope this helps. ^v^

What is your biggest concern when it comes to purchasing a used phone or laptop?

Answers

Answer:

quality

Explanation:

if i know about the phone or laptop quality and quantity then i can know which is important if i buy.

i can give you example by laptop. For example i want to get buy laptop. i should know about the quantity and quality. then if i choose quantity i can buy so many laptops if they are more than 3 laptops and i get it in low price. then i take it and i try to open the laptops for some other thing to do but they cant opened so it means it has lowest quality.

and if i choose the quality. may be i can't buy more than 1 laptops but the qulaity of the laptops is high so when i open the laptop it opened

Note

quality is the superiority or the quality level of a things.

quantity is the abundance or the quantity level of a thing

Other Questions
Doorway Inc. has the a preferred stock outstanding that has a$50.00 annual dividend, with a $1,000 par value.It matures after twenty-five (25) years.If comparable yields are 9 percent (9%), what sh The percentage of a borrowers gross monthly income required to meet monthly housing expenses (only) is called the? a ferry will safely accommodate 66 tons of passenger cars. assume that the mean weight of a passenger car is 1.7 tons with standard deviation 0.5 tons. if a random sample of 36 cars are loaded onto the ferry, what is the probability that the maximum safe weight will be exceeded? hint! think about the average safe weight g which statement about carbohydrates is false? group of answer choices sucrose dissolves easily in water. cellulose is a polysaccharide. starch is made up only of glucose monomers. sucrose is made from two glucose molecules. list out any 10 examples of movement which are taking place in very high speed?answer me correctly and give 10 examples if you do it I will mark you as brainlist. if you gave wrong answer I will report you answer. (20,-3) (19,-20) formula is: y2-y1/x2-x1x1 y1 x2 y2when i solved i got -17/-1, but my calculator says it's 17! i tried searching and it said to divide the fraction to get 17, but why do i have to divide? can someone please help me, thank u! Which is an example of a report a company might create using a relational database?a. a toy manufacturer joining data tables of restaurant locations, customer names, and amount of toys orderedb. a clothing retailer joining data tables of pant designers, available styles, and herbal teasc. a hospital joining data tables of surgical equipment, best-selling novels, and types of surgeryd . a college bookstore joining data tables of professor names, classes they teach, and books they require the percentage of the original area of wetlands currently left in the united states is approximately: question 44 options: 10%. 25%. 50%. 65%. 75%. Joe is making lunch for his crew. Joe took 3 hours to prepare the vegetables. The vegetables were made up of 9 kilograms. How long do you think it will take Joe to prepare 30 kilograms of vegetables? during wound healing granulations may form. what are granulations Find the length of side x in simplest radical form with a rational denominator. how to tell if a story is a lyrics poem Pluto is no longer considered a planet because of its flattened shape?true or false Aaliyah puts 42 gal of water into herfish tank. This is 60% of the totalnumber of gallons the fish tank canhold. Six tubes are placed in a rack. To all six tubes, you add 3 mlof water. Then 2 ml of serum is added to the first tube and mixedwell. You then transfer 1 ml of that to the second tube and againmix w Select the correct answer.Which detail from paragraph 8 shapes the central idea that children are unfairly worked? A. "They stamp buckles and metal ornaments of all kinds" B. "little beasts of burden, robbed of school life" C. "tiny children make artificial flowers and neckwear" D. "The children make our shoes in the shoe factories" a persons genetic inherited potential is called the while a person's actual appearance and behavior is called the PLEASEEEEEE HELP MEEEEEE PLSSSSSSSS opponents of judicial elections believe that elections sacrifice judicial ______. A website charges the same shipping fee on every order. The table shows the relationship between the cost of the items on the website, a, and the total cost including shipping, y. Cost of Items ( x) $18 $35 $86 Total Cost (y) $26 $43 $94 - + = Complete the equation so that it models the relationship between the cost of the items on the website, I, and the total cost including shipping, y. Enter your answer in the box y = x +