Primary Research (General Questions Analysis)

 1)  What is an interface?

Give me a short answer please:

Example: "An interface is a reference type in the program Java. This type is similar to the class but also includes abstract methods."

2) What is a constructor?

Give me a short answer please:

Example: "A constructor is the method or methods used when creating an object of the class. Parameterized and default constructors are the two different kinds of constructors used."

3) What is a chipset?

Give me a short answer please:

Example: "A computer's chipset is what controls the communication between all computer components, including the RAM, CPU, and storage. The chipset denotes which and how many USB devices and high-speed components a motherboard can support. Chipsets are often used to control peripherals like the mouse, monitor, and keyboard."

4) What is inheritance?

Give me a short answer please:

Example: "Inheritance is the property that has been passed on from a superclass to a subclass."

5) What is a file?

Give me a short answer please:

Example: "A file is a location that stores information and data. Files are always stored inside a storage device using the name given to the file. Files keep data and information permanently or until deleted."


Комментарии