Font size
WorksheetsExamen MDII
Total questions: 62
Worksheet time: 45mins
Recuerde que para todo a ϵ Σ, es un lenguaje regular. Entonces: Los identificadores de lenguaje c son cadenas de longitud arbitraria compuestas por caracteres alfabeticos y por dìgitos. Es este lenguaje un lenguaje regular?
no
si
Un automata finito no determinista permite que desde un estado se realicen:
De dos a mas transiciones
cero, una o mas transiciones
de una a mas transiciones
Los estados de un AFND son:
Son todos los lenguajes de un alfabeto
A = {Q,I,F,Σ,δ}
dónde:
Q: Conjunto finito de estados.
s: es uno de los estados de Q designado como estado de partida
F: Es una colecciòn de estados de aceptaciòn o finales
Σ: Alfabeto finito de entrada.
Δ: Es una relaciòn sobre (Q × Σ) s Q y se llama relaciòn de transiciòn
Ninguna de las anteriores
Which of the following does not represents the given language?
Language: {0,01}
0+01
{0} U {01}
{0} U {0}{1}
{0} ^ {01}
Concatenation Operation refers to which of the following set operations:
Union
Dot
Kleene
None
RR* can be expressed in which of the forms:
R+
R-
R+ U R-
R
In Moore machine, output is produced over the change of:
transitions
states
both of the above
None
The minimum number of states required to recognize an octal number divisible by 3 are/is
1
3
5
7
Componentes de una FSM
Estados
Pensamientos
Acciones
Ciclos
Transiciones
Turing, while solving the Decision Problem, proposed a hypothetical computing machine, which we now call ___
the Bombe
Church's Computer
a Turing Machine
the Manchester Mach I
Turing worked to figure out how to decrypt German communications, especially those that used ___
the two-rotor encryptor
the Manchester Mark 1
Bombe electro-mechanical devices
the Engima Machine
What is the method by which information is converted into secret code that hides the information's true meaning?
encryption
imprinting
corrupting
CAPTCHA creation
Selecciona el alfabeto correcto:
{A,B,C,D, ,E,F,G}
{0,1,2,3,4, ,5,6}
{ }
{#,X,$,Y,%,Z,&}
¿Es aquel traductor que tiene como entrada una sentencia en lenguaje formal y como salida tiene un fichero ejecutable?
Interprete
Compilador
Traductor
Autómata
¿Construcción lógica que recibe una entrada y produce una salida en función de todo lo recibido hasta ese instante?
Algoritmo
Lenguajes
Autómatas
Compilador
¿Secuencia finita de símbolos de un determinado alfabeto?
Lenguaje
Autómata
Cadena
Universo del discurso
¿Conjunto finito de símbolos, no vació?
Letras
Alfabeto
Cadena
Autómatas
Which of the following regular expression identities are true ?
(r + s)* = r* s*
(r + s)* = (r*s*)*
(r + s)* = r* + s*
r* s* = r* + s*
Write regular expression to denote a language L which accepts all the strings which begin or end with either 00 or 11
[(00+11) (0+1)*] + [( 0 + 1)* (00+11)]
[(00(0+1)* 11] + [11( 0 + 1)* 00]
[(00+11) (0+1)+] + [( 0 + 1)+ (00+11)].
(00+11) (0+1)* (00+11).
{q0, q1, q2, q3}
{q0, q1}
{q3}
{q0, q1, q2}
The figure shown below is a finite state automaton and Which one of the following is true for this automaton?
b*ab*ab*ab*
(a+b)*
b*a(a+b)*
b*ab*ab*
Check the string aabbb is accepted or not
Accepted
Not accepted
Given: ∑= {a, b}
L= {xϵ∑*|x is a string combination}
∑4 represents which among the following?
{aa, ab, ba, bb}
{aaaa, abab, ε, abaa, aabb}
{aaa, aab, aba, bbb}
All of the mentioned
aba
abaabb
aaba
babab
Non-empty finite set of states is represented by _______
∑
Q
F
q0
δ represents_______?
transition diagram
transition function
transition table
empty string
∑ is _________?
set of input symbols
set of output symbols
set of states
transitions
A DFA can be represented in the following format
Tree
Transition table
C Code
None of the mentioned
The output alphabet can be represented as:
δ
∆
∑
None of the mentioned
q3 state is dead state in the given automaton.
True
False
Choose the best option
Deterministic Finite Automaton
Non-Deterministic Finite Automaton
Input={ A-Z , a-z , 0-9 } belongs to:
English Alphabets
Binary number
Decimal number
Alphanumeric
A string is a finite sequence of symbols taken from
input alphabet
output alphabet
transition function
none of these
{w | w ends with 010}
{w | w starts with 010}
{w | w contains 010 as a substring}
{w | w does not contain 010 as a substring}
Which of the following is a not a part of 5-tuple finite automata?
Input alphabet
Transition function
Initial State
Output Alphabet
In this FSM (Finite State Machine) which is the Accept State?
S1
S2
0
1
The automata represent which of the languages given below?
ba*b
bab
b*ab
b*ab*
Equivalent automata that accepts regular language is
Turing Machine
Linear Bounded Automata
Push Down Automata
Finite Automata
The DFA shown below accepts the set of all strings over {0, 1} that
Contain the substring 00
End with 00
End with 0
Begin either with 0 or 1
δ*(q,ya) is equivalent to .
δ((q,y),a)
δ(δ*(q,y),a)
δ(q,ya)
independent from δ notation
Extended transition function is
Q * Σ* -> Q
Q * Σ -> Q
Q* * Σ* -> Σ
Q * Σ -> Σ
There are ________ tuples in finite state machine.
4
5
6
7
Equivalent automata that accepts recursive enumerable language is
Turing Machine
Linear Bounded Automata
Push Down Automata
Finite Automata
Equivalent automata that accepts regular language is
Turing Machine
Linear Bounded Automata
Push Down Automata
Finite Automata
Hierarchy of languages is introduced by
Noam Chomsky
Alan Turing
Steve Kleen
Cook
In Moore machine, output is produced over the change of:
transitions
states
both of the above
None
RR* can be expressed in which of the forms:
R+
R-
R+ U R-
R
Los estados de un AFND son:
Son todos los lenguajes de un alfabeto
A = {Q,I,F,Σ,δ}
dónde:
Q: Conjunto finito de estados.
s: es uno de los estados de Q designado como estado de partida
F: Es una colecciòn de estados de aceptaciòn o finales
Σ: Alfabeto finito de entrada.
Δ: Es una relaciòn sobre (Q × Σ) s Q y se llama relaciòn de transiciòn
Ninguna de las anteriores
El resultado de la siguiente linea:
double resultado = Math.pow(2, 4);
8.0
16.0
4.0
Ninguna de las anteriores
Se define con el símbolo | α |
Alfabeto simple
Conjunto de una subcadena
Longitud de una cadena
Expresiones del alfabeto
Que propiedad representa la siguiente representación formal L1∩ L2
Intersección
Unión
Diferencia
Complemento
Es un metaprograma que toma como entrada un programa fuente escrito en lenguaje simbólico, proporciona como salida otro programa semánticamente equivalente.
Traductor
Programa objeto
Analizador
Compilador
Determina su comportamiento durante el tiempo de ejecución, pero sobre todo su "significado"
Analizador sintáctico
Analizador léxico
Analizador semántico
Optimización de código
Que tipo de operación representa la siguiente imagen
Complemento
Unión
Intercesión
Diferencia
Es un conjunto ordenado de elementos con una representación grafica primitiva, a los cuales se designa como símbolos o caracteres.
Longitud
Cadena
Alfabeto
Expresiones
Se denomina por la secuencia α seguida de la secuencia β se denota por αβ
Cadena
Alfabeto
Concatenación
Subcadena del conjunto
Definiciones de reglas que permitan formar oraciones
Léxico
Semántica
Sintaxis
Alfabeto
Son lenguajes totalmente dependientes de la máquina, son diseñados a medida del hardware
Lenguajes de bajo nivel
El lenguaje maquina
Lenguajes de alto nivel
El lenguaje ensamblador
