You are on page 1of 29

Information Technology (IT)

 Information : Processed Data


 Based on which decisions can be taken and appropriate
actions initiated.
 Improves our knowledge, enabling us to do our work better.
 Information Technology
 Technology which is used to acquire, store, organize and
process data to a form which can be used in specified
applications and disseminate the processed data.
Types of Data
456
Paddy
8925
Wheat
154.63
Maize
2.35e+5
Millets
Numeric data

Text Data

Image or Picture

Audio or Sound

Video or Moving pictures


Text Data
 Word Processing
 Typing
 Aligning
 Formatting
 Spell check and correction
 Suggestions on sentence construction
 Produces formatted text without errors as output
Text Data…
 Dictionary
 Softcopy
 Searching
 Picking up the right word
Image Data
 Two dimensional
 Static
 Ex. Photographs, Satellite maps
 Fingerprint Recognition
 Black and white images
 Photo Album
 House Plan
Audio Data
 Continuous (vary with sound)
 Reaches our ears through pressure waves
 Music, Speech
 Flight Data Recorder
 Black box – records conversations between persons in the
cockpit and flight controllers
 Digital Audio Recording
 Music Synthesis
 Generating sound using software or hardware
 Internet Telephone
 Cheaper form of audio transmission
Video Data
 Sequence of images shown at a rate of about 30-60
pictures per second
 Persistence of vision => Illusion of movement
 Video + Audio
 Movie Applications
 Dubbing movies
 Animation movies [Ex. Toy Story]
 Image Morphing
Simple Model of a Computer
 Acquisition of data
 Storage of data
 Organization of data
 Processing data
 Output of processed data
 Dissemination or distribution of information
Steps in Data Processing
Input
Data

Acquire Store Process Output

Data Memory, Disseminate


Display Results
Acquisition Databases, Processor
Units
Units Clouds
 Data Acquisition
 Input System
 Keyboard, Mouse, Video cameras, Microphones,
Scanners
 Memory System
 RAM – Primary memory – volatile
 Hard Disk, CD, DVD, Flash memory, Magnetic tapes,
cloud storage
 Processing System
 Heart of the machine
 Interprets and executes programs
 Controllers in microwave ovens, washing machines, digital
signal processors
 Output System
 Displays results after processing
 Video displays, printers, loud speakers
 Network Interface Unit (NIU)
 Connectivity
 Communication
 Used for dissemination of data
Data Processing using a Computer - Steps
 Analyze the data processing task
 Given input, required output
 Find a method or solution – how
 Express the method as a step by step procedure –
algorithm
 Convert into a program
 Type(input) the program
 Execute the program
 Provide input data
 Get output data
Stores
Memory System program, input
data, results

Primary Secondary
Memory Unit Memory Unit

Input Processing NIU Output System


System System

Reads program Interprets and Connects to


Displays
+ Data to be executes communication
results
processed instructions network
Count the number of brinjal varieties from the given input
1. Create a counter to count the number of brinjal
varieties and initialize to zero. count = 0
2. Call brinjals = CO1, CO2, MDU1, PKM1, PLR1,
KKM1, PPI-B, PLR, VRM1, COBH1, COBH2
3. Read a vegetable code and store it in code
4. If code = stop go to step 7 else go to step 5
5. If code in brinjals, add 1 to count
6. Go to step 3
7. Output count
8. Stop
Homework
 A vegetable sample list contains numerous varieties
of ladies fingers, bitter gourd and other vegetables.
Write an algorithm to count the number of ladies
finger varieties, bitter gourd varieties and the number
of other vegetables in the list.

 Ladies finger varieties : Arka Anamika, Arka Abhay


and Parbhani Kranti
 Bittergourd varieties: COBgoH1, Arka Harit, Priya
and Preethi
 Input list : [CO1, PLR1, KKM1, PPI-B, PLR, VRM1,
COBH1, MDU 1, Arka Anamika, Arka Abhay ,
COBH2, Parbhani Kranti, COBgoH1, Arka Harit,
MDU1 , Priya, CO2, Preethi, PKM1]
Counting Coins
 A piggy bank that has been opened contained Re. 1, Rs.
2, Rs. 5 and Rs. 10 coins. Write an algorithm that
counts the number of coins and find the amount of
money in the piggy bank.
1. Create counters to count Re. 1, Rs. 2, Rs. 5 and Rs. 10 coins and
initialize them to zero.
2. C1 = 0, C2 = 0, C5=0, C10=0
3. Read the denomination of the coin as input (Enter 0 if no more coins
are left out) (input)
4. If input = 0, go to step 10, else go to step 5.
5. If input=1, add 1 to C1
6. If input=2, add 1 to C2
7. If input=5, add 1 to C5
8. If input=10, add 1 to C10
9. Go to step 3
10. Amount = C1*1 + C2*2 + C5*5 + C10*10
11. Output Amount
12. Stop
Find the vowels in a text
1. Create a counter to count the vowels and initialize
it to zero. count=0
2. Call vowel = a,e,i,o,u,A,E,I,O,U
3. Read a character as input and store it in input
4. If input = stop, go to step 7, else go to step 5
5. If input = vowel, add 1 to count
6. Go to step 3
7. Output count
8. Stop
Flowchart
 vowel-flowchart.docx
Desktop Computer
 Keyboard
 Typewriter keys, function keys, control keys
 Used to enter program, data
 Input device
 Visual Display Unit (VDU)
 Similar to a TV screen
 Used to display output
 Displays characters, strings, graphical symbols to provide
commands to computer (icons), images
 GUI (Graphical User Interface)
 Associated with a mouse – 3 buttons - clicking
 Processor
 Central Processing Unit – CPU, Main memory,
Secondary memory, Power supply
 Ports – Sockets to connect to external devices like
printer, loudspeaker, microphone, telephone, networks
 Microprocessor mounted on a motherboard along with
NIU, main memory
 Secondary memory – Large hard disk
 Flash memory, CD, floppy disks
 Multimedia PCs
 Capable of processing pictures, audio and video besides
text and numbers
 Scanner (Documents to digital format)
 Printer
 Microphone
 Loudspeakers
 Sound card
 Graphics card
 Video camera
 Software
 Instructions to be executed
 System software and application software
 Operating system
 Coordinates the activities of CPU, I/O unit, memory
management and organized data and other units
 Ex. Windows, Mac OS, Linux

 Application Software
 Microsoft Office
Part A & B Questions
 Define Information Technology.
 List the types of data.
 State a few applications of text data.
 State some applications of audio data.
 List some applications of image data.
 List some applications of video data.
Essay Questions
 Explain the simple model of a computer highlighting
the steps involved in data processing.
 Write an algorithm to count the number of vowels in a
text.
 Draw a flowchart to count the number of vowels in a
text.
 Describe the components of a desktop computer.

You might also like