Answer:
Explanation:
#include <iostream>
using namespace std;
int main ()
{
    int responses[30],count[6];
    int score = 0;
    string resp = " ";
    for (int i = 0; i < 30; i++)
    {
     responses[i] = 0;
    }
    for (int i = 0; i < 6; i++)
    {
    	count[i,1]=0;
    	count[i,2]=0;
    	count[i,0]=0;
    }
    while ((resp != "Y") && (resp != "y"))
    {
    	for (int i = 0; i < 30; i++)
    	{
         while ((score > 5) || (score < 1))
            {
             cout << "Student " << (i+1)<< " please enter a value (1-5):";
             cin >> score;
         }
            responses[i] = score;
            if((score > 5)||(score<1))
            {
                if(score==1) count[1]++;        
                if(score==2) count[2]++;        
                if(score==3) count[3]++;        
                if(score==4) count[4]++;        
                if(score==5) count[5]++;        
            }
            score = 0;
    	}
    	cout<< "Response               Frequency              Percentage"<<endl;;
    	cout<< "    1                      "<<count[1]<<"               "<<(count[1]/30)<<"%"<<endl;
    	cout<< "    2                      "<<count[2]<<"               "<<(count[2]/30)<<"%"<<endl;
    	cout<< "    3                      "<<count[3]<<"               "<<(count[3]/30)<<"%"<<endl;
    	cout<< "    4                      "<<count[4]<<"               "<<(count[4]/30)<<"%"<<endl;
    	cout<< "    5                      "<<count[5]<<"               "<<(count[5]/30)<<"%"<<endl;
    	cout<< "Do you want to exit? Press Y to exit any other key to continue: ";
    	cin>> resp;
    }
    return 0;
}
 
        
             
        
        
        
Answer:
The answer is hybrid computer coz it is the combination of both analog and digital computers
Explanation:
hope it helps 
good day
 
        
             
        
        
        
/etc/samba/smb.conf is the file you can edit on a linux system to configure shared folders using samba.
<h3>What is a L
inux system ?</h3>
- A Unix-like operating system (OS) for desktops, servers, mainframes, mobile devices, and embedded devices, Linux is open source and user-developed. 
- One of the most broadly supported operating systems, it is supported on virtually all popular computing platforms, including x86, ARM, and SPARC.
- Windows OS is a for-profit operating system, whereas Linux is an open-source alternative. In contrast to Windows, which lacks access to the source code, Linux allows users to modify the code as needed.
- Applications, interfaces, programs, and software are all produced through Linux programming. Desktops, real-time apps, and embedded devices frequently employ Linux code.
- Programmers can learn about the Linux kernel for free online, enabling them to use, modify, and develop Linux without restriction.
Learn more about linux system refer to :
brainly.com/question/25480553
#SPJ4
 
        
             
        
        
        
Answer:
Customer Relationship Management (CRM).
Explanation:
CRM is an acronym for customer relationship management and it typically involves the process of combining strategies, techniques, practices and technology so as to effectively and efficiently manage their customer data in order to improve and enhance customer satisfaction.
This ultimately implies that, these employees are saddled with the responsibility of ensuring the customer are satisfied and happy with their service at all times. 
Marketing can be defined as the process of developing promotional techniques and sales strategies by a firm, so as to enhance the availability of goods and services to meet the needs of the end users or consumers through advertising and market research. It comprises of all the activities such as, identifying, anticipating set of medium and processes for creating, promoting, delivering, and exchanging goods and services that has value for customers.
Basically, CRM involves understanding customer needs, building and maintaining healthy long-term relationships with them, in order to add value or scale up your business.
Hence, customer relationship management (CRM) is one of the popular marketing strategy that is mainly based on the acquisition, enhancement, and retention of long-term relationships that add value for the organization and the customer.
 
        
             
        
        
        
Answer:
CPU.
Explanation:
A processor, also known as a Central Processing Unit, is a piece of hardware in a computer that performs basic operations and control when executing program code. 
Processors are usually made as integrated circuits closed in a hermetic casing, often with gold-plated leads (used for resistance to oxidation) and in this form they are called microprocessors - in common speech the terms processor and microprocessor are used interchangeably. The heart of the processor is a single crystal of silicon, on which a series of semiconductor layers have been applied by means of photolithography, forming, depending on the application, a network of several thousand to several billion transistors. Its circuits are made of metals with good electrical conductivity, such as aluminum and copper.