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 chapter 7 Classes and objects important question

 CHAPTER-7

CLASSES AND OBJECTS

1m×1mcq = 1.  5m×1 =5.                Total = 6 Marks

CHAPTER -7 Classes and objects 

2023 ರ Blue print ಪ್ರಕಾರ ಒಟ್ಟು ಅಂಕಗಳಲ್ಲಿ ಯಾವುದೇ ಬದಲಾವಣೆ ಇರುವುದಿಲ್ಲ ಆದರೆ ಒಂದು ಮಾರ್ಕ್ಸ್ ವೆರಿ ಶಾರ್ಟ್ ಆನ್ಸರ್ ಬದಲಾಗಿದ್ದು ಒಂದು ಮಾರ್ಕ್ಸ್ MCQ ಕೆಳಲಾಗುತಿದೆ.


   I. One Mark questions.

1. What is member function? (M-15)

2. What is a class? (J-15)

3. What is an object? (J-16)

4. Is it possible to access data outside a class? (M-17)

5. What is meant by array of object? (J-17)

6. What is an object? (M-18)

7. What is member function? (J-18)

8. What is the purpose of scope resolution operator (::) ? 2020


II. Five Marks questions.

1. What is a class definition? Write its general syntax and example. (M-15)

2. What are access specifiers? Explain any two with examples. (J-15)

3. Explain defining objects of a class with syntax and a programming example. (M-16)

4. Explain member function inside the class definition with syntax and example. (J-16)

5. Explain class definition with syntax and example. (M-17)

6. Write the general syntax for defining and declaring classes and objects and Explain the terms .Give an example. (J-17)

7. What is the significance of using access specifiers? Explain any two access specifiers with example. (M-18)

8. Explain member functions inside class definition with syntax and programming example. (J-18)

9. Explain member function outside class definition. Give an example. (M-19)

10. What are member functions in a class? Write any four characteristics of member functions. June 2019

11. Explain defining member functions outside the class definition with syntax and programming example. 2020

12. Explain member function outside class definition. Give an example. March 2023


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...