Skip to main content

Posts

Showing posts from July, 2017

History of sociology

A more formal definition of sociology could be that the social science processes and forms of the human individual and group interface, the way of establishment of social groups, the correlation between them and persuade con- grouping learning individual manners, and vice versa, and the communication between a social group and any more (professional group, 2000). Sociology is the systematic study of society, which is fascinated in the study of social interaction between people in a grouping. Sociology is involved in how we as human being interrelate with each other (the model of societal interface); the commandment and main beliefs governing the social relationships and connections; the / influence of the social world of the individual, and vice versa . It is an actuality evident object depends on experimental research and involves endeavour theories and generalisations wisdom of realism (Giddens, 1982) will make. About distinguish and sensational the nature of science, Soroka (...

Founder of pioneering sociologists

The founder of pioneering sociologists are as follows (Henslin and Nelson, 1995; Giddens, 1996; Macionis, 1997): • Auguste Comte, French Social Philosopher(1798- 1857) Comte is the first social philosopher money and use the term sociology (Nobbs, Hine and Flemming, 1978). He was the first to consider himself as a sociologist as well. He defined sociology as the scientific study of social dynamics and social static. He argued that can and should study society and social events after the pattern and methods of social science. Comte believed that a theoretical science of society and the systematic study of human behavior needed to improve society. He argued that the new science and society should make a critical contribution to a new and improved human society. Comte defined sociology as the study of social dynamics and social static, the former means changing, progressing and the development dimension of society, while the latter refers to the social order and elements of societ...

CS 703 Advance Operating System Viva Solved Questions

Deadline Scheduling • Information used ü Ready time ü Starting deadline ü Completion deadline ü Processing time ü Resource requirements ü Priority ü Subtask scheduler Mark and Sweep Collecting Mark and Sweep • Mark using depth-first traversal of the memory graph • Sweep using lengths to find next block What is an operating system? • Top-down view • Bottom-up view • Time multiplexing • Space multiplexing Type of Operating Systems • Main frame operating systems • Time-sharing systems • Multiprocessor operating systems • PC operating systems • Real-time operating systems • Embedded operating system OS Structure • Monolithic Design • Layering • Micro-kernel ELF Object File Format • Elf header • Program header table • .text section • .data section • .bss section Asynchronous Exceptions (Interrupts) • Caused by events external to the processor Synchronous Exceptions • Traps • Faults • Aborts Process Creation • Assign a uni...

CS 701 Theory of Computation viva questions

What is halting problem? In  computability theory, the  halting problem  is the problem of determining, from a description of an arbitrary computer program and an input, whether the program will finish running or continue to run forever. Tell the tuples of Turing Machine. A Turing machine is a 7-tuple (Q, Σ, Γ, δ, q 0 , q accept , q reject ) such that 1. Q is the set of states. 2. Σ is the input alphabet not containing the special blank symbol _. 3. Г is the tape or work alphabet. Σ  Г and □  Г 4. q 0 is the start state. 5. q a is the accept state. 6. q r is the reject state. 7.  : Q × Г → Q × Г × {L,R} is the transition function. What is a Turing machine? A Turing machine is an idealised computing device consisting of a read/write head (or 'scanner') with a paper tape passing through it. The tape is divided into squares, each square bearing a single symbol--'0' or '1', for example. This tape is the machine's general purpose ...