0% found this document useful (0 votes)
106 views1 page

Arcnt

This document covers several topics related to operating systems and computer science fundamentals. It discusses processes and process synchronization, memory management, paging, deadlocks and scheduling algorithms. It also covers data structures, sorting algorithms, networks including TCP/IP, protocols, routers and switches. Additionally, it mentions endianness, normalization, differences between Linux and Unix, and basic C programming concepts like pointers. It also lists some example problems including factorial recursion, reversing a string, merging lists, searching files, and reversing a linked list. Finally, it provides sizes for basic data types in C like int, char, float, and double.

Uploaded by

Dinesh Shan
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
106 views1 page

Arcnt

This document covers several topics related to operating systems and computer science fundamentals. It discusses processes and process synchronization, memory management, paging, deadlocks and scheduling algorithms. It also covers data structures, sorting algorithms, networks including TCP/IP, protocols, routers and switches. Additionally, it mentions endianness, normalization, differences between Linux and Unix, and basic C programming concepts like pointers. It also lists some example problems including factorial recursion, reversing a string, merging lists, searching files, and reversing a linked list. Finally, it provides sizes for basic data types in C like int, char, float, and double.

Uploaded by

Dinesh Shan
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

OS 0- deadlock , conditions for deadlock , scheduling algos , semaphores ,zombie

process
Paging ,
Memory management ,
Process scheduling ,
DeadLock,
Process Synchronisation
Datastruct - run time , basics , sorting , programs , max subsequence .sparce ma
trix concept ,
C - pointers
Net - protocols , osi layers, single window protocls , handshake in tcp / ip .
Tcp . UDP protocols ,Routers , switches , HTTP , DHCP , bridges , switches , hub
, gateways ,routers , packet/circuit, message switching .
Little endian , big endian , IPV4
Normalization
Differencce between linux and unix .
====
Fact of a number using recursion
rev a string
merge two list
find a word in a file
reverse a linked list
==========

Size of int = 4 bytes


short int = 2 bytes
long int = 4 bytes
char = 1 byte
float = 4 bytes
double = 8 bytes

You might also like