Institute of Management and Entrepreneurship Development (IMED), Pune

BCA (Semester-V)

SUBJECT: Introduction to Linux

Day:Saturday                Time:10.00 am - 1.00 pm
Date:September 19, 2016Max. Marks:60

Instructions:
  • Part-I: Oral Examination (20 Marks)
  • Part-II: Practical Examination (40 Marks) - Please write your answers in answer-book before you type them at Linux terminal.


  • Write respective Linux commands to perform the following activities (ATTEMPT ANY FOUR)     (20)
    1. Lists file details in the current directory
    2. List all running processes
    3. Lists who is on the network
    4. Lists commands you have done recently
    5. Online manual (help) about a command
    6. Change file permissions to executable


    Write Shell Scripts to perform the following activities (ATTEMPT ANY TWO)     (10)
    1. Print even intergers between 1 and 100
    2. Take an integer as an input and print integers starting from 1 upto that integer
    3. Print odd integers between 1 and 100


    Write programs in C or Java langauge to perform the following activities (ATTEMPT ANY TWO)     (10)
    1. Take a string as input and compare it with string LINUX
    2. Print odd integers between 1 and 100
    3. Take an integer as an input and print integers starting from 1 upto that integer