0 of 6 Questions completed
Questions:
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
0 of 6 Questions answered correctly
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Abstraction means what?
You are building a calculator program that will take in a first number, a second number, add them together and display a result. You are defining a User Interface Abstraction Layer.
What are your two inputs?
You are building a calculator program that will take in a first number, a second number, add them together and display a result. You are defining a Mathematics Abstraction Layer.
What is your key process?
You are building a calculator program that will take in a first number, a second number, add them together and display a result. You are defining a User Interface Abstraction Layer.
What is your output?
What are the two parts of Abstraction?
You are building an online shopping program. Your user wants to search for an item, and you want to be able to display your search results on screen.
They need to be able to be sorted alphabetically and sorted by price.
Using abstraction, what information is not needed? Choose three options.