Answer:
Check the explanation
Explanation:
An entity can be a person, place, thing, or even an event about which data is collated and stored. Entities names usually are nouns.
The Entity Data Model (EDM) is an extensive model of the Entity-Relationship model which identifies the conceptual model of the data using a variety of modeling technique. It acan also be termed as a set of concepts that illustrates data structure, regardless of its stored form.
The Information stored or can be stored in a CASE repository regarding an entity includes:
Name
Definition
Special Notes
Answer:
First one is B size because if it's too small or big it might get pixelated or fuzzy, and for the second parr it would be B printable .
Explanation:
Write "i" the write random words then delete it and add the lowercase i
#let the user input data
Hours = int(input(“enter how many hours were worked”))
Pay_rate = float(input(“Enter the pay rate”))
Pay_amount = Pay_rate * Hours
#calculate the wages
Print (Pay_amount)
#print the final answer