Answer:
A friend asks you for help writing a computer program to calculate the square yards of carpet needed for a dorm room. The statement "the living room floor is rectangular" is an example of a(n) <u>assumption</u> . The length and width of the room are examples of <u>known</u> information, which you can obtain as <u>input</u> from the user.
Explanation:
The given question is a Problem statement.
Problem statement can be defined as the brief description of an issue that needs to be focused in order to reach the require goal.
So the parts that a problem statement may have include:
- facts and figures (assumptions), that are known in the given scenario.
- data required (solution)to be calculated by focusing on present assumptions (given as input by the user).
So the attributes to be filled into blanks of given statement are assumption, known, input.
i hope it will help you!
Answer: I think the answer would be 1/30 or 1/60
Explanation: Anything below 1/90 is considered a soft image so i would go with 1/30 Brainliest ans plz.
Answer:
SELECT paintname, COUNT(paintname) as count_paintname
FROM paint
GROUP BY paintname HAVING COUNT(paintname) > 2
ORDER BY paintname
Explanation:
The structured query language or SQL statement returns two columns of paintname and the count of the distinct paint names in the paint table with rows of grouped paint names greater than two and in the ascending order of the names.
Answer:
Device Driver
Explanation:
All of the other options are physical and are something that you can physically touch. The device driver runs in software and allows the computer to communicate with the device that is attached.