INF503 WEEK-1 LESSON (1,2&3) LAB

 LESSON-1 Q1) which of the following functions of the database management system causes some data to be read and some data to be written into a database. Transaction Q2)  which of the following applications analyses large amount of data to search for…

IS5103 Week 6 (Quiz)

1. Analyze the following code: public class Test extends A {public static void main(String[] args) {Test t = new Test();t.print();}} class A {String s; A(String s) {this.s = s;} public void print() {System.out.println(s);}} 1. The program would compile if a default constructor…

GE5103 Asst ( 9,10 ) Solutions – Week4

Q1. In addition to technical skills, a project manager must have _________ skills in order to successfully resource a project. Behavioral Q2. Why is it important to involve workers in the planning phase of a project when possible?  People are more likely…

INF503 WEEK-3 LESSON (7,8&9) LAB

LESSON-7 Q1)Which of the following joins is the default type of join in a joined table, where a tuple is included in the result only if a matching tuple exists in the other relation? Inner Q2).  Which of the following…

IS5103 Week 7 (Quiz)

1. An instance of ________ describes system errors. If this type of error occurs, there is little you can do beyond notifying the user and trying to terminate the program gracefully. Error 2. The following code causes Java to throw ________. no…

INF503 WEEK-1 PRE-COURSE ASST

Q1) Which of the following java technologies exists on the web server on the web server machine interactions with the client? Java Servlet Q2) Which of the following constraints can be directly expressed in the schemas of the data model? 1. Entity…

GE5103 Asst (12, TEST ) Solutions – Week6

CHAPTER-12 1.       ______ is the name of the process that identifies which quality standards are relevant to the project and how to comply with them.  Plan Quality Management 2.      _____ was the influential thought leader in the area of quality who created…

GE5103 AssT (13) Solutions – Week7 Test

CHAPTER-13 TEST 1.      Supply chain operations require managerial processes that span across functional areas within individual organizations, and link trading partners and customers across organizational boundaries.  True 2.      During procurement planning, the project team determines which needs can best be met by…

IS5103 Week8 (Quiz)

1. Which library package would you import to use NumberFormat and DecimalFormat? java.text 2. The expression 4 + 20 / (3 – 1) ∗ 2 is evaluated to ________. 24 4. If x is an int and y is a float, all of the following…