Computer Aptitude
This test covers topics from Paper 2 and 3 of UGC NET in Computer Science and Applications (Subject code 87)
Questions
Bridges operate in which OSI layer?
- Data link layer
- Network layer
- Transport layer
- Session layer
- Presentation layer
Which of these shows the total tonal distribution of the pixels of an image?
- Aspect ratio
- Entropy
- Histogram
- Scan line
- Resolution
Features like character code translation, i.e. from ASCII to EBCDIC is provided by which OSI layer?
- Data link layer
- Transport layer
- Session layer
- Presentation layer
- Application layer
Which of the following statements is false regarding abstract data types?
- Implementation of an abstract data type is hidden.
- Most OOP languages provide the feature of user-defined abstract data types.
- ADTs are a mathematical specification of a set of data.
- The ADT is represented by an interface.
- An abstract data type and data structure used in its implementation are the same.
Which of the following protocols uses TCP for file transfer and establishes two separate connections for commands and data?
- TFTP
- FTP
- TELNET
- NFS
- NTFS
Which of the following UNIX shells is different from the rest of the following?
- Bourne shell
- Korn shell
- C shell ( csh)
- Bourne Again shell ( bash)
- POSIX shell ( sh)
Which operator is used in UNIX for connecting the standard output of one command to the standard input of another?
- Echo
- Sort
- Grep
- Pipe
- WC
Which of these testing methods is employed to verify that a fixed bug has not resulted in another functionality or business rule violation?
- Unit testing
- Beta testing
- Regression testing
- Integration testing
- Load testing
Which of the following type of operating systems have very little user-interface capability and used mainly to control machinery, and scientific instruments?
- Real-time operating systems
- Single-user, single task
- Single-user, preemptive multi-tasking
- Multi-user
- Cooperative multitasking
Which of the following conditions does not occur in a deadlock state?
- Mutual exclusion
- Hold and wait
- Definite waiting
- No preemption
- Circular wait
Which of the following is not a type of software maintenance activity?
- Error correction
- Adaptation
- Break even analysis
- Achieving perfection
- Detect and correct latent faults
What is the time required for the scheduler to stop one process and start another process called?
- Response time
- Waiting time
- Turnaround time
- Throughput
- Dispatch latency
Which of these Data Link Protocols is character oriented?
- SDLC
- HDLC
- BSC
- LAPB
- PPP
Which of these is a point-to-point protocol for transmitting large amounts of data at very high speed over relatively short distances?
- CSMA/CD
- HDSL
- MAC
- Aloha
- HIPPI
The Leaky Bucket Algorithm is generally used in which OSI layer?
- Data link layer
- Network layer
- Physical layer
- Session layer
- Presentation layer