Answer:
without an operating system, a computer cannot boot, as it also provides services for the computer programs.
Hope This Helps!!!
Answer:
name.charAt(0);
Explanation:
Given: 'name' is a variable of type String that has been assigned a value.
To determine: an expression whose value is the first character of the value of name.
Let us assume nae is assigned the value "test". So our expression should return the first character , that is 't'.
In order to do this, we can use the charAt method of String object.
String name="test";
char c = name.charAt(0);
Here 0 corresponds to the index of the character we are interested in.
Answer:
Object-oriented programming
Explanation:
When used in object-oriented programming , a class is a factory for creating object. An object is a collection of data and behavaiors that represent some entity(real or abstract).
When you collaborate or meet with a person or group online, it is called
cloud computing
social networking
text messaging
web conferencing
Answer:
Cloud computing
Explanation:
Cloud computing is simply defined as the usage of computer resources or networks to communicate with a person or persons over the internet.
This has to do with the exchange of ideas or information between two or more parties over the internet and this can be achieved by using a service such as an email to collaborate, meet or discuss with a person or group online.
Answer: So have you done assignment 5? and have you read back the previous one?