Multilingual learning is ready for competitive exam preparation.
Question bank smart search

Find the exact question you need.

Search questions, answers, explanations, exams, categories, and subcategories across every available language.

914 matching questions
914 questions found Page 4 of 46
Computer Gk English UPPSC LT Grade Computer Science 2018

Q61.One of the disadvantages of pass by reference is that the called function may inadvertently corrupt the caller's data. This can be avoided by

Computer Gk English UPPSC LT Grade Computer Science 2018

Q62.Which of the following is not a primitive data type?

Computer Gk English UPPSC LT Grade Computer Science 2018

Q63.The statements string var1[ ]; var1 = new string[3]; system.out.println (var1[1]); print

Computer Gk English UPPSC LT Grade Computer Science 2018

Q64.Every EJB class file has

Computer Gk English UPPSC LT Grade Computer Science 2018

Q66.Which of the following activities does not belong to implementation phase of SDLC?

Computer Gk English UPPSC LT Grade Computer Science 2018

Q67.Project risk factor is considered in

Computer Gk English UPPSC LT Grade Computer Science 2018

Q68.According to PUTNAM, the project effort is inversely proportional to the fourth power of the development time. Doubling the development schedule for a 100 Person-Month (PM) project would reduce the project effort to

Computer Gk English UPPSC LT Grade Computer Science 2018

Q69.In virtual memory paging, page size and frame size have which of the following relations?

Computer Gk English UPPSC LT Grade Computer Science 2018

Q70.To change the command prompt in UNIX, one can use

Computer Gk English UPPSC LT Grade Computer Science 2018

Q71.Which of the following page replacement algorithms requires futuristic information about page references?

Computer Gk English UPPSC LT Grade Computer Science 2018

Q72.A process refers to 5 pages A, B, C, D, E in the order A; B; C; D; A; B; E; A; B; C; D; E If the page replacement algorithm is FIFO, the number of pages which transfer with an 'empty internal store of 3 frames' is

Computer Gk English UPPSC LT Grade Computer Science 2018

Q73.The number of 3's in the output of the program is main ( ) { printf ("1"); fork ( ); printf ("2"); fork ( ); fork ( ); printf ("3"); }

Computer Gk English UPPSC LT Grade Computer Science 2018

Q74.The data blocks of a very large file in UNIX file system are allocated using

Computer Gk English UPPSC LT Grade Computer Science 2018

Q76.Which of the following concurrency control protocols ensure(s) both conflict serializability and freedom from deadlock? I. 2-phase locking II. Timestamp ordering

Computer Gk English UPPSC LT Grade Computer Science 2018

Q77.In RDBMS, different classes of relations are created using______technique to prevent modification anomalies.

Computer Gk English UPPSC LT Grade Computer Science 2018

Q78.Which of the following is not a record-based data model?

Computer Gk English UPPSC LT Grade Computer Science 2018

Q79.If transaction A holds a shared lock R and if transaction B also requests for a shared lock on R, it will

Computer Gk English UPPSC LT Grade Computer Science 2018

Q80.A data model is a collection of conceptual tools for describing