Showing posts from September, 2020

Software Myths

software myths Software myths propagated misinformation and confusion Software…

Types of Software Applications

1.system software • System software is a collection of a program written to ser…

Characteristics of the Software

Characteristics of the Software Software is a logical rather than a physical s…

what is software engineering

what is software engineer  Definition of Engineering:- Application of science,…

php program to Create a script that displays 1-2-3-4- 5-6-7-8-9-10 on one line. There will be no hyphen(-) at starting and ending position .

php Create a script that displays 1-2-3-4- 5-6-7-8-9-10 on one line. There will…

Write a program that keeps track of how many times a visitor has loaded the page

Write a program that keeps track of how many times a visitor has loaded the p…

Enter 3 numbers and find out minimum and maximum numbers in unix

unix find out minimum and maximum numbers  echo “enter 3 numbers” read a b c…

print 1 to 20 numbers reverse in unix

print 1 to 20 numbers  reverse  in unix for (( i=20;i>0;i++) do echo “…

write a program to add two numbers in unix

write a program to add two numbers in unix echo "enter value of a" re…

Load More That is All