...
Question 8887 – ISRO CS 2020
January 7, 2024
Question 5 – ISRO-2018
January 7, 2024
Question 8887 – ISRO CS 2020
January 7, 2024
Question 5 – ISRO-2018
January 7, 2024

ISRO CS 2020

Question 19
Which of the following classes of languages can validate an IPv4 address in dotted decimal format? It is to be ensured that the decimal values lie between 0 and 255.
A
RE and higher
B
CFG and higher
C
CSG and higher
D
Recursively enumerable language
Question 19 Explanation: 
To ensure that decimal value lie between 0 and 255 we can make finite automata as
number of decimal values between 0 and 255 is finite. So RE (regular) and higher is correct.
Correct Answer: A
Question 19 Explanation: 
To ensure that decimal value lie between 0 and 255 we can make finite automata as
number of decimal values between 0 and 255 is finite. So RE (regular) and higher is correct.

Leave a Reply

Your email address will not be published. Required fields are marked *