How To Exam?

a knowledge trading engine...


Gujarat Technological University 2008 B.E Electrical Engineering Engineering Eelcteical - Question Paper

Friday, 19 July 2013 02:40Web



(C-2)

Enrolment No.

GUJARAT TECHNOLOGICAL UNIVERSITY

Seat No.:


B.E. all Sem-I Examination December 08/January 09

Communication Skills (110002)

DATE: 17-12-2008, Wednesday TIME: 12.00 to 2.30 p.m.    MAX. MARKS: 70

Instructions:

1.    Attempt all questions.

2.    Make suitable assumptions wherever necessary.

3.    Figures to the right indicate full marks.

Define communication. Explain communication cycle and distinguish between General and Technical communication.

Q.1 (a) (b) Q.2 (a) (b) (b) Q.3 (a) (b)


08

06

07

07

07

07

07

08


Explain benefits of effective listening.

What is meant by barriers to communication? Explain intrapersonal barriers to communication.

Discuss the main elements of non-verbal communication.

OR

Discuss levels of communication.

Narrate types of Visual Aids generally used in presentation along with some tips pertaining to the use of Visual Aids.

Explain expectations in you from your prospective employer when you appear for an interview.

OR

Q.3 (a) As the Purchase Manager of Alpha Engineering Co., Salt Lake City, Kolkata, you placed an order for 15 HP scanners to National Systems Limited, Electronic City, M.G. Road, Bangalore- 560 100. You received only 12 scanners. Write a letter to General Manager (Sales & Marketing) of NSL, making a complaint and asking him to send the remaining 3 scanners immediately (Use block layout format).

Explain importance of writing resume in job application. Discuss standard parts of a resume.

(b) Q.4 (a)


06

08

06


You are an assistant engineer. There has been a fire in the factory and three of the workers have been badly burnt and hospitalised. You are asked to send a report to the manager. Write the report using memorandum form.

(b) Rewrite the following sentences using the correct verb from the bracket.

(i)    The mechanic and driver (is, are) ill.

(ii)    Neither the engineer nor the overseers (discharge, discharges) the duties honestly.

(iii)    None of the students (has, have) done their homework.

(iv)    Each of the boxes (weighs, weigh) ten Kilograms.

(v)    All of the students (is, are) present.

(vi)    My brother as well as my father (is, are) good at English.

OR

Q.4 (a) As the general secretary of the students union of your institution, 08 prepare a proposal of setting up of a canteen on the campus. The proposal is to be written in the form of letter and submitted to the vicepresident of students Gymkhana.

(b) Complete the following sentences using appropriate tense of the verbs 06 given in bracket.

(i)    What messages they (receive) from them today?

(ii)    He (work) as an assistant engineer for ten years now.

(iii)    He (take up) a new job already.

(iv)    We (be) in Delhi last year.

(v)    We asked him what dams he (see).

(vi)    The workmen (leave) as soon as the trouble had started.

Q.5 (a) Discuss techniques of organizational group discussion.    08

(b) Use the following homonyms in sentences so that meaning of each 06 can be understood clearly (any three pairs):

(i)

Date, Date

(ii)

Racket, Racket

(iii)

Palm, Palm

(iv)

Litter, Litter

(v)

Flap, Flap

OR

Q.5 (a) What are the reasons for poor reading comprehension? Discuss 08 techniques for good comprehension.

(b) Use the following confusables in sentences so that meaning of each 06 can be understood clearly (any three pairs):

(i)

Loath, Loathe

(ii)

Hoard, Horde

(iii)

Ingenious, Ingenuous

(iv)

Precipitate, Precipitous

(v)

Titillate, Titivate.

2


Seat No.:__Enrolment No.

(CP-3)

GUJARAT TECHNOLOGICAL UNIVERSITY

B.E. all Sem-I Examination December 08/January 09 Computer Programming and Utilization (110003)

DATE: 24-12-2008, Wednesday TIME: 12.00 to 2.30 p.m.

MAX. MARKS: 70


Instructions:

1.    Attempt all questions.

2.    Make suitable assumptions wherever necessary.

3.    Figures to the right indicate full marks.

Attempt following programs in C/C++ language.

Q-1

(a)

(b)

(c)


Write a program to read two matrix from the user and store the multiplication of 05 two matrix in the resultant matrix. i.e. C=A * B

Write a program to generate Fibonacci series of n given numbers using    05

function named fibbo. i.e. 1 1 2 3....

Write a c++ program which is having class named student. It has two functions named readdata() and writedata() It has member elements called studID,    04

studname, studphno, studpercentage. assume suitable data type for variable.

And read the data element from the user and print the same on the screen using member functions.

Do as directed.

Q-2

(a)


07


Find out the output of following C code. Assume all the libraries has been included and code is syntactically correct.

i)


Void main()

{

Char cAddress[30]=Gtu Examination;

Int iX=67584;

Float fZ=95.7658;

Printf(%.6s\n,cAddress);

Printf(%7s\n,cAddress);

Printf(%010d\n,iX);

Printf(%10d\n,-iX);

Printf(%*.*f\n,7,2,fZ);

Printf(%e\n,fZ);

Printf(%12.4e\n,-fZ);

}

Find out the error if any in the following code and correct it and give the output. Void main()

{

Int iNo[3] = {10,20,30,40};

Char cName[] = exam;

Char cMidd[]= university;

Strcpy(cName,cMidd);

Printf(%d,iNo[0]);

Printf (%s,cName);

}

Attempt any two.

What is structure? How do we declare and access structure variables?

What do you mean by recursive function? Explain with small example.

Explain conditional operator with small example.

Do as directed.

Draw a flow chart to find the maximum number out of three given numbers. What is program? Explain break and continue with example.

Explain following string manipulation functions. Strncmp(),strlen(),strcat(),strstr(),strchr();

OR

Do as directed.

Draw a flow chart to do the sum of 10 elements read from the user.

List out operators used in C language and explain any four with example.

What do you mean by constants in C language? Explain types of constants in detail.

Do as directed.

What is pointer? Write a program to do swapping of two elements using pointers.

List out the categories of functions. Explain any one category with example. State the difference between Structure and Union.

OR

Do as directed.

Write a program to find out sum of 6 elements of array using pointer.

What is scope, visibility and life time of variables? Explain Static variables with example.

State the difference between entry control loop and exit control loop.

Do as directed.

Explain the concept of Class, Object, Polymorphism and Inheritance.

Explain structure of class with example.

What is inline function? Explain with example.

OR

Do as directed.

Give the difference between object oriented language and procedure oriented language.

Explain friend function with example.

What are the characteristics of constructor? Explain how to initialize the variable using constructor.







Attachment:

( 0 Votes )

Add comment


Security code
Refresh

Earning:   Approval pending.
You are here: PAPER Gujarat Technological University 2008 B.E Electrical Engineering Engineering Eelcteical - Question Paper