Sie sind auf Seite 1von 6

:::::::KEY TO ALL QUIZ AT ONE PLACE::::::: ::::::::::::::::::Software engineering Quiz 2:::::::::::::::::::::::::::: 1.

Software Genetic Development process contains three genetic phrases namely Ans: defination, development, maintenance

2. The following are characterstics of software except ans: Software consists of physical devices

3. Which of the following is closer to machine code ans: Assembly Language

4.Which is the last step in classic life cycle paradigm Ans:Maintenance

5.The following are properties of Modularity except Ans:None of the above

:::::::::SOFTWARE ENGG Quiz 01::::::::: 1 )What is a Software? Ans: Set of Computer program, procedures and possibly associated document concerned with the operation of data processing.

2) What is software engg? Ans: Software engineering is the establishment and use of sound engineering practice in order to produce economical and reliable software that will perform efficiently on real machine.

3) Which of the following Construct in formal model in software engg. execute each statement in succession? Ans: Sequence Construct

4) Which of the following is not an example of prototype in engineering paradigm? Ans: Paper Prototype 5) Which of the following translators converts high level language on statement-by-statement basis? Ans: Interpreter

::::JAVA QUIZ::::: 1) Given the following class definition, which of the following methods could be legally placed after the comment //Here public class Rid{ public void amethod(int i, String s){} //Here } Choose one answer. a. public void amethod(int s, String i){} b. public void Amethod(int i, String s) {} c. public void amethod(int i, String mystring){} d. None of the above e. public int amethod(int i, String s){} Ans: b 2)Which of the following are primitive types? Choose one answer. a. Float b. None of the above c. byte d. String e. integer Ans: c

3) What will happen when you attempt to compile and run the following code public class Hope{ public static void main(String argv[]){ Hope h = new Hope(); } protected Hope(){ for(int i =0; i <10; i ++){ System.out.println(i); } } } Choose one answer. a. None of the above b. Compilation and running with output 0 to 9 c. Run time error: Constructors cannot be declared protected d. Compilation error: Constructors cannot be declared protected e. Compilation and running with output 0 to 10 Ans: b

4) Class conditional { public static void main(String args[]) { int i = 20; int j = 55; int z = 0; z = i < j ? i : j; // ternary operator System.out.println(The value assigned is + z); } }

What is output of the above program? Choose one answer. a. 20 b. None of the above c. 55 d. 0 Ans: a

5) Which of the following statements are true? Choose one answer. a. Strings are a primitive type in Java and the StringBuffer is used as the matching wrapper type b. None of the above c. The size of a string can be retrieved using the length property. d. Strings are a primitive type in Java that overloads the + operator for concatenation e. The String class is implemented as a char array, elements are addressed using the stringname[] convention Ans: d

:::DATABASE CONCEPTS QUIZ::: 1. Which of following represent logical storage of data? Option : a. Table b. View c. None. d. Index Ans: b

2. Which SQL statement is used to extract data from a database? option: a. SELECT b. EXTRACT c. OPEN d. GET Ans: a

3. With SQL, how can you return all the records from a table named "Persons" sorted descending by "FirstName"? Options: a. SELECT * FROM Persons SORT 'FirstName' DESC b. SELECT * FROM Persons SORT BY 'FirstName' DESC c. SELECT * FROM Persons ORDER BY FirstName DESC d. None of the above e. SELECT * FROM Persons ORDER FirstName DESC

Ans: c

4. With SQL, how can you return the number of records in the "Persons" table? Options: a. SELECT COUNT(*) FROM Persons b. SELECT COLUMNS(*) FROM Persons c. None of the above d. SELECT COLUMNS() FROM Persons e. SELECT COUNT() FROM Persons Ans : a 5. How can you change "Hansen" into "Nilsen" in the "LastName" column in the Persons table? Options: a. UPDATE Persons SET LastName='Hansen' INTO LastName='Nilsen' b. MODIFY Persons SET LastName='Nilsen' WHERE LastName='Hansen' c. MODIFY Persons SET LastName='Hansen' INTO LastName='Nilsen d. UPDATE Persons SET LastName='Nilsen' WHERE LastName='Hansen' Ans: d

Web Technology Quiz

1.What is the correct syntax of the declaration which defines the XML version? Option: a. < ? xml version="1.0" ? > b. < xml version="1.0" /> c. < xml version="1.0"? /> d. None of the above e. < ? xml version="1.0" ? /> Ans: a

2.What is the correct syntax for referring to an external script called "xxx.js"? option: a. None b. < script type="text/javascript" name="xxx.js" > c. < script type="text/javascript" href="xxx.js" > d. < script type="text/javascript" src="xxx.js" > ans: d

3. What is the correct HTML for referring to an external style sheet? option : a. < stylesheet>mystyle.css b. None of the above c. < style src="mystyle.css" /> d. < link ="stylesheet" type=text/css/script href="mystyle.css" > e. < link rel="stylesheet" type="text/css" href="mystyle.css" /> Ans: e

4. What can you use to replace like with hate in I like Eminem?

Option : a. preg_replace("/like/", "/hate/", "I like Eminem") b. preg_replace("hate", "like", "I like Eminem") c. preg_replace("/like/", "hate", "I like Eminem") d. None of the above e. preg_replace("like", "hate", "I like Eminem") ans: e 5. What are the genral syntax for inline image? Option: a. None of the above b. img=file c. img src=file d. src=image e. image src=file Ans: c COMMUNICATION QUIZ:: Either the BRM or she .... to be present for the discussions. (has) There .... three good reasons for following this course of action.(are) Only ____ boys in our class were interested in playing chess. (a few) It was a _______ cold night and he had no shelter. (bitterly) Neither the manager nor the three associates ... willing to compromise. (are) It is one of the most expensive restaurant in the city. (One of the most expensive restaurants) (A) It was she (B) who we expected (C) to score (D) the highest marks in the exam. (E) No error --- (B is wrong) We interviewed twenty specialists looking for one with experience in this area who.... well. (writes) My brother Sammy introduced me with his friend Alicia. (introduced me to) The total number of clients handled by our offices in one year ... around one thousand. (is) The HR Manager, as well as his team,.... attending the video conference. (is) He (A) has been working (B) in this firm (C) from the (D) past twenty years. (E) No error. --- (C is wrong) The Project leader,together with the module lead,.... at the meeting. (was) Our staff ... each trained in a specialized area of this technology. (are) He said (A) that he (B) can (C) do anything (D) to get rich. (E) No error.-- (B is wrong) The stakeholder's committee ... not willing to change the decision. (is) He _____________ that he will go abroad for his higher studies. (says) If I ______ the captain of the team, I wouldn't rely on part-time bowlers. (were)

He lives _______ a central location in a Metropolis. (at) Our staff .... available for calls by 8:30 a.m. every day. (is) :::VOCABULARY ACTIVITY::::

Each project will have a set of predefined deliverables which have to be submitted according to timelines . If the timelines are not met, the net result is a slippage. All deliverables should be stored in a document repository. Resources are deployed in projects but the actual work will start when they are allocated specific tasks. Resources should anticipate changes to the requirements and should have proper response to the enquiries made by the customer. The tasks should be carried out as per the priority and issues should be tracked as per the severity attached to the issue. There should be proper mentoring of the junior associates and the outputs of the associates should be consistent in quality standards and should contain reliable information. There should be proper monitoring of progress of the deliverables and each deliverable has to go through a strict review process. Defects are logged during the review and various metrices are collected as part of the review process. During the course of project delivery, the project manager should ensure proper utilization of resources and there should be a collaborative effort amongst all team members. A good PM should be a good strategist and must be a/an mentor to all associates. All team members are expected to achieve the targets set for them. Based on the targets, there will be a/an appraisal at the end of each year.

Das könnte Ihnen auch gefallen