No products in the cart.

Ask questions which are clear, concise and easy to understand.

Ask Question
  • 2 answers

Ninja Raunak 4 years, 10 months ago

I don't know

Manyata Joshi 4 years, 10 months ago

An output device is any piece of computer hardware equipment which converts information into human-readable form. It can be text, graphics, tactile, audio, and video. Some of the output devices are Visual Display Units i.e. a Monitor, Printer, Graphic Output devices, Plotters, Speakers etc.
  • 2 answers

M U 4 years, 10 months ago

Input Devices Keyboard. Mouse. Scanner. Joystick. Light Pen. Digitizer. Microphone. Magnetic Ink Character Recognition (MICR)

Manyata Joshi 4 years, 10 months ago

•Input Devices 1Keyboard. 2Mouse. 3Scanner. 4Joystick. 5Light Pen. 6Digitizer. 7Microphone.
  • 1 answers

M U 4 years, 10 months ago

OK............... CLS 6 7 8 9 10 11 12 CBSE NOTES 30% CUT - NEW CBSE SYLLABUS ENGLISH GRAMMAR MATHS FORMULAS NCERT BOOKS MCQ QUESTIONS WORKSHEETS Learn CBSE NCERT Solutions for Class 6, 7, 8, 9, 10, 11 and 12 NCERT Solutions for Class 9 Foundation of Information Technology – Computer Software January 5, 2018 by Rama Krishna NCERT Solutions for Class 9 Foundation of Information Technology – Computer Software Very Short Answer Type Questions Question 1. What is a computer software? Answer: Computer software is a collection of programs, procedure and related data that provide the instructions for telling a computer what to do and how to do it. Question 2. What do you mean by system software? Answer: System software refers to the programs that controls internal computer operations and makes best use of the hardware devices. More Resources for CBSE Class 9 NCERT Solutions NCERT Solutions Class 9 Maths NCERT Solutions Class 9 Science NCERT Solutions Class 9 Social Science NCERT Solutions Class 9 English NCERT Solutions Class 9 Hindi NCERT Solutions Class 9 Sanskrit NCERT Solutions Class 9 IT RD Sharma Class 9 Solutions Question 3. What do you mean by an operating system? Answer: Operating system is a program that acts as an interface between the user and the hardware. Question 4. In order to use the printer, an operating system will need a special type of software. This software is known as what? Answer: In order to use the printer, an operating system will need a device driver software. Question 5. Which language processor converts an HLL program into machine language at once? Answer: Compiler is a language processor which converts whole HLL program into machine language at once which can be understood by the processor. Question 6. Define a utility software. Answer: A utility software is a system software designed to help in the management and tuning of operating systems, computer hardwares and different application softwares. Question 7. Mention some examples of utility software. Answer: Data compression utilities, virus protection utilities and disk defragmentation utilities. Question 8.Which software do you use to keep your system intact from computer viruses? Answer: Antivirus software is used to keep your system intact from computer viruses. Question 9. Why we cannot use a text editor as a picture editing tool? Answer: Text editor is a editing program which does not support the editing of graphical images because it works only on text. Question 10. Describe an application software. Answer: An application software is designed to help the user to perform specific functions. Question 11. Why do we use spreadsheets? Answer: A spreadsheet is specially used to organise data in tables and to analyse the tabulated data in desired manner. It allows you to do a lot of calculations. Question 12. Name the software used to control redundancy from a collection of large amount of data. Answer: A database is a collection of integrated data stored together with controlled redundancy to serve one or more applications in an optimal fashion. Question 13. Name the latest attendance recording devices used in an attendance system. Answer: Biometrics and Access cards. Question 14. What do you mean by machine language? Answer: Machine language is the only language that is understood by the computers. It is a collection of binary digits (0 or 1) or bits that the computer reads and interprets. Short Answer Type Questions Question 1. Name the types of software with examples for each. Answer: There are two types of software, i.e. system software and application software. Language processors (interpreters, compilers and assemblers), operating systems etc., are the examples of system software. Whereas, payroll system, accounting software etc., are the examples of an application software. Question 2. Write a short note an BIOS. Answer: The Basic Input/Output System (BIOS) is commonly known as ; system BIOS. It is a boot firmware or a small program that controls various electronic devices attached to the main computer system. The initial function of the BIOS is to initialise system devices such as RAM, hard disk, CD/DVD drive, video display card and other hardwares. It sets the machine hardware into a known state that helps the operating system to configure the hardware components. This process is known as Booting Up the computer. Question 3. Which is more beneficial a compiler or an interpreter and why? Answer: Compiler is more bent fi cial than an interpreter for translating a high leve, language program into machine language program because compilation process of a compiler is nearly 5 to 25 times faster than interpreter. Question 4. What are the functions of an interpreter? Answer: Interpreter is very useful for debugging and suitable for novice programmer. This is a slow process and consumes less memory space. Some basic functions of an interpreter are as follows: Translates one instruction at a time. It checks the execution of the instructions line-by-line. Question 5. Distinguish between compiler and interpreters. Answer: CompilerInterpreterCompiler takes entire program as input.Interpreter takes single instruction as input.Intermediate object code is generated.No intermediate object code is generated.Conditional control statements execute faster.Conditional control statements execute slower.Memory requirement is more (since, object code is generated).Memory requirement is less.Errors are displayed after entire program is checked.Errors are displayed for every instruction interpreted.e.g. Compiler in C language.e.g. Interpreter in Basic language.  Question 6. Explain any one utility software. Answer: It is a system software designed to help in management and tuning of operating systems, computer hardwares and different application softwares. A single piece of utility software is usually called a utility or a tool. Utilities are those application programs that assist the computer by performing house-keeping functions like backing up disk or scanning/cleaning viruses. A utility program carries out some of the common tasks, while using a computer system. Utility software is also known as service program, service tool or utility routine. It differs from applications mostly in terms of size, complexity and function. Utility programs are bundled with operating systems. However, these programs are also available in a separate package and that’s why they are sometimes considered separate from system software. Utilities include Disk Compression, Backup, Virus Protection Utilities (Antivirus), Disk Defragmentation Utilities etc. Question 7. Explain the main role of data backup software. Answer: Backup software is used to make a copy of all the information stored on a disk and restore it when needed. An ideal data backup software provides functionalities beyond simple copying of data files. This software often supports user needs to specifying what is to be backed up and when. Question 8. What is the use of disk defragmenter? Answer: It can detect computer files, whose contents are broken across several locations on the hard disk and move these fragments in a particular location to increase storage efficiency. You can use disk defragmenter to rearrange files and unused space of your hard disk, so that programs run fast, e.g. MyDefrag, PerfectDisk, Diskeeper, Defraggler etc. You can start Disk Defragmentation process as follows: Click Start —> All Programs —> Accessories —> System Tools —> Disk Defragmenter. Question 9. What do you mean by debugging? Answer: The process of searching and correcting bugs (errors) in a program is called debugging and debugger is a program that is used as an aid to remove bugs from program. Bug in a small computer program causing a problem to crash the system or produce an invalid output. Question 10. What are the four steps in debugging? Answer: The four steps in debugging are as follows: Discovering of the bug Isolation of the bug Finding the bug Fixing the bug Question 11. What do you understand by network utilities? Write some cpmmands to start a network utility? Answer: Network utilities provide a way to check the connectivity of a network and log events while using the Internet, ipconfig, ping, spray etc., are some commands to start a network utility. Question 12. What is the use of network utility? Answer: Network utility analyses the computer’s network connectivity, configure network settings, check the data transfer or log events. It works for the router to check whether the network is connected or not and other technical issues. Question 13. Explain file manager. Answer: It is a software program that provides a user interface to work with file system. It helps a user to manage all the files on its computer system. All file managers allow the user to view, edit, copy and delete the files on its computer system, e.g. Nomad.net, Master Commander, Unreal Commander etc. Question 14. What is the difference between machine language and assembly language? Answer: Difference between machine language and assembly language are as follows: Machine LanguageAssembly LanguageMachine language uses binary digits (0s and 1s) to write a program.Assembly language used mnemonic codes to write a program in place of binary digits.It is not human readable language.It is a more human readable language.It is directly understood by the computer.It is not directly understood by the computer.There is no need of any type of language processor.Assembler is used to translate assembly language into computer understandable language. Question 15. Explain encryption and decryption. Answer: A process to convert a plain text into cipher text is called encryption. Whereas, a process to convert a cipher text into plain text is called decryption. Question 16. What is general purpose application software? Give some examples of general purpose application. Answer: General purpose application softwares are those softwares, which are used for any general function. They allow people to do simple computer tasks. It is sometimes referred to as GPS. e.g. graphics, multimedia, presentation software, desktop publishing software etc. Question 17. Why do we use reservation system? Answer: It is a computerised system used to store and retrieve information and conduct transactions related to air travel, hotels, car rental or other activities. It is an application software which is commonly seen at railway reservation offices, this software helps the concerned department to automatically check the availability of the seats or berths of any train and on any particular date with an incomparable speed. Question 18. What are HLLs? Give example of some HLLs. Answer: It is an advanced computer programming language that is not limited to one computer, designed for a specific job and is easier to understand. The main advantage of high level languages over low level languages is that they are easier to read, write and understand, e.g. BASIC, C, FORTRAN, Java and Pascal. Long Answer Type Questions Question 1. What is an operating system? Explain its functions with an examples. Answer: It is a program that acts as an interface between the user and the hardware (i.e. for all computer resources). An operating system is an important component of a computer system, which controls and co-ordinates all other components of it. It activates all devices that makes them ready for work. It also performs all internal management functions and ensures systematic functioning of a computer system. The operating system performs the following functions: It recognises input from keyboard and sends output to the display screen. It makes sure that the programs running simultaneously do not interfere with each other. It is also responsible for security, ensuring that unauthorised users cannot access the system e.g. MS-DOS, Windows 95, Windows XP, Windows Vista etc. Question 2. Describe utility software and also define its types. Answer: It is a system software designed to help in management and tuning of operating systems, computer hardwares and different application softwares. A single piece of utility software is usually called a utility or a tool. Utilities are those application programs that assist the computer by performing house-keeping functions like backing up disk or scanning/cleaning viruses. A utility program carries out some of the common tasks, while using a computer system. Utility software is also known as service program, service tool or utility routine. It differs from applications mostly in terms of size, complexity and function. Utility programs are bundled with operating systems. However, these programs are also available in a separate package and that’s why they are sometimes considered separate from system software. Utilities include Disk Compression, Backup, Virus Protection Utilities (Antivirus), Disk Defragmentation Utilities etc. Disk Compression It is a utility software which perform the task of emphasis on the drive, so that more space is available for additional data to be stored. Backup It can make copy of all information stored on a disk and restore either the entire disk files (e.g. an event of disk failure) or selected files (e.g. an event of accidental deletion) on the user defined storage. Disk Defragmenter It can detect computer files, whose contents are broken across several locations on the hard disk and move these fragments in a particular location to increase storage efficiency. Disk Checker and Disk Cleaner Disk Checker is a fully-featured disk diagnostics and repairing tool with backup ability. Disk Partition Tool It is an utility tool which can divide an individual drive into multiple logical drives, each with its own file system which can be mounted by the operating system and treated as an individual drive. Question 3. Name at least two softwares that could be used to produce a publication such as brochure or newsletter. Explain each. Answer: A brochure or newsletter can be produced using Word processor DTP software A Word processor is a general software, which is used for the processing of textual matter and creation of organised and error less documents. However, there are several Word processors, which offer features and utilities similar to DTP software. So, even they can be used for creating professional publications. A DTP software is meant for creating professional publications. It combines the functions of traditional typesetter and a layout artist to produce documents such as newsletters, brochures, leaflets, magazines etc. Question 4. Explain Database Management. What are the features of DBMS? Answer: It refers to the software that is responsible for storing, maintaining and utilising a database. It enables a user to define, create and maintain the database and provide controlled access on it. A database is a collection of integrated data stored together to serve multiple applications. DataBase Managements System provides several additional features which are as follows: Removes data redundancy Elimination of data inconsistency Data integration Dat a sharing Data security e.g. MS-Access, Corel Paradox, Lotus Approach, MySQL, OpenOffice.org Base etc. Question 5. Explain any five specific purpose application softwares. Answer: Hotel Management System It refers to the management techniques used in the hotel sector. It includes hotel administration, accounts, billing marketing, housekeeping, front office or front desk, e.g. Hotelogix PMS, Djubo, True Hotel Management, Aatithya HMS etc. Payroll Management System It is used by all modern organisations to encompass every employee of the organisation, who receives regular wages or other compensation. All different payment methods are calculated by the payroll software and the appropriate paychecks are issued. This software can also be used for printing or E-mailing the salary slip of employees, e.g. Namely, UltiPro etc. HR Management System It refers to the systems and processes at the intersection between Human Resource Management (HRM) and Information Technology (IT). The function of HR department is generally administrative and common in all organisations. e.g. Effective Staff, Cezanne HR etc. Attendance System It is an application software designed to track and optimise the presence of a person/student in an organisation/school. Now-a-days, attendance system can be integrated with customer’s existing time/ attendance recording devices like Biometrics/Access cards. Attendance management can be done in two ways as follows: Biometric integration Manual attendance integration e.g. eTimeTrackLite, Pyramid PTR 4000 etc. Billing System It refers to the software that is used to’ perform the billing process. It handles the tracking of labelled products and services delivered to a customer or set of customers. e.g. Billing Manager, BillingTracker, kBilling etc. Question 6. What is an accounting software and HR management system. Also, name the types of accounting software? Answer: Accounting Software This system records and processes accounting transactions within functional modules such as accounts payable, accounts receivable, payroll and trial balance. It works as an accounting information system. There are several types of accounting software as follows: Accounts payable software Bank reconciliation software Budget management software etc. e.g. Tally ERP9, HDPOS, MARG, ProfitBooks etc. HR Management System It refers to the systems and processes at the intersection between Human Resource Management (HRM) and Information Technology (IT). The function of HR department is generally administrative and common in all organisations. e.g. Effective Staff, Cezanne HR etc. Question 7. What are the generations of languages. Explain them. Answer: The first generation languages or 1GLsare low level languages like machine language. It is the only language understood by the computers. Sometimes, it referred to as machine code or object code or binary language. It is a collection of binary digits (0 or 1) or bits that the computer reads and interprets. The second generation languages or 2GLs are also low level languages that generally consist of assembly language. It is a low level programming language, which is used as an interface with computer hardwares. It uses structured commands as substitutions for numbers, allowing humans to read the code easier than looking at binary codes. The third generation languages or 3GLsare high level languages such as C. It is an advanced computer programming language that is not limited to one computer, designed for a specific job and is easier to understand. The main advantage of high level languages over low level languages is that they are easier to read, write and understand, e.g. BASIC, C, FORTRAN, Java and Pascal. The fourth generation languages or 4GLs are the languages that consists of statements similar to the statements of human language. 4GLs are commonly used in database programming and scripting programming. The fifth generation languages or 5GLsare programming languages that contains visual tools, which helps to develop a program. A good example of 5GLS is Visual Basic. Application Oriented Questions Question 1. The following paragraph describes the term software.Software is a collection of computer (i) ……. and related data that provide the(ii) ……… for telling a computer what to do and how todo. Software is a conceptual (iii) …….. which is a set of (iv) …… programs,(v) ……… and associated (vi) ………… concerned with the operation of a data (vii) ……… system. Fill in the blanks with words from the list below: instructions, basic, programs, processing, entity, computer, useful, procedures, documentation, hardware Answer: (i) programs (ii) instructions (iii) entity (iv) computer (v) procedures (vi) documentation (vii) processing Question 2. Software is not only the basic requirement of a computer system, it makes a computer more powerful and useful. Computer systems divide software into two major classes. What is the meaning of the term software? (ii) Name the two major classes of software. Answer: Software is a set of programs that tells the computer to perform a task. Computer system divides software into two major categories: System software Application software Question 3. Operating system is an important component of a computer system. Various types of operating systems are available. Operating system belongs to which class of software? (ii) What is the need of an operating system? (iii) Why an operating system is important? Answer: System software. Operating system provides a software platform on which other programs, called application programs are run. It acts as an interface between the user and the hardware. Question 4. Reena got an assignment on the topic Word processing software. Help her to solve the assignment.  What is Word processing software? Which type of software is Word processor? Give some examples equivalent to type of Word processing software. Give some examples of Word processing program. Answer: Word processing software is an application software that helps to create text based documents. It also processes paragraphs, pages and entire papers. General purpose application software. Electronic spreadsheets, database management systems, desktop publishing software, graphics, multimedia and presentation applications. Microsoft Word, WordPerfect (Windows only), AppleWorks (Mac only) and OpenOffice.org Writer. Question 5. Mr. X has recently installed a new operating system on his computer Describe the main functions of an operating system. Name any two utility programs used by an operating system. Answer: Monitors the performance of the system, enables software to communicate with hardware and application softwares to be loaded; gives prompts and error reports to the users. Antivirus and compression tool. Question 6. Below is the list of various types of application softwares: A. Database B. Desktop publishing C. Drawing D. Word processing E. Spreadsheet Which one would be the most suitable to use for each of the following tasks? Rotation of shapes Typing in text for a novel Using frames to position text and graphics on a page Replication of cells Carrying out a complex search on two or more criteria Answer: Drawing Word processing Desktop publishing Spreadsheet Database Multiple Choice Questions Question 1. Which one of the following is a set of instructions that tells the hardware how to perform the tasks? (a) Compiler (b) Software (c) Hardware (d) CPU Answer: (b) Software is a set of instructions that tells the hardware how to perform the tasks. Question 2. Operating system is a (a) application software (b) system software (c) hardware (d) language Answer: (b) Operating system is a system software that acts as an interface between the user and the hardware. Question 3. Which software takes control of computer system on startup? (a) Compiler (b) Operating system (c) Application software (d) All of these Answer: (b) Operating system takes control of computer system on startup. Question 4. Which device is used to convert the program written in assembly language into machine language? (a) Interpreter (b) Compiler (c) Assembler (d) None of these Answer: (c) Assembler is used to convert the program written in assembly language into machine language because it is a language processor that converts the user defined language into a form which can be easily understood by the computer. Question 5. Interpreter converts a high level language program into a machine language by (a) one go mechanism (b) line-by-line mechanism (c) group of five lines mechanism (d) None of the above Answer: (b) Interpreter is a language processor, which converts the high level language program into machine language by using line-by-line mechanism. Question 6. The language processor which converts high level language into machine language is (a) assembler (b) compiler (c) interpreter (d) Both (b) and (c) Answer: (d) Both compiler and interpreter are language processors that converts high level language into machine language. Question 7. Utility programs include (a) Virus scanning software (b) Backup software (c) Disk defragmenter (d) All of the above Answer: (d) Utility programs includes virus scanning, backup, disk defragmenter software. Question 8. Disk Cleaner helps to free (a) data (b) recycle bin (c) spaces (d) None of these Answer: (c) Disk Cleaner helps to free spaces. So that, the free spaces can be utilised to store another file or folder. Question 9. This part of utility software is used to prevent phosphor burning on computer monitors by blanking the screen with moving images. (a) File Managers (b) Debugging Tool (c) Disk Cleaners (d) Screensavers Answer: (d) Screensavers fill the computer screen with moving images or patterns, when the computer is not in use. Question 10. Which of the following is not related to a utility software? (a) Text editor (b) Antivirus program (c) Disk compression software (d) Railway reservation system Answer: (d) Railway reservation system is an example of application software whereas, rest all are software utilities. Question 11. Which type of software is designed to perform specific, personal, business or scientific processing tasks? (a) System (b) Application (c) GUI (d) Compiler Answer: (b) Application software is a computer software which is designed to help the user to perform some specific or personal tasks. Question 12. Which of the following is not related to an application software? (a) Word processor (b) DBMS (c) Operating system (d) Railway reservation system Answer: (c) Application software is a software which carries out a specific task like Word processor, spreadsheet, DBMS etc. Among the given options, operating system is related to system software. Question 13. DTP is a tool for graphic designers and non-designers to create visual communications for professional. DTP stands for (a) Device Transfer Protocol (b) Desktop Publishing (c) Device Transfer Programs (d) All of the above Answer: (b) DTP stands for Desktop Publishing. Question 14. Assembly language is a low level programming language (a) makes use of mnemonics to interact with computer system (b) sometimes referred to as machine code or object code (c) that is not limited by the computer or for one specific job (d) used to interact with computer software Answer: (a) Assembly language is a low level programming language that use mnemonics to interact with computer system. Question 15. Machine language sometimes referred to as (a) programming language that is used widely by the programmer. (b) machine code or object code (c) programming language that is more easily understood (d) language that is not limited by the computer Answer: (b) Machine language sometimes referred to as machine code or object code because it is the language which is only understood by the computer as a computer itself is just a machine or an electronic device. Fill in the Blanks Question 1. Program is a set of …….. Answer: instructions Question 2. The software is categorised as …. and …… software. Answer: system, application Question 3. ………….. and ……… aresystem softwares. Answer: Operating system, language processors Question 4 ……….. is a software that controls and manages the hardware. Answer: Operating System Question 5. The software that helps the computer in maintaining its performance is called ………….. Answer: Utility software Question 6. A safe way to remove viruses is to run an ……… Answer: antivirus software Question 7. ……….. is a software program that provides a user interface to work with the file system. Answer: File manager Question 8. Encryption is the process of transforming ………. Answer: plain text into cipher text Question 9. A ……… is a group of related fields. Answer: database Question 10. Payroll system and accounting system are the ……… softwares. Answer: application Question 11. Programmers use a variety of ………….. to communicate instructions to the computer. Answer: programming languages True or False Question 1. We cannot work on computer without software. Answer: True Software is a set of programs, which instructs the computer to do a task. We always need a software to work on the computer system. Question 2. Hardware is operated by system softwares. Answer: True System softwares tell hardwares how to perform a task. Question 3. Operating system is an application software. Answer: False It is a system software which acts as an interface between the user and the hardware. Question 4 Device drivers are the part of application software. Answer: False Device drivers are the part of system software, which is used to make interface between the device and the user or the operating system. Question 5. Interpreter translates whole program at a time. Answer: False Interpreter is a language processor which translates the whole program line-by-line. Question 6. A text editor is used to facilitate the creation and correction of text. Answer: True A text editor is used to create and edit the text. Text editor is a part of utility. Question 7. Encrypted data is referred as cipher text. Answer: True Encrypted data is presented in coded form. So, it is known as cipher text. Question 8. The set of programs designed to perform user specific tasks is called application software. Answer: True Application software refers to the programs that perform operations for a specified task of a user. Question 9. MS-Word and MS-Excel are two application softwares. Answer: True MS-Word and MS-Excel are two application softwares because such type of softwares pertains to specific applications and specific task. Question 10. Assembly language uses mnemonic codes. Answer: True Assembly language uses mnemonic codes to represent each low level machine operation or code. Question 11. The third generation of languages are low level languages. Answer: False They are high level languages
  • 1 answers

Yogita Ingle 4 years, 10 months ago

learning management system (LMS) is a software application for the administration, documentation, tracking, reporting, automation and delivery of educational courses, training programs, or learning and development programs.

  • 1 answers

Meghna Thapar 4 years, 10 months ago

An electroencephalogram (EEG) is a test that detects electrical activity in your brain using small, metal discs (electrodes) attached to your scalp. Your brain cells communicate via electrical impulses and are active all the time, even when you're asleep. This activity shows up as wavy lines on an EEG recording. An EEG is a test that detects abnormalities in your brain waves, or in the electrical activity of your brain. During the procedure, electrodes consisting of small metal discs with thin wires are pasted onto your scalp. The electrodes detect tiny electrical charges that result from the activity of your brain cells.

  • 1 answers

Sia ? 4 years, 3 months ago

Electroencephalogram

  • 1 answers

Gaurav Seth 4 years, 10 months ago

There are three stages involved in touch typing technique: Stage one of the process begins with learning the home row of the keyboard (the row beginning with the Caps Lock key). Looking at the keyboard is strictly forbidden. This is followed by learning the lower and upper rows, the numbers row, upper-case letters and special symbols. Stage two involves memorizing frequently used syllables and typing words containing these syllables. Stage three involves typing actual text to perfect the skills acquired.

  • 1 answers

Gaurav Seth 4 years, 10 months ago

URL is the abbreviation of Uniform Resource Locator. URL is the global address of documents and other resources on the World Wide Web.

Parts of a URL

The first part of the URL is called a protocol identifier and it indicates what protocol to use, and the second part is called aresource name and it specifies the IP address or the domain namewhere the resource is located. The protocol identifier and the resource name are separated by a colon and two forward slashes.

For example, the two URLs below point to two different files at the domain webopedia.com. The first specifies an executable file that should be fetched using the FTP protocol; the second specifies a Web page that should be fetched using the HTTP protocol

  • 3 answers

Faiz Khan 4 years, 10 months ago

chdhjskn k,. Jayesejhdjsksjdh gehehehsvdhdjjdjdjdjdjdhdjhdhdhdhdhdhdhdhhdhdhdhdhdhhdhdhdhdhdhhdhdhdhdhdhhdhdhdhdhdhdhhdhdhdhdhdhdhhdhdhdhhdhdhdhdhdhhdhdhdhsyfffffffgsnjssjjsjsjsjsjsjsjkssjjsiwjwjebsjsjsjjsjsjsjjsjjsjsjsjjsjsjsjjsjjsjsjjsjjsjsjsjjsjsjsjsjjsjsjsjjdjsjsjdjvvccffffffrfrvvvvffrffrrrrvvvfrnac c seen hsns him nsjjshshdhhdjdjdjdvdvdbbevgzghzhsbebbxhxhhxgsvbdhdjjzbsbvsvshzhshdbbshxhhzhhzhshshzhdhhd

Sa Ra 4 years, 10 months ago

Yiikic

Yogita Ingle 4 years, 10 months ago

The communication cycle expresses how the system of conveying and understanding messages operates.

Different depictions of the cycle may include slightly different steps and descriptions, but most agree on the basic elements:

  • Sender: the person or entity originating the communication
  • Message: the information that the sender wishes to convey
  • Encoding: how the sender chooses to bring the message into a form appropriate for sending
  • Channel: the means by which the message is sent
  • Receiver: the person or entity to whom the message is sent
  • Decoding: how the receiver interprets and understands the message
  • Feedback: the receiver's response to the message
  • 1 answers

Yogita Ingle 4 years, 10 months ago

The Enter key is used to send the cursor to the next line or execute a command or operation. Most full-sized PC keyboards have two Enter keys; one above the right Shift key and another on the bottom right of the numeric keypad

  • 1 answers

Yogita Ingle 4 years, 10 months ago

Main functions of an OS are as follows:

  • Processor management
  • Memory management
  • File management
  • Device management
  • Storage management
  • 2 answers

Yogita Ingle 4 years, 10 months ago

Visual communication is nothing but using visuals like charts, graphs, diagrams to represent information. Right from school, we see many visual communications in our books, we draw some in our projects. In businesses, these form one of the essential forms of communication, especially in presentations.

Ranjan Singh 4 years, 10 months ago

msg me in insta @swatzerop
  • 2 answers

Attitude Gamerz Maitreyee 4 years, 3 months ago

environmental

Yogita Ingle 4 years, 10 months ago

Physical condition that affect the communication process are called...............barriers.

Tangible

  • 1 answers

Yogita Ingle 4 years, 10 months ago

Psychological Barriers

There are various mental and psychological issues that may be barriers to effective communication. Some people have stage fear, speech disorders, phobia, depression etc. All of these conditions are very difficult to manage sometimes and will most certainly limit the ease of communication.

Emotional Barriers

The emotional IQ of a person determines the ease and comfort with which they can communicate. A person who is emotionally mature will be able to communicate effectively. On the other hand, people who let their emotions take over will face certain difficulties.

Physical Barriers to Communication

They are the most obvious barriers to effective communication. These barriers are mostly easily removable in principle at least. They include barriers like noise, closed doors, faulty equipment used for communication, closed cabins, etc. Sometimes, in a large office, the physical separation between various employees combined with faulty equipment may result in severe barriers to effective communication.

  • 2 answers

Gaurav Seth 4 years, 10 months ago

Write any two

Barriers to Effective Communication
(i) Semantic barriers to communication These are concerned with the meaning of words and symbols. These barriers are:

  • Badly expressed message
  • Technical jargon
  • Unclarified assumptions
  • Faulty translations

(ii)Psychological barriers Emotional or psychological factors acts as barriers to
communication. Some of the psychological barriers are:                                     .

  • Lack of attention
  • Premature evaluation
  • Poor retention
  • Distrust

(iii) Organisational barriers The factors related to organisational structure authority relationship, rules and regulations act as barriers to effective communication. Some of these barriers are:

  • Organisational policy
  • Rules and regulations
  • Status
  • Complexity in organisational structure

(iv) Personal barriers The personal factors of both sender and receiver my affect effective communication. Some of these barriers are:

  • Fear of challenge to authority
  • lack of confidence of superior on his subordinate
  • Unwillingness to communicate
  • Lack of proper incentives

Yogita Ingle 4 years, 10 months ago

The Barriers to effective communication could be of many types like linguistic, psychological, emotional, physical, and cultural etc.

Linguistic Barriers

The language barrier is one of the main barriers that limit effective communication. Language is the most commonly employed tool of communication. The fact that each major region has its own language is one of the Barriers to effective communication. Sometimes even a thick dialect may render the communication ineffective.

Psychological Barriers

There are various mental and psychological issues that may be barriers to effective communication. Some people have stage fear, speech disorders, phobia, depression etc. All of these conditions are very difficult to manage sometimes and will most certainly limit the ease of communication.

Emotional Barriers

The emotional IQ of a person determines the ease and comfort with which they can communicate. A person who is emotionally mature will be able to communicate effectively. On the other hand, people who let their emotions take over will face certain difficulties.

  • 1 answers

Gaurav Seth 4 years, 10 months ago

Communication is the imparting or exchanging of information by speaking, writing, or using some other medium.

Features of an effective communication system:

1.Principle of clarity, i.e., every point in the communication should be clear having no ambiguity and conveying the same sense and spirit.

2. Principle of attention, i.e., Communication must draw attention of the communicate.

3. Principle of consistency : This principle implies that communication should always be consistent with the plans, objectives, policies and programmes of the organization and not conflicting. Inconsistent messages always create chaos and confusion in the minds of people which is highly detrimental to the interest of the enterprise.

4. Principle of Adequacy : This implies that the information should be adequate and complete in all respect. Incomplete and inadequate information delays actions and destroys understanding and relations. Efficiency of communicator and communicate is also affected.

5. Principle of Integration : Communication is a means to an end and not an end in itself. It should promote co-operation among people at work to achieve the organizational objectives.

6. Principle of Timeliness : Information of ideas should be communicated at the proper time. Any delay in communicating the messages will serve no purpose except to make them (messages) mere historical documents as they lose their importance and effectiveness by the lapse of time.

7. Principle of Informality : Formal communication, however is important in a formal organization but informal communication does not lose its place in the organization. Managers or executives should become much informal in their behaviour with his subordinates. But in certain situations where they are the sole and best judge, informality may be avoided.



8. Principle of Feedback : This is the most important principle of an effective communication system. The communicator must have feedback confirmation from the recipient whether the messages communicated, have been understood in the same sense in which the sender takes it and also whether the recipient is agreed or disagreed the proposal. It helps understand the people.

9. Principal of Communication Networks : Communication networks refer to the routes through which communication flow to the destination person for whom it is meant. A number of such networks may exist in the organization at a given point of time but management should consider the effectiveness of the communication network in the given situation and its effect of the behaviour of the communicate before it finally chooses a network.

10. Principle of Purposefulness : Communication should have a purpose. One's image must improve by his communication. The purpose for which communication was used must be achieved.

11. Principle of Empathetic Listening : This is used to draw out the other person. The goal is to understand the speaker's (sender's) feelings, needs and wants in order to help him solve a problem.

12. Proper Language : Simple and proper language have to be used in communication.

13. Two Way Communication : Effective communication necessitates a minimum of two participants who should interact with each other. In other words, there should be transmission, reception and exchange of ideas from both sides.

14. Credibility in Communication: The matter in the communication should be a believable and faithful matter.

15. Orientation of Employees: Communication should be an instrument to explain the situation to the employees.

16. Feedback: Communication should help to improve quality and to make self-correction of errors.

17. Gesture and Tone: Communication should have courtesy and diplomacy.
 

  • 1 answers

Yogita Ingle 4 years, 10 months ago

Supercomputer have a very high processing speed Because of Massively parallel design

Explanation:  Multiple microprocessors used in supercomputers divide the problem into multiple tasks which can run separately in multiple processors interacting with each other and sharing the resources. Division of labor basically.

  • 0 answers
  • 1 answers

Sia ? 4 years, 4 months ago

0-9. A mouse that connects to the computer without a cord. Bluetooth mice are commonly used with tablets, because most tablets have Bluetooth built in. They can also be used with a computer that has Bluetooth from the factory or via an adapter.

  • 1 answers

Meghna Thapar 4 years, 11 months ago

Multi-user software is software that allows access by multiple users of a computer. Time-sharing systems are multi-user systems. Most batch processing systems for mainframe computers may also be considered "multi-user", to avoid leaving the CPU idle while it waits for I/O operations to complete.  A multi-user system contains a single system that can be used by multiple users and can view their local view of the system. This view is called a working space. If one user changes anything in his local view working space that is not displayed to other users until the user saved in a master system.

  • 1 answers

Sia ? 4 years, 4 months ago

The digital computer is most effectively used when massive data handling and computations are required. It is generally composed of three major elements: the processor (central processing unit or CPU), the memory, and the input output (I/O) devices.
  • 2 answers

Arohi Raj 4 years, 11 months ago

100°c

Manyata Joshi 4 years, 11 months ago

100 °C A liquid at high pressure has a higher boiling point than when that liquid is at atmospheric pressure. For example, water boils at 100 °C (212 °F) at sea level, but at 93.4 °C (200.1 °F) at 1,905 metres (6,250 ft) altitude. For a given pressure, different liquids will boil at different temperatures

myCBSEguide App

myCBSEguide

Trusted by 1 Crore+ Students

Test Generator

Test Generator

Create papers online. It's FREE.

CUET Mock Tests

CUET Mock Tests

75,000+ questions to practice only on myCBSEguide app

Download myCBSEguide App