CIT (Distance Mode) ASSIGNMENTS (Session )

CIT (Distance Mode) ASSIGNMENTS (Session 2016-17) Centre for Distance and Open Learning Jamia Millia Islamia Maulana Mohammad Ali Jauhar Marg, New D...
5 downloads 1 Views 636KB Size
CIT (Distance Mode)

ASSIGNMENTS (Session 2016-17)

Centre for Distance and Open Learning Jamia Millia Islamia Maulana Mohammad Ali Jauhar Marg, New Delhi – 110025

1|Page

Instructions for CIT (Distance Mode) Assignments 2016-17

 Submission of one assignments response in each course of the programme is compulsory.   The Assignment Responses (AR’s) may be submitted by hand at your  study centre to the concerned official of the study centre latest by February 05, 2017 without late fee & with late fee March 05, 2017.   It is compulsory to send/submit each course assignment response in the Assignment Booklet Provided with SLM only.   The Assignment Responses (ARs) will not be accepted in any other Format/Files/Pages etc. Students are advised not to add or supplement any page in the assignment booklet.   You have to write the Assignment Responses in your own hand writing only. Typed/printed/computerized/photocopy/scan copy of assignment responses will not be accepted.   You have to write your name, roll number and other details in the space provided on the cover page of the Assignment Booklet.   Please remember to keep a photocopy of your assignment responses, just in case the responses you submitted are lost in transit or process.   Recollect your Evaluated Assignment Responses after evaluation from the study centre where you have submitted your assignments. Kindly contact the concerned official at the study centre for the same.   For further information regarding assignments and its submission read your programme guide carefully.

TUTOR MARKED ASSIGNMENT Course Title – Fundamentals of Computing Session – 2016-17

Course Code – CIT101 Maximum Marks - 30

Note: Attempt all six questions. All questions carry equal marks.

1.

Explain the various types of Memories used in our computers using suitable examples.

2.

What is internet? Explain the uses of computer in various fields.

3.

Differentiate between LAN, MAN & WAN

4.

Differentiate between computer hardware and computer software.

5.

Draw a flow chart to read a number as an input and find whether the number is even or odd.

6.

Write short notes on (a) Desktops. (b) Scanners.

TUTOR MARKED ASSIGNMENT Course Title – Introduction to Computer Systems Session – 2016-17

Course Code – CIT102 Maximum Marks - 30

Note: Attempt all six questions. All questions carry equal marks

1.

What is an operating system? Explain its uses.

2.

Differentiate between primary memory & secondary memory.

3.

Explain CD ROM? What is the difference between a CD ROM and ahard disk.

4.

Describe the uses of a) Recycle bin b) Control Panel c) My Computer

5.

Identify three types of printers that are commonly used with microcomputers

6.

How software is different from program? Explain.

TUTOR MARKED ASSIGNMENT Course Title – PC Application Software(MS Office) Session – 2016-17

Course Code – CIT103 Maximum Marks - 30

Note: Attempt all six questions. All questions carry equal marks

1.

Write down the steps of inserting a formula in an Excel spread sheet. Which are the mathematical operators used in Excel formula?

2.

What is Power Point presentation? List the application area where power point presentation can be used.

3.

What do you mean by filter? How filter is applied in Ms-Excel.

4.

Differentiate between page templates and web templates.

5.

What are headers and footers in Ms-Word? Explain their need and the process of inserting footers in a word file.

6.

What are Data base report? Explain the concept of designing and creating a basic report.

TUTOR MARKED ASSIGNMENT Course Title – Internet & Multimedia Session – 2016-17

Course Code – CIT104 Maximum Marks - 30

Note: Attempt all six questions. All questions carry equal marks

1.

Discuss the various multimedia interfaces.

2.

What is Bluetooth? What are its uses? Explain.

3.

Explain ‘Image Processing’?

4.

Describe the various class of IP addressing.

5.

Describe Mobile computing and what are the limitations of mobile computing.

6.

Design a web page to display the menu of your restaurant.

TUTOR MARKED ASSIGNMENT Course Title – Computer Programming(C & C++) Session – 2016-17

Course Code – CIT105 Maximum Marks - 30

Note: Attempt all six questions. All questions carry equal marks

1.

Write a C or C++ programme to check whether the given number is positive, zero or negative by using if………….. else statement.

2.

What is the difference between Hierarchical inheritance and Hybrid Inheritance? Explain with a suitable example.

3.

Write a well documented programme in C for finding the sum of 1+

1 1 𝑁 + + − − − − + 2! 3! 𝑁!

4.

Write a programme in C for N X N matrix multiplication.

5.

Write a C++ programme to read and display information about employees and managers. Employee is a class that contains – employee number, name, address and department. Manager class contains all information of the employee class and a list of employees working under manager.

6.

What is an operator function? Describe the syntax of an operator function.