Please enable JavaScript.
Coggle requires JavaScript to display documents.
Licenta Scris - Coggle Diagram
Licenta Scris
-
OS
-
UNIX processes
-
-
-
Pipe
arr[2]; pipe(arr);
-
read - arr[0]
read(arr[0], address, memsize)
-
-
-
-
Unix Shell Programming
-
-
Basic concepts
-
predefined variables ($0, $1,..., $9, $*,
$, $?)
-
-
-
Databases
First three normal forms
-
2NF
-
FacultyMember is not fully functionally dependent on a key, hence the EXAM
-
3NF
a relation that is in 2NF and not in 3NF has a dependency 𝛼 → 𝛽, where 𝛼 is
a non-prime attribute
-
-