Pages

Projects

...............................................................................................................................
C Programming Skills Assessment:
Date: 31st October 2016
Students of all branches and all years should take the test.

Assessment Questions


.................................................................................................................................
PROJECT 3:

Write a C Program to convert given Hexa-decimal number to Decimal Number?

Hint: By using pow() in math.h file


Ex: Input : 1A       Output: 26
............................................................................................................................................

PROJECT 2:

TASK : 2 WRITE A C PROGRAM TO  DECIMAL NUMBER TO BINARY NUMBER

................................................................................................................................

PROJECT 1:

Percentage > 90% : Grade A
Percentage > 80% : Grade B
Percentage > 70% : Grade C
Percentage > 60% : Grade D
Percentage > 40% : Grade E
Percentage < 40% : Grade F

Hints: Read the marks of variables like Physics, Chemistry, Biology, Mathematics and Computers  from user and calculate the sum. Read one more variable, percentage as float and calculate percentage using the formula percentage=(marks scored/100)*100 print if the grades using above conditions. Use else –if ladder for this task.
            .......................................................................................................................................................

No comments:

Post a Comment

Note: only a member of this blog may post a comment.