Page 1 :
Post-Mid Term Syllabus, Class 8, Chapter-6 : Working with Dreamweaver, Let's start (page 97), 1. C 2. D 3. E 4. A 5. B, Activity (page 101), State whether the statements are true or false., 1. The first page of website is called its homepage. True, 2. Adobe Dreamweaver is a source code editor software. True, 3. The design view displays the web page you are creating in the same way as it will be seen in, a web browser. True, 4. The properties Inspector window can be opened in the file menu. False, 5. The document toolbar lies at the bottom of the document window. False, Activity (pages 112), State whether the statements are true or false., 1. The Cell spacing is the distance between the cells contains and its boundary. False, 2. You can Remove hyperlink from the properties Inspector Window. True, 3. The preview in the browser option lies in the edit menu. False, 4. Roll over image changes when the mouse pointer rolls over it. True, 5. When an email link is clicked, an email is sent to visitor. False, Worksheet 1, Fill in the blanks with the help of help box., 1. Dreamweaver is a WYSIWYG type of HTML Editor., 2. The document Windows is a design environment for visual page layout, editing and, development., 3. The insert toolbar is used when you have to insert images of hyperlinks, tables and other, elements in your web page., 4. The properties inspector lies at the bottom of a document window and shows the, properties of the object selected in the document., 5. If you want the link to file to open in a new window, select _blank from the target dropdown list in the properties Inspector window., 6. The concept of the rollover image is that when somebody point to the image, a new image, appears at place of image that was pointed at., Worksheet 2, Tick the correct answers.
Page 2 :
1. Dreamweaver is an example of which of the following types of HTML editor?, (b. WYSIWYG), 2. Which menu contains the page property Option?, (C. Modify menu), 3. Which toolbar below the menu bar contains buttons to insert the commonly used objects in, a web page?, (C. Insert toolbar), 4. Which is the largest heading size available in Dreamweaver CS3?, (C. H1), 5. Which of these is web browser software where you can preview Dreamweaver pages?, (a. Chrome), Worksheet 3, Write T for true and F for false statements., 1. The code and design views allow you to view both the code view and design view for the, same document in a single window. True, 2. The property Inspector is the control Centre to edit the properties of the selected object on, the document window. True, 3. In the page properties dialogue box, the background colour option lies under the Link, category. False, 4. You cannot merge the cells of a table to create bigger cells. False, 5. You can resize an image by dragging it from one of if resizing handles. True, 6. You can set an image as the background for the webpage. True, Worksheet 4, Answer in a sentence., 1. Give an example of a text based HTML Editor., Ans: Notepad, 2. What is the full form of WYSIWYG?, Ans: What You See Is What You Get., 3. What are WYSIWYG HTML editors?, Ans: they provide us visual tools for designing web pages., 4. Which view allows you to view both the code and Design views for the same document in a, single window?, Ans: The code and the design view, 5. Which button allows you to preview or debug your document in a browser?, Ans: preview / debug in browser button, 6. Where can you select the appearance category?
Page 3 :
Ans: page property dialogue box, 7. Where is the properties inspector located in Dreamweaver CS3 window?, And: The property Inspector located at the bottom of the Dreamweaver CS3 window., Worksheet 5, Answer the following question in 2-3 sentences., 1. What is dreamweaver?, Ans: Dreamweaver is a popular WYSIWYG HTML Editor. It provides vast number of features, and resources for creating web pages, without needing to write the HTML code., 2. Which categories are there in the page properties dialogue box?, Ans: there are five categories that appear on the page property dialogue box these categories, are:, 1. Appearance, 2. Links, 3. Headings, 4. Title / encoding, 5. Tracing image., 3. What do the options in the Appearance category of the page properties dialogue box help, you to do?, Ans: The options in the appearance category help us to change the font face and size, text,, color, to set a background color or image on a web page and to change the web page margin., 4. How will you change a string of text or an image into a hyperlink? Mention the steps, briefly., Ans: Follow these steps to change a string of text or an image into a hyperlink:, STEP 1:Select the text slash image you want to turn into a hyperlink., STEP 2: In the property inspector, alongside the Link field, click on the browser for the File, icon. The select file dialogue box opens., STEP 3: Select the file and click on the Ok button., STEP 4: Save the changes made to the web document by pressing Ctrl + S keys., STEP 5: Open the page in the web browser using the File -----》 Preview in browser -------》, Chrome options., STEP 6: Click on the link. The link document will open.
Page 4 :
Post-Mid Term Syllabus, Class-8, Chapter-7: Programming in Visual Basic, Let's Start (Page 117), 1. Click on the new button to create a new document window., 2. Click on the open button to open the existing document., 3. Click on the print button to get a printout of the file., 4. Click on the close button to close the window., Activity (page 127), State whether the statements are true or false., 1. When we double click on a control, the code window opens. True, 2. Text box controls display information to the users. False, 3. Option buttons controls allow a user to choose an option out of a number of a given, options. True, 4. The shape control allows you to insert a rectangular scrollbar on a form. False, 5. The caption property is used to display a text on a control. True, Worksheet 1:, Fill in the blanks with the help of help box., 1. Visual basic design Event driven programming language., 2. A Form is like a container control as it’s provides a platform for holding other controls., 3. Visual basic projects are saved with a .vbp extension., 4. The properties of a control are set through the properties window., 5. An Event is a occurrence of an action on a form., 6. Form files are saved with .frm extension., 7. A Label control is used to display information to a user., 8. The command button control is used to add an action to the form., Worksheet 2:, Tick the correct answer., 1. Which control allows user to Trigger an event by using a mouse click? B. Command, 2. Which control is used to display information that is not to be edited? A. Label, 3. The text displayed on a label control on a form is set using its____________ property. C., Caption, 4. How many tabs are there in the New Project dialogue box? C. Three, 5. Which of these shows the components of a project in an organised manner? C. Project, Explorer, Worksheet 3:, Write T for true and F for false statements., 1. The Text box control is used to show non changeable text to user. False
Page 5 :
2. Labels are used to display image on a form. False, 3. To make an Image automatically fit in an Image control, keep the Stressed property set to, 'True'. True, 4. When you double click on a control is code window opens. True, 5. The BackColor property allows you to change the font colour of text displayed in a control., False, Worksheet 4:, Answer these questions., 1. What is event driven programming?, Ans: Event driven programming is a programming technique where the flow of the program is, determined by events., 2. What is Visual Basic?, Ans: Visual Basic is an event driven programming language used for creating GUI based, application., 3. What is the difference between the run time and design time?, Ans: Design time is the mode where we design our applications and set the properties of the, various objects where as Runtime is the mode where we run and test our applications., 4. What are the properties? How are the properties of a control sets?, Ans: The properties of a control decide its characteristics and behaviour during the Run time., The properties of a control are set from the properties window., 5. Write the steps to save a visual basic project., Ans: follow the steps to save a visual basic project :, STEP 1: Click on File --------》Save Project. The save file as dialogue box opens., STEP 2: Enter a number for the form., STEP 3: Click on the 'save' button will stop this will open a save project as dialogue box on your, screen., STEP 4: Enter a name for your project., STEP 5: Click on the 'save' button for desktop your project will be saved by the given name., 6. What is the difference between a Label control and the Command button control?, Ans: A Label control is used to place title in the form and to label other controls where as a, command button control is used to carry out to come on mostly by clicking on it.