UGC computer science

This test covers topics related to computer aptitude.

15 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Which DOS command checks a disk and displays a status report?

  1. CHDIR
  2. CHKDSK
  3. CLS
  4. COMMAND
  5. COMP
Question 2 Multiple Choice (Single Answer)

In C++ terminology, what is a function contained within a class called?

  1. Member function
  2. Virtual function
  3. Contained function
  4. Pure virtual function
  5. Template
Question 3 Multiple Choice (Single Answer)

Which file system is used in Windows 7?

  1. HFS
  2. FAT32
  3. NTFS
  4. MFS
  5. HPFS
Question 4 Multiple Choice (Single Answer)

Which of the following is a system of interlinked hypertext documents accessed via internet?

  1. Web browser
  2. Web page
  3. Hyperlink
  4. World Wide Web
  5. Crawler
Question 5 Multiple Choice (Single Answer)

What is a tuple in context of database?

  1. Data structure used in RDBMS
  2. Another name for table
  3. A column
  4. One record
  5. Foreign key
Question 6 Multiple Choice (Single Answer)

Which of the following options is specified by the X.25 packet-switching WAN standard?

  1. Synchronization of bits
  2. Congestion control
  3. Encoding scheme
  4. Interface between DTE and DCE
  5. Baud rate
Question 7 Multiple Choice (Single Answer)

Which of the following is a processor register that indicates where a computer is in its program sequence?

  1. Memory address register
  2. Program counter
  3. CPU Cache
  4. TLB
  5. Control unit
Question 8 Multiple Choice (Single Answer)

What type of data structure is a queue?

  1. LIFO linear data structure
  2. FIFO linear data structure
  3. LIFO non-linear data structure
  4. FIFO non-linear data structure
  5. GIGO non-linear data structure
Question 9 Multiple Choice (Single Answer)

Which of the following data structures is used by the Breadth First Search algorithm to store intermediate results as it traverses the graph?

  1. Linked list
  2. Heap
  3. Queue
  4. Stack
  5. B-Tree
Question 10 Multiple Choice (Single Answer)

Which of the following SQL commands can be used for inserting a new column into an existing table?

  1. Create table
  2. Insert
  3. Alter table
  4. Select
  5. Drop table
Question 11 Multiple Choice (Single Answer)

Which of the following transformation processes moves all points of an object at a fixed distance in a specified direction?

  1. Visual
  2. Translation
  3. Scaling
  4. Rotation
  5. Shearing
Question 12 Multiple Choice (Single Answer)

What is the method of defining functions called, in which the function being defined is applied within its own definition?

  1. Macro
  2. Iteration
  3. Sub function
  4. Recursion
  5. Nested Function
Question 13 Multiple Choice (Single Answer)

What is the OOP concept called, where different operators have different implementations depending on their arguments?

  1. Namespace
  2. Multiple inheritance
  3. Template
  4. Operator overloading
  5. Exception handling
Question 14 Multiple Choice (Single Answer)

Abstract Window Toolkit is a part of which of the following programming languages?

  1. C
  2. C++
  3. Java
  4. FORTRAN
  5. LISP
Question 15 Multiple Choice (Single Answer)

During which phase of SDLC is the feasibility analysis carried out?

  1. System analysis
  2. System design
  3. Development
  4. Integration and testing
  5. Maintenence