Question
In a certain language, the word WHERE is written as 24
β 9 β 7 β 19 β 7. How will you write GROSS in the same language?Solution
Place value of W = 23 + 1 = 24 Place value of H = 8 + 1 = 9 Place value of E = 5 + 2 = 7 Place value of R = 18 + 1 = 19 Place value of E = 5 + 2 = 7 Similarly Place value of G = 7 + 1 = 8 Place value of R = 18 + 1 =1 9 Place value of O = 15 + 2 = 17 Place value of S = 19 + 1 = 20 Place value of S = 19 + 1 = 20 So, the code of βGROSSΒ β is 8 β 19 β 17 β 20 β 20.
What does the command `chmod 755 myscript.sh` set as permissions for `myscript.sh`?
How do you access the value of a variable named `USERNAME` in a shell script?
Which of the following is the syntax for an `if` statement checking if a variable `NUM` is numerically equal to 5?
Which command is used to display the current working directory in a Unix-like operating system?
How can you make a shell script executable?
Which symbol is used to comment a single line in shell scripts?
If a program needs to read data from a file, which system call would it typically use?
Which command is used to display the first few lines of a file?
Which command is used to display the current working directory in a Unix-like operating system?
Metadata in a data warehouse primarily describes: