Skip to main content

Top 100 Computer Full Forms

THE TOP 100 FULL FORMS RELATED TO COMPUTERS: PC - Personal Computer CPU - Central Processing Unit RAM - Random Access Memory ROM - Read-Only Memory GPU - Graphics Processing Unit HDD - Hard Disk Drive SSD - Solid State Drive USB - Universal Serial Bus BIOS - Basic Input/Output System LAN - Local Area Network WAN - Wide Area Network WLAN - Wireless Local Area Network TCP/IP - Transmission Control Protocol/Internet Protocol URL - Uniform Resource Locator HTML - HyperText Markup Language CSS - Cascading Style Sheets HTTP - Hypertext Transfer Protocol HTTPS - Hypertext Transfer Protocol Secure DNS - Domain Name System ISP - Internet Service Provider VPN - Virtual Private Network JPEG - Joint Photographic Experts Group GIF - Graphics Interchange Format PNG - Portable Network Graphics PDF - Portable Document Format OCR - Optical Character Recognition GPS - Global Positioning System ASCII - American Standard Code for Information Interchange IDE - Integrated Development Environment API - Appli...

2nd puc computer science previous year question papers

 SECOND PUC SUPPLIMENTARY EXAMINATION JULY-2017

SUBJECT: Computer Science (41)

Time: 3hrs 15min                           Max. Marks: 70

                               Part-A

I. Answer all questions.

 Each question carries one mark. 10×1=10

1. What is the use of SMPS?

2. For the truth table given below, what type of Logic gate does the output Represents?

A B F

0 0 1

0 1 1

1 0 1

1 1 0

3. What are non-linear data structures?

4. What is meant by array of objects?

5. What is the purpose of new operator in C++?

6. What is an entity?

7. What is Hub?

8. Expand FTP.

9. Give the general syntax of URL

10. What is web scripting?


                                   Part-B

II. Answer any five questions.

Each question carries two marks.   5×2=10


11. State and prove complementary law.

12. Find the complement of the expression

 F = XY̅+XZ̅+X̅Y

13. What are base class and derived class with reference to OOP?

14. What is a destructor? Which is the operator used with destructor function?

 15. Differentiate between put() and get() functions with reference to function Files.

16. Mention the database users.

17. What is the difference between ORDER BY and GROUP BY clause used inSQL? Give examples for each. 18. Write the differences between half duplex and full duplex communication Modes.

                             Part-C

III Answer any five questions.

 Each question carries three marks.    5 × 3 = 15

19. What is the purpose of ports, buses and disk controllers in the I/O system?

 20. Construct logic diagrams for OR and NOT operations

a. Using only NOR Gates

b. Using only NAND Gates

21. Write an algorithm for insert an element into an one dimensional array

 22. Explain the operations performed on pointers.

23. Write the member functions belong to ifstream class.

24. Mention any three advantages of random/direct access file organization.

 25. Define e-commerce. Write the various technologies and services used in e-Commerce.

26. Explain the general structure of HTML.


                                Part -D

IV. Answer any seven questions. 

    Each question carries five marks.   7x5=35

 27. Simplify the following Boolean expression using K-map.

F(A, B, C, D) =∑ (0, 2, 5, 7, 8, 10, 13, 15)

28. What are the different operations performed on queues? Write an algorithm

For deleting an element from a queue.

29. What is sorting? Write an algorithm for insertion sort.

30. Give the differences between procedural oriented programming and object Oriented programming

31. Write the general syntax for defining and declaring classes and objects and

Explain the terms. Give an example

 32. When function overloading is needed? Write any two advantages and

Restrictions on overloading functions.

33. Explain the features of default constructor. Write the syntax and example for

Default constructor.

34. What is inheritance? Write the advantages of inheritance in C++.

35. Write the differences between Hierarchical data model and Network Data Model.

36. What are group functions in SQL? Explain any four group Functions With Example.

37. What is networking? Explain the goals of networking.


Comments

Popular posts from this blog

KARNATAKA II PUC MCQ Computer Science Question papers

  Chapter 1 Typical configuration of computer system  1.       Which bus carries information between processors and peripherals? A)  Data bus B)  Auto bus C)  Address bus D)  Metro bus   Answer. Data bus   2.       Which bus controls the sequencing of read/write operations? A)  Data bus B)  Address bus C)  Control bus D)  Sequence bus   Answer. Control bus   3.       Which parts of the computer perform arithmetic calculations? A)  Registers B)  Logic bus C)  A.L.U D)  Control unit   Answer. A.L.U     4.       BIOS is the abbreviation of A)  Basic Input Output System B)  Best Input Output System C)  Basic Input Output Symbol D)  Base Input Output System   Answer. A. Basic input output system   5.   ...

Top 100 Computer Full Forms

THE TOP 100 FULL FORMS RELATED TO COMPUTERS: PC - Personal Computer CPU - Central Processing Unit RAM - Random Access Memory ROM - Read-Only Memory GPU - Graphics Processing Unit HDD - Hard Disk Drive SSD - Solid State Drive USB - Universal Serial Bus BIOS - Basic Input/Output System LAN - Local Area Network WAN - Wide Area Network WLAN - Wireless Local Area Network TCP/IP - Transmission Control Protocol/Internet Protocol URL - Uniform Resource Locator HTML - HyperText Markup Language CSS - Cascading Style Sheets HTTP - Hypertext Transfer Protocol HTTPS - Hypertext Transfer Protocol Secure DNS - Domain Name System ISP - Internet Service Provider VPN - Virtual Private Network JPEG - Joint Photographic Experts Group GIF - Graphics Interchange Format PNG - Portable Network Graphics PDF - Portable Document Format OCR - Optical Character Recognition GPS - Global Positioning System ASCII - American Standard Code for Information Interchange IDE - Integrated Development Environment API - Appli...

2nd puc computer science previous year question paper

 SECOND PUC ANNUAL EXAMINATION MARCH-2018  SUBJECT: COMPUTER SCIENCE (41) Time: 3hrs 15min, Max. Marks: 70 Part-A 1. Answer all the questions. Each question carries 1 mark. 10x1=10 1. What is microprocessor? 2. What is a logic gate? 3. Define sorting. 4. What is an object? 5. Name the pointer operator. 6. What is a record? 7. Expand HTTP. 8. Write any one application of computer network. 9. Mention any one web browser. 10. What is the use of HTML? Part-B II. Answer any five questions.  Each question carries two marks. 5×2=10 11. What is minterm and maxterm? 12. Prove X. (X+Y) = X. 13. 13. Mention any two applications of OOPs. 14. Define: a. Constructors b. b. Destructors. 15. Write the difference between text file and binary file. 16. What is Database Management System? Give an example of DBMS Software. 17. Give the syntax and example of UPDATE command in SQL. 18. Define: a. Client b. Server. Part-C III. Ans...