Pages

Welcome Fellow Batchmates

Hey Folks ! Welcome to RVCE MCA 2013 homepage exclusively for our batch. I ll be updating the blog with the happening and useful events from class. Hoping for a good response from you guys and make this three years of post-graduation a memorable one ! Just click on "Join this site" to the right corner of this page and you are good to go ! Once you join, "Comment" on the posts :)

Saturday, December 31, 2011

Unix Assignment


R V College of Engineering
Department of Master of Computer Application
I Semester 'A' Section -    ASSIGNMENT
Subject Code    : 10MCA14                                                                                 Date    : 19 -12-2011
Subject Title     : Introduction to UNIX                                     Submission Date : 02-01-2012
Faculty Name   : Sudha M                                                                                       Max. Marks: 10        

Group 1:   Roll No. : 1 – 10

1.       Explain the Mechanism of Process Creation.                                                   2.5 Marks

2.       Device pipeline to :                                                                         0.5x5=2.5 Marks
i.     list the five largest ordinary files in the directory including the dot files.
ii.    display files with all attributes and count the number of files listed.
iii.   search the /etc/passwd file and extract the 1st and 6th field and save it in a file “myetcpwd”
iv.   search the /etc/passwd file and extract the 1st and 6th field display it on the standard output      device and save it in a file “myetcpwd”
v.    list all the ordinary files in the current directory

3.            Write a script that accepts a compressed filename as argumentc(which could be .gz, .bz2 or .zip).  It looks at the extension and decmpresses the file using the correct decompression program, but only if the decompressed file (or one with the same name) does'nt exist. The  script should include proper validation and should not fail under any condition.

Group 2:  Roll No. : 11 - 20

1.       Explain in detail the Shell's Interpretive Cycle                                                2.5 Marks

2.       Device pipeline to :                                                                         0.5x5=2.5 Marks
1.    list the five smallest ordinary files in the directory including the dot files.
2.    display all c files with all attributes and count the number of files listed.
3.    match all lines that do not match the pattern “sales” in the file emp.lst
4.    store the output of the previous pipeline in the file “otherthansales” and display it on the standard output device too.
5.    search the /etc/passwd file and extract the first four fields and save it in a file “myetcpwd”

3.            Write a script that behaves both interactive and non interactive mode.  When no arguments are passed, it picks up each 'C' program from the current directory and lists the first 10 lines. It then prompts for deletion of the file.  It the user supplies arguments with the script, then it works on those files.

Group 3:  Roll No. : 21 - 30

1.       Write a detail note on background processes in UNIX                                    2.5 Marks

2.       Device pipeline to :                                                                         0.5x5=2.5 Marks   1.       list the five largest ordinary files in the directory including the dot files.
          2.       display files with all attributes and count the number of files listed.
          3.       Search for all directors and replace them “managing director”
          4.       search the /etc/passwd file and extract the 1st and 6th field and save it in a file                              “myetcpwd”
          5.       search the /etc/passwd file and extract the 1st and 6th field display it on the standard                     output          device and save it in a file “myetcpwd”


3.            Write a script that looks up every “.c” file in the current directory for the string printf or fprintf.  If found, the script adds the statement #include <stdio.h> at the begining of the file but only if it does not have it included.

Group 4:  Roll No. : 31 - 40

1.       Explain in detail about Proces and its states.                                                         2.5 Marks

2.       Device pipeline to :                                                                         0.5x5=2.5 Marks
vi.   list the all the files in the filesystem and display it on the standard output device  and save it in the file myfilesystem.
vii. Recursively search all files in the path /home/mca with all file attributes and count the number of shell scritps present in the given path
viii.        search all employees working in the marketing department and store them in the file “marketingpersonnel”
ix.   search the /etc/passwd file and extract the 1st and 6th field and save it in a file “myetcpwd”
x.    search the /etc/passwd file and extract the 1st and 6th field display it on the standard output      device and save it in a file “myetcpwd”

3.       Write a shell script that looks at every component of PATH and checks whether the directory           exists and is also accessible.                                                                             5 Marks




Group 5:  Roll No. : 41 - 50


1.       Explain in detail the sed command and the instructions used by sed.               2.5 Marks

2.       Device pipeline to :                                                                         0.5x5=2.5 Marks
xi.   list the five largest ordinary files in the directory including the dot files.
xii. display files with all attributes and count the number of files listed.
xiii.        search all employees working in the marketing department and store them in the file “marketingpersonnel”
xiv.        search the /etc/passwd file and extract the 1st and 6th field and save it in a file “myetcpwd”
xv. search the /etc/passwd file and extract the 1st and 6th field display it on the standard output      device and save it in a file “myetcpwd”

3.       You have two files ,foo1 and foo2 ,copied fom two /etc/passwd files on two machines. How   do you print a list of users who are i) present in foo1 but not in foo2,ii)present in foo2 and    not in foo1,iii)present in both files.     


Group 6:  Roll No. : 51 - 60


1.       Explain in detail the various modes of vi editor and commands in respective modes.
 2.5 Marks

2.       Device pipeline to :                                                                         0.5x5=2.5 Marks
i.     list the five largest ordinary files in the directory including the dot files.
ii.    display files with all attributes and count the number of files listed.
iii.   match all lines that do not match the pattern “sales” in the file emp.lst
iv.   store the output of the previous pipeline in the file “otherthansales” and display it on the standard output device too.
v.    search the /etc/passwd file and extract the first four fields and save it in a file “myetcpwd”

3.       You have a number of 'C' programs that contain comment lines at the begining of each         program.  The lines with the */ followed by the first line of comment, but the terminator line    has */ as the only characters in the line.  Remove these comments from all files.







Tuesday, November 8, 2011

First Internals Time Table:


First Internals Time Table:

                              10am-11:30am 2:30pm-4pm
15th Nov Discrete Mathematics C prog
16th Nov PCE UNIX
17th Nov FCO


Seating Arrangements:

Roll No Room No
1-30 MCA01
31-60 MCA13

Tuesday, November 1, 2011

C Lab Programs !

Here are the first 5 "C" Lab programs along with outputs.

Click below to Download ...
C Lab Programs

Credits to Gurunath for sharing the Info !

Text Book Authors for 1st sem !

Unix Concepts and Applications
Sumitabha Das
Tata McGraw Hill
ISBN 13: 978-0070635463
ISBN 10: 0070635463

C Programming Text
Programming in ANSI C
Balagurusamy
Tata McGraw Hill

Fundamentals of Computer Organisation
Computer Organisation and Architecture
Morris Mano

Basic Electronics
A P Godse & U A Bakshi

Discrete Mathematical Structures
Grimaldi
Tata McGraw Hill

Discrete Mathematical Structures
Dr. DSC
Prism Publishing
ISBN 81-72863721

Drupal Text
These are the prospective Reference Books For Drupal Development
The Definitive Guide To Drupal 7
ISBN 10: 1430231351
ISBN 13: 978-1430231356

Beginning Drupal 7
Author: Todd Tomlinson
Apress
ISBN 10: 1430228598
ISBN 13: 978-1430228592

Credits to Siddharth for sharing the info !

Wednesday, October 26, 2011

1st Semester VTU Time Table

02/02/2012, Thursday 10MCA11-Problem Solving using C

04/02/2012, Saturday 10MCA12-Discrete Mathematics

06/02/2012, Monday 10MCA13-Fundamentals of Computer Organization

08/02/2012, Wednesday 10MCA14-Introduction to Unix

10/02/2012, Friday 10MCA15-Professional Communication & Ethics


Click below to download all semester time tables ....

Credits to Kiran for sharing the file !

Saturday, October 22, 2011

More notes / quiz questions on C , FCO & UNIX

The following files contain all the notes that would be helpful to you in this semester.

To download click below...

Credits to Kiran for sharing the files !

First Sem Lab Programs List

This file includes all the lab programs of "C, IT/DE & UNIX" that are listed under our curriculum. To Download click below ...

Credits to Kiran for sharing the file. If this was helpful, leave a comment !

Shocker !

Our fellow classmate Vani has unfortunately passed away. We all pray that her soul rests in peace and give her parents strength to recover from this pain, sorrow and suffering. We all miss you Vani, where ever you are !

Friday, October 21, 2011

A Warm Welcome !

Our MCA dept has become environmental-animal friendly. It has become a common hang out spot for the wild monkeys. They give us a warm welcome everyday either in the morning or during the breaks. We get to see an entire generation of monkeys wandering around, playing with their young ones all along our dept entrance.

However they sometimes create nuisance by trespassing, eating the junk from the dustbins, littering the floors. However, some non teaching faculty members and students also feed them with bread, biscuits and other eatables.

Credits to Rajshekar for the image !

Shrushti Results !

Congrads to our fellow classmates for getting selected in the prelims :-

Best Manager
Siddharth P Shanbhougue
Deepak J
Anup Basti

Coding
PRATHVIRAJ
VISHNU MAKAM GUPTA
GAURAV WANJRE
KIRAN KUMAR P
ANUP BASTI
SHAHANAZ FATHIMA S
ANTONY FELIX P

Dumcharads
  1. Anup, Sidharth, Prathviraj
  2. Vishnu, Pooja, Nrupathunga
  3. Chetan, Santosh, Gaurav
  4. Shilpa, Chaitanya, Swapna
  5. Meera, Rashmi, Shehnaz
IT Quiz
  1. Siddharth S
  2. Prathviraj
  3. Deepak T
  4. Jauhar Anjum HR
  5. Anup Basti
Treasure Hunt
  1. Kavyashree BN
  2. Reshma Sagar
  3. Nrupatunga H
  4. Venkat Pruthvi
  5. Manjunath Rao
  6. Rashmi K
  7. Meera L Gorpade
  8. Prathviraj
Good Luck !

To check for the results of the preliminary rounds, go to http://www.rvcemcath.cc.cc/home .



Wednesday, October 19, 2011

Shrushti Rules and Regulations !

The preliminary rounds of few events will be held on friday this week, followed by the initial rounds on saturday the 22nd. The short listed/qualified individual/team events will be held on Saturday the 29th. Good luck !

For more info on the rules on regulations of the individual events refer


Monday, October 17, 2011

Sports Tryouts soon!

The sports team selection processes are about to begin, folks! Since there are 2 sections in RVCE, 2 teams will be formed.
The sports tryouts will include (not limited to)
Cricket,
Football
Table tennis
Tennis
Chess
Basketball
Throwball
And many more.

Do keep checking back to us for updates!
;)

Sunday, October 16, 2011

C Tutor

C tutor for reference. Check it out !

Download here...

Credits to Mr. Kiran for sharing the file. Hope its helpful for you folks.

Wednesday, October 12, 2011

Shrushti Interclass IT Fest, Coming soon...

Hey Folks Shrushti IT fest is coming soon on 22nd & 29th Oct with several Interclass
Competitions and events listed below.

  1. CODING.
  2. IT QUIZ.
  3. WEB DESIGNING.
  4. MOVIE MAKING.
  5. PAPER PRESENTATION.
  6. TREASURE HUNT.
  7. GAMING.
  8. MUSIC .
  9. DANCE.

We expect maximum response from our class. So please make it a point to take part in at least one event. So what are you waiting for ! Hurry up ! Inform your friends and give the list of names to our CR Mr. Gurunath.

First Semester Time Table

Download here ....

FIY : If the time table changes, it will be updated.

Tuesday, October 11, 2011

Quiz questions on "C"

#include - File inclusion

#define - defines constants/ Macros

#ifdef - condition compilation

< > - Compiler looks for files in the specified Directory

" " - Complier looks for in the specified Path

Arguements in the main fuction are main(int count, char pointer array)

where "count" includes the file name

variable main can be declared inside main

return(a,b,c....n) returns n

Compiler used in Linux is the GCC complier

by default the filename is stored as ./a.out

printf("%d",a) is intepreted internally by the compiler as printf("%d",*(&a)); where * is the content and & is the address

pointers can perform +,- but not /,* or %.

sizeof(a) or (f) or (2) is 4 bytes ; sizeof(0.6) is 8 bytes and sizeof('c') is 1 byte

float 0.4 = 0.3999 ; double 0.4 = 0.4


If you have any more questions that are missing here, please post in the comments section !

Monday, October 10, 2011

Our First Photo Session


The Birthday celebration was followed by a small photo session. Thanks to Nrupathunga for being thoughtful in getting the camera. However, not many were present this time. So, I request all of you to be a part of such events next time at least for the photograph ;).

4 in 1 Birthday Blast !

After a long n tiring day, we celebrated the birthday's of Venkat, Supriya, Avinash and Shreehari. All thanks to the CR, Guru for taking the initiative and also to all classmates for contributing and being a part of this memorable celebration.

Inauguration and Orientation for PG Students held on 10th oct 2011

Today, we had the inauguration and orientation program held in the college auditorium at 12:30 pm. The session started off with a prayer, followed by lighting of the lamp by the guests and then of course with some boring speeches. But that came to an end when our principal came up with the alumni presentation that included the past history, achievements and placements of the post graduates. The session ended with a tasty lunch meal of "Mosaranna, Bisi Bele Bath, chips, Jammun and Pickles" held at the Cauvery hostel mess for all of us.

Sunday, October 9, 2011

Our New Class Representative




Mr. Gurunath has been selected the class representative for this academic sem. Congrats ! Hope you do a great job !

Saturday, October 8, 2011

Syllabus and Scheme for MCA 2011 VTU - First Semester

Scheme and Syllabus

(With effect from 2010-2011)

Master of Computer Applications


VISVESVARAYA TECHNOLOGICAL UNIVERSITY, BELGAUM

SCHEME OF TEACHING AND EXAMINATION

MASTER OF COMPUTER APPLICATION


Download here ...