SlideShare a Scribd company logo
MASTER OF BUSINESS ADMINISTRATION
ITM LAB FILE
(MS-151)
SUBMITTED BY: SUBMITTED TO:
ROHIT SINGH MS. RITU BANSAL
07580303915 ASSISTANT PROFESSOR
MBA 1(EVENING)
RUKMINI DEVI INSTITUTE OF ADVANCE STUDIES
An ISO 9001:2008 Certified Institute
NAAC Accredited “A” Grade
(Approved by AICTE, HRD Ministry, Government of India)
Affiliated to Guru Gobind Singh Indraprastha University, Delhi
2A & 2B, Madhuban Chowk, Outer Ring Road,Phase-1,Delhi-110085
ASSIGNMENT ON DOS
Course: ITM-LAB Subject Code: MS 151
Semester: MBA I Batch: 2015 – 2017
Instructor: Ms. Ritu Bansal
1. Make the following hierarchy using DOS:-
MBA1
IT DS
Couse_details_file Student_folder d1
Student_details_file d2 d3
1. Make directorymba1.
2. Make inmba1 it folder.
3. Make inmba1 ds folder.
4. Make inmba1 in itfolder- studentfolder
5. Make inmba1 in itfolder- course detail file.
6. Make inmba1 in itfolderinstudentfolder-studentdetail file
7. Make inmba1 in ds folder-d1&d2 folders
8. Make inmba1 in ds folderind1-d3folder.
Performthe followingparts:
1. Rename course_detail_file.
2. Copystudent_detail_fileind1directory.
3. List all filesanddirectoriesinitfolderstartedwiths.
4. Delete d1folder.
5. delete student_detail_file.
6. delete mba1
Q2 Write DOScommnds for the following.
1. Displaythe currentdate and time.
2. Make a directorystu_dir.
3. Make a file file1instu_dir.(enteryourdetailsinthisfile)
4. Displaythe contentof the file1.
5. List all the filesanddirectories.
6. Make a directoryd2 instu_dir.
7. Make a file file2inthe directoryd2.
8. Displaythe contentof the file.
9. Make stu_diras your currentdirectory.
Q3 Write 10 DOS commandswiththeirworking,syntax andoutputwindow.
1. MKDIR: It isusedto create foldersandsubfolders.
Syntax- mkdir<foldernamesubfolder>
2. DIR: It isusedto listall directoriesandfiles.
Syntax- dir<enter>
3. COPY CON:It isusedto create a file ina directory.
copy con<foldernamefile name>
4. TYPE: It is usedtosee the contentof the file.
Syntax- type<foldernamefilename>
5. RD: It is usedtodelete emptyfiles.
Syntax- rd<full path>
6. DEL: It isusedto delete afile
Syntax- del<full path>
7. DATE: It isusedto displaythe currentdate.
Syntax- DATE<enter>
8. TIME: It isusedto displaythe currenttime.
Syntax- TIME<enter>
9. COPY: Itis usedto copya file inanotherfolder.
Syntax- COPY<full path><fullpathof anotherfolder>
10. CLS: It isusedto clearthe screen.
Syntax- CLS<enter>
ASSIGNMENT OF MS-EXCEL
Question 1
Type the following data in excel worksheet and save it as first.xls
A B C D E
513
501
504
513
511
516
532
504
432
501
510
517
479
494
498
Do the following
a. Highlight column A and copy it to column C
b. Sort the data in column C in ascending order
c. What is the lowest number in the list (use a function)
d. Copy the data in column A to column E and sort it in descending order
e. What is the highest number in the list (use a function)
f. How many numbers in this list are bigger than 500 (use a function)
g. How many numbers in column A are between 520 and 540 (use a function)
Question 2
Type the following data in excel worksheet and save it as second.xls.
A B C D
People per physician Life Expectancy
X Y X * Y
370 70.5
6166 53.5
684 65
449 76.5
643 70
1551 71
616 60.5
403 51.5
Do the following
a. Complete column C for finding product x * y
b. Find sum of x column at the end of data
c. Find sum of y column at the end of data
d. Find sum of x * y column at the end of data
e. Find sum of x^2
f. Find sum of y^2
Question 3
Enter the following data and save it in grade .xls
Name Marks1 Marks2 Marks3 Total Percentage Grade
Amit 80 70 80
Renu 70 60 90
Rajeev 60 50 80
Manish 50 30 90
Sanjeev 40 40 80
Anita 70 70 90
Do the following
a. Compute the total marks and percentage of each student by entering appropriate formula.
b. Compute the grades based on following criteria
c. If percentage >= 90 then grade = A
d. If percentage >= 80 and <90 then grade = B
e. If percentage >= 70 and <80 then grade = C
f. If percentage >= 60 and <70 then grade = D
g. If percentage < 60 then grade = E
Question 4
a. Using grade.xls to perform the following formatting operations
b. Draw a border around the worksheet
c. Change the font size of heading to 14 points and underline it and hide column c
d. Increase the width of column A to 15 characters
e. Right Align the values in column B, C, F
Question 5
A university maintains a year wise result for four courses and then generates an average report as
given below
S.No. Year Course1 Course2 Course3 Course4 Average
1 2002 356 300 300 400
2 2003 200 400 200 450
3 2004 256 500 400 600
4 2005 400 600 500 550
5 2006 456 450 550 450
6 Total
a. Complete the report to calculate the course wise total marks in row 6
b. Provide formula to calculate year wise average in column G
c. Generate a column chart to compare data
Question 6
List & Explain any 20 Excel functions.
SUM - Adds up all the values in a range
SUMIF - Adds all the values in a range that meet specific critera
COUNT - Counts all the values in a range
AVERAGE - Calculates the average number from a range of values
MAX - Finds the maximum value in a range
MIN - Finds the minimum value in a range
COUNTA - Counts all non-empty cells in a range
COUNTBLANK - Counts all blank cells in a range
COUNTIF - Counts all the cells in a range that meet specific critera
COUNTIFS (2007+) - Counts all the cells in a range that meet multiple criteria
AVERAGEIF (2007+) - Calculates the average of a range of values that meet specific criteria
AVERAGEIFS (2007+) - Calculates the average of a range of values that meet multiple criteria
IF - Tests a condition and takes an alternative action depending on the result
AND - Test up to 30 conditions using logical And
OR - Test up to 30 conditions using logical Or
IFERROR - Performs a specified action if a formula evaluates to an error, and displays the
formula result if not
TODAY - Returns the current date
NOW - Returns the current date and time
DATE - Returns the sequential serial number for the specified date and formats the result as a
date
DAY - Returns the day corresponding to a date represented by a number between 1 and 31
MONTH - Returns the month corresponding to a date represented by a number between 1 and 12
Question 7
Give the result of the following functions:-
i) Round(1.234,2)
ii) Abs(-2.369)
iii) Sqrt(-16)
iv) Roundup(-7.86945,1)
v) Rounddown(3.29763,3)
Question 8
Differentiate between Absolute & relative cell referencing with the help of suitable
assignment.
Absolute and Relative Cell References
In Excel, when you enter a cell into a formula it will be a relative reference.
Consider the example below where we enter x and then want y = x2.
In cell B4, we entered the formula as
=A4^2. This is a relative reference when we drag the lower right hand corner of B4,
the cursor changes to a solid black plus sign and allows us to drag the formula down the
column. As we drag, the relative reference changes to A5, A6, A7, etc.
Now suppose we wanted to enter the formula y = ax2 and wanted to be able to
vary the value of the constant “a” in the formula. In cell B4, we entered the
formula as =$E$2*A4^2. The reference to cell E4, where the value is set to equal
2, is an absolute reference. For an absolute cell reference, you place a dollar sign
in front of the column letter and row number (if you press the F4 key after
entering the relative cell reference it will add the absolute reference). Now when
we drag the formula down the column, the absolute cell reference stays the same,
while the relative reference changes to use the correct value from column A.
Absolute cell references are going to be used with any fixed cell reference
in a formula. Realize that you can click on the cell you want in a formula
instead of typing the reference.
Mixed cell references are also possible to lock the column or the row only.
Question 9
Type the following data in MS_Excel:
A B C D E
1 Name of employee Basic Salary(Rs) DA HRA Total
salary
2 Ankit 18000
3 Ashima 9000
4 Raman 6500
5 Aman 11000
The employees are paid Dearness Allowance(DA) as per the following rules:-
If Basic Salary<10,000 then DA is paid @ 10% of Basic Salary
If Basic Salary>10,000 then DA is paid @ 12% of Basic Salary
The employees are paid House Rent Allowance(HRA) as per the following rules:-
All employess are paid House Rent Allowance(HRA) @12%subject to minimum amount
of Rs. 5000.
Write an appropriate formula in cell C2 to compute the DA,HRA in cell D2 and total
salary (Basic salary+DA+HRA) in cell E2.
Question 10
Type the following data in MS_Excel:
A B C D
1 Income No of employees values
2 500 5 Total
income
?
3 1000 7 Average
income
?
4 1500 3
5 2000 2
i) l
ii) Write formula in D3 to find out average income of group.
iii) Insert a pie chart in the worksheet.
Question 11
Given the following worksheet in MS-Excel:
A B C D E F G
1 Roll
No
Marks in
Maths (out
of 100)
Marks in
Eng. (out
of 100)
Total
marks
Average
marks
2 700 98 87
3 701 87 79
4 702 70 80
5 703 65 69
6 704 56 55
Compute the following using appropriate functions & formulas:
i) Calculate the total marks of each roll number in cell D2 to D6.
ii) Calculate the average marks of each student in cell F2 to F6.
iii) Also calculate the highest marks in maths in cell G4.
iv) Calculate the lowest marks in English in cell G3.
HTML
1. Define HTML.
HTML (Hypertext Markup Language) is the set of markup symbols or codes inserted in a
file intended for display on a World Wide Web browser page. The markup tells the Web
browser how to display a Web page's words and images for the user. Each individual
markup code is referred to as an element (but many people also refer to it as a tag). Some
elements come in pairs that indicate when some display effect is to begin and when it is
to end.
2. List Basic HTML Tags and explain each tag with syntax.
Basic HTML tags are:
<html>
<body>
<head>
<title>
<h1>
<p>
<br>
 The text between <html> and </html> describes an HTML document. The HTML
document itself begins with <html> and ends with </html>.
The visible part of the HTML document is between <body> and </body>. The
text between <body> and </body> describes the visible page content
 The text between <head> and </head> provides information about the document.
 The text between <title> and </title> provides a title for the document.
 The text between <h1> and </h1> describes a heading.
 The text between <p> and </p> describes a paragraph.
 The tag of <br> represents a line break. It also does not have a closing tag. The
optional argument CLEAR in conjunction with aligned images is useful.
Example:
<IMG src="filename" ALIGN=right>
The text that is to be next to the image.
<br CLEAR="RIGHT">
after a right-aligned image.
3. Create a webpage with title as your name, and also insert an image and also write
some content on the webpage in red color in italics.
4. Create a webpage with title as your name, and also insert a table of three columns
with some data and also write some content on the webpage in blue color in bold and
underlined and in different sizes.
5. What are frames? How do they help in organizing contents of a web page?
A frame is a part of a web page or browser window which displays content independent of
its container, with the ability to load content independently. The HTML or media elements that
go in a frame may or may not come from the same web site as the other elements of content on
display. In HTML, a frameset is a group of named frames to which web pages and media can be
directed; an I frame provides for a frame to be placed inside the body of a document. Since the
early 2000s, the use of framesets has increasingly been considered obsolete due to usability and
accessibility concerns, and the feature has been removed from the HTML5 standard.
Using tables and frames on your Web page helps you present information to your site visitors in
an organized manner. Tables are a layout tool for data tables on Web pages, but the table
capability for Web pages has long been used to control the layout of the entire page.
Designers make the cells of a table very large, and put large graphics or whole blocks of text in
them. You can even resize tables automatically to accommodate various sizes of Web-browser
windows — at least up to a point.
Whether and how to use tables was, for a long time, one of the most controversial topics in Web-
page design.
Frames are more powerful layout devices than tables, but they have fallen into disfavor. They
allow separate parts of the Web-browser window to be updated and scrolled separately.
However, they produce odd effects; users seem to prefer one unified window to separate “panes”
within a window.
When designing your own Web page, there are so many different elements that you have to
adjust in table-based page design that you need to invest a lot of time and energy to learn how to
use tables effectively for layout purposes. And then a whole other set of issues arises about
making sure your table-based page design works well on most or all current computer systems
and Web-browser setups that are in use.
To create your own tables, you can get started by using the Insert→ Table command in Coffee
Cup. However, you really need a more advanced tool to work effectively with tables in your
Web pages — something like Microsoft FrontPage or Dreamweaver, both of which give you
more direct control over specific options. Of course, your other option is to start doing a lot of
experimenting in HTML until you learn how to get things just how you want them.
Frames divide a Web page into separate areas which you can then update individually. For
example, you can click a link in a frame in the bottom half of a Web page and update it with new
content while the other frame stays unchanged. This seems like a powerful capability. However,
frames are less popular than tables because frames are hard to create and manage. But advanced
With frames, the trouble comes with the “useful” part; users have a hard time using framed Web
pages.
For example, when browsing a framed page, users sometimes have difficulty finding where the
cursor is. If the user moves the scroll bar, which frame scrolls? Also, going forward and
backward in a frame is different from going forward and backward in the overall Web page, so
users may get lost easily. And printing a framed page properly requires extra steps.
Finally, frames create a functional problem or two. When users resize a browser window, framed
pages don’t always resize correctly. And designing a framed page to work well for various
monitor sizes is even harder than correctly designing pages with tables embedded in them.
6. An HTML code to generate a webpage.
Q1. Create a table named Customer (C_id, C_name,Address, city, pincode,Country). Insert
atleast 6 values. Apply constraints on columns and check the validity of each column:
 C_id should be Primary key
 C_name must not be null.
Solution:
Q2. Create table named Employee containing columns (emp_id, emp_name, emp_desig,
emp_sal, emp_dept). Insert atleast 10 values.
Constraints applied on Employee table:
 emp_id should be primary key
Write SQl commands to perform following operation:
 Display Emp_name and emp_dept for all employees.
 Find the name of all employees working in “Accounts” Department.
 Find the names of all departments.
 Find the names of all employees whose salary is greater than 5000.
 Find the names and salary of those employees who does not belongs to “Account”
department.
 Find id, name and designation of employees in the ascending order of their names.
Solution:
(a)
(b)
(c)
(d)
(e)
(f)
Q3. Create Employee table : -
EID ENAME DESG BRANCH SALARY ADDRESS
Perform various SQL commands
 Add column in above table date of joining, Experience.
 Find out details of employee whose salary is above 25000.
 Find out details of employee order by salary.
 Calculate total no. of records in employee table.
Solution:
Step 1-2 ) input the values
insert into employee
values (1,'harshit','manager','Delhi',45000,'subhash nagar','5-march-15');
insert into employee
values (2,'sagar','manager','Delhi',45000,'subhash nagar','5-march-15');
insert into employee
values (3,'Sachin','manager','Delhi',45000,'vishnu garden','20-dec-15');
insert into employee
values (4,'deepak','manager','Delhi',45000,'rohine','10-jan-15');
step 2) select * from employee where salary <= 25000;
Step 3)
ALTER TABLE project
add DATE_OF_JOINING Date;
Step4)
select * from employee
where Ename like 'a%';
Step5)
SELECT Ename, salary FROMemployee ORDER BY salary;
Step6)
SELECT COUNT(ID) FROM employee;
Q4. Perform SQL commands: -
Student (roll-no, name, age, course, marks)
 List all those students who are greater than 18 years of age and have opted for MBA
course.
 Display all details of student.
 List name of student whose name end with ‘i’.
 Find out total number of records in table.
 Find out the name, course, marks and sort in the order of marks.
 Display name and course of student.
Solution:
 itm file
 itm file
 itm file
 itm file

More Related Content

Similar to itm file

Mmt 001
Mmt 001Mmt 001
Mmt 001
sujatam8
 
3rd Semester Computer Science and Engineering (ACU) Question papers
3rd Semester Computer Science and Engineering  (ACU) Question papers3rd Semester Computer Science and Engineering  (ACU) Question papers
3rd Semester Computer Science and Engineering (ACU) Question papers
BGS Institute of Technology, Adichunchanagiri University (ACU)
 
Sheet1Washer ThicknessKevinYuxuanBolt DimensionsKevinYuxuanSample .docx
Sheet1Washer ThicknessKevinYuxuanBolt DimensionsKevinYuxuanSample .docxSheet1Washer ThicknessKevinYuxuanBolt DimensionsKevinYuxuanSample .docx
Sheet1Washer ThicknessKevinYuxuanBolt DimensionsKevinYuxuanSample .docx
maoanderton
 
Excel 2003 formulas
Excel 2003 formulasExcel 2003 formulas
Excel 2003 formulas
jiya1
 
Itech 1006 assignment 2 sem1 2017 (2)
Itech 1006 assignment 2 sem1 2017 (2)Itech 1006 assignment 2 sem1 2017 (2)
Itech 1006 assignment 2 sem1 2017 (2)
Sandeep Ratnam
 
Spreadsheets 101
Spreadsheets 101Spreadsheets 101
Spreadsheets 101whita1bd
 
Formula practice worksheet
Formula practice worksheetFormula practice worksheet
Formula practice worksheet
Marabely España D Juárez
 
Ms excel
Ms excelMs excel
Ms excel
HebaKidwai2
 
Itech 1006 assignment 2 sem1 2017
Itech 1006 assignment 2 sem1 2017Itech 1006 assignment 2 sem1 2017
Itech 1006 assignment 2 sem1 2017
Sandeep Ratnam
 
Archivetemp est i - math test
 Archivetemp est i - math test Archivetemp est i - math test
Archivetemp est i - math test
EdatBenha
 
CBSE Class 12 Computer Science(083) Sample Question Paper 2020-21
CBSE Class 12 Computer Science(083) Sample Question Paper 2020-21CBSE Class 12 Computer Science(083) Sample Question Paper 2020-21
CBSE Class 12 Computer Science(083) Sample Question Paper 2020-21
chinthala Vijaya Kumar
 
Computer science ms
Computer science msComputer science ms
Computer science ms
B Bhuvanesh
 
04.formula and fuction
04.formula and fuction04.formula and fuction
04.formula and fuction
Steven Alphonce
 
Chapter 16-spreadsheet1 questions and answer
Chapter 16-spreadsheet1  questions and answerChapter 16-spreadsheet1  questions and answer
Chapter 16-spreadsheet1 questions and answer
RaajTech
 
---Orientation-Session---Business-Statistics-22092023-044926pm (2).pdf
---Orientation-Session---Business-Statistics-22092023-044926pm (2).pdf---Orientation-Session---Business-Statistics-22092023-044926pm (2).pdf
---Orientation-Session---Business-Statistics-22092023-044926pm (2).pdf
uroosavayani
 
Imt 24
Imt 24Imt 24
Imt 24
smumbahelp
 
Electronic Keno Project 3 Overview and Rationale.docx
  Electronic Keno Project 3 Overview and Rationale.docx  Electronic Keno Project 3 Overview and Rationale.docx
Electronic Keno Project 3 Overview and Rationale.docx
ShiraPrater50
 

Similar to itm file (20)

Excel assignment
Excel assignmentExcel assignment
Excel assignment
 
Excel assignment
Excel assignmentExcel assignment
Excel assignment
 
Dbms record
Dbms recordDbms record
Dbms record
 
Mmt 001
Mmt 001Mmt 001
Mmt 001
 
3rd Semester Computer Science and Engineering (ACU) Question papers
3rd Semester Computer Science and Engineering  (ACU) Question papers3rd Semester Computer Science and Engineering  (ACU) Question papers
3rd Semester Computer Science and Engineering (ACU) Question papers
 
Sheet1Washer ThicknessKevinYuxuanBolt DimensionsKevinYuxuanSample .docx
Sheet1Washer ThicknessKevinYuxuanBolt DimensionsKevinYuxuanSample .docxSheet1Washer ThicknessKevinYuxuanBolt DimensionsKevinYuxuanSample .docx
Sheet1Washer ThicknessKevinYuxuanBolt DimensionsKevinYuxuanSample .docx
 
Excel 2003 formulas
Excel 2003 formulasExcel 2003 formulas
Excel 2003 formulas
 
Itech 1006 assignment 2 sem1 2017 (2)
Itech 1006 assignment 2 sem1 2017 (2)Itech 1006 assignment 2 sem1 2017 (2)
Itech 1006 assignment 2 sem1 2017 (2)
 
Spreadsheets 101
Spreadsheets 101Spreadsheets 101
Spreadsheets 101
 
Formula practice worksheet
Formula practice worksheetFormula practice worksheet
Formula practice worksheet
 
Ms excel
Ms excelMs excel
Ms excel
 
Itech 1006 assignment 2 sem1 2017
Itech 1006 assignment 2 sem1 2017Itech 1006 assignment 2 sem1 2017
Itech 1006 assignment 2 sem1 2017
 
Archivetemp est i - math test
 Archivetemp est i - math test Archivetemp est i - math test
Archivetemp est i - math test
 
CBSE Class 12 Computer Science(083) Sample Question Paper 2020-21
CBSE Class 12 Computer Science(083) Sample Question Paper 2020-21CBSE Class 12 Computer Science(083) Sample Question Paper 2020-21
CBSE Class 12 Computer Science(083) Sample Question Paper 2020-21
 
Computer science ms
Computer science msComputer science ms
Computer science ms
 
04.formula and fuction
04.formula and fuction04.formula and fuction
04.formula and fuction
 
Chapter 16-spreadsheet1 questions and answer
Chapter 16-spreadsheet1  questions and answerChapter 16-spreadsheet1  questions and answer
Chapter 16-spreadsheet1 questions and answer
 
---Orientation-Session---Business-Statistics-22092023-044926pm (2).pdf
---Orientation-Session---Business-Statistics-22092023-044926pm (2).pdf---Orientation-Session---Business-Statistics-22092023-044926pm (2).pdf
---Orientation-Session---Business-Statistics-22092023-044926pm (2).pdf
 
Imt 24
Imt 24Imt 24
Imt 24
 
Electronic Keno Project 3 Overview and Rationale.docx
  Electronic Keno Project 3 Overview and Rationale.docx  Electronic Keno Project 3 Overview and Rationale.docx
Electronic Keno Project 3 Overview and Rationale.docx
 

Recently uploaded

Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
seandesed
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
Pipe Restoration Solutions
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
zwunae
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
VENKATESHvenky89705
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
manasideore6
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 

Recently uploaded (20)

Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 

itm file

  • 1. MASTER OF BUSINESS ADMINISTRATION ITM LAB FILE (MS-151) SUBMITTED BY: SUBMITTED TO: ROHIT SINGH MS. RITU BANSAL 07580303915 ASSISTANT PROFESSOR MBA 1(EVENING) RUKMINI DEVI INSTITUTE OF ADVANCE STUDIES An ISO 9001:2008 Certified Institute NAAC Accredited “A” Grade (Approved by AICTE, HRD Ministry, Government of India) Affiliated to Guru Gobind Singh Indraprastha University, Delhi 2A & 2B, Madhuban Chowk, Outer Ring Road,Phase-1,Delhi-110085
  • 2. ASSIGNMENT ON DOS Course: ITM-LAB Subject Code: MS 151 Semester: MBA I Batch: 2015 – 2017 Instructor: Ms. Ritu Bansal 1. Make the following hierarchy using DOS:- MBA1 IT DS Couse_details_file Student_folder d1 Student_details_file d2 d3
  • 3. 1. Make directorymba1. 2. Make inmba1 it folder. 3. Make inmba1 ds folder. 4. Make inmba1 in itfolder- studentfolder 5. Make inmba1 in itfolder- course detail file. 6. Make inmba1 in itfolderinstudentfolder-studentdetail file
  • 4. 7. Make inmba1 in ds folder-d1&d2 folders 8. Make inmba1 in ds folderind1-d3folder. Performthe followingparts: 1. Rename course_detail_file. 2. Copystudent_detail_fileind1directory. 3. List all filesanddirectoriesinitfolderstartedwiths. 4. Delete d1folder.
  • 5. 5. delete student_detail_file. 6. delete mba1 Q2 Write DOScommnds for the following. 1. Displaythe currentdate and time. 2. Make a directorystu_dir. 3. Make a file file1instu_dir.(enteryourdetailsinthisfile) 4. Displaythe contentof the file1.
  • 6. 5. List all the filesanddirectories. 6. Make a directoryd2 instu_dir. 7. Make a file file2inthe directoryd2. 8. Displaythe contentof the file. 9. Make stu_diras your currentdirectory.
  • 7. Q3 Write 10 DOS commandswiththeirworking,syntax andoutputwindow. 1. MKDIR: It isusedto create foldersandsubfolders. Syntax- mkdir<foldernamesubfolder> 2. DIR: It isusedto listall directoriesandfiles. Syntax- dir<enter> 3. COPY CON:It isusedto create a file ina directory. copy con<foldernamefile name> 4. TYPE: It is usedtosee the contentof the file. Syntax- type<foldernamefilename> 5. RD: It is usedtodelete emptyfiles. Syntax- rd<full path>
  • 8. 6. DEL: It isusedto delete afile Syntax- del<full path> 7. DATE: It isusedto displaythe currentdate. Syntax- DATE<enter> 8. TIME: It isusedto displaythe currenttime. Syntax- TIME<enter> 9. COPY: Itis usedto copya file inanotherfolder. Syntax- COPY<full path><fullpathof anotherfolder> 10. CLS: It isusedto clearthe screen. Syntax- CLS<enter>
  • 9. ASSIGNMENT OF MS-EXCEL Question 1 Type the following data in excel worksheet and save it as first.xls A B C D E 513 501 504 513 511 516 532 504 432 501 510 517 479 494 498
  • 10. Do the following a. Highlight column A and copy it to column C b. Sort the data in column C in ascending order
  • 11. c. What is the lowest number in the list (use a function) d. Copy the data in column A to column E and sort it in descending order
  • 12. e. What is the highest number in the list (use a function) f. How many numbers in this list are bigger than 500 (use a function) g. How many numbers in column A are between 520 and 540 (use a function)
  • 13. Question 2 Type the following data in excel worksheet and save it as second.xls. A B C D People per physician Life Expectancy X Y X * Y 370 70.5 6166 53.5 684 65 449 76.5 643 70 1551 71 616 60.5 403 51.5
  • 14. Do the following a. Complete column C for finding product x * y b. Find sum of x column at the end of data
  • 15. c. Find sum of y column at the end of data d. Find sum of x * y column at the end of data
  • 16. e. Find sum of x^2 f. Find sum of y^2
  • 17. Question 3 Enter the following data and save it in grade .xls Name Marks1 Marks2 Marks3 Total Percentage Grade Amit 80 70 80 Renu 70 60 90 Rajeev 60 50 80 Manish 50 30 90 Sanjeev 40 40 80 Anita 70 70 90 Do the following a. Compute the total marks and percentage of each student by entering appropriate formula.
  • 18. b. Compute the grades based on following criteria c. If percentage >= 90 then grade = A d. If percentage >= 80 and <90 then grade = B e. If percentage >= 70 and <80 then grade = C f. If percentage >= 60 and <70 then grade = D g. If percentage < 60 then grade = E Question 4 a. Using grade.xls to perform the following formatting operations
  • 19. b. Draw a border around the worksheet c. Change the font size of heading to 14 points and underline it and hide column c d. Increase the width of column A to 15 characters
  • 20. e. Right Align the values in column B, C, F Question 5 A university maintains a year wise result for four courses and then generates an average report as given below S.No. Year Course1 Course2 Course3 Course4 Average 1 2002 356 300 300 400 2 2003 200 400 200 450 3 2004 256 500 400 600 4 2005 400 600 500 550 5 2006 456 450 550 450 6 Total a. Complete the report to calculate the course wise total marks in row 6
  • 21. b. Provide formula to calculate year wise average in column G c. Generate a column chart to compare data Question 6 List & Explain any 20 Excel functions. SUM - Adds up all the values in a range SUMIF - Adds all the values in a range that meet specific critera COUNT - Counts all the values in a range AVERAGE - Calculates the average number from a range of values MAX - Finds the maximum value in a range MIN - Finds the minimum value in a range COUNTA - Counts all non-empty cells in a range
  • 22. COUNTBLANK - Counts all blank cells in a range COUNTIF - Counts all the cells in a range that meet specific critera COUNTIFS (2007+) - Counts all the cells in a range that meet multiple criteria AVERAGEIF (2007+) - Calculates the average of a range of values that meet specific criteria AVERAGEIFS (2007+) - Calculates the average of a range of values that meet multiple criteria IF - Tests a condition and takes an alternative action depending on the result AND - Test up to 30 conditions using logical And OR - Test up to 30 conditions using logical Or IFERROR - Performs a specified action if a formula evaluates to an error, and displays the formula result if not TODAY - Returns the current date NOW - Returns the current date and time DATE - Returns the sequential serial number for the specified date and formats the result as a date DAY - Returns the day corresponding to a date represented by a number between 1 and 31 MONTH - Returns the month corresponding to a date represented by a number between 1 and 12 Question 7 Give the result of the following functions:- i) Round(1.234,2)
  • 23. ii) Abs(-2.369) iii) Sqrt(-16) iv) Roundup(-7.86945,1) v) Rounddown(3.29763,3) Question 8 Differentiate between Absolute & relative cell referencing with the help of suitable assignment. Absolute and Relative Cell References In Excel, when you enter a cell into a formula it will be a relative reference. Consider the example below where we enter x and then want y = x2. In cell B4, we entered the formula as =A4^2. This is a relative reference when we drag the lower right hand corner of B4, the cursor changes to a solid black plus sign and allows us to drag the formula down the column. As we drag, the relative reference changes to A5, A6, A7, etc.
  • 24. Now suppose we wanted to enter the formula y = ax2 and wanted to be able to vary the value of the constant “a” in the formula. In cell B4, we entered the formula as =$E$2*A4^2. The reference to cell E4, where the value is set to equal 2, is an absolute reference. For an absolute cell reference, you place a dollar sign in front of the column letter and row number (if you press the F4 key after entering the relative cell reference it will add the absolute reference). Now when we drag the formula down the column, the absolute cell reference stays the same, while the relative reference changes to use the correct value from column A. Absolute cell references are going to be used with any fixed cell reference in a formula. Realize that you can click on the cell you want in a formula instead of typing the reference. Mixed cell references are also possible to lock the column or the row only. Question 9 Type the following data in MS_Excel: A B C D E 1 Name of employee Basic Salary(Rs) DA HRA Total salary 2 Ankit 18000 3 Ashima 9000 4 Raman 6500 5 Aman 11000 The employees are paid Dearness Allowance(DA) as per the following rules:- If Basic Salary<10,000 then DA is paid @ 10% of Basic Salary If Basic Salary>10,000 then DA is paid @ 12% of Basic Salary The employees are paid House Rent Allowance(HRA) as per the following rules:-
  • 25. All employess are paid House Rent Allowance(HRA) @12%subject to minimum amount of Rs. 5000. Write an appropriate formula in cell C2 to compute the DA,HRA in cell D2 and total salary (Basic salary+DA+HRA) in cell E2. Question 10 Type the following data in MS_Excel: A B C D 1 Income No of employees values 2 500 5 Total income ? 3 1000 7 Average income ? 4 1500 3 5 2000 2
  • 26. i) l ii) Write formula in D3 to find out average income of group. iii) Insert a pie chart in the worksheet. Question 11 Given the following worksheet in MS-Excel: A B C D E F G 1 Roll No Marks in Maths (out of 100) Marks in Eng. (out of 100) Total marks Average marks 2 700 98 87
  • 27. 3 701 87 79 4 702 70 80 5 703 65 69 6 704 56 55 Compute the following using appropriate functions & formulas: i) Calculate the total marks of each roll number in cell D2 to D6. ii) Calculate the average marks of each student in cell F2 to F6. iii) Also calculate the highest marks in maths in cell G4. iv) Calculate the lowest marks in English in cell G3.
  • 28. HTML 1. Define HTML. HTML (Hypertext Markup Language) is the set of markup symbols or codes inserted in a file intended for display on a World Wide Web browser page. The markup tells the Web browser how to display a Web page's words and images for the user. Each individual markup code is referred to as an element (but many people also refer to it as a tag). Some elements come in pairs that indicate when some display effect is to begin and when it is to end. 2. List Basic HTML Tags and explain each tag with syntax. Basic HTML tags are: <html> <body> <head> <title> <h1> <p> <br>  The text between <html> and </html> describes an HTML document. The HTML document itself begins with <html> and ends with </html>. The visible part of the HTML document is between <body> and </body>. The text between <body> and </body> describes the visible page content  The text between <head> and </head> provides information about the document.  The text between <title> and </title> provides a title for the document.  The text between <h1> and </h1> describes a heading.  The text between <p> and </p> describes a paragraph.  The tag of <br> represents a line break. It also does not have a closing tag. The optional argument CLEAR in conjunction with aligned images is useful.
  • 29. Example: <IMG src="filename" ALIGN=right> The text that is to be next to the image. <br CLEAR="RIGHT"> after a right-aligned image. 3. Create a webpage with title as your name, and also insert an image and also write some content on the webpage in red color in italics.
  • 30. 4. Create a webpage with title as your name, and also insert a table of three columns with some data and also write some content on the webpage in blue color in bold and underlined and in different sizes.
  • 31. 5. What are frames? How do they help in organizing contents of a web page? A frame is a part of a web page or browser window which displays content independent of its container, with the ability to load content independently. The HTML or media elements that go in a frame may or may not come from the same web site as the other elements of content on display. In HTML, a frameset is a group of named frames to which web pages and media can be directed; an I frame provides for a frame to be placed inside the body of a document. Since the early 2000s, the use of framesets has increasingly been considered obsolete due to usability and accessibility concerns, and the feature has been removed from the HTML5 standard. Using tables and frames on your Web page helps you present information to your site visitors in an organized manner. Tables are a layout tool for data tables on Web pages, but the table capability for Web pages has long been used to control the layout of the entire page. Designers make the cells of a table very large, and put large graphics or whole blocks of text in them. You can even resize tables automatically to accommodate various sizes of Web-browser windows — at least up to a point. Whether and how to use tables was, for a long time, one of the most controversial topics in Web- page design. Frames are more powerful layout devices than tables, but they have fallen into disfavor. They allow separate parts of the Web-browser window to be updated and scrolled separately. However, they produce odd effects; users seem to prefer one unified window to separate “panes” within a window. When designing your own Web page, there are so many different elements that you have to adjust in table-based page design that you need to invest a lot of time and energy to learn how to use tables effectively for layout purposes. And then a whole other set of issues arises about making sure your table-based page design works well on most or all current computer systems and Web-browser setups that are in use. To create your own tables, you can get started by using the Insert→ Table command in Coffee Cup. However, you really need a more advanced tool to work effectively with tables in your Web pages — something like Microsoft FrontPage or Dreamweaver, both of which give you more direct control over specific options. Of course, your other option is to start doing a lot of experimenting in HTML until you learn how to get things just how you want them. Frames divide a Web page into separate areas which you can then update individually. For example, you can click a link in a frame in the bottom half of a Web page and update it with new content while the other frame stays unchanged. This seems like a powerful capability. However, frames are less popular than tables because frames are hard to create and manage. But advanced With frames, the trouble comes with the “useful” part; users have a hard time using framed Web pages.
  • 32. For example, when browsing a framed page, users sometimes have difficulty finding where the cursor is. If the user moves the scroll bar, which frame scrolls? Also, going forward and backward in a frame is different from going forward and backward in the overall Web page, so users may get lost easily. And printing a framed page properly requires extra steps. Finally, frames create a functional problem or two. When users resize a browser window, framed pages don’t always resize correctly. And designing a framed page to work well for various monitor sizes is even harder than correctly designing pages with tables embedded in them. 6. An HTML code to generate a webpage.
  • 33. Q1. Create a table named Customer (C_id, C_name,Address, city, pincode,Country). Insert atleast 6 values. Apply constraints on columns and check the validity of each column:  C_id should be Primary key  C_name must not be null. Solution: Q2. Create table named Employee containing columns (emp_id, emp_name, emp_desig, emp_sal, emp_dept). Insert atleast 10 values. Constraints applied on Employee table:  emp_id should be primary key Write SQl commands to perform following operation:  Display Emp_name and emp_dept for all employees.  Find the name of all employees working in “Accounts” Department.  Find the names of all departments.  Find the names of all employees whose salary is greater than 5000.  Find the names and salary of those employees who does not belongs to “Account” department.
  • 34.  Find id, name and designation of employees in the ascending order of their names. Solution: (a) (b)
  • 37. Q3. Create Employee table : - EID ENAME DESG BRANCH SALARY ADDRESS Perform various SQL commands  Add column in above table date of joining, Experience.  Find out details of employee whose salary is above 25000.  Find out details of employee order by salary.  Calculate total no. of records in employee table. Solution: Step 1-2 ) input the values insert into employee values (1,'harshit','manager','Delhi',45000,'subhash nagar','5-march-15'); insert into employee values (2,'sagar','manager','Delhi',45000,'subhash nagar','5-march-15'); insert into employee values (3,'Sachin','manager','Delhi',45000,'vishnu garden','20-dec-15'); insert into employee values (4,'deepak','manager','Delhi',45000,'rohine','10-jan-15');
  • 38. step 2) select * from employee where salary <= 25000;
  • 39. Step 3) ALTER TABLE project add DATE_OF_JOINING Date; Step4) select * from employee where Ename like 'a%';
  • 40. Step5) SELECT Ename, salary FROMemployee ORDER BY salary;
  • 41. Step6) SELECT COUNT(ID) FROM employee; Q4. Perform SQL commands: - Student (roll-no, name, age, course, marks)
  • 42.  List all those students who are greater than 18 years of age and have opted for MBA course.  Display all details of student.  List name of student whose name end with ‘i’.  Find out total number of records in table.  Find out the name, course, marks and sort in the order of marks.  Display name and course of student. Solution: