Cs Paper1imp Questions
Cs Paper1imp Questions
no
1 Operating 1. Definition and system calls of information
System management
2. Definition and system calls of process
management
3. Definition and system calls of memory
management
4. Information management
File system
Tracks/Sectors
Latency time
Transmission time
5. Process
3 states of process
Context switching
Time slice
Througput time
Waiting time
Response time
degree of multi programming
6. Memory Management
Fixed partition
Variable partition
Segmentation
Paging
Virtual memory
7. Memory map of single user os
8. Vdu
9. Linus and wnd 98
10. Security
differentiate between virus and
worms
Virus detection
Virus prevention
Virus removal
11. Gui components
12. 3 elements of security aspects
2 Data structure 1. What is data structure
2. 6 basic operations
3. Algorithms
Traversing
Inserting
Deleting
Binary
Bubble
4. Memory representation
Array
Record
Linked list
Binary tree
Pointer array
5. Tree
Nodes
root
Siblings
Leaf
Child
Calculate depth n level
6. Binary expression
7. Control structure logic
Sequence logic
Single alternative(selection)
Double alternative(selection)
Mutliple alternative(selection)
Repeat wihle(iteration)
Repeat for(iteration)
3 C++ 1. OOP
2. Diff between traditional and oop
3. Operator overloading
4. Funtion overload
5. Rules of virtual function and friend function
and operator overloading
6. File stream
7. Friend function
8. Polymorphism
9. 5 inheritance
10. Basic data type
11. Class general form
12. Member definition inside the class and
outside
13. Constructor n destructor
14. Call by value n call by refrence
15. Pointers
16. 3 Type conversion
17. Operator function
18. Strings(strcpy,stcmp,strlen, strcat)
19. File stream modes
20. Ifstream /ofstream
21. Declaration
Array of 8 floats
Object of a class
Pointer to character variable
Function that returns a float
4 Html 1. What is html
2. Advantages and disadvantages
3. All the tags and their attributes.