Skip to main content

IIT

Note : For better Understanding,  please follow the official Text Book and Surf the internet.

Brief Note :  Unit 1-6

Book : Note compilation from the Anita Goel's text Book

Unit 1                                                                               

     Introduction to Computer                                                                                           

Unit 2

     The Computer System Hardware

Unit 3

     Computer Memory

Unit 4

     Input and Output Devices

Unit 5

     Data Representation

Unit 6

     Computer Software

Unit 7

     Data Communication and Computer Network

Unit 8

     The Internet and Internet Services
                Part 1

Unit 9

     Fundamentals of Database

Unit 10

     Multimedia
       
Unit 11

    Computer Security

Comments

  1. Respected sir,
    could you kindly update the notes on fundamentals of database,it would be much appreciated...
    thank you!

    ReplyDelete

Post a Comment

Popular posts from this blog

A Basic Understanding Of screen On Centos

Description Screen allows you to run scripts or commands in their own virtual window within the terminal, essentially allowing you to have a terminal multi-tasking environment where you can switch between your windows or another users at will. This howto will give you the basics of screen plus some other useful features that may help you in your daily administration tasks. This howto is intended to get you up and running with basic screen functionality within just a few minutes. Please read the manpage for a far more in-depth description of features and options. Requirements These are requirements for successfully completing this document. Root or appropriate sudo access to the system. Doing the Work Basic description of what will be done and what is expected. Install screen if it’s not already installed. yum install screen Setup screen for multi-user mode. Multi-user mode is helpful for sharing a terminal and showing something in real-time because multi-user mode ...

Troubleshooting DRBD #Centos #DRBD

Troubleshooting DRBD  This article presents common DRBD problems and solutions. DRBD (Distributed Replicated Block Device) runs on the master and slave nodes only, and is responsible for mirroring the contents of a partition between master and slave.  Typical problems in DRBD include: A lack of Primary-Secondary connectivity The Secondary operating in standalone mode Both nodes reporting connectivity but neither one in the role of master Both nodes reporting themselves in the role of master Verify the DRBD status The following command is used to verify that DRBD is operating normally on the master and slave nodes. drbd-overview When run on the master node, the output should look like the following: 1:r0/0 Connected Primary/Secondary UpToDate/UpToDate C r----- /mnt/drbd  ... When run on the slave node, the output should look like the following: 1:r0/0 Connected Secondary/Primary UpToDate/UpToDate C r----- The following sections are exampl...

upload file type rocket chat #Accepted file upload. Can not send .xlsx

Enabling File format for upload at ROCKET CHAT application/msword   - for .doc application/vnd.openxmlformats-officedocument.wordprocessingml.document   - for .docx application/vnd.ms-excel   - for xls application/vnd.openxmlformats-officedocument.spreadsheetml.sheet   - for .xlsx application/vnd.ms-powerpoint   - for .ppt application/vnd.openxmlformats-officedocument.presentationml.presentation   - for .pptx image/*,audio/*,video/*,application/zip,application/x-rar-compressed,application/pdf,text/plain,application/msword,application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/vnd.ms-excel,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet