Question

Answer True or False(10marks) 1) VHDL language is case sensitive. a) True b) False 2) Variables...

Answer True or False(10marks)

1) VHDL language is case sensitive. a) True b) False

2) Variables in VHDL represent local information and update immediately. a) True b) false.

3) The concurrent statement in VHDL, output depends on previous input. a) True b) False

4) The case statement is only used in sequential code. a) True b) False

5) In VHDL package std_logic_arith.all specifies signed and unsigned data types. a) True b) False

Homework Answers

Answer #1

(1) FALSE  

  VHDL language is case insensitive upper case letters are equivalent to lower case letters.

(2) TRUE

Yes ,Variables in VHDL represent local information and update immediately.

(3) FALSE

In  concurrent statement , output does not depends on previous input. So the Given statement is false .

(4) FALSE

case statement can be used in concurrent code statement .

(5) TRUE

  std_logic_arith.all package is used to specifies signed and unsigned data types.

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT