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 6 important question

 CHAPTER - 6

OOP CONCEPTS

2m×1=2     5m×1=5     Total = 7 Marks


I. Two marks questions.

1. Briefly discuss the classes in OOP. (M-15)

2. Differentiate between base class and derived class. (J-15)

3. Give the general syntax for defining classes and objects. (M-16)

4. What is the use of scope resolution operator? Give symbol. (J-16)

5. Define base class and derived class. (M-17)

6. What are base class and derived class with reference to OOP? (J-17)

7. Mention any two application of oops? (M-18)

8. Define a) class. b) object. (J-18)

9. Give any two application of OOP. (M-19)

10. Give any two application of OOP. March 2023


II. Five Marks questions.

1. Explain the advantages of object oriented programming. (M-15)

2. Mention any five applications of OOP. (J-15)

3. Define object oriented programming. Write the limitations of object oriented programming. (M-16)

4. Mention the advantages of object oriented programming. (J-16)

5. Write the applications of oops. (M-17)

6. Give the differences between procedural oriented programming and object oriented programming. (J-17)

7. Explain the characteristics of oops. (M-18)

8. Explain the advantages of oops. (J-18)

9. Mention any five advantages of OOP over procedural programming languages. (M-19)

10. Mention any five advantages of object oriented programming. 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...

Karnataka 2nd PUC Computer Science important questions

 CHAPTER-9 Constructors and Destructors   1×1=1Mcq  2m×1 = 2 marks. 5m×1 = 5 marks.   Total marks = 07+1 ಚಾಪ್ಟರ್ 9, Constructors and Destructors  ಇಲ್ಲಿ ಒಟ್ಟು ಅಂಕಗಳಲ್ಲಿ ಬದಲಾವಣೆ ಆಗಿರುತ್ತದೆ. ಮೊದಲು ಇಲ್ಲಿ ಏಳು ಅಂಕಗಳು ಪ್ರಶ್ನೆ ಪರೀಕ್ಷೆಯಲ್ಲಿ ಬರುತ್ತಿತ್ತು, ಆದರೆ 2023ರ ಪ್ರಕಾರ ಈಗ ಬದಲಾವಣೆಯಾಗಿ 8 ಮಾರ್ಕ್ಸ್ ಆಗಿರುತ್ತದೆ. ಒಂದು mcq ಪ್ರಶ್ನೆ ಒಂದು ಅಂಕಕ್ಕೆ ಹೆಚ್ಚುವರಿ ಆಗಿರುತ್ತದೆ.      I . Two marks questions 1. What is Destructor? Write it’s syntax. (M-15) 2. Mention different types of constructors. (J-15) 3. Write any two rules for constructors. (M-16) 4. Write any two rules to create constructors. (J-16) 5. Write the features of default constructors. (M-17) 6. What is a Destructor? Which operator used with Destructor function? (J-17) 7. Define a) constructors. b) Destructors (M-18) 8. Mention any two features of parameterized constructors. (J-18) 9. What is Destructor? Write the symbol used for Destructor. (M-19) 10. Mention any two features of p...