1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Mariana [72]
3 years ago
12

ShoppingBay is an online auction service that requires several reports. Data for each auctioned item includes an ID number, item

description, length of auction in days, and minimum required bid. Design a flowchart or pseudocode for the following:
a. A program that accepts data for one auctioned item. Display data for an auction only if the minimum required bid is over $100.00.
b. A program that continuously accepts auction item data until a sentinel value is entered and displays all data for auctions in which the minimum required bid is over $100.00.
c. A program that continuously accepts auction item data and displays data for every auction in which there are no bids yet (in other words, the minimum bid is $0.00) and the length of the auction is one day or less.
d. A program that continuously accepts auction data and displays data for every auction in which the length is between 7 and 30 days inclusive.
e. A program that prompts the user for a maximum required bid, and then continuously accepts auction data and displays data for every auction in which the minimum bid is less than or equal to the amount entered by the user.

Engineering
1 answer:
daser333 [38]3 years ago
5 0

Answer:

START

  READ ID_Number

  READ Item_description

  READ length_of_auction_Days

  READ minimum_required_bid  

  IF minimum_required_bid GREATER THAN 100

      THEN

          DISPLAY

              Item Details are

              Item Id : ID_Number

              Item Description: Item_description

              Length Action days: length_of_auction_Days

              Minimum Required Bid: minimum_required_bid

END

Explanation:

You might be interested in
Table 1(a) shows the marks obtained by 40 students in an examination
Arlecino [84]
I dont know the answer to this
5 0
3 years ago
7. Sockets internal designs come in what sizes?
MAXImum [283]

Answer:

These drive fittings come in four common sizes: 1⁄4 inch, 3⁄8 inch, 1⁄2 inch, and 3⁄4 inch (referred to as "drives", as in "3⁄8 drive").

3 0
3 years ago
Re armature of a 4 pole DC generator is required to generate an emf of 520v on open circuit when revolving at a speed of 660rpm.
bija089 [108]

Since the armature is wave wound, the magnetic flux per pole is 0.0274 Weber.

<u>Given the following data:</u>

  • Emf = 520 Volts
  • Speed = 660 r.p.m
  • Number of armature conductors = 144 slots
  • Number of poles = 4 poles
  • Number of parallel paths = 2

To find the magnetic flux per pole:

Mathematically, the emf generated by a DC generator is given by the formula;

E = \frac{\theta ZN}{60} × \frac{P}{A}

<u>Where:</u>

  • E is the electromotive force in the DC generator.
  • Z is the total number of armature conductors.
  • N is the speed or armature rotation in r.p.m.
  • P is the number of poles.
  • A is the number of parallel paths in armature.
  • Ф is the magnetic flux.

First of all, we would determine the total number of armature conductors:

Z = 144 × 2 × 3

Z = 864

Substituting the given parameters into the formula, we have;

520 = \frac{\theta (864)(660)}{60} × \frac{4}{2}

520 = \theta (864)(11) × 2

520 = 19008 \theta \\\\\Theta = \frac{520}{19008}

<em>Magnetic flux </em><em>=</em><em> 0.0274 Weber.</em>

Therefore, the magnetic flux per pole is 0.0274 Weber.

Read more: brainly.com/question/15449812?referrer=searchResults

5 0
2 years ago
Why is data driven analytics of interest to companies?
Svetlanka [38]

Answer:

Advantages of data analysis

Ability to make faster and more informed business decisions, backed by facts. Helps companies identify performance issues that require action. ... can be seen visually, allowing for faster and better decisions.

7 0
2 years ago
A(n)___ branch circuit supplies two or more receptacles or outlets for lighting and appliances
Juli2301 [7.4K]

Answer: General purpose branch circuit

Explanation:

General purpose branch circuit are the type of circuits that are used mainly to supply light to two or more receptacle outlets for small appliances. This circuits are about 120v can be used either in residential, commercial and industrial buildings.

6 0
3 years ago
Other questions:
  • - if `check_1` and `check_2` variables are both True, it should set the value of a variable `outcome` to the string 'BOTH' - eli
    12·1 answer
  • Given the unity feedback system
    5·1 answer
  • (35 points) This is a legit question that I have for a device FOR my homework.
    12·1 answer
  • 3. Technician A says passive permanent
    5·1 answer
  • Tech A says that proper footwear may include both leather and steel-toed shoes. Tech B says that when working in the shop, you o
    15·1 answer
  • Please please help please with this this is the link for the story PLEASE PLEASE HELP PLEASE PLEASE help please
    7·1 answer
  • Which of the following sentences uses the word malleable correctly?
    7·2 answers
  • Chandler is working on a school editing project. Because he copied 10 GB of raw footage to his computer, its memory is running l
    11·1 answer
  • What is the scope of hazard review in a worksite analysis
    7·1 answer
  • Your class is using engineering principles to improve the design of football helmets to prevent brain injury. your teacher divid
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!