1. Which of the following is related to memory of a computer?

a. Cache
b. PS
c. DSP
d. Flops
e. DVD

2. The Buying and selling of goods over the internet is known as :

a. E-buying
b. E-commerce
c. E-selling
d. E-business
e. E-Banking

3. What is the elaboration of VOIP?

a. Voice Over Internet Program
b. Voice Over Internet Protocol
c. Voice of Internet Program
d. Voice on Internet protocol
e. Voice of internet Program

4. DOT MATRIX is a kind of :

a. Scanner
b. Operating System
c. Software
d. Printer
e. Monitor

5. Which one of the following is the first program of Microsoft?

a. Windows XP
b. Windows 98
c. MS DOS
d. Windows 7
e. Windows 97

6. Which of the following is a spreadsheet software?

a. MS Excel
b. MS Word
c. PowerPoint
d. Adobe Acrobat
e. Fox Pro

7. The 'add or remove programs' utility can be found in :

a. Control panel
b. CPU
c. Desktop
d. Search Engine
e. My Computer

8. Which of the following is not an output device?

a. Monitor
b. Printer
c. Mouse
d. Speaker
e. Projector

9. How do the main components of the computer communicate with each other?

a. System bus
b. Memory
c. Keyboard
d. None

10. In a client/server model, a client program -----.

a. asks for information
b. provides information and files
c. distributes data files to other computers
d. None

11. When a computer is first turned on or restarted, a special type of absolute loader is executed, called ---

a. Compile and go loader
b. Boot loader
c. Bootstrap loader
d. None

12. Portable program means?

a. Program with wheels
b. Independent from its authors
c. Independent of platform
d. None

13. In Java, which one will be used for comparing whether the two String object str1 and str2 are same --

a. str1==str2
b. str1,equalslgnore Case(atr2)
c. str1==str2
d. All of the above

14. Link list can be implemented by using?

a. Array
b. Pointers
c. both a and b
d. None of the above

15. In Java, which operator is used to create an object ---

a. class
b. scanf
c. print
d. None of the above

16. A class that is inherited in Java is called a --

a. subclass
b. super class
c. static class
d. implement class

17. Which keyword must be used to inherit a class in Java?

a. extends
b. super
c. this
d. extent

18. Bubble sort algorithm sorts n data items using

a. O(n2)comparison
b. On(nn)comparison
c. O(n log n)comparison
d. O(n)comparison

19. Which data structure allows deleting data elements from front and inserting at rear?

a. Stacks
b. Queues
c. Deques
d. Binary search tree

20. Which of the following data structure is linear type?

a. Strings
b. Lists
c. Queues
d. All of the above

21. Which of the following correctly shows the hierarchy of arithmetic operations in C?

a. /+*-
b. *-/+
c. +-/*
d. /*+-

22. The SQL statement that queries or reads data from a table is --

a. SELECT
b. READ
c. QUERY
d. None of the above

23. Which protocol can causes overload on a managed device?

a. Netflow
b. WCCP
c. IP SLA
d. SNMP

24. The data structure required to evaluate a postfix expression is --

a. queue
b. stack
c. array
d. linked-list

25. The only language understood by a digital computer is called

a. Assembly language
b. High level language
c. Binary language
d. None of the above