Skip to main content

Posts

Showing posts from November 24, 2015

PPT question of IDB

Chapter 1: The Programming Process Ref book: Programming Practices & Techniques (6th edition) 1. What is computer program? Ans: A group of instructions for a computer that cause it to perform a desired task. 2. What do you know about programming process? or, List the activities of the programming (or problem solving) process in order Ans: The programming process is, therefore, a problem solving process. It consists of the following activities… 1. Defining a problem, 2. Preparing an algorithm 3. Preparing a program flowchart 4. Coding the program 5. Debugging and testing 6. Documenting 3. What things the programmers must carry out before proceeding one activity to the next? Ans: Each activity has checking procedures that the programmer must carry out before proceeding to the next activity. 4. When does the programmer carry out documenting activities? Ans: Documenting activities are carried out simultaneously with the other activities. 3. What is input? Ans: The

IDB HTML MCQ

Questions: 1. A webpage displays a picture. What tag was used to display that picture? a. picture b. image c. img d. src 2. <b> tag makes the enclosed text bold. What is other tag to make text bold? a. <strong> b. <dar> c. <black> d. <emp> 3. Tags and test that are not directly displayed on the page are written in _____ section. a. <html> b. <head> c. <title> d. <body> 4. Which tag inserts a line horizontally on your web page? a. <hr> b. <line> c. <line direction=”horizontal”> d. <tr> 5. What should be the first tag in any HTML document? a. <head> b. <title> c. <html> d. <document> 6. Which tag allows you to add a row in a table? a. <td> and </td> b. <cr> and </cr> c. <th> and </th> d. <tr> and </tr> 7. How can you make a bulleted list? a. <list> b. <nl> c. <ul> d. <ol> 8. Ho