CBSE Class 11 Multimedia and Web Technology Syllabus available in Pdf for free download. The latest syllabus for Class 11 Multimedia and Web Technology have been issued by CBSE based on which Class 11 students will have to prepare for examinations by CBSE, NCERT and KVS in Class 11. The latest CBSE syllabus has been used to design NCERT book for Class 11 Multimedia and Web Technology based on which exams for Class 11 Multimedia and Web Technology will be conducted. Refer to MCQ Questions for Class 11 Multimedia and Web Technology with answers and also download more latest study material for all subjects
Multimedia and Web Technology Class 11 CBSE Syllabus
Class 11 Multimedia and Web Technology students should refer to the following curriculum for NCERT Class 11 Multimedia and Web Technology. These CBSE NCERT KVS Syllabus for Class 11 Multimedia and Web Technology will be very useful for preparing for upcoming exams and help you to score good marks
Multimedia and Web Technology CBSE Syllabus Class 11
Unit 1: Introduction to Computer System
Chapter 1: Hardware Concepts
- Computer Organization (basic concepts) −
- CPU
- Memory (Primary and Secondary)
- I/O devices
- Input devices −
- Keyboard
- Mouse
- Light pen
- Touch Screen
- Graphics Tablet
- Joystick
- Microphone
- OCR
- Scanner
- Smart Card reader
- Barcode reader
- Biometric sensor
- Web Camera
- Output Devices −
- Monitor/Visual Display Unit (VDU)
- LCD screen
- Television
- Printer (Dot Matrix Printer, Desk jet/ Inkjet/ Bubble jet Printer, Laser Printer)
- Plotter
- Speaker
- Secondary Storage Devices: Fixed and Removable Storage −
- Hard Disk Drive
- CD/DVD Drive
- Pen Drive
- Blue Ray Disk
- Flash Drive
- Memory cards
- Memory Concepts
- Units −
- Bit
- Byte
- Kilo Byte (210 = 1024 Byte)
- Mega Byte
- Giga Byte
- Tera Byte
- Peta Byte
- Primary Memory −
- Cache
- RAM
- ROM
Chapter 2: Software Concept
- Types of Software −
- System Software
- Utility Software
- Application Software
- Operating System, Language Processors −
- Compiler
- Interpreter
- Assembler
- Operating System −
- Need for operating system
- Functions of operating system (processor management
- Memory management
- File management and device management
- Commonly used operating systems −
- UNIX
- LINUX
- Windows
- Solaris
- BOSS (Bharat Operating System Solutions)
- Mobile OS - Android, Symbian
- Utility Software −
- Anti-virus
- File management tools
- Compression tools and disk management tools −
- disk cleanup
- disk defragmenter
- backup
- Application software: General Purpose Application software −
- Office tools
- Word processor
- Presentation tool
- Spreadsheet package
- Database management system
- Specific Purpose Application software: Domain specific tools −
- school management system
- inventory management system
- purchasing system
- human resource management system
- payroll system, financial accounting
- hotel management
- reservation system
- weather forecasting system
- GUI Operating System
- GUI Components −
- General features
- Elements of desktop −
- Taskbar
- Icon
- Start button
- Shortcuts
- Folder
- Recycle bin
- My computer
- Start Menu −
- Program
- Documents
- Settings
- Find/search
- Help
- Run
- Shutdown/logoff
- Program Menu: Accessories
- Calculator
- Text editor
- Image editor
- Entertainment (such as sound recorder, media player)
- Control Panel −
- Add new hardware
- Add new software
- Printer installation
- Date/time settings
- Mouse and regional settings
- Customization of taskbar
- Start menu
- Display properties −
- Wallpaper
- Font settings
- Color settings
- Screen savers
Unit 2: Web Development
www, Hyper Text Transfer Protocol(HTTP), File Transfer Protocol(FTP), TCP/IP, PPP, Domain names, URL, IP Address, Website, Web browser, Web Server, Web Hosting;
Chapter 1: HTML
- Introduction
- Content creation
- Creating HTML document using a text editor
- Saving HTML document
- Editing an HTML document
- viewing HTML documents in a web browser
- switching between text editor and web browser windows to view changes
Chapter 2: Browsers
- Mozila firefox
- Google chrome
- Internet explorer
- Netscape navigator
- Safari
- Opera
Chapter 3: Web Page Authoring Using HTML
Basic Concepts −
Concept of tags and attributes
Difference between container tag and empty tag
Structural Tags of HTML −
<HTML>, <HEAD>, <TITLE>, <BODY>;
Attributes of <BODY> (BGCOLOR, BACKGROUND, LINK, ALINK, VLINK, TEXT)
Inserting Breaks −
Line break <BR>, section break <HR>, Attributes of <HR> (WIDTH, ALIGN, SIZE, NOSHADE, COLOR)
Creating Paragraphs −
<P>, Attributes of <P> (ALIGN)
Formatting Tags of HTML −
<SMALL>, <BIG>, <B>, <I>, <U>, <EM>, <BLOCKQUOTE>, <PRE>, <SUB>, <SUP>, <STRIKE>, <ADDRESS>, Adding Comments in HTML (<!-- -->), Heading tag (<H1>to <H6>), Attributes of Heading tag (ALIGN), <FONT> tag, <BASEFONT>, Attributes of <FONT> and <BASEFONT> (SIZE, COLOR, FACE)
Creating Lists: Ordered Lists −
<OL>, <LI>, Attributes of <OL> (TYPE, START, VALUE); Unordered Lists: <UL>, <LI>, Attributes of <UL> ((TYPE-disc, circle, square)
Definition List −
<DL>, <DT>, <DD>;
Creating Links −
Internal linking using <A NAME> and <A HREF>, external linking using <A HREF>, e-Mail linking using <AHREF>
Concept of URL −
Absolute URL
Relative URL
Inserting Images −
Inserting inline images using <IMG>, Attributes of <IMG> (SRC, ALIGN, WIDTH, HEIGHT, ALT, BORDER)
Adding Music −
Adding music using <A HREF> and <EMBED>, Attributes of <EMBED> (SRC, ALIGN, WIDTH, HEIGHT, LOOP, AUTOSTART, HIDDEN)
Creating Tables −
Creating Table using <TABLE>, Attributes of <TABLE> (BORDER, BGCOLOR, BACKGROUND, ALIGN, CELLSPACING, CELLPADDING, WIDTH, HEIGHT, BORDERCOLOR)
Creating rows and columns in a table using <TH>, <TR>, <TD>, Attributes of <TH>, <TR>, <TD> (ALIGN, VALIGN, COLSPAN, ROWSPAN)
Adding headings for a table using <CAPTION>, Attribute of <CAPTION>(ALIGN)
Creating Frames −
Dividing the window into two or more frames using <FRAME> and <FRAMESET>, Use of percentage dimensions and relative dimensions while dividing the window, use of <NOFRAMES> >/NOFRAMES>; Attributes of <FRAMESET> (ROWS, COLS, BORDER, FRAMEBORDER);
Attributes of <FRAME> (SRC, NAME, FRAMEBORDER, HEIGHT, WIDTH, MARGINHEIGHT, MARGINWIDTH, SCROLLING, NORESIZE>
Creating Forms −
Forms for data collection which can be written to a file, submitted to a database or emailed to someone;
Creating Forms using <FORM>, Attributes of <FORM> (NAME, ACTION, METHOD);
Creating Form Interface elements - text box, password box, file selection box, hidden box, checkbox, radio button, button, submit button, reset button using the <INPUT>, Attributes of <INPUT> applicable with different interface elements (NAME, SIZE, VALUE, ALIGN, MAXLENGTH, CHECKED, TYPE);
Multiline text area using <TEXTAREA>, Attributes of <TEXTAREA> (NAME, ROWS, COLS, WRAP);
Dropdown list or scrolling list using <SELECT> and <OPTION>, Attributes of <SELECT>(NAME, SIZE, MULTIPLE /SINGLE)
Document Object Model −
Concept and Importance of Document Object Model, Static Vs Dynamic HTML documents
Cascading Style Sheets −
Introduction to Cascading Style Sheet (CSS): Creating inline, embedded and external cascading style sheets using <STYLE>, <DIV>, <SPAN> and <LINK>; Attribute of <DIV> and <SPAN> (STYLE)
Attributes of <LINK> (REL, TYPE, HREF)
Font Properties −
FONT-FAMILY, FONT-STYLE, FONT-SIZE, FONT-VARIANT, FONTWEIGHT and COLOR
Text Properties −
COLOR, WORD-SPACING, LETTER-SPACING, TEXT-DECORATION, VERTICAL-ALIGN, TEXT-TRANSFORM; TEXT-ALIGN, TEXT-INDENT, LINE-HEIGHT
Background Properties −
BACKGROUND-COLOR, BACKGROUND-IMAGE, BACKGROUND-REPEAT
Margin Properties −
MARGINS (all values)
Padding Properties −
PADDING (all values)
Border Properties −
BORDER (all values);
Positioning −
Absolute
Relative
Additional Features −
Assigning classes
XML-eXtensible Markup Language −
Introduction, features, advantages
Structure of XML −
Logical structure, Physical structure
XML Markup −
Element Markup (example: <foot>Hello</foot>), Attribute Markup (example: <! element.name property = "value">)
Naming Rules −
Naming rules for elements, attributes and descriptors
Components in XML −
Tags, Elements, Root element, Attributes, Entities
Comments in XML
Developing DTD −
Element Declaration in a DTD: <!ELEMENT elementname (contenttype)>
Entity Declarations, Declaring Empty Elements, Container Elements, Unrestricted Elements, Attribute Declarations
Element Content Model
Element Occurrence Indicators: ? ,*,+
Character Content: PCDATA (Parseable Character data) <! ELEMENT text(#PCDATA)>
Well Formed XML Documents, Valid XML Documents
Document Type Declaration (DTD) - Internal and External DTD
Validating an XML document using a DTD
Developing a DTD, Developing a DTD from XML Code, either automatically or manually
Viewing XML in Internet Explorer, Viewing XML using the XML Data Source Object
Unit 3: Web Scripting
VBScript −
Introduction to client side scripting using <SCRIPT> tag,
VBScript Variables −
Declaring variable, implicit and explicit declaration, naming restrictions, assigning values to variables, scalar variables and1-D array, variant data type
BScript Constants
VBScript Operators −
VBScript Operators and Operator precedence;
Arithmetic Operators: +, - (Unary and Binary), *, /, \ (integer division), MOD, ^
Comparison Operators: <, >, <=, >=, <>, =
Logical Operators: AND, OR, NOT
String Operators: & and + (for concatenation)
Control Structures in VBScript −
Conditional statements −
If..Then..End if, If..Then..Else..End If, If..Then, Else If..Then..Else..End If Select..Case..End Select
Loops −
For..Next, For Each.. Next, Do While..Loop, While.. Wend ,Do.. Loop While, Do Until.. Loop, Do..Loop Until
Entry controlled and Exit controlled loops
Inbuilt Functions of VBScript −
General Functions −
MsgBox function, Arguments of MsgBox function (Prompt, Buttons, Title), Return values of MsgBox function; InputBox function, Arguments of InputBox function (Prompt, Title, Default), Return values of InputBox function
Conversion Functions −
Abs(), CBool(), CByte(), CInt(), CStr(), CSng(), CLng(), CDate()
String Manipulation Functions −
Ucase(), Lcase(), Len(), Left(), Right(), Mid(), LTrim(), RTrim(), Trim(), InStr(), strreverse()
Time & Date Functions −
Date(), Day(), Month(), Hour(), Minute(), Monthname(), Now()
VBScript Procedures and Functions(User Defined) −
Sub procedures, Functions, passing parameters/arguments
Creating Dynamic Interface using VBScript
Using VBScript with HTML form controls
Unit 4: Multimedia and Authoring Tools
Concept of Multimedia −
Picture/Graphics, Audio, Video
Digital Images and Digital Image representation, animation, morphing
Image Formats −
TIFF, BMP, JPG/JPEG, GIF, PDF, PSD, PIC
Applications −
Poster design
Still pictures
Colored layout
Designing of books
Magazines brochures −
Children's literature
Narrative text handling
Scripts in indian languages
Picture books
Comics
Illustrations with photographs
Scientific illustrations
Conceptual illustrations
Handling of assignment for the market
Image Scanning with the help of scanner −
Setting up resolution
Size
File formats of images
Bitonal
Grey scale and color options
Preview the image
Graphic Tools −
Image Editing Software (Photoshop / Coreldraw/GIMP)
Basic Concepts of Image Creation −
Introduction
Interface elements of the tool −
Menus
Toolbox
color control icons
mode control icons
window controls icons
Creating new images, saving images and opening existing images
Image Handling −
Cropping
Adjusting image size
Adjusting the size of the work canvas, rotating selections
Scaling an object
Operations on Layers −
Adding new layers
Dragging and pasting selected objects on to layers
Dragging layers between files
Viewing
Hiding
Editing
Moving
Copying
Duplicating
Deleting
Merging layers
Preserving layers
Using adjustment layers
Channels and Masks −
Channel palette −
showing and hiding channels
splitting channels in to separate images
merging channels
creating a quick mask
editing masks using quick mask mode
Painting and Editing −
Brushes palette −
brush shape
creating and deleting brushes
creating custom brushes
setting brush options
saving
loading
appending brushes
Options palette −
Opacity
Pressure
Exposure
Paint fade-out rate
Making
Adjusting
Moving
Copying
Extending
Reducing
Pasting and deleting selections using selection tools
Softening the edges of a selection
Hiding a selection border
Sound −
Recording sound using Sound Recorder (Capture), sound capture through sound editing software (ex:Sound Forge), sound editing (noise correction, effect enhancement)
Importing audio files from external devices and saving them
Sound Quality − CD Quality, Radio Quality, Telephone Quality
Voice Recording Software −
Audacity
Speech recorder
orecx (Mono & Stereo)
Sound File Format −
AIFF (Audio Input File Format from Apple Mac)
MIDI
WAV
MP3
ASF (Streaming format from Microsoft)
Importing audio files from external devices and saving them
CBSE Class 11 Biotechnology Syllabus |
CBSE Class 11 Carnatic Melodic Syllabus |
CBSE Class 11 Carnatic Percussion Syllabus |
CBSE Class 11 Carnatic Vocal Syllabus |
CBSE Class 11 Dance Syllabus |
CBSE Class 11 Engineering Graphics Syllabus |
CBSE Class 11 Entrepreneurship Syllabus |
CBSE Class 11 Fine Arts Syllabus |
CBSE Class 11 General Studies Syllabus |
CBSE Class 11 Graphics Design Syllabus |
CBSE Class 11 Health and Physical Education Syllabus |
CBSE Class 11 Health Care Science Syllabus |
CBSE Class 11 Heritage Crafts Syllabus |
CBSE Class 11 Hindustani Melodic Syllabus |
CBSE Class 11 Hindustani Percussion Syllabus |
CBSE Class 11 Hindustani Vocal Syllabus |
CBSE Class 11 Knowledge Tradition Practices India Syllabus |
CBSE Class 11 Legal Studies Syllabus |
CBSE Class 11 Library Information Science Syllabus |
CBSE Class 11 Multimedia and Web Technology Syllabus |
CBSE Class 11 NCC Syllabus |
CBSE Class 11 Philosophy Syllabus |
CBSE Class 11 Stenography and Computer Application Syllabus |
The above CBSE Class 11 Multimedia and Web Technology Syllabus have been published by CBSE for latest 2023 academic session. The syllabus published by CBSE for Multimedia and Web Technology Class 11 is being used by various CBSE affiliated schools and almost all education boards in India. Teachers have always recommended students to refer to NCERT syllabus as the class tests and exams for Class 11 Multimedia and Web Technology are always done as per the syllabus and guidelines issued. Students who are in Class 11 and are studying Multimedia and Web Technology should strictly follow the syllabus issued to study for exams and revise the revise entire syllabus based on the latest syllabus available on Studiestoday.com. The Class 11 Syllabus for Multimedia and Web Technology also includes details about all topics and the weightage of marks for each chapter and topic. We have also provided chapter wise study material which has been developed by teachers of StudiesToday.com after proper review of the latest syllabus and based on pattern of questions in upcoming exams for Class 11 students. We have also designed the best Worksheets for Class 11 Multimedia and Web Technology based on this syllabus.
Benefits of CBSE Class 11 Multimedia and Web Technology Syllabus
Class 11 Multimedia and Web Technology NCERT syllabus has been designed by the teachers at CBSE after major research on all topics. NCERT Syllabus and all its topics for Class 11 Multimedia and Web Technology have been created in a manner to provide thorough and adequate knowledge about each topic in an easy and simple to apprehend language. You will find that your teachers are teaching exactly as per the Syllabus for Class 11 Multimedia and Web Technology which should be followed by you also. Almost all the CBSE affiliated schools teaching Class 11 Multimedia and Web Technology recommend their students to use latest syllabus and Question Papers for Class 11 Multimedia and Web Technology from studiestoday.com as the latest 2023 CBSE curriculum is available only here. Class 11 Multimedia and Web Technology students should strictly follow the curriculum provided here while making their study plan as the exams will be conducted exactly as per the published syllabus
CBSE Class 11 Multimedia and Web Technology Syllabus Pdf Download
NCERT Syllabus of CBSE Class 11 Multimedia and Web Technology and Printable Worksheets for Class 11 Multimedia and Web Technology is available for free download at www.studiestoday.com. We offer the most latest and downloadable Syllabus for Class 1 to Class 12. All Syllabus provided here are printable and have been prudently compiled for all students for each subject, you can download PDF for any subject by clicking any link above. Get the latest Class 11 Multimedia and Web Technology topic and chapter wise PDF Syllabus and use them for daily studies. Look at the syllabus for Class 11 and download the latest 2023 syllabus and NCERT solutions for Class 11 Multimedia and Web Technology for the topics which you have studied today. Doing this will support in understanding of each topic.
Latest CBSE Class 11 Multimedia and Web Technology Syllabus
For the academic year 2023-24 the CBSE board or referred to as the Central Board of Secondary Education has published the latest syllabus for all subjects. The Multimedia and Web Technology syllabus explains the chapters, topics and their weightage which will be relevant for the year. It is very important to study as per the syllabus only as this will help NCERT Class 11 Multimedia and Web Technology Multimedia and Web Technology students to focus on what is relevant for the year. CBSE keeps on changing the syllabus and pattern of Sample Papers for Class 11 Multimedia and Web Technology so we have provided the latest syllabus here.
CBSE Class 11 Multimedia and Web Technology Syllabus Online
If you are searching for CBSE Class 11 Multimedia and Web Technology Syllabus and Revision notes for Class 11 Multimedia and Web Technology for year 2023 2024 then you have come to the best website. On www.studiestoday.com we have provided the latest syllabus above which has been recently published by CBSE. We have provided the curriculum online and NCERT book for Class 11 Multimedia and Web Technology, that too free so that the students can go through the Class 11 Multimedia and Web Technology syllabus and then make their studies plan. Students of Class 11 should refer to the marks which have been allocated to each section of the course so that they can put maximum effort into the most scoring areas.
Class 11 Syllabus 2023 24 Multimedia and Web Technology free download
You should take a print of CBSE Class 11 Multimedia and Web Technology Syllabus and MCQ Questions for Class 11 Multimedia and Web Technology with answers and put it near your study table. This will help you to make sure that you are studying the topics which are in your latest Multimedia and Web Technology Class 11 syllabus. You will note that the NCERT Books for Class 11 Multimedia and Web Technology which have been issued for the current year by NCERT are also designed based on the syllabus which has been issued by CBSE. The Multimedia and Web Technology teachers of Class 11 also strictly follow this syllabus only while teaching in the class.
Studying as per CBSE Class 11 Multimedia and Web Technology Syllabus
By following the Class 11 Multimedia and Web Technology MCQ Test and CBSE Class 11 Multimedia and Web Technology syllabus, students can get the required knowledge and skills that are important to get more marks in exams. The syllabus of Class 11 has been designed after a lot of research by CBSE and will help to develop critical thinking, problem-solving, and analytical skills, in students studying Multimedia and Web Technology. The syllabus has been designed by CBSE based on the latest developments in the field of Multimedia and Web Technology which should be taught to students. CBSE Class 11 Multimedia and Web Technology syllabus provides will help to develop a stronger foundation for students if they want to grow further in the field of Multimedia and Web Technology.
Study material for Class 11 Multimedia and Web Technology
Also click the below boxes to download Class 11 Multimedia and Web Technology solved latest CBSE sample papers, Assignments for Class 11 Multimedia and Web Technology, last year (previous year/ 10 year) Class 11 Multimedia and Web Technology Question Papers, printable worksheets in pdf, the latest free NCERT Syllabus and NCERT solutions for Multimedia and Web Technology Class 11 based on CBSE NCERT KVS syllabus and syllabus. The study material for Class 11 for Multimedia and Web Technology has been made by experienced teachers of leading schools in India is available for free download in pdf only on StudiesToday.com
You can download CBSE Class 11 Multimedia and Web Technology Syllabus for the latest session from StudiesToday.com
Yes, you can download CBSE Class 11 Multimedia and Web Technology Syllabus in PDF
Yes, the syllabus issued for Class 11 Multimedia and Web Technology have been made available here for latest 2024 academic session
You can easily access the links above and download the Class 11 Syllabus Multimedia and Web Technology
There is no charge for CBSE Class 11 Multimedia and Web Technology Syllabus, you can download everything for free
Planning your studies as per CBSE Class 11 Multimedia and Web Technology Syllabus given on studiestoday can help you to score better marks in exams
Yes, studiestoday.com provides all latest CBSE Class 11 Multimedia and Web Technology Syllabus with suggested books for current academic session
Yes, studiestoday provides curriculum in Pdf for Class 11 Multimedia and Web Technology in mobile-friendly format and can be accessed on smartphones and tablets.
Yes, the syllabus for Class 11 Multimedia and Web Technology is available in multiple languages, including English, Hindi