0% found this document useful (0 votes)
5 views2 pages

C Programming Assignment for FE 2025-26

This document outlines the assignment details for the C programming course (VSEC102) for first-year engineering students at Vidyavardhini's College of Engineering & Technology for the academic year 2025-26. It includes performance indicators for evaluation, assignment questions focusing on basic arithmetic operations, multiplication tables, and pattern display using C programming. The document also specifies the lab outcome related to decision structures, loops, and functions.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views2 pages

C Programming Assignment for FE 2025-26

This document outlines the assignment details for the C programming course (VSEC102) for first-year engineering students at Vidyavardhini's College of Engineering & Technology for the academic year 2025-26. It includes performance indicators for evaluation, assignment questions focusing on basic arithmetic operations, multiplication tables, and pattern display using C programming. The document also specifies the lab outcome related to decision structures, loops, and functions.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Vidyavardhini’s College of Engineering & Technology

First Year Engineering


Academic Year 2025-26

Class: FE Semester I

Course Code: VSEC102 Course Name: C programming

Name of Student:

Div / Batch / Roll No.:

Assignment No.:

Title of Assignment:

Date of Submission:

Date of Correction:

Evaluation
Performance Indicator Max. Marks Marks Obtained

Completeness 5

Demonstrated Knowledge 3

Legibility 2

Total 10

Performance Indicator Exceed Meet Below


Expectations Expectations Expectations
(EE) (ME) (BE)

Completeness 5 3-4 1-2

Demonstrated Knowledge 3 2 1

Legibility 2 1 1

Checked by

Name of Faculty:
Signature:
Date:
Vidyavardhini’s College of Engineering &Technology
First Year Engineering
Assignment – 2

Sub: VSEC102/CP Year/Sem:- FE/ I

DOA: DOS:

Lab Outcome:

LO 3: Design programs involving decision structures, loops and functions.

[Link] Question (Write Code, output, flowchart for all) Bloom


. Level

1 Write a program to perform basic arithmetic operations (Only addition, subtraction Apply
(3)
and multiplication) using switch case.

2 Write a C program to take a numerical input from the user and generate its Apply
multiplication table using loops. Note: Output should be user friendly and self- (3)
explanatory. (e.g.
5X1=5
5 X 2 = 10…)

3 Write C program to display following pattern, Apply


(3)
A6 B6 C6 D6 E6 F6
G5 H5 I5 J5 K5
L4 M4 N4 O4
P3 Q3 R3
S2 T2
U1

FE/VSEC102/Fundamentals of C Programming/LO3/Assignment -2/2025-26

You might also like