UGC computer science
This test covers topics related to computer aptitude.
Questions
Which DOS command checks a disk and displays a status report?
- CHDIR
- CHKDSK
- CLS
- COMMAND
- COMP
In C++ terminology, what is a function contained within a class called?
- Member function
- Virtual function
- Contained function
- Pure virtual function
- Template
Which file system is used in Windows 7?
- HFS
- FAT32
- NTFS
- MFS
- HPFS
Which of the following is a system of interlinked hypertext documents accessed via internet?
- Web browser
- Web page
- Hyperlink
- World Wide Web
- Crawler
What is a tuple in context of database?
- Data structure used in RDBMS
- Another name for table
- A column
- One record
- Foreign key
Which of the following options is specified by the X.25 packet-switching WAN standard?
- Synchronization of bits
- Congestion control
- Encoding scheme
- Interface between DTE and DCE
- Baud rate
Which of the following is a processor register that indicates where a computer is in its program sequence?
- Memory address register
- Program counter
- CPU Cache
- TLB
- Control unit
What type of data structure is a queue?
- LIFO linear data structure
- FIFO linear data structure
- LIFO non-linear data structure
- FIFO non-linear data structure
- GIGO non-linear data structure
Which of the following data structures is used by the Breadth First Search algorithm to store intermediate results as it traverses the graph?
- Linked list
- Heap
- Queue
- Stack
- B-Tree
Which of the following SQL commands can be used for inserting a new column into an existing table?
- Create table
- Insert
- Alter table
- Select
- Drop table
Which of the following transformation processes moves all points of an object at a fixed distance in a specified direction?
- Visual
- Translation
- Scaling
- Rotation
- Shearing
What is the method of defining functions called, in which the function being defined is applied within its own definition?
- Macro
- Iteration
- Sub function
- Recursion
- Nested Function
What is the OOP concept called, where different operators have different implementations depending on their arguments?
- Namespace
- Multiple inheritance
- Template
- Operator overloading
- Exception handling
Abstract Window Toolkit is a part of which of the following programming languages?
- C
- C++
- Java
- FORTRAN
- LISP
During which phase of SDLC is the feasibility analysis carried out?
- System analysis
- System design
- Development
- Integration and testing
- Maintenence