Computer Basics

This test covers some important questions on computer science for various entrance exams.

15 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

What is the size of a MAC address?

  1. 48 bits
  2. 12 bits
  3. 1 byte
  4. 3 bytes
  5. 32 bits
Question 2 Multiple Choice (Single Answer)

Which of these is a web browser for mobile devices?

  1. Internet Explorer
  2. SlimBrowser
  3. WAP
  4. GreenBrowser
  5. Opera
Question 3 Multiple Choice (Single Answer)

What is the return value of fork() system call in the parent process when the child process has been successfully created?

  1. Zero
  2. -1
  3. Any negative value
  4. No return value
  5. A positive value
Question 4 Multiple Choice (Single Answer)

In which technique are the outgoing acknowledgements delayed temporarily and sent along with the next outgoing data frame as ACK field?

  1. Bit stuffing
  2. Sliding window protocol
  3. Piggybacking
  4. Multicasting
  5. Anycast
Question 5 Multiple Choice (Single Answer)

Which of these is not true for the fork() system call?

  1. When a process forks, it creates a copy of itself.
  2. Both parent and child processes always share the same address space.
  3. The system call takes no arguments.
  4. Negative return value means an unsuccessful atempt to create a child.
  5. Forking is an important part of Unix.
Question 6 Multiple Choice (Single Answer)

In which network topology is every node connected to central node?

  1. Bus
  2. Star
  3. Ring
  4. Mesh
  5. Tree
Question 7 Multiple Choice (Single Answer)

Which of the following techniques use binary exponential backoff algorithm as part of network congestion avoidance?

  1. CSMA/CA
  2. Fair queuing
  3. RED
  4. Slotted ALOHA
  5. Priority schemes
Question 8 Multiple Choice (Single Answer)

Which technology is popularly known as 'Wireless Cable'?

  1. CDMA
  2. ATM
  3. MMDS
  4. GSM
  5. LMDS
Question 9 Multiple Choice (Single Answer)

Which of the following is a measure of the cyclomatic complexity of a source code?

  1. Number of lines of the source code
  2. Amount of computational resources
  3. Size of the input
  4. Number of linearly independent paths
  5. Interaction between various elements of the system
Question 10 Multiple Choice (Single Answer)

What is the maximum possible number of edges in a graph without self loops and n-nodes?

  1. n2
  2. n(n-1)/2
  3. n
  4. n-1
  5. n(n+1)/2
Question 11 Multiple Choice (Single Answer)

In which RAID level is block-level striping with distributed parity implemented?

  1. RAID 0
  2. RAID 1
  3. RAID 2
  4. RAID 5
  5. RAID 10
Question 12 Multiple Choice (Single Answer)

The minimum number of page frames that must be allocated to a running process in a virtual memory environment is calculated using

  1. page size
  2. physical memory size
  3. virtual memory size
  4. number of running processes
  5. instruction set architecture
Question 13 Multiple Choice (Single Answer)

The inorder traversal of which data structure is always in sorted order?

  1. AVL tree
  2. Min-max heap
  3. Binary search tree
  4. Unrooted binary tree
  5. Random binary tree
Question 14 Multiple Choice (Single Answer)

What is common between a logic programming language and a functional language?

  1. Both are procedural
  2. Both are based on lambda calculus
  3. Both are declarative
  4. Both use Horn Clause
  5. Both are imperative
Question 15 Multiple Choice (Single Answer)

Which of these devices is used for forwarding data packets between computer networks?

  1. Hub
  2. Token Ring
  3. Network Controller
  4. Bridge
  5. Router