ಕನ್ನಡಿಗ

🚫 ಅನಿಶ್ಚಿತ ಬದುಕಿಗೆ ನಿಶ್ಚಿತ ಹೋರಾಟ 🚫

Tuesday, June 10, 2025

 import tkinter as tk

from tkinter import messagebox


def submit_data():

    name = name_entry.get()

    email = email_entry.get()

    age = age_entry.get()


    # Show the collected data

    messagebox.showinfo("Submitted Info", f"Name: {name}\nEmail: {email}\nAge: {age}")


# Create main window

root = tk.Tk()

root.title("Text Entry Form")

root.geometry("300x200")


# Labels and Entry widgets

tk.Label(root, text="Name").grid(row=0, column=0, padx=10, pady=5, sticky='e')

name_entry = tk.Entry(root)

name_entry.grid(row=0, column=1)


tk.Label(root, text="Email").grid(row=1, column=0, padx=10, pady=5, sticky='e')

email_entry = tk.Entry(root)

email_entry.grid(row=1, column=1)


tk.Label(root, text="Age").grid(row=2, column=0, padx=10, pady=5, sticky='e')

age_entry = tk.Entry(root)

age_entry.grid(row=2, column=1)


# Submit button

submit_button = tk.Button(root, text="Submit", command=submit_data)

submit_button.grid(row=3, column=0, columnspan=2, pady=10)


# Run the app

root.mainloop()

Sunday, December 29, 2024

Article on Computer

 

Article  on Computer 


Computer
Fig : Computer System(5th Generation) 


Computers: The Foundation of Modern Technology

In today’s world, computers are a fundamental component of everyday life. Whether we’re browsing the internet, working from home, or playing video games, computers play a crucial role in almost every aspect of our lives. But what exactly is a computer, and how did it become so important? In this article, we’ll explore the history of computers, their importance in modern society, and their impact on various industries.

History of Computers

The history of computers dates back to the 19th century when English mathematician Charles Babbage designed a machine called the “Analytical Engine.” This machine was essentially a mechanical calculator that could perform mathematical operations automatically. Although Babbage was never able to complete the machine during his lifetime, his work laid the foundation for modern computing.

Fast forward to the mid-20th century, and the first electronic computers were developed. These early computers were huge and expensive, and only a handful of research institutions and government agencies could afford them. However, with advances in technology, computers became smaller, faster, and more affordable. Today, we have access to a wide range of computing devices, from smartphones and tablets to laptops and desktops.

Importance of Computers

Computers have become an integral part of modern society for several reasons. For starters, they make communication much easier. Thanks to the internet, we can send emails, instant messages, and video calls to anyone in the world. Computers have also revolutionized the way we work. Many jobs today require the use of computers, and it’s hard to imagine how businesses could function without them.

In addition to communication and work, computers have transformed the entertainment industry. With video games, streaming services, and social media platforms, computers have made it possible for people to connect with others who share their interests and hobbies. Moreover, computers have made it easier for people to access information and learn new things.

Impact on Industries

Computers have had a profound impact on various industries, from healthcare to finance. In healthcare, computers are used to store and manage patient information, perform medical research, and analyze patient data. In finance, computers are used to monitor financial markets, manage investment portfolios, and detect fraudulent activity.

Computers have also transformed the manufacturing industry. With computer-aided design (CAD) and computer-aided manufacturing (CAM) software, companies can design and build products more efficiently than ever before. In fact, many products today are designed entirely on a computer before they are manufactured.

Conclusion

In conclusion, computers have become an indispensable part of modern life. From communication and work to entertainment and education, computers play a vital role in almost every aspect of our lives. Their impact on various industries cannot be overstated, and they will undoubtedly continue to shape the world in ways we can only imagine.

— — — — — — — — — — — THANKS FOR READING — — — — — — — — — — — 

𝓝𝓪𝓿𝓮𝓮𝓷 𝓻𝓪𝓳... 😊

II PUC COMPUTER SCIENCE LAB MANUAL..

 2nd PUC Computer Science Lab Manual.... 

Lab manual pdf
















ᴄʟɪᴄᴋ to Download :