<span>Open Applications -> Accessories -> Terminal.
Find where the .sh file. Use the ls and cd commands. ls will list the files and folders in the current folder. Give it a try: type "ls" and press Enter.
<span>
Run the .sh file. Once you can see for example script1.sh with ls run this: ./script.sh.
What windows do you have?))</span></span>
Answer:
1.
DIM myArray(10) as INTEGER
LET A = 0
FOR I = 1 TO 10 STEP 2
INPUT “INPUT NUMBER”; myArray(i)
LET A = A + myArray(i)
NEXT
PRINT A
END
2.
REM PROGRAM FOR CALCULATING THE SIMPLE INTEREST
CLS
INPUT “INPUT THE PRINCIPAL”; P
INPUT “INPUT THE TIME”; T
INPUT “INPUT THE RATE”;R
SI = P* T * R / 100
PRINT “SIMPLE INTEREST =”; SI
END
Explanation:
Please find the respective programs in the answer section.
Answer:
A or B
Explanation:
Firewalls and internet filters are the same thing, people nowadays tend to use "internet filters" more, but again they mean the same thing.
Mesh WLAN wireless mesh network WMN describes a wireless network topology in access points work as peer devices on the same network.
<span />