A smart-phone is also referred to as a mobile device and it can be defined as a small, portable, programmable-electronic device that is designed and developed for sending (transmission) and receiving data (messages) over a network. Thus, a smart-phone must be designed as a hand-held device with communication capabilities.
Basically, the components that make up a smart-phone can be classified into two (2) main categories and these include:
1. <u>Input:</u> it comprises mouthpiece, keyboard, light sensor, etc.
2. <u>Output:</u> it comprises screen, speaker, earpiece, etc.
In this context, an end user would interact with a smart-phone in the following ways to perform (do) various tasks:
- By using a keyboard to type a text and then sending it to another person.
- By using a mouthpiece as an input for voice (audio) messages when making call.
- The screen of a smart-phone displays the necessary information to an end user.
- When playing a digital music file the speaker produces the output as sound.
Read more on smart-phone here: brainly.com/question/4922532
Answer:
The answer is "check the worksheet is not read only"
Explanation:
The read only mode is used for read the file data, and it doesn't allows the user to update the file, and for updating the worksheet we should check iut does not open in the read-only mode.
If it is open, then we close it and for close we goto the office button and click on the tools option after that goto general setting, in this there is a check box for turn off the read-only mode.
Generally, the meta title is used to specify the main title of a website. The meta title is the text that is displayed in the search engine results pages, and in the tabs of a web browser. It indicates what a page is about and what it is about. You should keep it.
<em>Hope it helps :)</em>
Answer:
The code will give an error that is "At least one public class is required in main file".
Explanation:
In the given code if we do not use the public access modifier to the class. It will give an error so, the correct code to this question as follows:
Program:
import java.util.HashSet; //import package
public class A //define class as public.
{
public static void main(String[ ] args) //define main method.
{
HashSet set = new HashSet(); //creating hashset object.
set.add("A"); //add alphabet in hashset
set.add("B"); //add alphabet in hashset
set.add("C"); //add alphabet in hashset
System.out.print("Size of HashSet is :"set.size()); //print the size of hashset.
}
}
Output:
Size of HashSet is : 3
Explanation of the program:
- In the above program, we define a public class that is "A" and inside the class, we define the main method.
- Inside the main method, we create a HashSet class object that is "set".
- To add elements in HashSet we use add() function that adds elements and in the last, we use the size() function that prints the size HashSet.
Only those cells names. Most common mistake in excel. If you want to sort rows make sure you highlight everything and then use sort function on column