How To Exam?

a knowledge trading engine...


Visvesvaraya Technological University (VTU) 2006 B.E FIRST SEMESTER ,, COMPUTER CONCEPTS & CPROGRAMMING - Question Paper

Wednesday, 12 June 2013 02:50Web

FIRST SEMESTER B.E. DEGREE EXAMINATION, JANUARY 2006
COMMON TO ALL BRANCHES
COMPUTER CONCEPTS & CPROGRAMMING
Time: three hrs. Max. Marks:100
Note: ans any 5 questions; select at lowest 1 ques. from PART A
PART A
1. (a) Briefly discuss the various kinds of programming languages with their
advantages and disadvantages. (6 marks)
(b) Differentiate ranging from the following:
(i) RAM and ROM (ii) Syntax fault and logical fault.
(c) define with a neat sketch, the features and working of magnetic tape unit.
elaborate its merits and demerits? (8 marks)
2. (a) Mention and describe the services that computer networks are capable
of providing. (5 marks)
(b) discuss the salient features of UNIX operating system. (10 marks)
(c) describe the subsequent terms(i) WWW (ii) Email
(iii) HTTP (iv) Domain names
(v) FTP (5 marks)
PART B
3. (a) discuss the meaning of algorithm, with a simple example.
(b) provide the coordinates (x, y) of ten points, find a procedure which will output the
coordinates of all points which lie inside or on the circle with unit radius with its
center at (0, 0) (10 marks)
(c) What do you understand by the term ‘token’ in C language (4 marks)
4. (a) Assuming that C language allocates two bytes for integer, write down minimum and
maximum and maximum values of integer. (4 marks)
(b) discuss the concept of conditional operator and comma operation in C. (4 marks)
(c) Pick the incorrect decimal constant from the subsequent list explaining why they
are incorrect. 4689,
+785, 425.35, one /4, 1A45 (6 marks)
5. (a) elaborate unary and binary operators? discuss with examples. (6 marks)
(b) With the definition of : int a, b, c, d, k, p, m.
The subsequent expressions are formed. Mention why every of them is considered
as an incorrect integer expression.
(i) ab+
j (ii) a4.0
(iii) a+ +b+c (iv) a/b*%c (v) a(%
b+c) (vi) a**b+m
(vii) (p*(m+k) (viii) k/*d (8 marks)
(c) If statement in c language evaluates the condition expression as actual or false
(Boolean) in absence of Boolean data kind in C language, discuss how this is
achieved. (6 marks)
6. (a) provide the syntax of three kinds of loops in C. discuss working of every loop. provide one
example for every kind of loop. (12 marks)
(b) a and b are two arrays every with 10 elements write a program to obtain array C such
that
C[0] = a[0] + b[9]
C[1] = a[1] + b[8]
: : :
C[8] = a[8] + b[1]
C[9] = a[9] + b[0]
7. (a) elaborate User described functions? provide 1 example. (8 marks)
(b) Write a program to obtain the intersection of two arrays a and b with size m and n
respectively. (12 marks)
8. (a) discuss any 4 built in string functions. provide 1 example for every.
(12 marks)
(b) If P is a pointer having address ‘2000’ what would be values for the subsequent.
P = P+2; for int * P
P = P – 1; for float * P
P = P + 10; for char * P
P = P + 1; for double * P ( four marks)
(c) What is call by value and call by reference



( 0 Votes )

Add comment


Security code
Refresh

Earning:   Approval pending.
You are here: PAPER Visvesvaraya Technological University (VTU) 2006 B.E FIRST SEMESTER ,, COMPUTER CONCEPTS & CPROGRAMMING - Question Paper