Font size
WorksheetsCriptografía
Total questions: 60
Worksheet time: 32mins
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
Obtenga una expresiòn regular que represente el lenguaJE de los identificadores de c. (lea bien, lo que le pide, identificadores del lenguaje c, que a la vez sea una expresiòn regular.
#include
X, y12, suma_1, nota, nombres, area
integer, Radio
Un autómata finito determinista (abreviado AFD) es un autómata finito que además es un sistema determinista; es decir, para cada estado en que se encuentre el autómata, y con cualquier símbolo del alfabeto leído, existe siempre no más de una transición posible desde ese estado y con ese símbolo.
correcto
no es correcto
Ninguno
M=(Q,Σ,s, F,δ) dado por
Q={q0, q1, q2, q3}
Σ= {0, 1}
F={q0}
s={q0}
y la δ dada por la tabla
(observe los ejemplos) puede enviarla por whatsapp)
(a)
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
¿Que es un sistema autómata manual?
Un mecanismo al que se le pone una pila
Un mecanismo que funciona con acción humana
Un ensamble de piezas
Un reloj
el creador de un autómata puede...
solo puede copiar elementos
Armar solo lo que le indican
hacer movimientos limitados en el modelo
Crear elementos para manejar movimientos a su antojo
al crear un automata estoy....
Solo Jugando
Creando algo
Creando un robot
Armando solamente
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
Concatenation of R with Ф outputs
R
Ф
R.Ф
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
Es un ente físico inteligente que puede realizar acciones que tienen efectos en el mundo real
Autómata
Robot
Maquina
R2D2
Puede definirse como un equipo electrónico programable en lenguaje no informático y diseñado para controlar, en tiempo real y en ambiente industrial, procesos secuenciales.
Robot
Autómata
PLC
Arduino
Conjunto de elementos o procesos informáticos, mecánicos y electromecánicos que operan con mínima o nula intervención del ser humano
Manufactura
Dinámica
Neumática
Automatización
¿En dónde se puede utilizar la automatización?
Industria
Campo
Casa
Cocina
Hierarchy of languages is introduced by
Noam Chomsky
Alan Turing
Steve Kleen
Cook
Equivalent automata that accepts regular language is
Turing Machine
Linear Bounded Automata
Push Down Automata
Finite Automata
Equivalent automata that accepts recursive enumerable language is
Turing Machine
Linear Bounded Automata
Push Down Automata
Finite Automata
There are ________ tuples in finite state machine.
4
5
6
7
Transition function maps.
Σ * Q -> Σ
Q * Q -> Σ
Σ * Σ -> Q
Q * Σ -> Q
Extended transition function is
Q * Σ* -> Q
Q * Σ -> Q
Q* * Σ* -> Σ
Q * Σ -> Σ
δ*(q,ya) is equivalent to .
δ((q,y),a)
δ(δ*(q,y),a)
δ(q,ya)
independent from δ notation
Finite automata requires minimum _______ number of stacks.
1
2
0
3
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
Equivalent automata that accepts regular language is
Turing Machine
Linear Bounded Automata
Push Down Automata
Finite Automata
The finite state machine given in figure over alphabet {a,b} recognizes
Any string with odd number of 'a'
Any string with odd number of 'b'
Any string with odd number of 'a' and even number of 'b'
Any string with odd number of 'a' and odd number of 'b'
The automata represent which of the languages given below?
ba*b
bab
b*ab
b*ab*
In this FSM (Finite State Machine) which is the Accept State?
S1
S2
0
1
Which of the following is a not a part of 5-tuple finite automata?
Input alphabet
Transition function
Initial State
Output Alphabet
{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}
A string is a finite sequence of symbols taken from
input alphabet
output alphabet
transition function
none of these
Input={ A-Z , a-z , 0-9 } belongs to:
English Alphabets
Binary number
Decimal number
Alphanumeric
The given automaton accepts strings starting with a or b.
True
False
Choose the best option
Deterministic Finite Automaton
Non-Deterministic Finite Automaton
q3 state is dead state in the given automaton.
True
False
The output alphabet can be represented as:
δ
∆
∑
None of the mentioned
Concatenation Operation refers to which of the following set operations:
Union
Dot
Kleen
None
Concatenation Operation refers to which of the following set operations:
Union
Dot
Kleen
None
A DFA can be represented in the following format
Tree
Transition table
C Code
None of the mentioned
∑ is _________?
set of input symbols
set of output symbols
set of states
transitions
Non-empty finite set of states is represented by _______
∑
Q
F
q0
δ represents_______?
transition diagram
transition function
transition table
empty string
aba
abaabb
aaba
babab
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
Check the string aabbb is accepted or not
Accepted
Not accepted
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*
{q0, q1, q2, q3}
{q0, q1}
{q3}
{q0, q1, q2}
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).
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*
¿Conjunto finito de símbolos, no vació?
Letras
Alfabeto
Cadena
Autómatas
Normalmente las letras (a, b, c, . . . ,z), dígitos (0, 1, . . ., 9), y otros caracteres (+, -, *, /, ?, . . .) forman parte de los...
(a)
¿Es un programa que traduce o convierte desde un texto o programa escrito en un lenguaje fuente hasta un texto o programa escrito en un lenguaje destino?
Interprete
Traductor
Emisor
Compilador
¿Secuencia finita de símbolos de un determinado alfabeto?
Lenguaje
Autómata
Cadena
Universo del discurso
¿Conjunto de todas las cadenas que se pueden formar con los símbolos de un alfabeto?
Lenguaje
Concatenación
Universo del discurso
Combinación
¿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
¿Es aquel traductor que tiene como entrada una sentencia en lenguaje formal y como salida tiene un fichero ejecutable?
Interprete
Compilador
Traductor
Autómata
Selecciona el alfabeto correcto:
{A,B,C,D, ,E,F,G}
{0,1,2,3,4, ,5,6}
{ }
{#,X,$,Y,%,Z,&}
