Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
54 views
18 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
Download
Save
Save Untitled For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
0 ratings
0% found this document useful (0 votes)
54 views
18 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
Carousel Previous
Carousel Next
Download
Save
Save Untitled For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
Download now
Download
You are on page 1
/ 18
Search
Fullscreen
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]-101A3. 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 4Total 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
BCA Second Smester TU Old Questions 2018 2020 2021
PDF
No ratings yet
BCA Second Smester TU Old Questions 2018 2020 2021
58 pages
B.SC (Computer Science) 2019 Pattern
PDF
No ratings yet
B.SC (Computer Science) 2019 Pattern
55 pages
Examinations,: Nizam College (Autonomous) Semester
PDF
No ratings yet
Examinations,: Nizam College (Autonomous) Semester
33 pages
Decret Maths
PDF
No ratings yet
Decret Maths
18 pages
11 Computer Science
PDF
No ratings yet
11 Computer Science
4 pages
1st Sem Pyqs SVVV Indb
PDF
No ratings yet
1st Sem Pyqs SVVV Indb
10 pages
Class 11 Cs Question Paper
PDF
No ratings yet
Class 11 Cs Question Paper
5 pages
Computer Science B.SC - .Prog - .Sem - Nov Dec 2016
PDF
No ratings yet
Computer Science B.SC - .Prog - .Sem - Nov Dec 2016
98 pages
ClassXI CS SampleQuestionPaper
PDF
No ratings yet
ClassXI CS SampleQuestionPaper
9 pages
Nov 2024
PDF
No ratings yet
Nov 2024
66 pages
B.SC (Computer Science) 2013 Pattern PDF
PDF
No ratings yet
B.SC (Computer Science) 2013 Pattern PDF
129 pages
2022 - December - PG - MCA (2 Years) - MCA (2 Years)
PDF
No ratings yet
2022 - December - PG - MCA (2 Years) - MCA (2 Years)
53 pages
BSC Computer Science WWW - Alagappauniversity.ac - in Alagappa University Model Question Paper Dist
PDF
No ratings yet
BSC Computer Science WWW - Alagappauniversity.ac - in Alagappa University Model Question Paper Dist
32 pages
Computer Science
PDF
No ratings yet
Computer Science
58 pages
B.C.A (Science) 2019 Pattern
PDF
No ratings yet
B.C.A (Science) 2019 Pattern
71 pages
B.C.A (Hons) 1st Semster Papers 2020
PDF
No ratings yet
B.C.A (Hons) 1st Semster Papers 2020
23 pages
Computer Science and Maths
PDF
No ratings yet
Computer Science and Maths
20 pages
Computer Science GR 9 T1 Exam Nov 2023
PDF
No ratings yet
Computer Science GR 9 T1 Exam Nov 2023
14 pages
B.C.A (Hons) 1st Semster Papers 2019
PDF
No ratings yet
B.C.A (Hons) 1st Semster Papers 2019
20 pages
Bca Sem I University
PDF
No ratings yet
Bca Sem I University
21 pages
Post-Graduate Course
PDF
No ratings yet
Post-Graduate Course
82 pages
2008oct FE AM Questions
PDF
No ratings yet
2008oct FE AM Questions
31 pages
Adobe Scan 01 Feb 2022
PDF
No ratings yet
Adobe Scan 01 Feb 2022
10 pages
Cs Pyq 2022-23
PDF
No ratings yet
Cs Pyq 2022-23
12 pages
ENCO101 - Assessment1 - 1-25 - QP - 6qn (1) - 250317 - 050902
PDF
No ratings yet
ENCO101 - Assessment1 - 1-25 - QP - 6qn (1) - 250317 - 050902
7 pages
Offline PYQ Paper 2024
PDF
No ratings yet
Offline PYQ Paper 2024
17 pages
Cse 3 RD 2020
PDF
No ratings yet
Cse 3 RD 2020
27 pages
265 Midterm 01 Winter 2010 Answers
PDF
No ratings yet
265 Midterm 01 Winter 2010 Answers
9 pages
Comp
PDF
No ratings yet
Comp
7 pages
Assignment 4
PDF
No ratings yet
Assignment 4
7 pages
Answerkey (Comp Sci)
PDF
No ratings yet
Answerkey (Comp Sci)
3 pages
11th Computer Science Book Back Public Questions English Medium PDF Download
PDF
No ratings yet
11th Computer Science Book Back Public Questions English Medium PDF Download
11 pages
Mcoa011 Main Exam Paper 2017
PDF
No ratings yet
Mcoa011 Main Exam Paper 2017
10 pages
HY XI CS AK Nov 2022
PDF
No ratings yet
HY XI CS AK Nov 2022
14 pages
Last Year Question Papers of All Subjects
PDF
No ratings yet
Last Year Question Papers of All Subjects
16 pages
2-1 Questions Papers
PDF
No ratings yet
2-1 Questions Papers
10 pages
Class XI HY CS SET1
PDF
No ratings yet
Class XI HY CS SET1
4 pages
Sy Sem 1 PDF
PDF
No ratings yet
Sy Sem 1 PDF
23 pages
It 2018
PDF
No ratings yet
It 2018
46 pages
Class 11 Term 1-Setb
PDF
No ratings yet
Class 11 Term 1-Setb
4 pages
1 Merge
PDF
No ratings yet
1 Merge
6 pages
Computer Science SSC-II Solution
PDF
No ratings yet
Computer Science SSC-II Solution
11 pages
CS 11 Answer Key Sample Paper 1 Tutorialacisip
PDF
No ratings yet
CS 11 Answer Key Sample Paper 1 Tutorialacisip
4 pages
CSIT 2077 Question
PDF
No ratings yet
CSIT 2077 Question
8 pages
2nd Sem Ass.2018-19 PDF
PDF
No ratings yet
2nd Sem Ass.2018-19 PDF
17 pages
BCA
PDF
No ratings yet
BCA
76 pages
All Model Paper BCA
PDF
No ratings yet
All Model Paper BCA
12 pages
Cs-Xi Aps
PDF
No ratings yet
Cs-Xi Aps
5 pages
1
PDF
No ratings yet
1
2 pages
Comp - SC QS Xi
PDF
No ratings yet
Comp - SC QS Xi
6 pages
T103 MTA Fall 2012 FormA Solutions
PDF
No ratings yet
T103 MTA Fall 2012 FormA Solutions
7 pages
Three Assignment Questions
PDF
No ratings yet
Three Assignment Questions
10 pages
CS Xi
PDF
No ratings yet
CS Xi
5 pages
ES105 - Section I - Winter 2020 Exam
PDF
No ratings yet
ES105 - Section I - Winter 2020 Exam
2 pages
Binsys Technologies PVT - LTD
PDF
No ratings yet
Binsys Technologies PVT - LTD
18 pages
Class 11 - I Terminal Exam Final Paper-Answer Key
PDF
No ratings yet
Class 11 - I Terminal Exam Final Paper-Answer Key
7 pages
Relative Resource Manager
PDF
No ratings yet
Relative Resource Manager
6 pages