February 12, 2024

Database-Management-System

Question 9 Consider the following relational schema: COURSES (cno, cname) STUDENTS (rollno, sname, age, year) REGISTERED FOR (cno, rollno) <p align="Justify" the="" underlined="" attributes="" indicate="" primary="" […]
February 13, 2024

Question 13929 – Computer-Graphics

n the context of 3D Computer graphics, which of the following statements is/are correct? A) Under perspective projection, each set of parallel lines in the object […]
February 13, 2024

UGC NET CS 2012 June-Paper2

Question 1 The postfix expression AB + CD – * can be evaluated using a A stack B tree C queue D linked list Data-StructuresQueues-and-Stacks Question […]
February 13, 2024

2005 Dec UGC NET Paper-1

Question 4 Which of the following statement is correct ? A Communicator should have fine senses B Communicator should have tolerance power C Communicator should be […]
February 13, 2024

2005 Dec UGC NET Paper-1

Question 8 Books and records are the primary sources of data in : A historical research B participatory research C clinical research D laboratory research Research-AptitudeTypes-of-Research […]
February 13, 2024

2005 Dec UGC NET Paper-1

Question 9 Which of the following statement is correct ? A objectives should be pin-pointed B objectives can be written in statement or question form C […]
February 13, 2024

2005 Dec UGC NET Paper-1

Question 11 Read the following passage and answer the questions 11 to 15 : Knowledge creation in many cases requires creativity and idea generation. This is […]
February 13, 2024

Programming

Question 7 The following is an incomplete Pascal function to convert a given decimal integer (in the range -8 to +7) into a binary integer in […]
February 13, 2024

Question 10827 – Algorithm-Paradigms

Consider a large disk file containing records each of considerable size and an identification key. Which of the following methods is suitable to organize the file […]
February 13, 2024

Functions

Question 2 Consider the following C functions. int tob (int b, int* arr) { int i; for (i=0; b>0; i++) { if (b%2) arr [i] = […]
February 13, 2024

Question 10553 – Programming

Match the pairs in the following questions: (a) Small talk (p) Logic programming (b) LISP (q) Data flow programming (c) Prolog (r) Functional programming (d) VAL […]
February 13, 2024

Question 9944 – Programming

Consider the following pascal program skeleton: program sort(…); var a,x,...; procedure readarray; var i,....; begin ...:=a... end; procedure exchange(...); begin ...:=a... ...:=x... end; procedure qsort(...); var […]