0% found this document useful (0 votes)
54 views18 pages

Untitled

Uploaded by

Allu arjun
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF or read online on Scribd
0% found this document useful (0 votes)
54 views18 pages

Untitled

Uploaded by

Allu arjun
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF or read online on Scribd
You are on page 1/ 18
Total No. of Questions—7] {Total No, of Printed Pages—5 Seat No. [5426]-101A F.Y. B.C.A. (Science) (I Semester) EXAMINATION, 2018 BCA-101 : FUNDAMENTALS OF COMPUTER Time : NB. — 1. (A) (2016 PATTERN) Three Hours Maximum Marks : 70 @ Question No. 1 (A & B) is compulsory. (ii) Attempt any two questions from Group I. (ii) Attempt any two questions from Group II. (iv) Figures to the right indicate full marks. Choose the appropriate option (7 @ . is a document that store data grid of rows and columns. (a) Notepad (b) Spreadsheet (c) Word Processor (d) None of the above (2) Dot Matrix is a type of . . printer. (a) Impact Printer (6) Non-impact Printer (c) Line Printer (@) Page Printer P.T.O. (5426]-101A (3) (4) 6) (6) The principle used to store data on magnetize device is : (a) Polarization () Hybridization () Digitization (2 None of the above COBOL is an example of level language. (a) Low (6) Middle (c) High (d) Both (a) and (6) . is the program PC microprocessor uses to get the computer system started after it turned off. (a) BIOS (6) MOS (c) LAN (d) None of the above is the output device. (a) Keyboard (6) Mouse (c) Pendrive (d) Monitor (7) A translator which scans the entire program and translates it as a whole onto machine code is called as : (a) Compiler (6) Interpreter (c) Assembler (d) None of the above (B) Define the following terms : iil (Virus (2) Directory (3) Operating System (4) Port (5) Word Processor ©) Driver (7) EPROM. Group I Answer the following : [14] (a) What is Input Devices ? Explain at least two input devices in detail. [5] (6) What is Computer ? What are the advantages of Computer ? 5] (c) Write notes on : [4] () ROM (2) Octal Number System. 3 PTO. (5426]-101A 3. Answer the following : [14] (a) What is Hardware ? Explain types of Hardware. 14] (6) Write notes on : (4) (1) MS-Word (2) Get it. (c) Convert the following decimal number into binary number : [3) ) ©%19 (2) (2022)19. (@) Explain any three presentation tools. [3] 4, Answer the following : [14] (a) Explain various types of computer. (4) (6) What are the elements of good presentation ? [4] (c) Explain primary storage devices. [3] (d) Explain the usages of spreadsheet. [3] Group II 5. Answer the following : 14] (a) What is system software ? Explain with example. [5] (6) What do you mean by high level language ? What are the features of high level language ? (5) (c) Write notes on : [4] @) BIOS (5426]-101A, (2) Graphics Card. (a) (b) (©) (d) (a) (e) (c) (d) [5426]-101A Answer the following : State and explain different types of Hardware devices. What is text editor ? What are its features ? Convert the following binary number into decimal number : (1) 4001), (2) (1101010), (8) (110110)p. Explain any three external DOS commands with example. Answer the following : Explain application software with example. Write notes on : (1) Desktop (2) Icon. Convert the following : (1) 625219 = Mg (2) (101101111g = (%g. Explain batch file. [14] [4] [4] [3] {14} [4] [4] (3) Total No. of Questions—7] [Total No. of Printed Pages—4 Seat No. [5426]-102 FY. B.C.A. (SCIENCE) (I Sem.) EXAMINATION, 2018 BCA-102 : BASIC PROGRAMMING IN C (ntroduction to Programming and Programming in ©) (2016 PATTERN) Time : 3 Hours Maximum Marks : 70 N.B. :— (i) Question No. 1 (A and B) is compulsory. (i) Attempt any two questions from Group I. (iii) Attempt any two questions from Group II. (iv) Figures to the right indicate full marks. (A) Choose the correct option : (7] o) is unary operator in C. () + (©) & @d< (2) . keyword is used for storage class. (a) break (b) double (c) exit (d) auto (3) . format specifier used to display octal number. (a) %e ) %a (c) %o (d) %f (4) The “continue” statement cannot be used with . (a) for statement (6) switch statement (c) do statement (d) while statement P.T.O. (B) (a) (e) (c) [5426]-102 (6) By default, a static variable is initialized to .. (a) space (6) garbage value (c) zero (d) one (6) The size of long double data type on 16-bit machine is bytes. (a) 2 (b) 4 ©) 8 (d) 10 (7) By default, array subscript in ‘C’ language starts at. oe (a) space (6) 0 @ 1 @ a Attempt the following : (7) (1) Define a flowchart. (2) ‘C’ is a middle level language. Justify. (3) What is the use of typedef keyword ? (4) State the purpose of conditional operator. (5) What is escape sequence for null character ? (6) List the techniques for parameter passing to function. (1) Given X = 0 and Y = 0. Find value of X, Y, Z for the following expression : Lae Xi] H+ ¥ Group-I Attempt the following : Draw a flowchart to check whether given number is perfect number or not. 6) Define algorithm. State the characteristics of an algorithm. [5] What are the features of ‘C’ language ? [4] 2 (a) (6) (c) (d) (a) (b) (c) (d) [5426]-102 Attempt the following : Write an algorithm to display numbers from 100 to 1 in reverse order. 4) Explain the basic datatypes in ‘C’ language. (4) Differentiate between character constant and string constant. [3] What are the requirements for problem solving by computer ? [3] Attempt the following : Discuss the various forms of increment and decrement operator with an example. [4] Explain switch statement with example. (4) Define Array. What are the limitations of an array ? [3] Trace the output 13] main( ) { int a=5; do { printf(“%d", a); a } while (a > 6); 3 P.T.O. Group-II 5. Attempt the following : (a) Write a ‘C’ program to print transpose of matrix. 51 (6) Define storage class. Explain different storage classes. [5] (c) Explain jump statements in ‘C’ language. (4) 6. Attempt the following : (a) Write a ‘C’ program to reverse the given number. [4] (6) What is recursion ? Explain with example. (4) (c) Explain the functions getchar( ), putchar( ), getch( ) with example. [3] (d) Trace the output : (3] main( ) { typedef int X; X a=0; printf (“%éd”, a); 7. Attempt the following : (a) Draw a flowchart to find minimum of three numbers. [4] (6) Discuss the bitwise operators with example. 14) (c) Explain the qualifiers applied to integer type. {3} (d) Explain the steps involved in C program development. [3] [5426]-102 4 Total No. of Questions—7] [Total No. of Printed Pages—5 Seat No. [5426]-103 F.Y. B.C.A. (Science) (Semester I) EXAMINATION, 2018 BCA-103 : APPLIED MATHEMATICS.-I (2016 Pattern) Time : Three Hours Maximum Marks : 70 N.B. — (i) Question No. 1 is compulsory. (ii) Attempt any two questions from Group-I and two questions from Group-II. (iii) Figures to the right indicate full marks. 1, (A) Choose the correct alternative : 7] () De-Morgan’s law is : (a) (ANB) = AUB () (AN BY = AUB (ce) (AUBY = A’ OB (d) (AUB) =A° UB (ii) For every positive integer n binomial theorem is : w@ a+ y= 3/ | at 9 roar) ety (") ) &+y ule? @ Gree ro (d) None of the above P.T.O. (B) [5426]-103 (iii) A natural number 354 in binary representation is : (a) 101100010, (6) 1111010, (©) 1011000, (@) 01111010.) (iv) In logical connectives PvQ means : (a) P False (6) Q true whenever P true (c) At least one true (d) Same truth value (v) An equation of line is : (a) (b) (@) {ax + by =r} (d) None of the above (vi) If a and b are relatively prime, then there exist integers (x, y) €R? |ax + by er (x, ») €R? |ax + by =r m and n such that : (a Mad O nb () ma ~ nb =1 (©) ma +nb=1 @) ma + nb =-1 (vii) Bounded function using quantifiers is : (a) @MeR) (Vx eR) (F@)|k M) () (¥MeR) Gx eR) (F@) > M) () GMeR) GxeR) (d) None of the above Answer the following questions in one or two lines each : [7] (a) Define Harmonic Mean. (6) Determine the coefficient of x4 y® in the expansion of @& + (c) Prove that Z is countable, Z is integer set. 2 (a) (b) (c) 3. (a) (6) (c) (d) 4. (a) [5426]-103 (d) What is meant by a Bijection Function. (c) Convert the integer 3333,,) into decimal representation. (P Define a term set giving an example. (g) Define a term intersection of two sets. Group I Attempt the following questions : Let f, g : R > R be two functions. Determine which of the following statements are true. Justify. [5] @ If f and g are bounded, then f + g is bounded. (ii) If f and g are bounded, then f . g is bounded. Prove that, for neN. 1+2+3+ senate (5) Give an indirect proof of the theorem “If 3n + 2 is odd, then n is odd.” [4] Prove that the statements : P > Q and Q > R imply P > R with usual notation. [4] IF a, 6, c are odd integers, then show that ax? + bx +c = 0 has no solution in the set of rational numbers. [4] Suppose that r and s are distinct real solutions of the equation ax? + bx + c = 0. In terms a, 6,c, obtain formulas for r+ s and rs. [3] For neN, when does 3">n‘ hold ? [3] Let A=R- B=R-{o} [4] Show that the function F : A > B, defined by 1 f@) =F is bijection. 3 P.T.O. (6) (c) (d) (a) (b) (c) (6) (c) (d) (nln +) Prove that 2)? =|—5— a 2 without using induction. [4] If p is prime and a, 6 are integers such that p|ab, then show that either pla or p|b. [3] Prove that if A is finite, then for exactly one n there is a bijection from A to In]. (3] Group II 5. Attempt the following questions : Find ged of P = x3 - 2x? + 6x —5 and g = x? - 2x +1 [5] Prove that 6 divides n° + 5n, for every positive integer n. [5] Let g = 132 and h = 213 be permutation then find hog and goh. (4) Let h : R + R be defined by A(x) = mx + b where m #o, then : @ Show that Ais bijection (i) Find formula for h- (4) Determine whether the following permutation are even or odd : (4) @ f = 23514 (ii) h = 8217645. Represent rotation by 90° in permutation form ? — [3] Show that the set NxN is countable. [3] Prove that 4 xyzW

You might also like