Answer:
// code to read grade
#include <stdio.h>
// main function
int main(void) {
// if grade is character
char grade;
// if grade is numeric then we can use int or double
// int grade;
// double grade;
printf("Enter your grade:");
// read grade from user
scanf("%c",&grade);
// print grade
printf("your grade is:%c",grade);
return 0;
}
Explanation:
To read a value, scanf() function is used from stdio.h.Read a grade from user and assign it to variable "grade".
Output:
Enter your grade:A
your grade is:A
// code to read die volt
#include <stdio.h>
// main function
int main(void) {
// variable
double die_volt;
printf("Enter die volt:");
// read die volt from user
scanf("%lf",&die_volt);
// print die volt
printf("Entered die volt is:%0.2lf",die_volt);
return 0;
}
Explanation:
Read the die volt from user and assign it to variable "die_volt" with the help
of scanf() function.
Output:
Enter die volt:220
Entered die volt is:220.00
Explanation:
An information system can be defined as an automated system or not, which is used for the purpose of collecting data and transforming it into relevant information for a given purpose.
Currently, information systems are increasingly used in the organizational environment, for example, as management information systems and decision support systems, which are automated computer systems that provide greater support to a manager's work, due to the amount of data that store and process relevant information to assist in the speed of the decision-making process, since information systems are able to capture a volume of data and analyze it, create standards, find flaws and transmit essential information that makes the manager's work more facilitated and improved.
<h2>Hey there!</h2>
<h3>Printer is an output device. </h3>
<h2>Explanation:</h2>
<h3>CD - We insert CD,so it is an input device.</h3>
<h3>Hard Drive - It is responsible for the memory of the computer, so it also an input device. </h3>
<h3>Joystick - It is used to play games on a computer, it inputs instructions through which a game/games can be played. So,it an input device.</h3>
<h3>Printer - It is used to print out the hard copies from a computer,like pages etc..</h3>
<h2>Hence, the correct option will be </h2>
<h3>D. printer </h3>
<h2>Hope it helps </h2>
So making a linocut basically your taking your design and using the negative space to paint the same picture over and over its is a very easy and effective method how every its main drawback is unless you make a bunch of different ones you stuck with one design
Answer: Companies and organization are taking several steps to secure their user from internet abuse .The methods are mentioned as follows:-
- Offering security technologies in the form of package along with the service so that the protection resource is not required to be installed or bought from elsewhere such as antivirus technologies.
- Using the web servers that are available with high security features
- Using the websites that persist the built-in feature of giving virus or malicious interruption warnings so that user can become alert
- Making users aware about internet abuse and provide information so that they can identify such happening in the service.