Spring 2024 - CS508 - 1
Spring 2024 - CS508 - 1
Total Marks: 15
Assignment No. 01
Semester: Spring 2024 Due Date: 29-April-2024
Instructions:
You need to use MS word document to prepare and submit the assignment on VU-LMS.
It should be clear that your assignment will not get any credit if:
Objectives:
The objective of this assignment is to enhance the learning capabilities of the students about:
If you have any confusion, you can send your query at [email protected]
1
CS508 – Modern Programming Languages
Total Marks: 15
Assignment No. 01
Semester: Spring 2024 Due Date: 29-April-2024
C Code Snippet:
2
CS508 – Modern Programming Languages
Total Marks: 15
Assignment No. 01
Semester: Spring 2024 Due Date: 29-April-2024
You are required to fill out the following table correctly by writing the name of appropriate language in front
of each row.
Note: Please don’t create a new table; use the following table only.
Statement Appropriate
Language
The programming language known for its powerful operators for string pattern
matching but suffered from poor readability and maintainability.
The first programming language introduced the concept of a class, which served as
the basis for data abstraction.
The programming language designed for systems programming at Bell Labs, which
evolved from B and was influenced by ALGOL 68.
Suppose you as a programming student going to learn how to use the “if statement” in 2 different
programming languages like C and Ada.
if (some condition)
//
3
CS508 – Modern Programming Languages
Total Marks: 15
Assignment No. 01
Semester: Spring 2024 Due Date: 29-April-2024
Now by keeping an eye on the above codes, answer the following question:
How does the "if statement" differ between C and Ada? Justify your answer with valid
reason.