Download pdf - Soft skill-( ICT)part-1

Transcript
Page 1: Soft skill-( ICT)part-1

Mr. Balvant TandelM.Com, MLISc, UGC-NET

Asst. ProfessorDept. of Library and Information Science

Anand Institute of P G Studies in Arts

Page 2: Soft skill-( ICT)part-1

An electronic machine that is used for storing, organizing,and finding words, numbers, and pictures, for doing calculations, andfor controlling other machines.

- British English Dictionary

Page 3: Soft skill-( ICT)part-1
Page 4: Soft skill-( ICT)part-1

Present Computing Technologies

Page 5: Soft skill-( ICT)part-1

10 things you have to know to computer literate…!

Page 6: Soft skill-( ICT)part-1
Page 7: Soft skill-( ICT)part-1
Page 8: Soft skill-( ICT)part-1
Page 9: Soft skill-( ICT)part-1
Page 10: Soft skill-( ICT)part-1
Page 11: Soft skill-( ICT)part-1
Page 12: Soft skill-( ICT)part-1
Page 13: Soft skill-( ICT)part-1
Page 14: Soft skill-( ICT)part-1
Page 15: Soft skill-( ICT)part-1

સપુર કમ્પ્યટુર

Page 16: Soft skill-( ICT)part-1
Page 17: Soft skill-( ICT)part-1

મેઈન ફે્રમ કમ્પ્યટુર

Page 18: Soft skill-( ICT)part-1

મીની અને માઈક્રો કમ્પ્યટુર

Page 19: Soft skill-( ICT)part-1
Page 20: Soft skill-( ICT)part-1
Page 21: Soft skill-( ICT)part-1

Five Generations

Page 22: Soft skill-( ICT)part-1

Components of a computer system

Page 23: Soft skill-( ICT)part-1
Page 24: Soft skill-( ICT)part-1

Input Devices

Page 25: Soft skill-( ICT)part-1
Page 26: Soft skill-( ICT)part-1
Page 27: Soft skill-( ICT)part-1

Output Devices

Page 28: Soft skill-( ICT)part-1
Page 29: Soft skill-( ICT)part-1
Page 30: Soft skill-( ICT)part-1

Primary Memory

Page 31: Soft skill-( ICT)part-1

Secondary Memory

Page 32: Soft skill-( ICT)part-1

What is Operating System

Page 33: Soft skill-( ICT)part-1
Page 34: Soft skill-( ICT)part-1
Page 35: Soft skill-( ICT)part-1
Page 36: Soft skill-( ICT)part-1

Various Dos Commands

• CLS

CLS is an internal command.The CLS command clears your computer’s screen and moves the system prompt to the top of the screen.Example:To clear the screen, type the following command:CLS [Enter]

• CHDIR(sp)\WP [Enter]The command can be abbreviated to CD:CD(sp)\WP [Enter]After executing this command, you will be in the WP directory. To go back to the main directory, type the following command:CHDIR(sp).. [Enter] or CHDIR\ [Enter] -or- CD(sp).. [Enter] or CD\ [Enter]Commands given while in a sub-directory act on that directory only.

Page 37: Soft skill-( ICT)part-1

COPYCOPY is an internal command.

The principal use of the COPY command is to copy files from one disk or directory to another. It’s use is very simple.Example:To copy the file LETTER.DOC from drive A: to drive B:, enter the following command:COPY(sp)A:LETTER.DOC(sp)B: [Enter]To copy LETTER.DOC to Drive B: and change its name on drive B: to LETTER1.DOC, type the following:COPY(sp)A:LETTER.DOC(sp)B:LETTER1.DOC [Enter]To copy LETTER.DOC from the WP sub-directory on drive C: to drive B:, use this format:COPY(sp)C:\WP\LETTER.DOC(sp)B: [Enter]

Page 38: Soft skill-( ICT)part-1

DIR

DIR is an internal command.The DIR command allows you to see a list of the files stored on any disk. Along with the filenames, it also provides other information about the files.Example:To see a list of files on drive A:DIR(sp)A: [Enter]You will see a list of files, along with the size of each file in bytes, and the date and time that data was last entered in that file. In addition, the amount of space left on the disk will be displayed.Sometimes, a disk will have more files than can be displayed on the screen. Using the DIR command will cause the files to scroll off the top of the screen faster than you can read them. To avoid this, add the parameter /P. Here is an example:DIR(sp)B:/P [Enter]DOS will fill the screen with file information, then print at the bottom of the screen:Press a key to continue:After you press ANY key, another screen full of data will be displayed. This continues until the entire directory has been presented. There is another option with DIR. To see a list of files on disk A:, arranged in multiple columns, but without file size and other information:DIR(sp)A:/W [Enter]NOTE: Use the DIR command frequently to check on the files on your disks and to keep track of the amount of disk space available.

Page 39: Soft skill-( ICT)part-1

MKDIR

MKDIR is an internal commandThe MKDIR command allows you to create new sub-directories.Example:To create a new subdirectory, called CHAPTER1 on drive C:MKDIR(sp)C:\CHAPTER1 [Enter]To create a subdirectory within a subdirectory, for example to create the subdirectory CHAPTER1 in the directory NOVEL on drive C:MKDIR(sp)C:\NOVEL\CHAPTER1 [Enter]If you are already in the directory in which you want to place a subdirectory, you do not need the \ character. For example, If you had used the CHDIR or CD command to move to the NOVEL subdirectory, create the CHAPTER1 subdirectory like this:MKDIR(sp)CHAPTER1 [Enter]Note: You can abbreviate the MKDIR command to MD.Example:MD(sp)CHAPTER1 [Enter]CAUTION: Be certain you know which directory you are in before using the simplified form of this command. Otherwise you may create a subdirectory in an unwanted place. To avoid confusion, use the full format, including drive name, as in the first and second examples.

Page 40: Soft skill-( ICT)part-1

RMDIR

RMDIR is an internal command.RMDIR, or its abbreviated form RD, removes a subdirectory from a disk. Before removing the directory, however, all files in that directory must be deleted with the DEL or ERASE commands.Example:To remove the \WP directory from your hard disk, enter the following series of commands:CD(sp)\WP [Enter]DEL(sp)*.* [Enter]CD(sp).. [Enter]RMDIR(sp)\WP [Enter]CAUTION: Be certain that you really want to delete all the files in that directory. If there are files you wish to save, COPY them to another directory, or to a floppy disk before deleting them.

Page 41: Soft skill-( ICT)part-1

Introduction of Windows

Page 42: Soft skill-( ICT)part-1
Page 43: Soft skill-( ICT)part-1
Page 44: Soft skill-( ICT)part-1

My computer Icon

Page 45: Soft skill-( ICT)part-1

Recycle Bin

Page 46: Soft skill-( ICT)part-1

Task bar

Start Menu

Page 47: Soft skill-( ICT)part-1

એ્લીકેશન ચાલ ુકરવી

Page 48: Soft skill-( ICT)part-1
Page 49: Soft skill-( ICT)part-1
Page 50: Soft skill-( ICT)part-1
Page 51: Soft skill-( ICT)part-1
Page 52: Soft skill-( ICT)part-1

Paint brush

Page 53: Soft skill-( ICT)part-1
Page 54: Soft skill-( ICT)part-1

What is a Computer Network?

Collection of autonomous computers interconnected by a single technology is called computer network.

Two computers are set to be interconnected if they are able to exchange information.

Connection can be through a copper wire, fiber optics, microwaves, infrared or satellite.

Page 55: Soft skill-( ICT)part-1

CATEGORIES OF NETWORKS

Page 56: Soft skill-( ICT)part-1

A Local Area Network (LAN) is a collection of networking equipment located geographically close together. E.g. Single room, campus etc.

Data transferred in High speed which ranges from 100 Mbps to gigabit for system development and have a low implementation cost.

Upper limit: 10 km ; Lower limit: 1 km

Twisted pair cable or Co-axial cable connects the plug in cards to form a network.

Designed to share resources between PCs and workstation such as hardware or data.

Page 57: Soft skill-( ICT)part-1

A work to internet connections would most likely require broadcast network (LAN) with a connection to

the internet (packet switched network)

Page 58: Soft skill-( ICT)part-1
Page 59: Soft skill-( ICT)part-1

• Cost reductions through sharing of information and databases, resources and network services.

• Increased information exchange between different departments inan organization, or between individuals.

• The trend to automate communication and manufacturing process.

• Special security measuresare needed to stop users from using programs and data that they should not have access to; • Networks are difficult to set up and need to be maintained by skilled technicians. • If the file server develops a serious fault, all the users are affected, rather than just one user in the case of a stand-alone machine.

Page 60: Soft skill-( ICT)part-1

There are three topologies of LAN Network

Bus Topology

Star Topology

LAN Topologies

Ring Topology

Page 61: Soft skill-( ICT)part-1
Page 62: Soft skill-( ICT)part-1
Page 63: Soft skill-( ICT)part-1

The metropolitan area network (MAN) is designed to extend over an entire city.

It may be a single network such as cable television networkavailable in many cities.

A MAN uses distributed queue dual bus.

Range: Within 100 km (a city).Bus A

Bus B

MAN

Page 64: Soft skill-( ICT)part-1

It provides a good back bone for a large network and provides greater access to WANs.

The dual bus used in MAN helpsthe transmission of data in both direction simultaneously.

A Man usually encompasses several blocks of a city or an entire city.

More cable required for a MAN connection from one place to another.

It is difficult to make the system secure from hackers and industrial espionage (spying) graphical regions.

Page 65: Soft skill-( ICT)part-1

• Network that provides long distance transmission of data, voice, image and video information over large geographical areasthat may comprise a country, a continent.

• Range: Beyond 100 km.

Page 66: Soft skill-( ICT)part-1

•Covers a large geographical area so long distance businesses can connect on the one network.•Shares software and resources with connecting workstations.•Messages can be sent very quickly to anyone else on the network. These messages can have pictures, sounds, or data included with them (called attachments).•Expensive things (such as printers or phone lines to the internet) can be shared by all the computers on the networkwithout having to buy a different peripheral for each computer. •Everyone on the network can use the same data. This avoids problems where some users may have older informationthan others.

•Need a good firewall to restrict outsidersfrom entering and disrupting the network•Setting up a network can be an expensive, slow and complicated. The bigger the network the more expensive it is. •Once set up, maintaining a network is a full-time job which requires network supervisors and technicians to be employed. •Security is a real issue when many different people have the ability to use information from other computers.Protection against hackers and viruses adds more complexity and expense.

Page 67: Soft skill-( ICT)part-1
Page 68: Soft skill-( ICT)part-1

•ISDN ( Integrated service digital network) 2 types

Basic rate interfacePrimary rate interface•Frame relay•Switched multimegabit data service (SMDS)•Synchronous optical network (SONET)•High data link controlled (HDLC)•Synchronous Data Link Control (SDLC)

Page 69: Soft skill-( ICT)part-1
Page 70: Soft skill-( ICT)part-1

BASIS LAN MAN WAN

Full Form Local Area Network Metropolitan Area Network Wide Area Network

Range A communication network

linking a number of stations in

same local area. Range is 1 to

10 km

This network shares the

characteristics of packet

broadcasting networks.

Range is100 km

A communication network

distinguished from a Local Area

Network. Range is Beyond 100

km

Media Used Uses guided media Uses guided as well as

unguided media

Uses unguided media

Speed A high speed i.e. 100kbps to

100mbps

Optimized for a large

geographical area than LAN.

Long distance

communications, which may or

may not be provided by public

packet network.

Cost cheaper costly expensive

Equipment

needed

NIC, switch and hub Modem and router Microwave, radio, infra-red

laser

protocols Attached Resource computer

network (ARCNET), Token ring

Frame relay and

asynchronous transfer

mode(ATM)

ATM, FDDI, SMDS

Page 71: Soft skill-( ICT)part-1

What is Internet?

Page 72: Soft skill-( ICT)part-1
Page 73: Soft skill-( ICT)part-1

Components of Internet

Page 74: Soft skill-( ICT)part-1
Page 75: Soft skill-( ICT)part-1

Present Network Technologies

Page 76: Soft skill-( ICT)part-1

Domain Name System

Page 77: Soft skill-( ICT)part-1

World Wide Web (WWW)

Page 78: Soft skill-( ICT)part-1

Web browser

Page 79: Soft skill-( ICT)part-1

Web browser

Page 80: Soft skill-( ICT)part-1

www.pustakaly.com

Page 81: Soft skill-( ICT)part-1

www.openlibrary.org

Page 82: Soft skill-( ICT)part-1

www.gujaratibooks.com

Page 83: Soft skill-( ICT)part-1

www.britannica.com

Page 84: Soft skill-( ICT)part-1