Answer: False 
Explanation: Even though you can remember it is not really good because some hackers can track you passwords through those websites and could hack your account. 
 
        
                    
             
        
        
        
Answer:
8/9 
Explanation:
i remember this question on my daughters book
 
        
             
        
        
        
Netstat -pan | more
-----------------------------------------------------
        
             
        
        
        
A fugue is a keyboard form founded on the principles of voices imitating each other. 
What is a fugue?
In theme, a fugue is a contrapuntal compositional process in two or more voices, built on a topic (a musical theme) that is presented at the beginning in imitation (repetition at other pitches) and which recurs often in the course of the design. It is not to be misunderstood with a figuring tune, which is a style of a song popularized by and mostly limited to early American music and West Gallery music. A fugue usually has three main areas: an exposition, a story, and a final admission that includes the return of the issue in the fugue's remedy key. Some fugues have a recapitulation.
To learn more about fugue, refer to:
brainly.com/question/1132239
#SPJ4
The complete question is:
The ________ is a keyboard form based on the principle of voices imitating each other.
a. fugue
b. prelude
c. suite
d. toccata
 
        
             
        
        
        
Answer:
In opp friend function is a function that gives the same access to private and protected data. It is declared in class that is granting access.
Explanation:
#include<iostream.h>
using namespace std;
class Sum
{
  int a, b, add;
  public:
  void input()  
{
  cout << "Enter the value of l and m:";
  cin >> l>>m;     taking input from users
 }
  friend void add(sum &t);
  void display()  
 {
   cout << "The sum is :" << z;
 }
};
  void add(sum & p)  
{
   p.add = p.a + p.b;
}
  int main()  
{
   sum p1;
   p1.input();
   add(p1);
   p1.display();
   return false;  
if(display==5)  
 {
  return true;  //true is returned if sum is equal to 5
 }
 else        //if they are not the same
 {
  return false;
 }
}