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

CHAPTER - 4 | DATA STRUCTURES | Important questions

  CHAPTER - 4 

  DATA STRUCTURES

1m×1=1mcq     3m×1 = 3      5m×2 = 10          Total = 14 Marks



I Three marks questions.


1. Write an algorithm for PUSH operation in Stack. (M-15)

2. Explain the various operations on queue data structure. (J-15)

3. What is Stack? Write an algorithm for P0P operation. (M-16)

4. Write an algorithm for traversal in a linear array. (J-16)

5. Explain the memory representation of two dimensional array. (M-17)

6. Write an algorithm for insert an element in to an one dimensional array. (J-17)

7. Write an algorithm to delete an element from one dimensional array. (M-18)

8. Explain the memory representation of a one dimensional array. (J-18)

9. Give the memory representation for two dimensional array using column major ordering. (M-19)

10. What is stack? Write an algorithm for PUSH operation. March 2023


II. Five Marks Questions.

1. Explain any five basic operations performed on array. (M-15)

2. Write an algorithm to delete a data element from queue. (M-15)

3. Explain the memory representation of Stack data structure using arrays. (J-15)

4. Write an algorithm for Binary search. (J-15)

5. Write an algorithm to insert an element in to a queue. (M-16)

6. Write an algorithm for insertion sort method. (M-16)

7. What is linear-data structure? Explain the operations performed on linear data structure. (J-16)

8. Write an algorithm to search an element in an array using linear search method. (J-16)

9. Write an algorithm to insert an element in an array. (M-17)

10. What is a Stack? Write an algorithm for PUSH( ) and POP( ) operations. (M-17)

11. What are the different operations performed on queue? Write an algorithm for deleting an element from a queue. (J-17)

12. What is sorting? Write an algorithm for insertion sort? (J-17)

13. Write an algorithm to search an element using Binary search technique. (M-18)

14. Give the applications of queues. (M-18)

15. Write an algorithm to delete an element in an array. (J-18)

16. Define queue. Explain the different types of queues with neat diagrams. (J-18)

17. Write an algorithm to delete an element from a queue data structure. (M-19)

18. What is primitive data structure? Explain different operations performed on primitive data structures. (M-19)

19. Write an algorithm to SORT element of an array in acceding order using insertion sort method. March 2023

20. Explain the operation on queue data structure. 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...