Shell programs are computer programs designed to run on the Unix/Linux shell
The shell program where comments are used to explain each line is as follows:
#This gets input for NAME
read NAME
#This gets input for AGE
read AGE
#This gets input for USN
read USN
#This gets input for GENDER
read GENDER
#This prints the name
echo "Name: $NAME"
#This prints the age
echo "Age: AGE"
#This prints the usn
echo "USN: USN"
#This prints the gender
echo "GENDER: $GENDER"
#The following if condition determines, if the user is eligible to vote or not
if [ $USN -gt 50 ] then
echo "You are not eligible"
else
echo "You are eligible"
Read more about computer programs at:
brainly.com/question/13795586
Answer:
System/application Domain.
Explanation:
System/application domain represents the technology and software that is tasked to do diverse subjects from the data management to the systems that processes data or information.
Particular application domain has it's own specific virtual address in which the resources for the application domain are present that uses the address space.
Answer:The three most common operating systems for personal computers are Microsoft Windows, macOS, and Linux.
Explanation:
Upgrade of Technology decides what kind of monitor to be used, how an integrated memory needs to be, how a device should look like.
In other way, if there is an improvement in showing the display in monitor it does not mean that technology is advanced. In the same way, you cannot say that since the memory is advanced, there is an up gradation in technology (think of integrated memory with classic monitor).
Since we have wonderful device with classic memory and screen display, we cannot say that it shows advancement of technology. Each and every electrical, electronic and digital world decides the Technology advancement level.