Wednesday, June 21, 2023

Write a program for Arithmetic operations in R Programming?

 1. Addition

2. Subtraction

3. Multiplication

4. Division

5. Floor

6. Ceiling

7. absoulte

8. sqrt

9. find quotient

10. find remainder


What is the comment line statement in R Programming?

what is the meaning of comment line, give usage and example code.

Friday, June 8, 2018

Unix Operating system questions

  1. Linux partitions are created using the file system is EXT3.
  2. /etc sub directory contains system configuration files include user passwords.
  3. PATH is the environment variable in Linux, that contain a list of directories the shell automatically recognizes.
  4. FORK is a system call in Linux operating system to create a new child process, which is a copy of the parent process.
  5. put is not an Unix Command ? 
  6. The usage of "nice" command is:  To increase or decrease the priority of a process
  7. Most found unix directory is "usr"
  8. Memory management system call is "mmap"
  9. What OS treates a hardware as a file system "UNIX".
  10. unix prompt for changes permission to deny write permission to group and others?Chmod go-w filex.

Tuesday, June 5, 2018

நம்பிக்கையோடு இன்றைய நாள்.

நாம் அடைய வேண்டிய இலக்கு பெரியதாக இருந்தால் அதை விட முயற்சி ஆயிரம் மடங்கு அதிகமாக இருக்க வேண்டும் வேண்டும். முயற்சி செய்தால்  முடியாதது எதுவும் இவ்வுலகில் இல்லை. நேரம் காலம் விதி என்பதையும் மீறி நமது முயற்சி நமக்கு வெற்றியை தேடித் தரும். கடவுளை மட்டுமே நம்பி வீணாய் வீட்டில் உக்கார்த்திருந்தால் எதுவும் நடக்காது கடுமையாக உழைத்துப்  பார் உன்னுடைய வெற்றி உன் கையில்.


Monday, June 4, 2018

என்ஜினீரிங் படிப்பு வேலை வாய்ப்பு உள்ளதா. ஆம் கண்டீப்பாக உள்ளது. இந்த வருடம் மாணவர்களின் சேர்க்கையை வைத்து நாம் முடிவு செய்ய முடியாது. வேலைபாய்ப்பு மிகவும் உள்ளது. ஆனால் தகுதி வாய்ந்த மாணவர்களுக்கு மட்டுமே. 

Write a program for Arithmetic operations in R Programming?

 1. Addition 2. Subtraction 3. Multiplication 4. Division 5. Floor 6. Ceiling 7. absoulte 8. sqrt 9. find quotient 10. find remainder