FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Abstraction is:
A
adding to a problem
B
filtering out all irrelevant characteristics and unnecessary details
C
finding characteristics
D
looking for similarities
Explanation: 

Detailed explanation-1: -Abstraction is the process of filtering out – ignoring-the characteristics of patterns that we don’t need in order to concentrate on those that we do. It is also the filtering out of specific details. From this we create a representation (idea) of what we are trying to solve.

Detailed explanation-2: -Abstraction (from the Latin abs, meaning away from and trahere, meaning to draw) is the process of taking away or removing characteristics from something in order to reduce it to a set of essential characteristics.

Detailed explanation-3: -Abstraction is the process of hiding the internal details of an application from the outer world. Abstraction is used to describe things in simple terms.

Detailed explanation-4: -Abstraction is simply the removal of unnecessary detail. The idea is that to design a part of a complex system, you must identify what about that part others must know in order to design their parts, and what details you can hide.

Detailed explanation-5: -Abstraction in coding and computer science is used to simplify strings of code into different functions. It hides the underlying complexity in a programming language, which makes it simpler to implement algorithms and communicate with digital tools.

There is 1 question to complete.