Skip to main content

WRITING FOR SUCCESS / MODULE 2

RESEARCHING THE TOPIC 



Researching is one of the most important part for creation a good content.but how would we know that the data available on some website is authentic or not the writer is reliable or not ???

Any idea ???

No

OK let me tell you the secret of proper way of searching from the web.Whenever you open a website remember to look for these and you should have idea about these

  • .COM are commercial sites aims to sell something. 

  • .ORG are non profit organization promoting a cause so the available data is cannot said to be 100% authentic. 

  • .GOV are government source , provides public information. for example United states government website.

  • .edu this identifies some educational institutions 





Comments

Popular posts from this blog

Software Development & Fundamentals Microsoft Certification 98-361 TEST BANKS LESSON 4

Lesson 4: Understanding Web Applications 1. You are developing a Web page for a medium-sized business. You want to separate the formatting and layout of the page from its content. Which of the following technologies should you use to define the formatting and layout of the page content? a) Cascading Style Sheets (CSS) b) Hypertext Markup Language (HTML) c) JavaScript d) Hypertext Transmission Protocol (HTTP) Answer: a Difficulty: Medium Section Reference: Understanding Web Page Development Cascading Style Sheets (CSS) help you define the formatting and layout of a page’s content and store that separately from the content. HTML is a text-based language that uses various markup tags that describe how content is displayed. JavaScript is scripting language that you use to add functionality and behavior to a Web page. HTTP is the underlying communication protocol used by the World Wide Web. 2. You want to display an image on your Web page. The image is stored on a...

Software Development & Fundamentals Microsoft Certification 98-361 TEST BANKS LESSON 1

Lesson 1: Introduction to Programming 1. You need to gain a better understanding of the solution before writing the program. You decide to develop an algorithm that lists all necessary steps to perform an operation in the correct order. Any technique that you use should minimize complexity and ambiguity. Which of the following techniques should you use? a) flowchart b) decision table c) C# program d) A paragraph in English Answer: a Difficulty: Medium Section Reference: Introducing Algorithms A flowchart is a graphical representation of an algorithm that lists, in the correct order, all the necessary steps to perform the operation. A flowchart is simple to create and understand and is not ambiguous. 2. Which of the following languages is not considered a high-level programming language? a) C# b) Visual Basic c) Common Intermediate Language d) C++ Answer: c Difficulty: Easy Section Reference: Introducing C# C#, Visual Basic, and C++ are all h...

Software Development & Fundamentals Microsoft Certification 98-361 TEST BANKS LESSON 3

Lesson 3: Understanding General Software Development 1. Arrange the various activities of an application lifecycle in the order in which they are likely to occur. a) Requirements analysis, design, coding, testing, and release b) Design, requirements analysis, coding, testing, and release c) Release, requirements analysis, coding, testing, and design d) Requirements analysis, design, release, coding, and testing Answer: a Difficulty: Easy Section Reference: Understanding Application Lifecycle Management The activities of an application lifecycle are likely to take place in the following order: requirements analysis, design, coding, testing, and release. 2. You are planning to develop a new software system for your organization. You need to review the plans, models, and architecture for how the software will be implemented. Of which of the following activities should you review the output? a) requirements analysis b) design c) coding d) testing Answ...