Computer Science, asked by sonugill047, 3 months ago

E. Answer the following in one word : 1.A data type that can store fractional values -

2.An entry controlled loop

3. Type of error

4.A non finite loop -

5.An instance of a class -

6.Basic building block of object oriented programming- ​

Answers

Answered by freedarajesh2003
0

Answer:

Explanation:

Floating point data types are used to store real numbers (numbers that can have a fractional part).

Entry Control Loop

An entry control loop checks the condition at the time of entry and if condition or expression becomes true then control transfers into the body of the loop.

Such type of loop controls entry to the loop that's why it is called entry control loop.Jump to Error rate — In statistical hypothesis testing, a type I error is the rejection of a true null hypothesis (also known as a "false positive" finding or conclusion; example: "an innocent person is convicted"), while a type II error is the non-rejection of a false null hypothesis (also known as a "false negative" finding or conclusion ...

In object-oriented programming (OOP), an instance is a concrete occurrence of any object, existing usually during the runtime of a computer program. ... Each realized variation of that object is an instance of its class. That is, it is a member of a given class that has specified values rather than variables.

What are the principles of OOP?

Object-oriented programming has four basic concepts: encapsulation, abstraction, inheritance and polymorphism

Similar questions