Answer:
Magnetic Storage. Magnetic storage encodes data in patterns of positive and negative magnetic polarity on some magnetic medium like organic metal. ...
Optical Storage. Optical storage technology use laser/optical reflection phenomenon to read or write data. ...
Solid State storage.
Explanation:
Hope this help!!
Answer:
Windows
Explanation:
It is down to preference. I prefer windows due to its large compatibility with a wide range of apps.
Answer:
A mobile device is loosely defined as a very small device that has some built-in computing or Internet capability.
Explanation:
A mobile device also referred to as a handheld device is a computer device small enough to hold and operate in the hand.
Mobile devices can connect to the Internet and interconnect with other devices such as headsets through Wi-Fi, Bluetooth, cellular networks or near field communication (NFC).
Examples are: Smartphones, Tablets, Calculator
, Digital media player
, Handheld game console
, Laptop
, Mobile Internet Device (MID)
, Personal Digital Assistant (PDA)
, and Pocket calculator
.
Answer:
public class CheckPalindrome{
public static boolean IsPalindrome(String str){
if(str.Length<1)
{
return true;
}
else
{
if(str[0]!=str[str.length-1])
return false;
else
return IsPalindrome(str.substring(1,str.Length-2));
}
}
public static void main(string args[])
{
//console.write("checking palindromes");
string input;
boolean flag;
input=Console.ReadLine();
flag= IsPalindrome(input);
if(flag)
{
Console.WriteLine("Received"+input+"is indeed palindrome");
}
else
{
Console.WriteLine("received"+input+"is not a palindrome");
}
}
Explanation:
True
Companies will not hire unless they know your name, availability, email, phone number, and any other legal personal information that they need to know