You are on page 1of 2

Chapter #1: Operating System

1. Define Operating System. In which categories Operating system provides its services.
2. Explain the Linux architecture. What are the features of Linux OS?
3. Explain Internal & External Fragmentation in memory management
4. Features of Windows 98
5. With reference to Process management explain the following:
a) External priority b) Purchase priority c) Internal priority d) Time slice
6. Explain functions of following GUI components:
a) Title Bar b) Scroll bar c) Minimize, maximize and restore button
7. Define the following:
a) Tracks & sectors b) Seek Time c) Transmission Time d) Rotational Delay
8. What is a Computer Worm? Explain mode of operation of Worms.
9. Differentiate between Virus & Worms.
10. What is Virus? Give the types of virus.
11. What are the different infection Methods of virus? Explain the following terms:
a) Virus Detection b) Virus Removal c) Virus prevention
12. What is virtual Memory? Explain a) Page fault b) dirty bit c) Demand Paging d) Locality of
reference
13. Explain Process states in OS
14. What is GUI? Explain components of GUI.
15. What is Fixed partition & variable partition?
16. Explain: a) Context switching b)Multiprocessing c) Degree of multiprogramming

Chapter #2 : Data Structure

1. What is Linked List? Give an example. Also draw Memory diagram of Linked list
2. Explain the Data structure operations
3. Write algorithm for following :
Traverse an array
Insert data
Delete data
Linear Search
Binary Search
Bubble sort
4. What are records? How is it represented in memory?
5. What is Binary tree? Explain following terms:
a) Root Node b) Sibling Nodes c) Leaf Node d) Null Tree e) Complete Binary Tree f)
Degree of Node g) Level of tree
6. Draw Binary tree for given expression
E = 2(a*b) / [c2 + (d-e)]

Chapter #3: C++ Programming

1. What is Class and Objects? Give general form of class declaration.


2. How are member functions defined inside & outside the class? Explain with example.
3. What is inheritance? What are its different types?
4. What is Polymorphism? How is it achieved?
5. Explain Constructor & Destructor.
6. State characteristics of Virtual functions.
7. State characteristics of Friend Functions.
8. Explain use of scope resolution operator & memory management operators of C++ with
examples.
9. What are the classes in C++ for File stream operation?
10. What are pointers? What is Call by value & call by reference in Functions?
11. What is Operator overloading? What are the rules for overloading any operator?

Chapter # 4: HTML

1. Explain the following tags of HTML with example:


<FONT>, <PRE>, <SUP>,<SUB>,<P>,<MARQUEE>, <HR>,<UL>, <TR>, <A>,
<TITLE>,<STRONG>, <EM>
2. Explain any 3 HTML tags that donot require any closing tags.
3. What is HTML? What are its advantages & disadvantages?
4. Explain cellspacing, cellpadding, rowsapn, colspan attributes of HTML

You might also like