You are on page 1of 1

1. Discuss the different types of software in details with example.

2. Write a short note on Machine Language.


3. What do you know about Procedural Language? Discuss.
4. Discuss the features of Object Oriented Language.
5. What are the three major families of language? Discuss the features.
6. Discuss the working principle of different phases of Compiler.
7. Define: Regular Expression, Lexeme with example.
8. Define: Pattern, Operators of Regular Expression with example.
9. Write the regular expression for the following:
10. Any number of b’s with at most 3 a’s. (Considering the language has two alphabets a & b)
11. Any number of b’s with at least 3 a’s. (Considering the language has two alphabets a & b)

12.
Explain the differences between Machine Language and Assembly Language
13. Write a short note on Machine Language.
14. Why is a translator required? Explain in details.
15. Discuss the features of Object Oriented Language.
16. What are the three major families of language? Discuss the features.
17. Discuss the working principle of different phases of Compiler.
18. Define: Regular Expression, Lexeme with example.
19. Define: Pattern, Operators of Regular Expression with example.
20. Write the regular expression for the following:
i) Any number of b’s with exactly 2 a’s. (Considering the language has two
alphabets a & b)
ii) Any number of b’s with atleast 1 a. (Considering the language has two alphabets a &
b)
21. Discuss the working principle of Preprocessor & Assembler.
22. Explain the differences between Compilation and Interpretation.
23. Write a short note on different types of data.
24. Why is a translator required? Explain in details.
25. Discuss the features of Object Oriented Language.
26. What is modular programming? Discuss the features.
27. Discuss the problem-solving principles of programming in details.
28. Define: Regular Expression, Lexeme with example.
29. Define: Pattern, Operators of Regular Expression with example.
30. Write the regular expression for the following:
Any number of a’s or b’s ending with abb (Considering the language has two
alphabets a & b)
Any number of b’s with at most 2 a. (Considering the language has two
alphabets a & b)

31. Discuss the Von Neumann Architecture.

You might also like