EXAM ACTUAL LATEST VERSIONS 75
QUESTIONS AND CORRECT VERIFIED
ANSWERS WITH RATIONALES (100%
CORRECT) A+ GRADED ASSURED
ABC
PqQR
QPRq
r---
Assuming p is the start state and r is the final state, what type of FA is represented by the
transition table? - CORRECT ANSWER: DFA
ABC
PqQR
QPRq
r---
Assuming p is the start state r is a final state, which is the following 5-tuple describes the FA in
the transition table? - CORRECT ANSWER: ({p,q,r}, {a,b,c}, 8,p,{r})
ABC
PqQR
QPRq
r---
what is the sigma for the FA defined by the transition table? - CORRECT ANSWER: {a,b,c}
, A representation of a data model in a programming language is a _____. - CORRECT
ANSWER: Data structure
A∩(B∪C)≡(A∩B)∪(A∩C) describes which law in set theory? - CORRECT ANSWER:
Distributive Law of Intersection Over Union
Given a set A containing n elements, what is |P(A)|?
(2^n)-1
(n^2)-1
(n^2)/2 - CORRECT ANSWER: None of these
Given a set M = {abs, {Triceps, biceps}, delts, (traps, lats), glutes}, what is |M|? - CORRECT
ANSWER: 5
Given a set P = {P1, P2, P3, P4}, which of the following is NOT a possible partitioning of P?
{P1, P2, P3, P4}
{P1, P2}, {P3, P4}
{P1}, {P2}, {P3}, {P4} - CORRECT ANSWER: None of these
Given a set P that has been partitioned into subsets P1, P2, P3, what can always be said about the
relationship between P1, P2, P3? - CORRECT ANSWER: P1, P2, P3 are pairwise disjoint
Given some sets A and B, we could say that A-(A∩B)≡_____ - CORRECT ANSWER: A - B
Given the set {(1,1),(1,2),(1,3),(2,1)(2,2),(2,3),(3,1),(3,2))}, which of the following properties
apply to the relation? More than one may apply. - CORRECT ANSWER: Symmetric
Given the set {(1,1),(1,2),(2,2),(2,3),(3,2),(3,3),(3,4)}, which of the following properties apply to
the relation? More than one may apply. - CORRECT ANSWER: Reflexive