SlideShare una empresa de Scribd logo
1 de 47
INTRODUCTION TO INFORMATION
TECHNOLOGY
R.SARASWATHI
SRI AKILANDESWARI WOMENS COLLEGE
UNIT II
• Input and Output Devices:
• Input Devices - Output Devices - Data
Representation - Programming Languages
/Computer Languages - Software: System
Software - Application Software
• CPU is the --------- of computer.
– A. Brain
– B. Ear
– C. Eye
– D. All above these
• WHICH OF THE FOLLOWING PERFORMS ARITHMETIC
AND LOGIC OPERATIONS?
– A. Control Unit
– B. Arithmetic Logic Unit
– C. I/O Unit
– D. Registers
• Computers are used by which of the following
professions
– Business
– Art
– Education
– All of the above
• A keyboard is an example of a _________
device.
– Input
– Output
– Storage
– None of the above
• Devices that allow you to put information into
the computer ___________
– Input
– Output
– Type
– Print
• A desktop computer is also known as
– A. PC
– B. Laptop
– C. Mainframe
– D. Palmtop
• ----------- computer is the most powerful
computer.
– A. Mini
– B. Micro
– C. Super
– D. Mainframe
• ----------- is the physical device of a computer
system.
– A. Program
– B. Software
– C. Hardware
– D. Application
• Which of the following is not a characteristic
of a computer?
– A. Speed
– B. Intelligence
– C. Automation
– D. Versatility
• Which of the following is not Computer
Hardware?
– A. Mouse
– B. Monitor
– C. Printer
– D. Antivirus
• Computer is a/an ----------
– A. battery
– B. input device
– C. monitoring device
– D. electronic device
• ----------- is processed by the computer into
information.
– A. Data
– B. Processor
– C. Numbers
– D. Input
• Which of the following is the smallest
computer?
– A. Desktop
– B. Notebook
– C. Laptop
– D. Workstation
• Personal computer is a --------
– A. Mini computer
– B. Super computer
– C. Micro computer
– D. Mainframe computer
• Non physical components of the computer are
referred to as
– A. Software
– B. CPU
– C. Hardware
– D. Program
• What is called the starting up on operating
system?
– A. Starting
– B. Entering
– C. Booting
– D. Formatting
• Which of the following is an example of web
browser?
– A. C++
– B. Tally
– C. Internet explorer
– D. MS word
• What of these full form of e-mail?
– A. Electric mail
– B. Electromagnetic mail
– C. Electronic mail
– D. None of these
• OCR stands for
– A. Optical coding recognizer
– B. Original code reader
– C. Optical character recognition
– D. Original character reader
• Which of the following is hard ware and not
software?
– A. Excel
– B. Operating system
– C. Control unit
– D. Power point
• Which of the following is part of the system
unit?
– A. Monitor
– B. Floppy Disk
– C. CPU
– D. CD-ROM
• Click and double-click are achieved using the
– A. Mouse
– B. Headphone
– C. Modem
– D. Keyboard
• CPU is an abbreviation for
– A. Computer processing unit
– B. Central processing unit
– C. Control processing unit
– D. Command processing unit
Data Representation
• Data Representation refers to the form in
which data is stored, processed, and transmitted.
• In a computer, data are stored in the form of
binary digits 0 and 1.
• A single binary digit 0 or 1 called bit.
• A group of 8 bits called byte.
Data Representation
• The computer processes any information only
in the form of binary digit.
• Therefore all information must be converted
into a binary equivalent before computer
processes any datA.
Data Representation
• The terms bits, bytes, nibble and word are used widely in reference
to computer memory and data size.
• Bits: can be defined as either a binary, which can be 0, or 1.It is the
basic unit of data or information in digital computers.
• Byte: a group of bits (8 bits) used to represent a character. A byte is
considered as the basic unit of measuring memory size in computer.
• A nibble: is half a byte, which is usually a grouping of 4 bytes.
• Word: two or more bits make a word. The term word length is used
as the measure of the number of bits in each word. For example, a
word can have a length of 16 bits, 32 bits, 64 bits etc.
ASCII
• American code for information interchange.
• It is a code for representing 128 English characters as
numbers, with each letter assigned a number from 0 to 127.
• For example, the ASCII code for uppercase M is 77.
• Most computers use ASCII codes to represent text, which
makes it possible to transfer data from one computer to
another.
Bit & Byte Table
• Bit
• Byte
• Kilobyte
• Megabyte
• Gigabyte
• Terabyte
• Petabyte
Computer programming language
• Computer programming language, any of various
languages for expressing a set of detailed instructions for a
digital computer.
• Such instructions can be executed directly when they are in
the computer manufacturer-specific numerical form known
as machine language, after a simple substitution process
when expressed in a corresponding assembly language, or
after translation from some “higher-level” language.
• Although there are many computer languages, relatively
few are widely used.
Machine language
• Sometimes referred to as machine
code or object code, machine language is a
collection of binary digits or bits that the
computer reads and interprets.
• Machine language is the only language a
computer is capable of understanding.
• Below is an example of machine language
(binary) for the text "Hello World.“
• 01001000 01100101 01101100 01101100
01101111 00100000 01010111 01101111
01110010 01101100 01100100
ASSEMBLY LANGUAGE
• An assembly language is a low-level programming language designed for a specific
type of processor.
• It may be produced by compiling source code from a high-level programming
language (such as C/C++) but can also be written from scratch. Assembly code can
be converted to machine code using an assembler.
• Since most compilers convert source code directly to machine code, software
developers often create programs without using assembly language.
• However, in some cases, assembly code can be used to fine-tune a program. For
example, a programmer may write a specific process in assembly language to make
sure it functions as efficiently as possible.
• ADD Z
• SUB A
• STA 2500H
HIGH LEVEL LANGUAGE
• A high level language program can’t get executed directly.
It requires some translator to get it translated to machine
language.
• High level language is the next development in the
evolution of computer languages. Examples of some high-
level languages are given below
– PROLOG (for “PROgramming LOGic”)
– FORTRAN (for ‘FORrmula TRANslation’)
– LISP (for “LISt Processing”)
– Pascal (named after the French scientist Blaise Pascal).
Software
• Computer software, or simply software, is a
collection of data or computer instructions
that tell the computer how to work.
• Software is a set of programs, which is
designed to perform a well-defined function. A
program is a sequence of instructions written
to solve a particular problem.
Software
• There are two types of software −
– System Software
– Application Software
System Software
• Software required to run the hardware parts of
the computer and other application software
are called system software.
• System software acts as interface between
hardware and user applications. An interface is
needed because hardware devices or machines
and humans speak in different languages.
System Software
• Operating System
• Language Processor
• Device Drivers
System Software
Application Software
• A software that performs a single task and nothing else
is called application software.
• Application software are very specialized in their
function and approach to solving a problem.
• So a spreadsheet software can only do operations with
numbers and nothing else.
• A hospital management software will manage hospital
activities and nothing else.
Application Software
• Word processing
• Spreadsheet
• Presentation
• Database management
• Multimedia tools
Application Software

Más contenido relacionado

La actualidad más candente

TID Chapter 1 Introduction To Information Technology
TID Chapter 1 Introduction To Information TechnologyTID Chapter 1 Introduction To Information Technology
TID Chapter 1 Introduction To Information Technology
WanBK Leo
 
Basic IT knowledge
Basic IT knowledgeBasic IT knowledge
Basic IT knowledge
Techsailor
 
Chapter 1 Introduction To Computers
Chapter 1 Introduction To ComputersChapter 1 Introduction To Computers
Chapter 1 Introduction To Computers
norzaini
 
Internet and Information Technology (IT)
Internet and Information Technology (IT)Internet and Information Technology (IT)
Internet and Information Technology (IT)
Amber Bhaumik
 
CSCI-200 Introduction to Computers
CSCI-200 Introduction to ComputersCSCI-200 Introduction to Computers
CSCI-200 Introduction to Computers
malik1972
 
INFORMATION TECHNOLOGY (Animated PPT ):- Sreedevi V.S, LIBRARIAN, Holygrcae ...
INFORMATION TECHNOLOGY  (Animated PPT ):- Sreedevi V.S, LIBRARIAN, Holygrcae ...INFORMATION TECHNOLOGY  (Animated PPT ):- Sreedevi V.S, LIBRARIAN, Holygrcae ...
INFORMATION TECHNOLOGY (Animated PPT ):- Sreedevi V.S, LIBRARIAN, Holygrcae ...
Sreedevi Santhosh
 
Jasmeet Chap 01 Intro To Computers
Jasmeet Chap 01 Intro To ComputersJasmeet Chap 01 Intro To Computers
Jasmeet Chap 01 Intro To Computers
sharing notes123
 

La actualidad más candente (20)

TID Chapter 1 Introduction To Information Technology
TID Chapter 1 Introduction To Information TechnologyTID Chapter 1 Introduction To Information Technology
TID Chapter 1 Introduction To Information Technology
 
Basic IT knowledge
Basic IT knowledgeBasic IT knowledge
Basic IT knowledge
 
Chapter 1 Introduction To Computers
Chapter 1 Introduction To ComputersChapter 1 Introduction To Computers
Chapter 1 Introduction To Computers
 
Internet and Information Technology (IT)
Internet and Information Technology (IT)Internet and Information Technology (IT)
Internet and Information Technology (IT)
 
Basic computer concepts
Basic computer conceptsBasic computer concepts
Basic computer concepts
 
Information Technology
Information TechnologyInformation Technology
Information Technology
 
Introduction of computer networks
Introduction of computer networksIntroduction of computer networks
Introduction of computer networks
 
Umesh kumar gangwar 1
Umesh kumar gangwar 1Umesh kumar gangwar 1
Umesh kumar gangwar 1
 
Introduction to computers
Introduction to computersIntroduction to computers
Introduction to computers
 
Basic Concepts Of Information Technology (It)
Basic Concepts Of Information Technology (It)Basic Concepts Of Information Technology (It)
Basic Concepts Of Information Technology (It)
 
CSCI-200 Introduction to Computers
CSCI-200 Introduction to ComputersCSCI-200 Introduction to Computers
CSCI-200 Introduction to Computers
 
INFORMATION TECHNOLOGY (Animated PPT ):- Sreedevi V.S, LIBRARIAN, Holygrcae ...
INFORMATION TECHNOLOGY  (Animated PPT ):- Sreedevi V.S, LIBRARIAN, Holygrcae ...INFORMATION TECHNOLOGY  (Animated PPT ):- Sreedevi V.S, LIBRARIAN, Holygrcae ...
INFORMATION TECHNOLOGY (Animated PPT ):- Sreedevi V.S, LIBRARIAN, Holygrcae ...
 
Unit Iv
Unit IvUnit Iv
Unit Iv
 
Introduction of computer Book
Introduction of computer BookIntroduction of computer Book
Introduction of computer Book
 
Understanding Computers - Today and Tomorrow
Understanding Computers - Today and TomorrowUnderstanding Computers - Today and Tomorrow
Understanding Computers - Today and Tomorrow
 
Understanding of Computer | Introduction | Computer In Business
Understanding of Computer | Introduction | Computer In BusinessUnderstanding of Computer | Introduction | Computer In Business
Understanding of Computer | Introduction | Computer In Business
 
It advance 2016
It advance 2016It advance 2016
It advance 2016
 
Jasmeet Chap 01 Intro To Computers
Jasmeet Chap 01 Intro To ComputersJasmeet Chap 01 Intro To Computers
Jasmeet Chap 01 Intro To Computers
 
Lecture-1: Introduction to Computer - Basic Definitions & Concepts- Computer ...
Lecture-1: Introduction to Computer - Basic Definitions & Concepts- Computer ...Lecture-1: Introduction to Computer - Basic Definitions & Concepts- Computer ...
Lecture-1: Introduction to Computer - Basic Definitions & Concepts- Computer ...
 
Introduction To Computers
Introduction To ComputersIntroduction To Computers
Introduction To Computers
 

Similar a INTRODUCTION TO INFORMATION TECHNOLOGY SARASWATHI RAMALINGAM

Computer_Programming_Fundamentals in cpp
Computer_Programming_Fundamentals in cppComputer_Programming_Fundamentals in cpp
Computer_Programming_Fundamentals in cpp
meharikiros2
 
Computer and Programming
Computer and Programming Computer and Programming
Computer and Programming
Mahsa Ch
 
Introduction To Computer and Java
Introduction To Computer and JavaIntroduction To Computer and Java
Introduction To Computer and Java
PRN USM
 
Visual basic ictl bi
Visual basic ictl biVisual basic ictl bi
Visual basic ictl bi
nad_84
 

Similar a INTRODUCTION TO INFORMATION TECHNOLOGY SARASWATHI RAMALINGAM (20)

Chapter 01 Java Programming Basic Java IDE JAVA INTELLIEJ
Chapter 01 Java Programming Basic Java IDE JAVA INTELLIEJChapter 01 Java Programming Basic Java IDE JAVA INTELLIEJ
Chapter 01 Java Programming Basic Java IDE JAVA INTELLIEJ
 
Programming Fundamentals and Programming Languages Concepts
Programming Fundamentals and Programming Languages ConceptsProgramming Fundamentals and Programming Languages Concepts
Programming Fundamentals and Programming Languages Concepts
 
Introduction to computers and programming languages
Introduction to computers and programming languages Introduction to computers and programming languages
Introduction to computers and programming languages
 
Computer and programing basics.pptx
Computer and programing basics.pptxComputer and programing basics.pptx
Computer and programing basics.pptx
 
Computer_Programming_Fundamentals in cpp
Computer_Programming_Fundamentals in cppComputer_Programming_Fundamentals in cpp
Computer_Programming_Fundamentals in cpp
 
Java 101 @ chattahoochee
Java 101 @ chattahoocheeJava 101 @ chattahoochee
Java 101 @ chattahoochee
 
Computer software
Computer softwareComputer software
Computer software
 
Computer and Programming
Computer and Programming Computer and Programming
Computer and Programming
 
C Language
C LanguageC Language
C Language
 
PPS UNIT 1- R18.docx
PPS UNIT 1- R18.docxPPS UNIT 1- R18.docx
PPS UNIT 1- R18.docx
 
Basic of Computer By Rimon Rayhan
Basic of Computer By Rimon RayhanBasic of Computer By Rimon Rayhan
Basic of Computer By Rimon Rayhan
 
lec 1.pptx
lec 1.pptxlec 1.pptx
lec 1.pptx
 
LKGtoPG - Basics of C Language
LKGtoPG - Basics of  C LanguageLKGtoPG - Basics of  C Language
LKGtoPG - Basics of C Language
 
Introduction To Computer and Java
Introduction To Computer and JavaIntroduction To Computer and Java
Introduction To Computer and Java
 
What is a computer
What is a computerWhat is a computer
What is a computer
 
C++ programming languages lectures
C++ programming languages lectures C++ programming languages lectures
C++ programming languages lectures
 
Introduction_to_Programming.pptx
Introduction_to_Programming.pptxIntroduction_to_Programming.pptx
Introduction_to_Programming.pptx
 
Visual basic ictl bi
Visual basic ictl biVisual basic ictl bi
Visual basic ictl bi
 
introductiontocomputerprogramming.pptx
introductiontocomputerprogramming.pptxintroductiontocomputerprogramming.pptx
introductiontocomputerprogramming.pptx
 
01CHAP_1.PPT
01CHAP_1.PPT01CHAP_1.PPT
01CHAP_1.PPT
 

Más de SaraswathiRamalingam

Más de SaraswathiRamalingam (20)

MACINTOSH
MACINTOSHMACINTOSH
MACINTOSH
 
XSL - XML STYLE SHEET
XSL - XML STYLE SHEETXSL - XML STYLE SHEET
XSL - XML STYLE SHEET
 
XML - SAX
XML - SAXXML - SAX
XML - SAX
 
DOM-XML
DOM-XMLDOM-XML
DOM-XML
 
X FILES
X FILESX FILES
X FILES
 
XML SCHEMAS
XML SCHEMASXML SCHEMAS
XML SCHEMAS
 
XML
XMLXML
XML
 
XML DTD DOCUMENT TYPE DEFINITION
XML DTD DOCUMENT TYPE DEFINITIONXML DTD DOCUMENT TYPE DEFINITION
XML DTD DOCUMENT TYPE DEFINITION
 
Georg scheutz - Charles babbage - Saraswathi Ramalingam
Georg scheutz - Charles babbage - Saraswathi RamalingamGeorg scheutz - Charles babbage - Saraswathi Ramalingam
Georg scheutz - Charles babbage - Saraswathi Ramalingam
 
Dennis ritchie - SARASWATHI RAMALINGAM
Dennis ritchie - SARASWATHI RAMALINGAMDennis ritchie - SARASWATHI RAMALINGAM
Dennis ritchie - SARASWATHI RAMALINGAM
 
Arithmetic expression INFIX TO POSTFIX CONVERTION saraswathi ramalingam
Arithmetic expression INFIX TO POSTFIX CONVERTION saraswathi ramalingamArithmetic expression INFIX TO POSTFIX CONVERTION saraswathi ramalingam
Arithmetic expression INFIX TO POSTFIX CONVERTION saraswathi ramalingam
 
PROGRAMMING USING C# .NET - SARASWATHI RAMALINGAM
PROGRAMMING USING C# .NET - SARASWATHI RAMALINGAMPROGRAMMING USING C# .NET - SARASWATHI RAMALINGAM
PROGRAMMING USING C# .NET - SARASWATHI RAMALINGAM
 
PROGRAMMING USING C# .NET - SARASWATHI RAMALINGAM
PROGRAMMING USING C# .NET - SARASWATHI RAMALINGAMPROGRAMMING USING C# .NET - SARASWATHI RAMALINGAM
PROGRAMMING USING C# .NET - SARASWATHI RAMALINGAM
 
PROGRAMMING USING C# .NET - SARASWATHI RAMALINGAM
PROGRAMMING USING C# .NET - SARASWATHI RAMALINGAMPROGRAMMING USING C# .NET - SARASWATHI RAMALINGAM
PROGRAMMING USING C# .NET - SARASWATHI RAMALINGAM
 
PROGRAMMING USING C# .NET - SARASWATHI RAMALINGAM
PROGRAMMING USING C# .NET - SARASWATHI RAMALINGAMPROGRAMMING USING C# .NET - SARASWATHI RAMALINGAM
PROGRAMMING USING C# .NET - SARASWATHI RAMALINGAM
 
PROGRAMMING USING C# .NET - SARASWATHI RAMALINGAM
PROGRAMMING USING C# .NET - SARASWATHI RAMALINGAMPROGRAMMING USING C# .NET - SARASWATHI RAMALINGAM
PROGRAMMING USING C# .NET - SARASWATHI RAMALINGAM
 
PROGRAMMING USING C# .NET - SARASWATHI RAMALINGAM
PROGRAMMING USING C# .NET - SARASWATHI RAMALINGAMPROGRAMMING USING C# .NET - SARASWATHI RAMALINGAM
PROGRAMMING USING C# .NET - SARASWATHI RAMALINGAM
 
PROGRAMMING USING C# .NET - SARASWATHI RAMALINGAM
PROGRAMMING USING C# .NET - SARASWATHI RAMALINGAMPROGRAMMING USING C# .NET - SARASWATHI RAMALINGAM
PROGRAMMING USING C# .NET - SARASWATHI RAMALINGAM
 
PROGRAMMING USING C# .NET - SARASWATHI RAMALINGAM
PROGRAMMING USING C# .NET - SARASWATHI RAMALINGAMPROGRAMMING USING C# .NET - SARASWATHI RAMALINGAM
PROGRAMMING USING C# .NET - SARASWATHI RAMALINGAM
 
LAB PROGRAMS SARASWATHI RAMALINGAM
LAB PROGRAMS SARASWATHI RAMALINGAMLAB PROGRAMS SARASWATHI RAMALINGAM
LAB PROGRAMS SARASWATHI RAMALINGAM
 

Último

1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 

Último (20)

Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Asian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxAsian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptx
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 

INTRODUCTION TO INFORMATION TECHNOLOGY SARASWATHI RAMALINGAM

  • 2. UNIT II • Input and Output Devices: • Input Devices - Output Devices - Data Representation - Programming Languages /Computer Languages - Software: System Software - Application Software
  • 3. • CPU is the --------- of computer. – A. Brain – B. Ear – C. Eye – D. All above these
  • 4. • WHICH OF THE FOLLOWING PERFORMS ARITHMETIC AND LOGIC OPERATIONS? – A. Control Unit – B. Arithmetic Logic Unit – C. I/O Unit – D. Registers
  • 5. • Computers are used by which of the following professions – Business – Art – Education – All of the above
  • 6. • A keyboard is an example of a _________ device. – Input – Output – Storage – None of the above
  • 7. • Devices that allow you to put information into the computer ___________ – Input – Output – Type – Print
  • 8. • A desktop computer is also known as – A. PC – B. Laptop – C. Mainframe – D. Palmtop
  • 9. • ----------- computer is the most powerful computer. – A. Mini – B. Micro – C. Super – D. Mainframe
  • 10. • ----------- is the physical device of a computer system. – A. Program – B. Software – C. Hardware – D. Application
  • 11. • Which of the following is not a characteristic of a computer? – A. Speed – B. Intelligence – C. Automation – D. Versatility
  • 12. • Which of the following is not Computer Hardware? – A. Mouse – B. Monitor – C. Printer – D. Antivirus
  • 13. • Computer is a/an ---------- – A. battery – B. input device – C. monitoring device – D. electronic device
  • 14. • ----------- is processed by the computer into information. – A. Data – B. Processor – C. Numbers – D. Input
  • 15. • Which of the following is the smallest computer? – A. Desktop – B. Notebook – C. Laptop – D. Workstation
  • 16. • Personal computer is a -------- – A. Mini computer – B. Super computer – C. Micro computer – D. Mainframe computer
  • 17. • Non physical components of the computer are referred to as – A. Software – B. CPU – C. Hardware – D. Program
  • 18. • What is called the starting up on operating system? – A. Starting – B. Entering – C. Booting – D. Formatting
  • 19. • Which of the following is an example of web browser? – A. C++ – B. Tally – C. Internet explorer – D. MS word
  • 20. • What of these full form of e-mail? – A. Electric mail – B. Electromagnetic mail – C. Electronic mail – D. None of these
  • 21. • OCR stands for – A. Optical coding recognizer – B. Original code reader – C. Optical character recognition – D. Original character reader
  • 22. • Which of the following is hard ware and not software? – A. Excel – B. Operating system – C. Control unit – D. Power point
  • 23. • Which of the following is part of the system unit? – A. Monitor – B. Floppy Disk – C. CPU – D. CD-ROM
  • 24. • Click and double-click are achieved using the – A. Mouse – B. Headphone – C. Modem – D. Keyboard
  • 25. • CPU is an abbreviation for – A. Computer processing unit – B. Central processing unit – C. Control processing unit – D. Command processing unit
  • 26. Data Representation • Data Representation refers to the form in which data is stored, processed, and transmitted. • In a computer, data are stored in the form of binary digits 0 and 1. • A single binary digit 0 or 1 called bit. • A group of 8 bits called byte.
  • 27. Data Representation • The computer processes any information only in the form of binary digit. • Therefore all information must be converted into a binary equivalent before computer processes any datA.
  • 28. Data Representation • The terms bits, bytes, nibble and word are used widely in reference to computer memory and data size. • Bits: can be defined as either a binary, which can be 0, or 1.It is the basic unit of data or information in digital computers. • Byte: a group of bits (8 bits) used to represent a character. A byte is considered as the basic unit of measuring memory size in computer. • A nibble: is half a byte, which is usually a grouping of 4 bytes. • Word: two or more bits make a word. The term word length is used as the measure of the number of bits in each word. For example, a word can have a length of 16 bits, 32 bits, 64 bits etc.
  • 29. ASCII • American code for information interchange. • It is a code for representing 128 English characters as numbers, with each letter assigned a number from 0 to 127. • For example, the ASCII code for uppercase M is 77. • Most computers use ASCII codes to represent text, which makes it possible to transfer data from one computer to another.
  • 30. Bit & Byte Table • Bit • Byte • Kilobyte • Megabyte • Gigabyte • Terabyte • Petabyte
  • 31.
  • 32.
  • 33. Computer programming language • Computer programming language, any of various languages for expressing a set of detailed instructions for a digital computer. • Such instructions can be executed directly when they are in the computer manufacturer-specific numerical form known as machine language, after a simple substitution process when expressed in a corresponding assembly language, or after translation from some “higher-level” language. • Although there are many computer languages, relatively few are widely used.
  • 34.
  • 35. Machine language • Sometimes referred to as machine code or object code, machine language is a collection of binary digits or bits that the computer reads and interprets. • Machine language is the only language a computer is capable of understanding.
  • 36. • Below is an example of machine language (binary) for the text "Hello World.“ • 01001000 01100101 01101100 01101100 01101111 00100000 01010111 01101111 01110010 01101100 01100100
  • 37. ASSEMBLY LANGUAGE • An assembly language is a low-level programming language designed for a specific type of processor. • It may be produced by compiling source code from a high-level programming language (such as C/C++) but can also be written from scratch. Assembly code can be converted to machine code using an assembler. • Since most compilers convert source code directly to machine code, software developers often create programs without using assembly language. • However, in some cases, assembly code can be used to fine-tune a program. For example, a programmer may write a specific process in assembly language to make sure it functions as efficiently as possible. • ADD Z • SUB A • STA 2500H
  • 38. HIGH LEVEL LANGUAGE • A high level language program can’t get executed directly. It requires some translator to get it translated to machine language. • High level language is the next development in the evolution of computer languages. Examples of some high- level languages are given below – PROLOG (for “PROgramming LOGic”) – FORTRAN (for ‘FORrmula TRANslation’) – LISP (for “LISt Processing”) – Pascal (named after the French scientist Blaise Pascal).
  • 39. Software • Computer software, or simply software, is a collection of data or computer instructions that tell the computer how to work. • Software is a set of programs, which is designed to perform a well-defined function. A program is a sequence of instructions written to solve a particular problem.
  • 40. Software • There are two types of software − – System Software – Application Software
  • 41.
  • 42. System Software • Software required to run the hardware parts of the computer and other application software are called system software. • System software acts as interface between hardware and user applications. An interface is needed because hardware devices or machines and humans speak in different languages.
  • 43. System Software • Operating System • Language Processor • Device Drivers
  • 45. Application Software • A software that performs a single task and nothing else is called application software. • Application software are very specialized in their function and approach to solving a problem. • So a spreadsheet software can only do operations with numbers and nothing else. • A hospital management software will manage hospital activities and nothing else.
  • 46. Application Software • Word processing • Spreadsheet • Presentation • Database management • Multimedia tools