DIT-/IA-2009/01

FIRST SEMESTER

INTRODUCTION TO OPERATING SYSTEM

DOS, WINDOWS 2000 & LINUX

Time: 3:00 HrsMarks: 100

NOTE: ATTEMPT ALL QUESTIONS.

(PART-A)

Q.1a)What are device drivers? Why we use them.(5+5)

b)Explain features of an opening system.

Q.2Define the purpose and syntax of the followings.(10)

a)Ver

b)Path

c)Type

d)Move

e)Dir

Q.3why we use config.sys and autoexe.bat file?(5)

(PART-B)

Q.4What is GUI. Differentiate between GUI(Graphical user Interface) & CLI(Command Line Interface). Write examples of GUI and CLI. Compare that operating system with respect to interface. (10)

Q.5Write:(10)

a)Shortcut key to open start menu

b)Shortcut key for shutdown

c)Shortcut key of cut and paste

d)Method for selecting more than one file

e)Shortcut key to open windows help

Q.6During file management, how to display hidden files. Write the various methods to find a file. (10)

Q.7Differentiate the following.

a)standby and log off

b)shutdown and restart

c)cut and copy

d)file and folder

e)restore and maximize(10)

Q.8Describe the brief history of windows 2000.

(PART-C)

Q.9while using Linux please explains “vi” editor and “Pico” editor and also the

difference between them.(10)

Q.10What are the uses of these commands?(10)

a)Cat

b)Cd

c)Mail

d)Man

e)Xhost

Q.11While in Linux environment please differentiates STDIN and STDOUT.(5)

************************************************************************

DIT-/IA-2009/02

FIRST SEMESTER

PROGRAMMING FUNDAMENTALS

COMPUTER CONCEPTS, FLOW CHARTS & BASIC LANGUAGE

Time: 3:00 HrsMarks: 100

NOTE: ATTEMPT ANY FIVE QUESTIONS IN EACH SECTION.

(SECTION -1)

Q.1How computers are classified? Briefly describe the classification of computers?

(10)

Q.2Solve:

i.(2B.C4)16=(?)10(3)

ii.(1101010)2=(?)8(2)

iii.(2263.75)10=(?)16(3)

iv.(127.54)8=(?)10(2)

Q.3Define CPU. Describe the main functions of CPU.(10)

Q.4(a)Briefly describe the advantages and disadvantages of the High Level Languages.

(5)

(b) Explain the following logic gates and show their functions.

(i) AND(ii) OR(iii)NOT(5)

Q.5(a) What is an algorithm? How can you design an algorithm?(5)

(b) What is a loop? Explain the types of Loops?(5)

Q.6(a)What are the advantages and limitations of flow charts?(5)

(b)Write a short note on system analysis and design?(5)

(SECTION -II)

Q.7Define the term variable in BASIC? How many types of variables are available?

(10)

Q.8What is the use of IF-THEN statement? What is the use of IF-THEN-ELSE block?

Compare it with IF-THEN statement?(10)

Q.9Describe the purpose of GOSUB and RETURN subroutine and describe the purpose

of LOCATE & PRINT using statements?(10)

Q.10Write a basic language program which calculate the area of rectangle when length

and width are given?(10)

Q.11Write a basic language program which calculate the sum of first fifteen positive

integer using FOR-NEXT statement.(10)

Q.12Explain with the help of examples the purpose of following statements and

functions.

(i) READ/DATA(ii)INPUT(iii)INPUT$(iv) INKEYS(v)DATE($) (10)

***************************************************************

DIT-/IA-2009/03

FIRST SEMESTER

BUSSINESS COMMUNICATION AND REPORT WRITING

Time: 3:00 HrsMarks: 100

NOTE: ATTEMPT any five QUESTIONS including #. 1 which is compulsory. All questions carry equal marks.

Q.1(a)Correct the following (any five)

  1. Neither Ali nor Asghar has done their duty.
  2. Every one was grieved when they got the news.
  3. She is growing weak and weak everyday.
  4. He added farther and said.
  5. I tell a lie never.
  6. He was enough rich to buy a car.
  7. I yesterday met her.
  8. I am very much.
  9. Do not run fastly.
  10. She sings very sweet.

(b)Explain the following terms. (any five)

  1. Previous ii. Questioniii. Unanimouslyiv. Standing order
  1. Debate vi. Motion casting votevii. Amendment
  1. Resolutionix. Adjournmentx. Market value

Q.2Write an essay on one of the following topics.

  1. Unemployment
  2. Computer and vocational education
  3. Role of communication in business
  4. A visit to leather product firm

Q. 3explain essential and non essential parts of business letter.

Q.4Elaborates all types of communication you can use to win others.

Q.5what are the main characteristics of properly organized and well conduct interment.

Q. 6prepare a repot on opening fair price shop in factory area.

Q.7what do you understand by structure of company; explain.

Q. 8discuss leadership responsibilities in business meeting.

Q.9what is the importance if communication in an organization explain.

*******************************************

DIT-/IA-2009/04

FIRST SEMESTER

BUSSINESS APPLICATION

WINWORD, EXCEL & POWERPOINT

Time: 3:00 HrsMarks: 100

NOTE: ATTEMPT ALL QUESTIONS. ALL QUESTIONS CARRY EQUAL MARKS.

(PART-1 WINWORD)

Q.1Write the short key for the following.

  1. Close a document
  2. Go to
  3. Underline Text
  4. Save As
  5. Decrease A Text Size
  6. Justify Alignment
  7. Find
  8. Cut
  9. Redo
  10. Spell Check

Q.2Differentiate the following.

i.Super Script & Sub script

ii.Print & Print Preview

Q.3Explain the following in detail any two.

i.Auto correct

ii.Page setup

iii.Table

Q.4Draw the Screen details of MS WORD and explain it.

(PART-II-EXCEL)

Q.5Explain the following.

i.Work sheet

ii.Function

iii.Hyperlink

Q.6Differentiate the date filter & data consolidate.

Q.7Describe all the methods and steps involved in inserting of deleting a column or

row.

Q.8Explain the following..

i.Pivot Table

ii.Sub total

iii.Goal seek

(PART-III-POWER POINT)

Q.9Explain the following..

i.Slide show

ii.Rehearse timing

iii.Custom animation

Q.10Draw the screen details of MS POWER POINT & explain its features.

********************************************************

DIT-/IA-2009/05

FIRST SEMESTER

STRUCTURE & OBJECT OERIENTED PROGRAMMING

PART II

Time: 3:00 HrsMarks: 100

NOTE: ATTEMPT ANY FIVE QUESTIONS.

Q.1(a) Write a programme that ends an integer and prints whether it is odd or even. (7)

(b)What are the header files and C-Preprocessors? Explain with example. (8)

Q.2(a)Give the difference between break and continue statement with example. (6)

(b) i.what does the Go To statement do, also give example. (2)

ii.write a programme in C++ that calculates the following fabonacci series. (7)

1123581321

Q.3(a) What are command line arguments, Also give the difference between structures

and class with the help of examples.(2+6)

(b) What is the output of the following programme.(7)

# include<iostream-h7

Int main( )

{ For (int row =1; row<=5;++row)

{For(int space=1;space<=5-row;++space)

for (int asterisk = 1; asterisk c=2*2 row-1;++astrisk)

Cont<’*’;

Cont<’ (n;

For (row=4; row 7=1; --row)

For (int space=1; space<=5=row;++space)

Cont< 1 1;

For(int asterisk = 1; asterisk <=2* Row-1;++asterisk)

Cont<1*1

Cont<’\’n1; }

Cont < end 1;

Return 0;

Q.4(a) i.what is object also define constant object with example.(4)

ii.What are constructors and destructors give examples Explain.(5)

(b)Write the output of the following C++ programme.(6)

Int , main( )

{int C=5;

Cont<C++<end l;

Cont<C<end l;

C = 5;

Cont<++C<end l;

Cont<C<end l;

Q.5Create a date class with the following the capabilities(7½ , 7½ )

(a) output the date in format such as MM/DD/YY

(b) Also use over load constructors to create Date objects initialized with date

of format in part (a)

Q.6Explain the following functions with examples.(3 x 5)

i.Stremp ( )ii. Topper( )iii.Stract ( )iv.Strlen ( )

  1. Is space( )

Q.7Write a note on the following.(15)

i. inline functionii. Inheritance iii. comments

Q.8(a) write a programme that calculate the factorial of non negative integer “n”.(8)

(b) Define Random Access files; hoe a random Access file can be created,

give example.(7s)

***************************************************************

DIT-/IA-2009/06

FIRST SEMESTER

DATA MANAGEMENT SYSTEM USING ACCESS 2000

Time: 3:00 HrsMarks: 50

NOTE: ATTEMPT ALL QUESTIONS. All questions carry equal marks.

Q.1(a)Fill in the blanks.(05)

i.Access will fill ______field automatically when you enter data into some other field in the record.

ii.you can sort or filters record in ______view.

iii.Use file ______technique to create an Access table from data stored in an external file.

  1. A Yes/No data type field stores ______value only.
  2. Use simple query wizard to create a ______query for one or more table.

(b)Encircle the correct and more appropriate answer from the following. (05)

1.the captain property on the General tab defines ______name for teat field will be used in datasheet view.

i. an oldii. A uniqueiii. A sameiv. An alternative

2.A field name can be defined up to ______characters in the field name column.

i. 64ii. 8iii. 255iv. 256

3.A field of OLE object data type can store______

i. only soundii. Only pictureiii. A picture, sound or word processing document iv. Only image

4.______key is used to switch between navigation and editing modes for navigating a table.

i. F2ii. F5iii. F9iv. F7

5.______query groups data into categories and display values in a spreadsheet like format with summary totals.

i. Appendii Crass tabiii. Make-tableiv. Up date

Q.2Define and illustrate any two of the following.(5 x 2)

i. Attributesii. Candidate keyiii. Relationiv. Tuple

Q. 3write a detailed note on any one of the following.(10 x 1)

a.Creating a report using wizard.

b.summarizing data using simple query wizard

Q.4Define any five of the followings.(2 x 5)

a. decimal placesb. input maskc. validation ruled. format

e. text data type with its maximum lengthf. Hyperlinkg. aggregate function

h. append queryi. tabular reportj. Grid

Q.5following are the given table.(10)

Orders (Order ID, Customers ID, Order Date, Ship Address)

Customers (Customers ID,Order ID, Company Name, Address, Phone No.)

Write any one of the following queries using QBE Grid or SQL statement with details from both tables.

  1. To display records for orders placed by given customers.
  2. To display records for orders placed on the given date

*******************************************