Explore topic-wise MCQs in Automata Theory.

This section includes 315 Mcqs, each offering curated multiple-choice questions to sharpen your Automata Theory knowledge and support exam preparation. Choose a topic below to get started.

251.

When did Eugene O’Neill die?

A. 4/4/1955 12:00:00 AM
B. 3/9/1954 12:00:00 AM
C. 11/27/1953 12:00:00 AM
D. 9/19/1952 12:00:00 AM
Answer» D. 9/19/1952 12:00:00 AM
252.

Which of the following statements are correct about exception handling in C#.NET? 1.If an exception occurs then the program terminates abruptly without getting any chance to recover from the exception. 2.No matter whether an exception occurs

A. 2 only
B. 1 only
C. 3 and 4 only
D. 2 and 5 only
Answer» E.
253.

Where did Ernest Hemingway die?

A. Ketchum
B. Barcelona
C. Milan
D. Havana
Answer» B. Barcelona
254.

Where was Ernesto Orlando Lawrence born?

A. Sacramento
B. Canton
C. Birmingham
D. Albany
Answer» C. Birmingham
255.

Hangover results in

A. more urine passed out
B. shaking of limbs
C. a very pleasurable feeling
D. lesser desire to drink water
Answer» C. a very pleasurable feeling
256.

Fat-soluble vitamins helps in all but

A. formation of bones
B. formation of teeth
C. knock knees
D. increased tooth decay
Answer» E.
257.

If starch containing substrates are used for ethanol production, yeast strain can\'t be used directly because

A. starch is not a suitable substrate for the production of ethanol
B. it doesn't contain amylases to hydrolyze starch
C. none of the above
D. it is converted to pentose sugar
Answer» C. none of the above
258.

The incentive in which the executives were given right to purchase stocks for specific period is called

A. long-term incentives
B. short-term incentives
C. pay scale
D. ranking jobs
Answer» B. short-term incentives
259.

The jobs pay rates on the basis of each individual performance is called

A. individual equity
B. pay rate equity
C. collective equity
D. procedural equity
Answer» B. pay rate equity
260.

The information about specific salary and wage rate for particular job is part of

A. salary survey
B. market survey
C. equity survey
D. HR survey
Answer» B. market survey
261.

What are reasons for creating OSPF in a hierarchical design? 1.To decrease routing overhead 2.To speed up convergence 3.To confine network instability to single areas of the network 4.To make configuring OSPF easier

A. 3 only
B. 1, 2 and 3
C. 2, 3 nd 4
D. 3 and 4
Answer» C. 2, 3 nd 4
262.

Types of amino acids present in proteins are

A. 32
B. 22
C. 52
D. 42
Answer» C. 52
263.

Which of the following organism is not used in any of the traditional industrial fermentation?

A. Yeast
B. E. coli
C. Pseudomonas
D. Bacillus
Answer» C. Pseudomonas
264.

If person seeks imbalance between his services and salary paid, the

A. tension is created
B. person is more motivated
C. person is less motivated
D. person is never motivated
Answer» B. person is more motivated
265.

Whom did Eugene Paul Wigner help to construct the first atomic pile?

A. Enrico Fermi
B. Harold Agnew
C. Jerome Friedman
D. Richard Garwin
Answer» B. Harold Agnew
266.

Which of the following statements is incorrect about delegate?

A. Delegates are type-safe
B. Delegates are object oriente
C. Only one method can be called using a delegate.
D. Delegates serve the same purpose as function pointers in C and pointers to member function operators in C
Answer» D. Delegates serve the same purpose as function pointers in C and pointers to member function operators in C
267.

When was Evelyn Waugh’s novel Helena published?

A. 1950
B. 1946
C. 1941
D. 1952
Answer» B. 1946
268.

Which of the following statements are correct about datatypes in C#.NET? 1.Every datatype is either a value type or a reference type. 2.Value types are always created on the heap. 3.Reference types are always created on the stack. 4.

A. 2, 5
B. 1, 3
C. 3, 4
D. 1, 4
Answer» E.
269.

Which type of OSPF network will elect a backup designated router? 1.Broadcast multi-access 2.Non-broadcast multi-access 3.Point-to-point 4.Broadcast multipoint

A. 3 and 4
B. 1 and 2
C. None of the above
D. 3 only
Answer» C. None of the above
270.

The type of interview in which the employee is informed of his dismissal from the job is classified as

A. termination interview
B. outplacement counseling
C. exit interviews
D. subordination interviews
Answer» B. outplacement counseling
271.

The certain basic factors used to compare jobs is called

A. compensable factors
B. intuitive factors
C. logical factors
D. comprehensive factors
Answer» B. intuitive factors
272.

Your router has the following IP address on Ethernet0: 172.16.2.1/23. Which of the following can be valid host IDs on the LAN interface attached to the router? 1.172.16.1.100 2.172.16.1.198 3.172.16.2.255 4.172.16.3.0

A. 2 and 3 only
B. 1 only
C. None of the above
D. 3 and 4 only
Answer» E.
273.

Which of the following statements are correct about delegates? 1.Delegates are not type-safe. 2.Delegate is a user-defined type. 3.Only one method can be bound with one delegate object. 4.Delegates can be used to implement callback notifi

A. 1, 2 and 3 only
B. 1 and 2 only
C. 4 and 5 only
D. 2, 4 and 5 only
Answer» E.
274.

S cerevisiae start producing ethanol with in

A. 12 h
B. 10 h
C. 24 h
D. 15 h
Answer» B. 10 h
275.

The relationship between value of job and average salary paid for this job is called

A. wage curve
B. salary curve
C. job evaluation curve
D. job description curve
Answer» B. salary curve
276.

Which of the following statements are correct? 1.An argument passed to a ref parameter need not be initialized first. 2.Variables passed as out arguments need to be initialized prior to being passed. 3.Argument that uses params keyword must

A. 2, 3
B. 1, 2
C. 4, 5
D. 3, 4
Answer» E.
277.

The grouping of jobs on the basis of skills and physical efforts is called

A. rank jobs
B. grades
C. classes
D. columns
Answer» D. columns
278.

Which of the following statements are correct about data types? 1.If the integer literal exceeds the range of byte, a compilation error will occur. 2.We cannot implicitly convert non-literal numeric types of larger storage size to byte. 3.B

A. 2, 4
B. 1, 3, 5
C. 1, 2, 5
D. 3, 5
Answer» D. 3, 5
279.

In which of the following areas are delegates commonly used? 1.Remoting 2.Serialization 3.File Input/Output 4.Multithreading 5.Event handling

A. 1 and 5 only
B. 1 and 2 only
C. 4 and 5 only
D. 1, 2 and 3 only
Answer» D. 1, 2 and 3 only
280.

When did Eugene Paul Wigner die?

A. 4/6/1998 12:00:00 AM
B. 1/1/1995 12:00:00 AM
C. 11/7/1990 12:00:00 AM
D. 8/5/1985 12:00:00 AM
Answer» C. 11/7/1990 12:00:00 AM
281.

The method of disciplining which usually involves the systems of paid decision-making leaves and oral warnings is classified as

A. punitive discipline
B. distributive discipline
C. descriptive discipline
D. no punitive discipline
Answer» E.
282.

The second step in pay rate establishment is to ensure

A. internal equity
B. external equity
C. procedural equity
D. collective equity
Answer» B. external equity
283.

For what did Eugene Paul Wigner win Nobel Prize for Physics?

A. Principles governing interaction of protons and neutrons in the nucleus
B. Discovery of neutrino
C. Development of atomic clock
D. Discovery of quarks
Answer» B. Discovery of neutrino
284.

Which of the following statements are correct? 1.A struct can contain properties. 2.A struct can contain constructors. 3.A struct can contain protected data members. 4.A struct cannot contain methods. 5.A struct cannot contain constan

A. 3, 4
B. 1, 2
C. 3, 5
D. 1, 2, 4
Answer» C. 3, 5
285.

Which book of Ernest Hemingway was a parody of Sherwood Anderson’s Dark Laughter?

A. The Killers
B. Men without Women
C. The Torrents of Spring
D. The Snows of Kilimanjaro
Answer» D. The Snows of Kilimanjaro
286.

Which of the following statements are correct? 1.The conditional operator (?:) returns one of two values depending on the value of a Boolean expression. 2.The as operator in C#.NET is used to perform conversions between compatible reference

A. 2, 3, 5
B. 1, 2, 4
C. 1, 3, 5
D. 3, 4, 5
Answer» C. 1, 3, 5
287.

The process of reducing the number of employed people in a firm is classified as

A. layoffs
B. downsizing
C. mergers
D. acquisitions
Answer» C. mergers
288.

When was Eugene O’Neill born?

A. 21 June 1896
B. 2/29/1904 12:00:00 AM
C. 16 October 1888
D. 15 July 1892
Answer» D. 15 July 1892
289.

The communications and employee participation is part of

A. company's plan
B. strategic plan
C. vision
D. mission
Answer» B. strategic plan
290.

Which of the following statements are correct about a delegate? 1.Inheritance is a prerequisite for using delegates. 2.Delegates are type-safe. 3.Delegates provide wrappers for function pointers. 4.The declaration of a delegate must matc

A. 1, 2 and 3 only
B. 1 and 2 only
C. All of the above
D. 2, 3 and 4 only
Answer» E.
291.

Which of the following provide inter-switch VLAN communication? 1.ISL 2.VTP 3.802.1Q 4.802.3Z

A. 1 and 3
B. 2 only
C. 2, 3 and 4
D. 2 and 4
Answer» B. 2 only
292.

Which of the following statements are correct about the Bitwise & operator used in C#.NET? 1.The & operator can be used to Invert a bit. 2.The & operator can be used to put ON a bit. 3.The & operator can be used to put OF

A. 2, 3, 5
B. 1, 2, 4
C. 3, 4, 5
D. 3, 4
Answer» D. 3, 4
293.

Where was Ernest Hemingway born?

A. Boston
B. Cicero
C. San Francisco
D. Anchorage
Answer» C. San Francisco
294.

If heat loss center is activated in hypothalamus, the control mechanism include all but

A. rapid breathing
B. vasodilation
C. lesser convection
D. lower metabolic activity
Answer» D. lower metabolic activity
295.

The process in which employees take some time off from job and employers expect that they will come back for work is classified as

A. mergers
B. acquisitions
C. layoffs
D. downsizing
Answer» D. downsizing
296.

Which of the following statements are correct about an interface used in C#.NET? 1.An interface can contain properties, methods and events. 2.The keyword must implement forces implementation of an interface. 3.Interfaces can be overloade

A. 1, 4, 5
B. 1, 2
C. 3 only
D. 3, 4
Answer» B. 1, 2
297.

The purpose of the sphincter muscle is to

A. hold urine in bladder
B. allow the urine to flow in ureter
C. connect urine to urethra
D. relax and allow the urine to flow
Answer» E.
298.

The wages and salaries are included in

A. direct financial payments
B. indirect financial payments
C. compensations
D. counseling
Answer» B. indirect financial payments
299.

Human body gets rid of carbon dioxide through

A. uric acid
B. urea
C. stored in lungs
D. expelled in respiration
Answer» E.
300.

A switch has been configured for three different VLANs: VLAN2, VLAN3, and VLAN4. A router has been added to provide communication between the VLANs. What type of interface is necessary on the router if only one connection is to be made between the ro

A. 56Kbps Serial
B. 10Mbps Ethernet
C. 1Gbps Ethernet
D. 100Mbps Ethernet
Answer» E.