Computer Science Fundamentals and Networking
Covers core computer science topics including networking, operating systems, software engineering, and computer architecture for GATE and UGC NET preparation
Questions
Which of the following is not a user agent?
- Voice browser
- Android
- Mail user agent
- Mobile application
- Web crawler
What is the hamming distance between the code words 100101000111 and 110111101101?
- 3
- 4
- 5
- 6
- 7
The use of friend function lessens the value of which of the following OOP features?
- Open recursion
- Inheritance
- Encapsulation
- Class based programming
- Dynamic dispatch
On which protocol is the logical topology of a FDDI network based?
- Token ring
- Token bus
- Tree
- Partially connected mesh
- Star
What type of interrupts are used for implementing the highest priority tasks like timers?
- Maskable interrupts
- Non maskable interrupts
- Interprocessor interrupts
- Software interrupts
- Spurious interrupts
UDP is not used for which of the following protocols?
- Domain Name System
- Network Time Protocol
- Remote Procedure Call
- File Transfer Protocol
- Real Time Streaming Protocol
What is the process of discovering the technological principles of a system called?
- Feasibility analysis
- Benchmarking
- Reverse engineering
- Cryptanalysis
- Value engineering
The purported maker of a statement is not able to successfully challenge the validity of the statement. What is this state of affairs referred to?
- Digital signature
- Non repudiation
- Information security
- Encryption
- Auditability
Which of the following protocols allows location independent routing of IP datagrams on the Internet?
- Open shortest path first
- Vertical handover
- Roaming
- Locator/Identifier separation protocol
- Mobile IP
What is the condition, when at least two resources are non shareable?
- Mutual exclusion
- No preemption
- Hold and wait
- Circular wait
- Safe state
Which of the follwing layers is generally not required in broadcast networks?
- Physical layer
- Data link layer
- Network layer
- Transportation layer
- Session layer
Controlling congestion is a responsibility of which of the following OSI layers?
- Physical layer
- Network layer
- Session layer
- Data link layer
- Presentation layer
Which of thye following pages will be chosen for replacement by the Optimal Page Replacement Algorithm?
- Page which has been used the least number of times.
- Page that has not been used in the past for the longest.
- Page whose next use will occur farthest in the future.
- Page which arrived the earliest.
- Any page
Which of the following is not done in instruction pipeline technique?
- Dealing with hazards by stalling
- Keeping all portions of the processor occupied
- Splitting each instruction into a sequence of dependent steps
- Reducing the time to complete an instruction
- Enableing complex operations more economically
Equivalence partitioning is related to what type of software testing?
- Black box testing
- White box testing
- Usability testing
- Stress testing
- Load testing