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 important questions

Chapter 12
Data File handling

2m×1=2  3m×1=3 Total= 5 marks


ಈ ಅದ್ಯಾಯದಿಂದ ಒಟ್ಟು 5 ಅಂಕಗಳು ಪರೀಕ್ಷೆಯಲ್ಲಿ ಕೇಳಲಾಗುತ್ತದೆ, ಅದರಲ್ಲಿ ಎರಡು ಅಂಕದ ಒಂದು ಪ್ರಶ್ನೆ ಮತ್ತು ಮೂರು ಅಂಕದ ಒಂದು ಪ್ರಶ್ನೆ ಕೇಳಲಾಗುತ್ತದೆ. ಈ ಅಧ್ಯಾಯದಿಂದ ಬರುವ ಕೆಲವೊಂದು ಪ್ರಮುಖವಾದ ಪ್ರಶ್ನೆಗಳನ್ನು ನೋಡುತ್ತಾ ಬರೋಣ.

I Two marks questions
1. Differentiate between ifstream and ofstream. March 2015 June 2018
2. What is a stream? Mention any one stream used in C++. July 2015
3. Write any two member function belonging to ofstream class. March 2016
4. Mention any two member functions belonging to ifstream class. June 2016
5. Write difference between read () and write (). March 2017
6. Differentiate between put() and get() functions with reference to binary files. July 2017
7. Write the difference between text file and binary file. March 2018
8. Mention any two ofstream functions. March 2019
9. Mention any two ifstream functions. June 2019
10. Differentiate between read () and write () with respect to files. March 2023

II Three marks questions
1. Give the function of put(), get() and getline () with respect to text files. March 2015
2. List the different modes of opening a file with their meaning in c++. July 2015
3. Give the functions of the following
a. get()
b. getline()
c. read(). March 2016.
4. Mention the types of data file. Explain. June 2016 June 2018
5. Explain any three modes to open a file in c++. March 2017
6. Write the member function belong to ifstream class. July 2017
7. Discuss any the file mode parameters in c++ . March 2018
8. What is a data file? Differentiate between text file and binary file in c++ . March 2019
9. What is data file? Explain text file and binary file supported in c++. 2019
10. What is a file? Differentiate between text file binary file. 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...