DEO Lesson 1

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/49

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:04 AM on 4/3/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

50 Terms

1
New cards

What Is A Computer?

Computer is a device that transforms data into meaningful information. Data can be anything like marks obtained by you in various subjects.

2
New cards

Functions Of A Computer

A computer can i) accept data, ii) store data, iii) process data as desired, and iv) retrieve the stored data as and when required and v) print the result in desired format.

3
New cards

Major Characteristics Of A Computer

The major characteristics of a computer are high speed, accuracy, diligence, versatility and storage.

4
New cards

Input

This is the process of entering data and programs into the computer system.

5
New cards

Control Unit

The process of input, output, processing and storage is performed under the supervision of a unit called 'Control Unit'. It decides when to start receiving data, when to stop it, where to store data, etc. It takes care of step-by-step processing of all operations in side the computer.

6
New cards

Memory Unit

The part of the computer that is used to store data and instructions.

7
New cards

Arithmetic Logic Unit

The major operations performed by the ALU are addition, subtraction, multiplication, division, logic and comparison.

8
New cards

Output

This is the process of producing results from the data for getting useful information.

9
New cards

Central Processing Unit

The ALU and the CU of a computer system are jointly known as the central processing unit (CPU). The CPU acts as the brain of any computer system.

10
New cards

Peripheral Devices

Peripheral devices are connected to the computer externally. These devices are used for performing some specific functions.

11
New cards

Input Devices

Input devices accept data and instructions from the user.

12
New cards

Keyboard

A keyboard is the most common input device. Several kinds of keyboards are available, but they resemble each other with minor variations. The keyboard in most common use is the QWERTY board. Generally standard keyboard has 104 keys. In these keyboards, the cursor control keys are duplicated to allow easier use of the numeric pad.

13
New cards

Mouse

An electro-mechanical, hand-held pointing device used to select commands, move icons, resize windows, and start programs.

14
New cards

Light Pen

An input device that utilizes a light-sensitive detector to select objects on a display screen. A light pen is similar to a mouse, except that with a light pen you can move the pointer and select objects on the display screen by directly pointing to the objects with the pen.

15
New cards

Optical Scanner

Devices for automatic data collection that eliminate manual data entry, such as bar-code readers and image scanners that convert printed images into electronic formats.

16
New cards

Touch Screen

Touch panel displays and pads are now being offered as alternatives to keyboard. Here the input can be given through the computer screen, that accepts the input through monitor; users touch electronic buttons displayed on the screen or they may use light pen.

17
New cards

Microphone

Microphone is an input device, which takes voice as input. The voice communication is more error-prone than information through keyboard.

18
New cards

Track Ball

Trackball, a pointing device, is a mouse lying on its back. To move the pointer, you rotate the ball with your thumb, your fingers, or the palm of your hand. There are usually one to three buttons next to the ball, which you use just like mouse buttons.

19
New cards

Output Devices

Output devices return processed data, that is information, back to the user.

20
New cards

Monitor

The monitor is the primary output device, displaying computer information visually via a video adapter, similar to how a TV presents cable service content.

21
New cards

Cathode Ray Tube Monitor

CRT or Cathode Ray Tube Monitor is the typical monitor that you see on a desktop computer. It looks a lot like a television screen, and works the same way. This type uses a large vacuum tube, called cathode ray tube (CRT).

22
New cards

Liquid Crystal Displays

This type of monitors are also known as flat panel monitor. Most of these employ liquid crystal displays (LCDs) to render images. These days LCD monitor are very popular.

23
New cards

Monitor Resolution

Most monitors have a resolution of at least 800 x 600 pixels. High-end monitors can have resolutions of 1024 x 768 pixels or even 1280 x 1024 pixels. Thus monitors are available either in low resolution or in high resolution.

24
New cards

Printer

After a document is created on the computer, it can be sent to a printer for a hard copy, or printout. Some printers offer special features such as colored and large page formats.

25
New cards

Laser Printer

A laser printer produces high-quality prints quickly and quietly, with easy operation and automatic paper loading. The fastest printer prints up to 200 pages per minute in monochrome and 100 pages per minute in color.

26
New cards

Dot Matrix Printer

The dot matrix printer is a versatile, inexpensive output device that prints by striking the paper through a ribbon to create text/images using dots. It is slower, louder, and produces lower quality but is cost-effective.

27
New cards

Line Printer

A line printer is a high-speed printer used with large computer systems to produce text-based reports, typically printing 100 to 3800 lines per minute. While earlier models had lower print quality, modern technology has improved it. These printers usually cost several lakhs of rupees.

28
New cards

Plotter

A plotter is an output device that produces large drawings, such as blueprints, by drawing lines on paper. It uses a robotic arm with colored pens, following coordinate instructions from a computer to create images, including curves made from short straight lines.

29
New cards

Flat Bed Plotter

Plotters of small size to be kept on table with restriction of paper size.

30
New cards

Drum Plotter

These plotters are of big size using rolls of paper of unlimited length.

31
New cards

Speaker

Speakers are another type of output device, which allow you to listen to voice like music, and conversation with people.

32
New cards

Software

A computer cannot operate on its own, it requires user instructions. These instructions, given in a specific sequence, are called programs. Software is a collection of such programs that directs hardware to perform tasks in an organized manner.

33
New cards

System Software

System softwares are sets of programs, responsible for running the computer, controlling various operations of computer systems and management of computer resources.

34
New cards

Operating System

An operating system is a system software that provides an interface for a user to communicate with the computer, manages hardware devices, manages and maintains disk file systems and supports application programs.

35
New cards

Utilities

These are programs that bridge the gap between the functionality of an OS and the needs of users. Utility programs are a broad category of software such as compress (zip)/uncompress (unzip) files software, anti virus software, split and join files software, etc.

36
New cards

Application Software

Application software is a set of programs, which are written to perform specific tasks.

37
New cards

Generalised Packages

These are user friendly softwares written to cater to user’s very general needs. It is a group of programs that provide general purpose tools to solve specific problems.

38
New cards

Customised Packages

These are the applications that are customised (or developed) to meet the specific requirements of an organization/institution. These packages are developed using high-level computer language.

39
New cards

Computer Language

Communication with computers is carried out through a language. This language is understood both by user and the machine. Every computer language is bound by rules known as SYNTAX of that computer language. The user is bound by that syntax while communicating with the computer system.

40
New cards

Low Level Language

The term low level means closeness to the way in which machine understand.

41
New cards

Machine Language

This is the language (in the form of 0’s and 1’s, called binary numbers) understood directly by the computer. It is machine dependent. It is difficult to learn and even more difficult to write programs.

42
New cards

Assembly Language

Assembly language replaces binary code with mnemonic symbols, making programs easier to write, understand, and debug than machine language. However, it is machine-dependent and requires knowledge of the target system.

43
New cards

High Level Language

High level language uses normal English like, easy to understand statements to solve any problem. Higher level languages are computer independent and programming becomes quite easy and simple.

44
New cards

Beginners All Purpose Symbolic Instruction Code

It is widely used, easy to learn general purpose language. Mainly used in microcomputers in earlier days.

45
New cards

Common Business Oriented Language

A standardized language used for commercial applications.

46
New cards

Formula Translation

Developed for solving mathematical and scientific problems. One of the most popular languages among scientific community.

47
New cards

C

Structured Programming Language used for all purpose such as scientific application, commercial application, developing games etc.

48
New cards

C++

Popular object oriented programming language, used for general purpose.

49
New cards

Compiler

The software (set of programs) that reads a program written in high level language and translates it into an equivalent program in machine language is called as Compiler.

50
New cards

Assembler

The software (set of programs) that reads a program written in assembly language and translates it into an equivalent program in machine language is called as Assembler.

Explore top flashcards

flashcards
Chapter 9
21
Updated 819d ago
0.0(0)
flashcards
QUT: PYB102
192
Updated 506d ago
0.0(0)
flashcards
Chapitre 9
86
Updated 400d ago
0.0(0)
flashcards
more french vocab
41
Updated 936d ago
0.0(0)
flashcards
Phrases utiles en français
31
Updated 849d ago
0.0(0)
flashcards
Unit 3 Economics Vocabulary
30
Updated 1094d ago
0.0(0)
flashcards
Chapter 9
21
Updated 819d ago
0.0(0)
flashcards
QUT: PYB102
192
Updated 506d ago
0.0(0)
flashcards
Chapitre 9
86
Updated 400d ago
0.0(0)
flashcards
more french vocab
41
Updated 936d ago
0.0(0)
flashcards
Phrases utiles en français
31
Updated 849d ago
0.0(0)
flashcards
Unit 3 Economics Vocabulary
30
Updated 1094d ago
0.0(0)