Computer Science (Mixed)
This test covers topics from paper 2 and 3 of UGC NET in Computer Science and Applications.
Questions
Which of the following is a command to reset the JK flip-flop?
- J = K = 0
- J = K = 1
- J = 0, K = 1
- J = 1, K = 0
- K = ~J
Which of the following OSI layers provides a reliable link between two directly connected nodes?
- Physical Layer
- Data Link Layer
- Network Layer
- Transport Layer
- Session Layer
Which of the following statements is false regarding ER Model?
- It is an abstract way of describing a database.
- It uses a three schema approach to software engineering.
- Conceptual data model is the lowest level ER model.
- An entity is an abstraction from the complexities of a domain.
- Entities and relationships can both have attributes.
Which of the following is a standard protocol suite for packet switched wide area network (WAN) communication?
- ATM
- SONET
- X.25
- ISDN
- DSL
Which of the following is a concept for a communications network that connects voice and data endpoints within a cloud environment over IP?
- IAN
- LAN
- SAN
- PSTN
- CAN
Which of the following protocols facilitates carrying non-IP protocols over an IP network?
- Stream Control Transmission Protocol
- Reliable User Datagram Protocol
- Tunneling Protocol
- Automatic Repeat Request Schemes
- Traffic Contract
The simplest half-adder design incorporates which of the following gates for the sum operation?
- AND
- OR
- XOR
- NOR
- NAND
The relational model for database management is based on which of the following logics?
- Second-order logic
- Higher-order logic
- Categorical logic
- First-order predicate logic
- Combinational logic
Which of the following statements is false regarding semaphore?
- A semaphore is an abstract data type.
- Semaphores do not guarantee prevention of race conditions.
- Operation V increments the counting semaphore S.
- Semaphore has a concept of an owner.
- S denotes the number of units of the resource that are currently available.
Which of the following CMM levels is also called as 'Repeatable'?
- Level 1
- Level 2
- Level 3
- Level 4
- Level 5
Which of the following characteristics is not directly a feature of Encapsulation?
- Protecting integrity
- Hierarchy
- Restricted access
- Bundling of data and methods
- Information hiding
Which of the following defines the packaging of computing resources as a metered service?
- Distributed computing
- Computer cluster
- Utility computing
- Edge computing
- Parallel computing
Which of the following UNIX commands counts the number of lines, words, and characters in a file?
- wc filename
- emacs filename
- gzip filename
- gzcat filename
- rm filename
Which of the following is a self-adjusting binary search tree with the additional property that recently accessed elements are quick to access again?
- Red–black tree
- AVL tree
- Splay tree
- T-tree
- B-Tree
Which of the following was a search engine system for the Gopher protocol?
- Archie
- Veronica
- WAIS
- Cookie
- HTTP