Explanation:
just want points tbh but have a good day
There 4 options for this question:
a. software
b. hardware
c. data
d. All of the above
Explanation:
The correct answer, in this case, is d. All of the above, because if we want to make complete system information we must have software, hardware, and data, for example:
Social media is a software, and we must have cellphones (hardware) even behind the app there are servers and other kinds of hardware to manage the social media, the data complement all of this, it could be user information, videos, images, etc.
Answer:
ssume that,
Maximum “students” count can be 10.
*Driver Class*
*Solution class*
import java.util.*;
class Student {
private String name;
private int rollNo;
public String getName() {}
public void setName(String name) {}
public int getRollNo() {}
public void setRollNo(int rollNo) {}
};
class ClassRoom {
private int i;
private Student[] students;
public void addStudent(String name, int rollNo) {}
public Student[] getAllStudents() {}
};
Answer:
Both b and c
Explanation:
Dotted Decimal notation is a presentation of numerical data which is expressed as decimal numbers separated by full stops. Dotted decimal notation expresses each eight bit sections of 32 bit numbers as decimal value. It provides convenient notation which is easy to understand by the people who are IT experts.