wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

IHDL

Total questions: 192

Worksheet time: 2hrs 36mins

Name
Class
Date
1.

initial statement is

a)

Synthesizable

b)

Not Synthesizable

2.

always construct is Synthesizable

a)

True

b)

False

3.

#5 is Synthesizable

a)

True

b)

False

4.

= and <= represent

a)

Non-blocking and Blocking Assingment respectively

b)

Blocking and Non-blocking Assingment respectively

5.

Verilog is an

a)

Case Insensitive

b)

Case Sensitive

c)

Can't say

6.

Integer datatype is allocated ______ number of bits

a)

16

b)

32

c)

64

d)

8

7.

reg [4:1] pwm will initialize variable of _______ bits

a)

3

b)

4

c)

5

d)

6

8.

{,} is used to perform which operation

a)

concat

b)

Division

c)

Exponent

d)

Mod

9.

The most appropriate modeling style to implement Traffic light controller will be

a)

Dataflow

b)

Structural

c)

Behavioral

d)

Switch

10.

{1'b0, 2'b01, 3'b0} will result in

a)

6'b 001001

b)

6'b 001000

c)

4'b 0010

d)

4'b 0100

11.

Shivani wish to implement 4:1 mux. Identify the errors in the line numbers of the code

a)

4,16, 20,21

b)

4, 17,20,22

c)

4,16,20,22

d)

4,17,20,21

12.

Nitin Wish to implement Arithmetic unit capable of performing add, sub, mul and div operation. He written the following code identify the line numbers on which error exists.

a)

8,15,21,23

b)

8,16,21,23

c)

10,15,22,23

d)

10,16,22,23

13.

Vishwesh wish to implement D-flipflop with clear input. So if clear is high he want the output to be zero else D-fliflop must follow Din. He written the following code identify the line numbers on which error exists.

a)

9,13,16,17

b)

11,13,14,16

c)

14,16,17,18

d)

9,14,16,17

14.

Sumedh wish to implement 4-bit Synchronous Up/Down Counter. If reset state is high counter will reset to zero else depending on the mode pin state it will count up or Down. He decided that if Mode state is high then Counter will count up else vice versa.

a)

4,8,12,16

b)

5,10,16,21

c)

10,13,16,22

d)

8,10,12, 16

15.

Gaurav wish to implement Half adder. He written the following code identify the line numbers on which error exists.

a)

8,9,11,12

b)

4,5,8,9

c)

4,5,11,12

d)

8,9,12,14

16.

Modules written in verilog can represent a design

a)

At the behavioral level

b)

At the dataflow level

c)

At the switch level

d)

All of these

17.

Operator which precedes the operand

a)

Unary

b)

Binary

c)

Ternary

d)

None

18.

Which is legal negative number

a)

4'd-3

b)

6'-d3

c)

-6d'3

d)

None

19.

What is the default value for reg data type

a)

0

b)

1

c)

z

d)

x

20.

Turn off delay means, gate output transition to

a)

0

b)

1

c)

z

d)

x

21.

What is system task to suspend simulation

a)

$finish

b)

$monitor

c)

$display

d)

$stop

22.

Parameter value can be overridden at module instance by

a)

Specparam

b)

Defparam

c)

Parameter

d)

None

23.

In continuous assignment left hand side must be

a)

net

b)

reg

c)

scalar or vetor net

d)

scalar or vector reg

24.

10 % 3 evaluates to

a)

-1

b)

1

c)

0

d)

x

25.

What are the possible values of == operator

a)

0,1

b)

0,x

c)

1,x

d)

0,1,x

26.

What is the time period of clock #10 clock = ~clock

a)

10

b)

20

c)

.05

d)

.1

27.

If x=4'b1100 then x<<2 is

a)

4'b1000

b)

4'b0000

c)

4'b0011

d)

4'b0110

28.

If A=1'b1,B=2'b01,C=2'b00 then Y= {A,B[0],C[1]} equals

a)

3'b110

b)

3'b100

c)

3'b101

d)

3'b000

29.

wait statement is

a)

edge sensitive bit

b)

level sensitive

c)

both

d)

none

30.

<= is used in

a)

Blocking

b)

Non Blocking

c)

Both

d)

None

31.

Asynchronous reset is

a)

Clock dependent

b)

Clock independent

c)

Either

d)

None

32.

For describing circuits like flip flops _____________ statement is used

a)

always

b)

assign

c)

initial

d)

forever

33.

Which construct is used to execute loop fixed number of times

a)

while

b)

forever

c)

for

d)

none

34.

Inout ports must always be

a)

net

b)

reg

c)

trireg

d)

none

35.

RTL stands for _____________.

a)

resistor‐transfer logic

b)

register‐transistor logic

c)

register‐transfer logic

d)

none of these

36.

Electric Series circuit is equivalent to ______ gate.

a)

NAND

b)

OR

c)

NOR

d)

AND

37.

Which of the following logic gate gives high output with all its inputs low

a)

EXOR

b)

OR

c)

AND

d)

NOR

38.

Binary equivalent of decimal number 5 is ____

a)

100

b)

001

c)

110

d)

101

39.

A demultiplexer has ________.

a)

one input and one output

b)

several inputs and several outputs

c)

one data input and a number of selection inputs, and they have several outputs

d)

several inputs and one output

40.

A flip-flop has ________.

a)

no stable states

b)

two stable states

c)

one stable state

d)

none of the above

41.

In positive logic, ________.

a)

HIGH = 1, LOW = 0

b)

only HIGHs are present

c)

only LOWs are present

d)

LOW = 1, HIGH = 0

42.

A pulse has a period of 25 ms. Its frequency is ________.

a)

40 Hz

b)

400 Hz

c)

4 Hz

d)

50 Hz

43.

VLSI technology uses ________ to form integrated circuit.

a)

switches

b)

diodes

c)

buffers

d)

transistors

44.

______ architecture is used to design VLSI.

a)

single open circuit

b)

system on a device

c)

system on a circuit

d)

system on a chip

45.

What is the design flow of VLSI system?

i. architecture design ii. market requirement iii. logic design iv. HDL coding

a)

iv-i-iii-ii

b)

iii-ii-i-iv

c)

ii-i-iii-iv

d)

ii-i-iv-iii

46.

______ is used in logic design of VLSI.

a)

LIFO

b)

FILO

c)

LILO

d)

FIFO

47.

Verilog is an

a)

Case Insensitive

b)

Case Sensitive

48.

The full form of HDL is _________________

a)

Hardware Description Language

b)

High Descriptive Language

49.

The Verilog HDL code starts with the keyword_________

a)

always

b)

module

50.

Different types of modelling in Verilog HDL are _____

a)

data, case and type

b)

Gate, Logic and gates

c)

Gate level, Data flow and Behavioral

51.

In behavioral modeling the keyword used is _______

a)

become

b)

always

52.

The symbol used for bitwise AND operation is _____

a)

$

b)

&

c)

|

53.

Which level of abstraction level is available in Verilog but not in VHDL?

a)

Behavioral level

b)

Structural level

c)

Dataflow level

d)

Switch level

54.

How many number of 3 to 8 decoders are used to design 4 to 16 decoder?

a)

2

b)

5

c)

8

d)

4

55.

RTL stands for _____________.

a)

resistor‐transfer logic

b)

register‐transfer logic

c)

resistor‐transistor logic

d)

register transistor logic

56.

What is the basic unit of structural modeling?

a)

Process

b)

Component declaration

c)

Component instantiation

d)

Block

57.

What do you mean by component instantiation?

a)

To use the component

b)

To describe external interface of the component

c)

To declare the gate level components

d)

To remove any component from the design

58.

The structural model is similar to___________

a)

Boolean relations of the circuit

b)

Schematic block diagram of the circuit

c)

Timing relations of the circuit

d)

Components of the circuit

59.

Which of the following is correct syntax for component declaration?

a)

COMPONENT component_name IS PORT ( port_mode : type port_name; port_mode : type port_name; ….); END component_name;

b)

COMPONENT component_name IS PORT ( port_mode : type port_name; port_mode : type port_name; ….); END COMPONENT;

c)

COMPONENT component_name IS PORT ( port_name : mode type; port_name : mode type; ….); END component_name;

d)

COMPONENT component_name IS PORT ( port_name : mode type; port_name : mode type; ….); END COMPONENT;

60.

Which construct is used to execute loop fixed number of times

a)

repeat

b)

while

c)

forever

d)

None

61.

@posedge means

a)

Transition from x to 1

b)

Transition from 0 to 1, x or z

c)

Transition from z to 1, x

d)

Transition from 1 to 0

62.

A loop statement is used where we needs to ________

a)

Select one from many choices

b)

Check a condition

c)

Repeat the statements

d)

Choose one from two cases

63.

Loop is a ________ statement.

a)

Concurrent

b)

Sequential

c)

Assignment

d)

Functional

64.

What is the use of FOR loop?

a)

To repeat the statement finite number of times

b)

To repeat the statement until any condition holds true

c)

To repeat the statements for infinite time

d)

To repeat statements inside until any condition is false

65.

What is the use of WHILE loop?

a)

To repeat the statement finite number of times

b)

To repeat the statement until any condition holds true

c)

To repeat the statements for infinite time

d)

To repeat statements inside until any condition is false

66.

Which of the following is correct syntax for WHILE LOOP?

a)

label: WHILE LOOP specification IS sequential_statements;

END LOOP;

b)

label: WHILE LOOP condition sequential_statements;

END LOOP label;

c)

label: WHILE condition LOOP sequential_statements;

END LOOP label;

d)

label: WHILE specification LOOP

sequential_statements; END LOOP;

67.

What Is Sensitivity List?Which level simulates the algorithms that are used within the embedded systems?

a)

gate level

b)

circuit level

c)

switch level

d)

algorithmic level

68.

Hardware Description language is another form of Programming Language.

a)

TRUE

b)

FALSE

69.

Arithmetic operations with numbers in binary follow the same rules as for decimal numbers.

a)

TRUE

b)

FALSE

70.

Digital systems are used only in communication and can’t be change according the specific needs.

a)

TRUE

b)

FALSE

71.

Number system is a writing system for expressing numbers in mathematical notation to present numbers or a given sets using digits or other symbols in an inconsistent manner.

a)

TRUE

b)

FALSE

72.

Arithmetic operations with numbers in binary follow the same rules as for decimal numbers.

a)

TRUE

b)

FALSE

73.

Binary logic consists of binary variables and a set of logical operations.

a)

TRUE

b)

FALSE

74.

OR operation is represented by a dot or by the absence of an operator.

a)

TRUE

b)

FALSE

75.

A truth table is a table of all possible combinations of the variables, showing the relation between the values that the variables may take and the result of the operation.

a)

TRUE

b)

FALSE

76.

Logic gates are electronic circuits that operate on one or more physical input signals to produce an output signal.

a)

TRUE

b)

FALSE

77.

Verilog is a programming language used to describe a digital system that will be eventually implemented.

a)

TRUE

b)

FALSE

78.

Give the Verilog Structure Template.

4 lines
79.

Give at least five testbench functional section.

4 lines
80.

Give the four abstraction layer and explain.

4 lines
81.

Explain how comment in Verilog function.

4 lines
82.

What are the three types of operators in Verilog and explain.

4 lines
83.

Explain how strings function.

4 lines
84.

Is a language that describes the hardware of digital systems in a textual form.

a)

HDL

b)

Verilog

c)

VHDL

d)

Logic Synthesis

85.

A simulator interprets the HDL description and produces a readable output, such as a timing diagram, that predicts how the hardware will behave before its is actually fabricated.

a)

HDL

b)

Verilog

c)

VHDL

d)

Logic Synthesis tool

86.

Is a hardware description language used in electronic design automation to describe digital and mixed-signal systems such as field-programmable gate arrays and integrated circuits this was developed from an initiative by US. Dept. of Defense.

a)

HDL

b)

Verilog

c)

VHDL

d)

Logic Synthesis tool

87.

It is a language used for describing a digital system like a network switch or a microprocessor or a memory or a flip−flop. It means, by using a HDL we can describe any digital hardware at any level. It was created by Phil Moorby and Prabhu Goel.

a)

HDL

b)

Verilog

c)

VHDL

d)

Logic Synthesis tool

88.

The Verilog HDL code starts with the keyword_________

a)

#

b)

begin

c)

always

d)

module

89.

The Verilog HDL testbench code starts with the keyword_________

a)

#

b)

begin

c)

always

d)

module

90.

The Verilog HDL delay code starts with the keyword_________

a)

#

b)

begin

c)

always

d)

module

91.

True or False: Verilog is case insensitive

a)

True

b)

False

c)

Not sure

92.

What Logic gate is shown in the figure below?

a)

XOR

b)

OR

c)

AND

d)

XNOR

93.

What Logic gate is shown in the figure below?

a)

XOR

b)

OR

c)

AND

d)

XNOR

94.

Verilog bitwise symbol of NOT

(a)  

95.

Verilog bitwise symbol of AND

(a)  

96.

Verilog bitwise symbol of OR

(a)  

97.

This is the highest level of abstraction provided by Verilog HDL. A module can be implemented in terms of the desired design algorithm without concern for the hardware implementation details.

(a)  

98.

The module is implemented in terms of logic gates and interconnections between these gates. Design at this level is similar to describing a design in terms of a gate-level logic diagram.

(a)  

99.

Logical negation will be done with the help of ____ gate

a)

AND gate

b)

OR gate

c)

NOT gate

d)

NAND gate

100.

Logical addition will be done with the help of ____ gate

a)

AND gate

b)

OR gate

c)

NOT gate

d)

NAND gate

101.

The behaviour of circuit will be explained in following modeling

a)

Behaviour model

b)

Data flow model

c)

Structural model

d)

Gate level model

102.

The data processing of circuit will be explained in following modeling

a)

Behaviour model

b)

Data flow model

c)

Structural model

d)

Gate level model

103.

The gates will be used to explain the circuit in following modeling

a)

Behaviour model

b)

Data flow model

c)

Structural model

d)

Gate level model

104.

Logical multiplication will be done with the help of ____ gate

a)

AND gate

b)

OR gate

c)

NOT gate

d)

NAND gate

105.

Half adder will be using following gates to the circuit

a)

XOR & AND gate

b)

XOR & OR gate

c)

NOT & XOR gate

d)

NAND & XOR gate

106.

always will be used in program when we use following data type

a)

wire

b)

value set

c)

register

d)

integer

107.

Verilog HDL is a case-sensitive language. All keywords are in _________.

a)

lowercase

b)

uppercase

c)

either lower or uppercase

d)

bold letters

108.

Whitespace is ignored by Verilog except when it separates _________.

a)

tokens

b)

streams

c)

comments

d)

ASCII

109.

Which is illegal in writing comments in verilog?

a)

Embedding one-line comments in multiple-line comments

b)

Embedding multiple-line comments in multiple-line comments

c)

Embedding one-line comments after ;

d)

all of the given

110.

Which is a unary operator?

a)

a = b && c;

b)

a = ~b;

c)

a = b & c;

d)

a = b ? c : d;

111.

Numbers that are specified without a <base format> specification are __________ numbers by default.

a)

binary

b)

decimal

c)

octal

d)

hexadecimal

112.

For a 32-bit Windows, the specified number: 8'd255 has how many bits?

a)

32

b)

16

c)

8

d)

4

113.

For a 32-bit Windows, the specified number: 255 has how many bits?

a)

32

b)

16

c)

8

d)

4

114.

Default value of a net is ___.

a)

0

b)

1

c)

x

d)

z

115.

Default value of a reg data type is ___.

a)

0

b)

1

c)

x

d)

z

116.

Which of the following vector part selection is considered ILLEGAL for the given example:

wire [7:0] bus;

reg [0:31] virtual_add;

a)

bus[5]

b)

bus[1:0]

c)

virtual_add[5:0]

d)

virtual_add[0]

117.

In this finite state machine how many states are there

a)

1

b)

2

c)

3

d)

4

118.

Which state is the Starting State

a)

Push

b)

Un Locked

c)

Locked

d)

Coin

119.

What do the arrows represent

a)

States

b)

Transformations

c)

Inputs

d)

Transitions

120.

In this FSM how many inputs are there?

a)

4

b)

2

c)

1

d)

3

121.

To move from the Locked state to Unlocked state what must the input be?

a)

Push

b)

Push Coin

c)

Coin

d)

Coin Push

122.

When in the Locked state what happens when the input is Push

a)

The state becomes Unlocked

b)

Nothing happens

c)

The machine refunds the coin

d)

The machine unlocks and then locks

123.

When Unlocked if the input is Push

a)

The machine stays Unlocked

b)

Nothing happens

c)

The state changes to Locked

d)

The state changes to coin

124.

In this FSM which is the Accept State

a)

S1

b)

S2

c)

0

d)

1

125.

Which is the Start State

a)

1

b)

S2

c)

0

d)

S1

126.

When in State S2 if the input is 1

a)

The machine will remain in state S2

b)

The machine will change state to S1

c)

The Machine will return to the Start State

d)

The machine will return the value of 0

127.

When the state is S2 if the input is 0

a)

The machine will remain in the state S2

b)

The machine will malfunction

c)

0 is not a valid input

d)

The machine will change state to S1

128.

In this FSM the Accepted Input is

a)

01

b)

10

c)

00

d)

11

129.

Starting at state S1 what state would input 'acd' change to

a)

S1

b)

S3

c)

S4

d)

S2

130.

An input of 'ab' would result in state

a)

S1

b)

S2

c)

S3

d)

S4

131.

At state S4 if the input is 'dbda' the machine is in state

a)

S1

b)

S2

c)

S3

d)

S4

132.

In this FSM the Accept state is

a)

S1

b)

S2

c)

S3

d)

S4

133.

Howm many inputs are there in this FSM

a)

1

b)

2

c)

3

d)

4

134.

From the starting state is input 'abc' valid

a)

YES

b)

NO

135.

What state will the machine rest in with an input of 'aabacda'

a)

S4

b)

S3

c)

S2

d)

S1

136.

Final Question, what is the minimum accepted input of this Finite State Machine

a)

acdb

b)

abc

c)

ac

d)

ad

137.

In this finite state machine how many states are there

a)

1

b)

2

c)

3

d)

4

138.

Which state is the Starting State

a)

Push

b)

Un Locked

c)

Locked

d)

Coin

139.

What do the arrows represent

a)

States

b)

Transformations

c)

Inputs

d)

Transitions

140.

In this FSM how many inputs are there?

a)

4

b)

2

c)

1

d)

3

141.

Which is the Start State

a)

1

b)

S2

c)

0

d)

S1

142.

Howm many inputs are there in this FSM

a)

1

b)

2

c)

3

d)

4

143.

There are ________ tuples in finite state machine.

a)

4

b)

5

c)

6

d)

Unlimited

144.

Transition function of DFA maps.

a)

Σ * 1 -> Σ

b)

Q * Q -> Σ

c)

Σ * Σ -> Q

d)

Q * Σ -> Q

145.

An NFA’s transition function returns

a)

A Boolean value

b)

A state

c)

An edge

d)

A set of states

146.

Which is true for Dead State?

a)

It cannot be reached anytime

b)

There is no necessity of the state

c)

If control enters no way to come out from the state

d)

If control enters FA deads

147.

The Tuples for NDFA

a)

∑,Q,q0,F,δ

b)

Q,q0,F,δ

c)

Θ,Q,q0,F,δ

d)

F,Q,Δ,q0, δ

148.

Which of the following is a not a part of

5-tuple finite automata?

a)

Input alphabet

b)

Transition function

c)

Initial State

d)

output Alphabet

149.

The DFA shown accepts the set of all strings over {0, 1} that

a)

End with 00

b)

End with 0

c)

Begin either with 0 or 1

d)

Contain the substring 00

150.
a)

{w | w ends with 010}

b)

{w | w starts with 010}

c)

{w | w contains 010 as a substring}

d)

{w | w does not contain 010 as a substring}

151.

Number of states require to accept string ends with 10.

a)

3

b)

2

c)

1

d)

5

152.

When in State S2 if the input is 1

a)

The machine will remain in state S2

b)

The machine will change state to S1

c)

The Machine will return to the Start State

d)

The machine will return the value of 0

153.

In this DFA the accepted Input is

a)

01

b)

10

c)

00

d)

11

154.

Starting at state S1 what state would input 'acd' change to

a)

S1

b)

S3

c)

S4

d)

S2

155.

An input of 'ab' would result in state

a)

S1

b)

S2

c)

S3

d)

S4

156.

From the starting state is input 'abc' valid (accepted)?

a)

YES

b)

NO

157.

What state will the machine rest in with an input of 'aabacda'?

a)

S4

b)

S3

c)

S2

d)

S1

158.

There are ________ tuples in finite state machine.

a)

4

b)

5

c)

6

d)

7

159.

Transition function maps.

a)

Σ * Q -> Σ

b)

Q * Q -> Σ

c)

Σ * Σ -> Q

d)

Q * Σ -> Q

160.

Number of states require to accept string ends with 10.

a)

3

b)

2

c)

1

d)

can’t be represented.

161.

Extended transition function is

a)

Q * Σ* -> Q

b)

Q * Σ -> Q

c)

Q* * Σ* -> Σ

d)

Q * Σ -> Σ

162.

δ*(q,ya) is equivalent to .

a)

δ((q,y),a)

b)

δ(δ*(q,y),a)

c)

δ(q,ya)

d)

independent from δ notation

163.

String X is accepted by finite automata if .

a)

δ*(q,x) E A

b)

δ(q,x) E A

c)

δ*(Q0,x) E A

d)

δ(Q0,x) E A

164.

Languages of a automata is

a)

If it is accepted by automata

b)

If it halts

c)

If automata touch final state in its life time

d)

All language are language of automata

165.

Language of finite automata is.

a)

Type 0

b)

Type 1

c)

Type 2

d)

Type 3

166.

Finite automata requires minimum _______ number of stacks.

a)

1

b)

2

c)

0

d)

3

167.

The basic limitation of finite automata is that

a)

It can’t remember arbitrary large amount of information

b)

It sometimes recognize grammar that are not regular

c)

It sometimes fails to recognize regular grammar.

d)

All of the mentioned

168.

If NFA of 7 states is converted into DFA, maximum possible number of states for the DFA is ?

a)

64

b)

132

c)

128

d)

127

169.

The sum of minimum and maximum number of final states for a DFA n states is equal to:

a)

n+1

b)

n

c)

n-1

d)

n+2

170.

The minimum number of states required to recognize an octal number divisible by 3 are/is

a)

1

b)

3

c)

5

d)

7

171.

Which of the following does not represents the given language?

Language: {0,01}

a)

0+01

b)

{0} U {01}

c)

{0} U {0}{1}

d)

{0} ^ {01}

172.

Concatenation of R with Ф outputs

a)

R

b)

Ф

c)

R.Ф

d)

None

173.

Which of the problems are unsolvable?

a)

a) Halting problem

b)

b) Boolean Satisfiability problem

c)

c) Both (a) and (b)

d)

d) None of the mentioned

174.

Which of the following a turing machine does not consist of?

a)

a) input tape

b)

b) head

c)

c) state register

d)

d) none of the mentioned

175.

A turing machine that is able to simulate other turing machines:

a)

a) Nested Turing machines

b)

b) Universal Turing machine

c)

c) Counter machine

d)

d) None of the mentioned

176.

If d is not defined on the current state and the current tape symbol, then the machine

a)

a) does not halts

b)

b) halts

c)

c) goes into loop forever

d)

d) none of the mentioned

177.

Which of the following are the models equivalent to Turing machine?

a)

a) Multi tape turing machine

b)

b) Multi track turing machine

c)

c) Register machine

d)

d) All of the mentioned

178.

A turing machine operates over:

a)

a) finite memory tape

b)

b) infinite memory tape

c)

c) depends on the algorithm

d)

d) none of the mentioned

179.

Which of the functions are not performed by the turing machine after reading a symbol?

a)

a) writes the symbol

b)

b) moves the tape one cell left/right

c)

c) proceeds with next instruction or halts

d)

d) none of the mentioned

180.

Turing machine can be represented using the following tools:

a)

a) Transition graph

b)

b) Transition table

c)

c) Queue and Input tape

d)

d) All of the mentioned

181.

Statement 1: Multitrack Turing machine.

Statement 2: Gamma is Cartesian product of a finite number of finite sets.

Which among the following is the correct option?

a)

a) Statement 1 is the assertion and Statement 2 is the reason

b)

b) Statement 1 is the reason and Statement 2 is the assertion

c)

c) Statement 1 and Statement 2 are independent from each other

d)

d) None of the mentioned

182.

According to Chomsky hierarchy, which of the following is adopted by Recursively Ennumerable language?

a)

a) Type 0

b)

b) Type 1

c)

c) Type 2

d)

d) Type 3

183.

Which of the following statements are false?

a)

a) A multi track turing machine is a special kind of multi tape turing machine

b)

b) 4-heads move independently along 4-tracks in standard 4-tape turing machine

c)

c) In a n-track turing machine, n head reads and writes on all the tracks simultaneously.

d)

d) All of the mentioned

184.

A multitape turing machine is ________ powerful than a single tape turing machine.

a)

a) more

b)

b) less

c)

c) equal

d)

d) none of the mentioned

185.

Which of the following is/are not an application of turing machine?

a)

a) Language Recognization

b)

b) Computers of functions on non negative numbers

c)

c) Generating devices

d)

d) None of the mentioned

186.

Which of the following cannot be a possibility of a TM while it processes an input?

a)

a) Enters accepting state

b)

b) Enters non-accepting state

c)

c) Enters infinite loop and never halts

d)

d) None of the mentioned

187.

Pick the odd one out.

a)

a) Subroutines

b)

b) Multiple tracks

c)

c) Shifting over

d)

d) Recursion

188.

Which among the following is not true for 2-way infinte TM?

a)

a) tape in both directions

b)

b) Leftmost square not distinguished

c)

c) Any computation that can be performed by 2-way infinite tape can also be performed by standard TM.

d)

d) None of the mentioned

189.

For the following language, an enumerator will print:

L={anbn|n>=0}

a)

a) anbn

b)

b) {ab, a2b2, a3b3, …}

c)

c) {e, ab, a2b2, a3b3, …}

d)

d) None of the mentioned

190.

A man said to a lady, “Your mother’s husband’s sister is my aunt”. How is that lady related to that man?

a)

(A) Daughter

b)

(B) Grand-daughter

c)

(C) Mother

d)

(D) Sister

191.

If X is brother of the son of Y’s son, how is X related to Y?

a)

(A) Son

b)

(B) Brother

c)

(C) Cousin

d)

(D) Grand-Son

192.

Pointing to a photograph, a man said, “I have no brother or sister but that man’s father is my father’s son”. Whose photograph was it?

a)

(A) His son’s

b)

(B) His father's

c)

(C) His nephew’s

d)

(D) His own

Similar Resources on Wayground