NSI Flashcards
(37 cards)
Complexite dichotomie
log2(n)
Complex tri fusion
nlog(n)
Complex tri insertion
n^2
Complex tri selection
n^2
Complex tri rapide
nlog(n)
Dichotomie
moyenne et on regarde si < ou >
tri fusion
separas la lista y la vuelves a juntar ordenada es como un arbol
Tri insertion
compara td la lista (el ams intuitivo)
Tri selection
encontrar min o max
Parcours en largeur
en S
Parcours en profondeur
prefixe infixe et sufixe
Recherche en arbre si trié
log2(n)
Recherche en arbre non trié
n
Un processus informatique peut être
elu, pret ou bloqué
Que arrete un processus
kill
ACID
Atomicité, Consistency, Isolation, Durability
Juntar dos base de données
JOIN (ñableau as ñ) ON t.attribut = ñ.attribut
meter elementos a una base de d
INSERT INTO (tableau(algo,algo,algo)) VALUES (algo,algo,algo)
cambiar un elemento
UPDATE tableau
SET (attribut = …) WHERE (condition)
cle primaire
subrayar
cle etrangere
#
texte fixe de t characteres
CHAR(t)
Texte de t caractères variables
VARCHAR(t)
Texte sans caractères máx
TEXT