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 mcq with answers 2023

Second puc computer science Examination 2023

Questions with answers. 

Answer Key.



Part A Solutions.


 I.  Select the correct answer from the choices given

1. ________ are used to connect external devices like printers, keyboard, scanners to the computer.

a. Slots

b. Ports

c. Bus

d. Controllers

Answer : b. Ports

2. Involution law States that










Answer: a.

3. ___________gate is also called an inverter.

a. OR

b. AND

c. NOT

d. NAND

Answer : c. NOT

4. _________is the process of accessing each data Item at least once to perform some operation

a. Traversing

b. Insertion

c. Deletion

d. Sorting

Answer: a. Traversing

5. _________ operator is used to define member function outside the class

a. ::

b. ;

c. .

d. :

Answer: a. ::

6. Friend function is a_________

a. Member function

b. Non – member function

c. Main function

d. Recursive function

Answer: b. Non-member function

7. ____________ is a special function that is used to initialize the object of a class automatically

a. Constructor

b. Non-member function

c. Inline function

d. Friend function

Answer: a. Constructor

8. Derived class is called ________

a. Sub class

b. Super class

c. Main class

d. First class

Answer: a. Sub class

9. Which of the following is the correct way to declare a pointer?

a. Int * ptr

b. Int ptr

c. Int |& ptr

d. All the above

Answer: a. Int * ptr

10. Row in a table is called _______

a. Relation

b. Attribute

c. Degree

d. Tuple

Answer: d. Tuple

11. ___________ command is used to delete entire table in SQL.

a. Alter

b. Create

c. Drop

d. Delete

Answer: c. Drop

12. URL stands for __________

a. Uniform Resource Location

b. Uniform Resource Locator

c. Uniform Reservation Location

d. Uniform Road Location

Answer: b. Uniform Resource Locator

13. _________ is a device that connects dissimilar networks

a. Gateway

b. Bridge

c. Hub

d. Switch

Answer: a. Gateway

14. __________ is a collection of computer networks all over the world

a. Intranet

b. Internet

c. Telnet

d. Interspace

Answer: b. Internet

15. _______ is a collection of web pages

a. Package

b. Domain

c. Server

d. Website

Answer: d. Website


II Fill in the blanks choosing the appropriate word/ words from those given in the brackets.

( Security, primary key, Diamond, schema, Redundancy)

16. The structure of database is called as _______

Answer: schema

17. _______ is the symbol used to represent relationship E-R diagram.

Answer: Diamond

18. ___________ uniquely identifies each record in a table.

Answer: primary key

19. Protection of data is the _______

Answer: Security

20. Data duplication is called as _________

Answer: redundancy


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