Computer Basics
This test covers some important questions on computer science for various entrance exams.
Questions
What is the size of a MAC address?
- 48 bits
- 12 bits
- 1 byte
- 3 bytes
- 32 bits
Which of these is a web browser for mobile devices?
- Internet Explorer
- SlimBrowser
- WAP
- GreenBrowser
- Opera
What is the return value of fork() system call in the parent process when the child process has been successfully created?
- Zero
- -1
- Any negative value
- No return value
- A positive value
In which technique are the outgoing acknowledgements delayed temporarily and sent along with the next outgoing data frame as ACK field?
- Bit stuffing
- Sliding window protocol
- Piggybacking
- Multicasting
- Anycast
Which of these is not true for the fork() system call?
- When a process forks, it creates a copy of itself.
- Both parent and child processes always share the same address space.
- The system call takes no arguments.
- Negative return value means an unsuccessful atempt to create a child.
- Forking is an important part of Unix.
In which network topology is every node connected to central node?
- Bus
- Star
- Ring
- Mesh
- Tree
Which of the following techniques use binary exponential backoff algorithm as part of network congestion avoidance?
- CSMA/CA
- Fair queuing
- RED
- Slotted ALOHA
- Priority schemes
Which technology is popularly known as 'Wireless Cable'?
- CDMA
- ATM
- MMDS
- GSM
- LMDS
Which of the following is a measure of the cyclomatic complexity of a source code?
- Number of lines of the source code
- Amount of computational resources
- Size of the input
- Number of linearly independent paths
- Interaction between various elements of the system
What is the maximum possible number of edges in a graph without self loops and n-nodes?
- n2
- n(n-1)/2
- n
- n-1
- n(n+1)/2
In which RAID level is block-level striping with distributed parity implemented?
- RAID 0
- RAID 1
- RAID 2
- RAID 5
- RAID 10
The minimum number of page frames that must be allocated to a running process in a virtual memory environment is calculated using
- page size
- physical memory size
- virtual memory size
- number of running processes
- instruction set architecture
The inorder traversal of which data structure is always in sorted order?
- AVL tree
- Min-max heap
- Binary search tree
- Unrooted binary tree
- Random binary tree
What is common between a logic programming language and a functional language?
- Both are procedural
- Both are based on lambda calculus
- Both are declarative
- Both use Horn Clause
- Both are imperative
Which of these devices is used for forwarding data packets between computer networks?
- Hub
- Token Ring
- Network Controller
- Bridge
- Router