Posts

10 कंप्यूटर लैंग्वेज प्रोग्रामिंग के नाम और उनके आविष्कारक

Image
                                     P rogramming l anguage    1.  C Inventor: Dennis Ritchie Year: 1972 Notes: C w as developed at Bell Labs and is a widely used and influential programming language, particularly for system programming. 2. Python Inventor: Guido van Rossum Year: 1991 Notes: Python is known for its simplicity and readability. It has become one of the most popular languages for a wide range of applications .  3. Java Inventor: James Gosling Year: 1995 Notes: Java is a versatile, object-oriented programming language designed for portability and ease of use in networked environments.  4.  JavaScript Inventor: Brendan Eich Year: 1995 Notes: JavaScript is a scripting language primarily used for enhancing web pages and creating dynamic content on the client side.   5.  C++ Inventor: Bjarne Stroustrup Year: 1983 Notes: C+...

Computer parts and their functions

Image
                                                                           1. Central Processing Unit (CPU): Function: Often referred to as the brain of the computer, the CPU performs calculations and executes instructions from the computer's memory. 2. Motherboard: Function: The motherboard is the main circuit board that connects all the components of the computer, allowing them to communicate with each other. 3. Random Access Memory (RAM): Function: RAM is volatile memory used by the computer to store data that is actively being used or processed. It provides fast access to data for the CPU. 4. Storage Devices (Hard Drive, SSD): Function: Hard drives and solid-state drives (SSDs) are used for long-term storage of data, applications, and the operating system. SSDs are faster than traditiona...