Trusted computer system evaluation criteria is a united states government Department of Defense standard that sets basic requirement for assessing the effectiveness of computer security controls built into a computer system. The TCSEC was used to evalute, classify and select Read More …
Author: ignougroup
List and explain the various networking topologies.
A network topology refers to the physical layout of the network in which all the devices are connected. This includes all the hardware that makes up the network. The points of connection to the network by the stations are called Read More …
Explain the memory management concepts in LINUX o/s.
The memory management subsystem is one of the most important parts of the operating system. The memory management subsystem includes: Protection: Each process in th system has its own virtual address space. These virtual address space are compeletly separate from Read More …
Explain the following with refrence to WINDOWS 2000 O/S:
(1) Trust Relationships and Work Groups Trust Relationships: Trust relationship refers to a line between two domains, where one domain is referred to as the trusting domain and other the trusted domain. Trusting domain lets the trusted domain logon. User accounts Read More …
MCA 5th Semester Assignment 2016-2017
IGNOU MCA 5TH SEMESTER SOLVED ASSIGNMENTS 2016-17, IGNOU MCA FIFTH SEMESTER ASSIGNMENT FREE DOWNLOAD, IGNOU MCA FIFTH SEMESTER SOLVED ASSIGNMENTS PDF : The top distance university offers MCA discipline which comes under SCHOOL OF COMPUTER AND INFORMATION SCIENCES (SOCIS). The Read More …
IGNOU December 2016 results declared
CLICK HERE TO VIEW RESULT Revised B.Ed Entrance Examination Result 2017 Hall Ticket of Openmat-XLI Entrance Examination 2017 Attendance List of Openmat-XLI Entrance Examination 2017 Result of BSCN Entrance Examination 2017 Hall Ticket of Openmat-XL Entrance Examination 2017 Attendance Read More …
[Solved]: Are functions in O(n) that are nor in o(n) all in Θ(n)?
Problem Detail: One of my lectures makes the following statement: $$( f(n)=O(n) land f(n)neq o(n) )implies f(n)=Theta(n)$$ Maybe I’m missing something in the definitions, but for example bubble sort is $O(n^2)$ and not $o(n^2)$ but it’s also not $theta(n^2)$ since it’s Read More …
[Solved]: Generative Machine Learning algorithms on tree structure
Problem Detail: I’m looking into PCFG sentence grammar dependency structure parsing using StanfordNLP PCFG parser. It generates tree structures represented as a string like this: Happy new year => (ROOT (VP (VBN Happy) (NP (JJ new) (NN year)))) Or in a Read More …
[Solved]: computer science in the movies as an educational angle
Problem Detail: recently there have been a few questions on teaching CS in both cs.se & tcs.se and there are many high-rated related questions on the two sites on the topic. thinking over the latest one made me realize that a Read More …
[Solved]: “OOD allows ADTs to be created and used.”
Problem Detail: I just had a CS mid-term and one of the questions was: OOD allows ADTs to be created and used. True False I answered false, but my answer was marked as incorrect. I suspect what the question means is Read More …