The document outlines the preparatory examination for Computer Science, January 2024, consisting of multiple-choice questions, fill-in-the-blank questions, and descriptive questions across various topics. It is divided into five parts, with Part A focusing on multiple-choice questions, Part B on short answer questions, Part C on detailed explanations, Part D on in-depth topics, and Part E on SQL and Boolean functions. Each part has specific marks assigned, totaling a maximum of 80 marks.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
17 views4 pages
2 Pu
The document outlines the preparatory examination for Computer Science, January 2024, consisting of multiple-choice questions, fill-in-the-blank questions, and descriptive questions across various topics. It is divided into five parts, with Part A focusing on multiple-choice questions, Part B on short answer questions, Part C on detailed explanations, Part D on in-depth topics, and Part E on SQL and Boolean functions. Each part has specific marks assigned, totaling a maximum of 80 marks.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4
ILPUCPREPARATORY EXAMINATION, JANUARY-2024
Time : 3 Hrs. 15 Mins. COMPUTER SCIENCE (41) Max Marks : 80
PART-A Answer ALL the questions. Each question carries ONE mark. 20x1=20 Select the correct answer from the choices given: (Repeated answers will not be considered) The serial port can trans fer of data at a timc. a) 1 bit b) 1 byte c) 8 bytes d) 16 bytes The X + XY = X is 2 a) Associative law b) Involution law c) Complementary law d) Absorption law 3 The Standard Symbol of XOR gate is a) c) d) 4 is an example for non-linear data structure. a) Integer b) Linked list c) Queue d) Tree operator is used to access the member of a class. a) : b): c) . (dot) d) + 6 A) Inline function is a compact function B) Inline function cannot be overloaded. a) Ais correct, B is incorrect b) Ais incorrect, B is correct c) Ais correct, B is correct d) A is incorrect, B is incorrect 7 The constructor must be declared in section. a) private b) public c) protected d) None of the above 8 is not used to create objects. a) Sub class b) Derived class c) Virtual class d) Abstract class 9 A) Pointer is a special data-type used to store the address of another variable. B) An integer can be added to a pointer. a) A is correct, B is incorrect b) A is incorrect, B is correct c) A is correct, B is correct d) A is incorrect, B is incorrect 10. is a field one table that uniquely identifies the row of another table. a) Primary Key b) Foreign Key c) Candidate Key d) Alternate Key 11. Which command is used to modify contents of a table in SQL ? a) Update b) Change c) Modify d) Alter 12. A device that connects many computer to a central computer is a) Router b) Bridge c) Gateway d) Hub 13. HTTP stands for a) Hypertext Transistor Protocol b) Hypertext Transfer Protocol c) Hypertest Transistor Protocol d) Hypertest Transfer Protocol 14 navigates through the world wide web (www) and displays web pages. a) Web browser b) Website c) Web server d) URL 15. tag is used to create hyperlink. a) <li b) <h> c) <hl> d) None of these Fill in the blanks choosing the appropriate word/words from those given in brackets. (Repeated answers will not be considered) (Specialization, Metadata, Data integrity, Attribute, Relational data model, Domains) 16. Each column is identified by a distinct header is called 17. refers to the validity of data and it can be compromised in a number of ways. 18. In there are no physical links. 19. is a top-down approach in which one higher level entity can be broken down into two lower level entities. 20. is used to inform operators and uses of the ata warehouses about its status. (PT.O) -2 PART-B
Answer any FOUR questions. Each question carries TWO marks.
21. Prove algebraically X(X +Y =X 4x2=8 b)-(a+b) 22. Give the complement of (a+ (OOP). 23. of object-oriented programming Mention any two limitationsconstructor function. Write any two features of 24. file within C++. Mention the methods of opening 25. and logical independence. 26. Define physical data independenceand varchar 2 datatypes in SQL. 27. Give the difference between char used in Network. cables 28. Name the different types of PART-C marks Each question carries THREE Answer any FOUR questions. motherboard. 4x3=12 of 29. Explain any three components truth table for XOR gate. Write the logic diagram and the 30. 31. What are the applications of arrays ? example. an 32. What is pointer to an array ? Give ofstream class. Mention any three functions of 33. diagram. 34. Give any three components of E-R 35. Explain any 3 types of E-commerce. 36. Give the features of DHTML. PART-D question carries FIVE marks. 6x5=30 Answer any SIX questions. Each operations performed on non-primitiwe ? Explain the different 37. What is non-primitive data structure data structure. method. 38. Write an algorithm for binary search 39. languages over other programming languages. Differentiate between object orientedcharacteristics of a friend function. 40. What is friend function ? Give the example. 41. What is parameterized constructor ? Give a programming hybrid inheritance. and 42. What is inheritance ? Explain hierarchical inheritance 43. Explain ISAM with advantages and disadvantages. 44. Explain any five networking devices. PART-E FIVE marks. 2x5=10 Answer any TWO questions. Each question carries the function using 45. Give Boolean function F(A, B, C, D) = (0, 1, 3, 4, 5, 7, 9. 10, 11, 13) reduce K-map. member function outside the class definition with syntax and an example. Explain 46. calculate the net 47. Give a set of SQL commands to create the following table, insert records and salary. Number Name Basic Salary DA HRA Professional Tax Net Employee Salary
DA= 45% of Basic salary
HRA = 15% of Basic salary Professional Tax =200 Net Salary = Basic Salary + DA t HRA Professional Tax. **** * Cath II PUC PREPARATORY EXAMINATION, JANUARY- 2024 Time :3 Hrs. 15 Mins. COMPUTER SCIENCE (41) Max Marks : 70 PART-A Answer ALL the questions. Each question carries ONE mark. 20x1=20 (Repeated answers will not be considered) Select the correct answer from the choices given: Cache memory 1S a) less expensive and smaller in size b) very expensive and bigger in size c) very expensive but smaller in size d) less expensive but bigger in size 2 The fundamental laws of Boolean Algebra are also called as a) Boolean rules b) Boolean postulates c) Boolean statements d) Boolean expressions 3. A logic gate in which output is high (1) when all the inputs are low (0) is a) NOR gate b) AND gate c) OR gate d) XOR gate 4 Assertion (A) : Queue is a data structure that follows the FIFO order. Reason (R) : In FIFO type of data structure the last item added is the first item to be removed. a) Both A and R are correct and R is the correct explanation ofA b) Both Aand are correct but R is not the correct explanation of A c) A is correct but R is not correct d) A is not correct but R is correct 5. The public data members of a class can be accessed using a) scope resolution (:) operator b) pointer (*) operator c) address (&) operator d) dot () operator 6 The drawback of inline function is a) increased readability b) increased size of the executable file c) increased speed of execution d) efficient code generation 7. Zero argument constructor is an alternate name for a) default constructor b) copy constructor c) parameterized constructor d) explicit constructor Aclass derived from more than one base class is called as a) single inheritance b) multi level inheritance c) hybrid inheritance d) multiple inheritance 9. The following two statements leads to int p = & q: int n = p; a) n = p b) p= q c) n = q d) q= p 10. ISAM stands for a) Indexed Simple Access Method b) Indexed Sequential Access Method c) Indexed Simple Address Method d) Indexed Sequential Address Method 11. Which of the following is a DML command in SQL a) CREATE b) GRANT c) INSERT d) ALTER 12. Identify the number of layers in OSI Reference Model. a) 4 layers b) 5 layers d) 7 layers c) 6 layers 13. The network topology in which all the data pass through a central node is a) Bus topology b) Star topology c) Ring topology d) Mesh topology 14. The non-profit organization created for supporting fre software development is a) FSF b) IEEE c) W3C d) WwW (PT.O) -2
The process of creating andb) embedding scripts in a webpage is called
15. Web server c) Domain registration a) Web hosting appropriate word(s) d) Web scriping from those given in brackets. Fill in the blanks choosing the II internal, sequential, tables) (conceptual, primary, logically, related data. collection of 16. A database is a and direct access file organization, 17. ISAM is the hybrid between describes what data is stored in the databao Jevel of abstraction form of 18. relational model the data is maintained in the 19. In each record in a table. 20. key uniquely identifies PART-B TWo marke FOUR questions. Each question carries 4x2=8 III Answer any table. 21. Prove X + XY = X using truth and maxtern. 22. Define minterm Programming. two applications of Object Oriented 23. Mention any destructor. 24. What is a destructor ? Write the syntax for function. get ( ) and put () 25. Give the difference between 26. List any two DBMS users. records from a table. Give an example comnand to delete 27. Mention the SQL WAN. 28. Differentiate between LAN and PART-C marks. questions. Each question carries THREE 4x3=12 IV Answer any FOUR two types of UPS. 29. What is UPS ? Mention the derived gates. List the names of any three any array. an element at position P into 30. 31. Write an algorithm to insert variables with an example. 32. Ilustrate pointers to structure modes. 33. Explain any three file opening electronic data processing. Differentiate between manual and 34. e-commerce applications. 35. Mention any three advantages of two examples. 36. What are scripting languages ? Give PART-D marks. 4x5-20 Each question carries FIVE Answer any FOUR questions. method. element using linear search 37. Write an algorithm for searching an operations performed on stacks. 38. Define a stack. Explain any four Oriented Programming. Explain the various characteristics of Object function. 39. is a friend function ? Mention any four characteristics of a friend 40. What appropriate example. 41. Explain parameterized constructor with an programming example. 42. Explain single level inheritance with a suitable system. 43. Explain the various features of database computer virus prevention methods. 44. What is a computer virus Mention any four PART-E 2x5=10 carries FIVE marks. Answer any TWO questions. Each question 12, 14), reduce it using K-map. 45. Given Boolean function F(A, B, C, D) = 2(1, 3, 5, 7, 8, 9, 10, 46. Explain class definition with syntax and example. 47. Write the SQL commands to create the following table assuming proper datatypes. Also calcuats the gross salary, minimum and maximum of basic salary Emp ID Name Basic Salary DA HRA 1001 ABC 28000 1400 2800 1002 GHI 22000 1100 2200. 1003 PQR 36000 1800 3600
Full Download Bradford S Indian Book Being The True Roote Rise of American Letters As Revealed by The Native Text Embedded in of Plimoth Plantation First Edition Betty Booth Donohue PDF