0% found this document useful (0 votes)
38 views

PPSC Unit 1 Assignment

This document contains an assignment for a C programming course. It includes 3 sets of questions about C programming concepts and syntax. Set 1 asks about number systems, data types in C, and writing a program to swap two numbers. Set 2 asks about the basic structure of a C program, key words in C and their usage, and storage classes. Set 3 asks about writing and running C programs, type conversion with an example, and differentiating variables and constants with an example. The questions cover basic to intermediate level C programming topics and range from knowledge to application levels based on Bloom's taxonomy.

Uploaded by

Hermione Granger
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views

PPSC Unit 1 Assignment

This document contains an assignment for a C programming course. It includes 3 sets of questions about C programming concepts and syntax. Set 1 asks about number systems, data types in C, and writing a program to swap two numbers. Set 2 asks about the basic structure of a C program, key words in C and their usage, and storage classes. Set 3 asks about writing and running C programs, type conversion with an example, and differentiating variables and constants with an example. The questions cover basic to intermediate level C programming topics and range from knowledge to application levels based on Bloom's taxonomy.

Uploaded by

Hermione Granger
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

PRAGATI ENGINEERING COLLEGE

(AUTONOMOUS)

PPSC UNIT – 1 ASSIGNMENT QUESTIONS

Assignment 1
Bloom’s
Q.No. Questions Taxonomy Level CO

SET - 1
Explain about various number systems used for
1 storing numbers in memory? Explain any two K2 CO1
systems in detail?
2 Elaborate on the data types defined in C Language? K2 CO1

Write a C program to swap two numbers by reading


3 K3 CO1
two numbers.

SET - 2
Explain the basic structure of C program and
1 K3 CO1
explain the significance of each section?
Define key words in C. Explain any two key words
2 K3 CO1
with examples?

3 Explain the usage of various storage classes? K2 CO1

SET - 3
How do you write and run C programs? Explain
1 K3 CO1
with an example?

2 What is type conversion? Explain with example? K2 CO1

3 Differentiate Variables, Constants? With Example K3 CO1


PRAGATI ENGINEERING COLLEGE
(AUTONOMOUS)

You might also like