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

8.CPF Question Bank - 241

The document is a question bank for the Computer Programming Fundamentals course at R.C. Technical Institute, Ahmedabad, covering the term from July to December 2024. It outlines course outcomes related to C programming, including writing programs, using control structures, and file operations, along with a list of questions categorized by these outcomes. The vision of the institute emphasizes developing skilled computer professionals equipped to handle real-world challenges.
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)
4 views2 pages

8.CPF Question Bank - 241

The document is a question bank for the Computer Programming Fundamentals course at R.C. Technical Institute, Ahmedabad, covering the term from July to December 2024. It outlines course outcomes related to C programming, including writing programs, using control structures, and file operations, along with a list of questions categorized by these outcomes. The vision of the institute emphasizes developing skilled computer professionals equipped to handle real-world challenges.
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
You are on page 1/ 2

R.C.

TECHNICAL INSTITUTE, AHMEDABAD


COMPUTER ENGINEERING DEPARTMENT

Question Bank
Term No.241 Term Dates: 22/07/2024 to 07/12/2024 Semester: 1
Division: ALL Course Name & Course Code: Computer Programming Fundamentals

CO No. Course Outcome


1 Write Simple C programs to input and output data in the prescribed formats.
2 Create C programs using control structures.
3 Design C programs using arrays and pointers.
4 Implement user-defined functions.
5 Execute file and I/O operations in C.

Sr.No Questions CO No BL
1 What is Flow chart? Draw and Explain symbols of Flowchart. 1 R,U
2 Give advantages and disadvantages of flowchart. 1 U
3 Explain different structure of Flowchart. 1 U
4 What is Algorithm? Give advantages and disadvantages of Algorithm. 1 R,U
Draw Flowchart to Calculate the Area of Circle. Write down algorithm for the
5 1 A
same.
6 Draw Flowchart to find out Maximum number out of two numbers. 1 A
7 Write an Algorithm to find out whether the given number is odd or even. 1 A
8 List the features of C.(List the advantages of C. ) 1 R
9 Draw a basic structure of C program and explain in short. 1 U
10 Explain C Tokens (with types), keywords and identifiers. 1 U
11 Explain Constants with example. 1 U
12 Define variable. List out rules for variable naming. 1 R,U
13 List the basic data types with its size and range. 1 R
List operators available in C. Explain Arithmetic, Relational, Logical operators in
14 1 R,U
C.
15 Explain Conditional and bitwise operators in C. 1 U
16 Explain Nested If-else statement with example. 2 U
17 Explain If-else-if Ladder statement with example. 2 U
18 Explain Switch statement with example. 2 U
19 Explain Unconditional branching statement- goto. 2 U
20 Explain while loop and do-while loop with example. 2 U
Compare While loop and do-while loop.( Compare Entry-control loop and Exit-
21 2 U
control loop).
22 Explain for loop with example. 2 U
23 Explain Break and continue statements with example. 2 U
24 Define array. Give characteristics of an array. 3 R,U
25 What is an array? How to declare and initialize 1-D array. 3 R,U
26 How to declare and initialize 2-D array. 3 U
27 Write a program to read 5 elements of array and display it. 3 A
28 Define String. How to declare and initialize string. 3 R,U
29 Explain gets ( ) and puts ( ). 3 U
30 Define pointer. How to declare and initialize pointer. 3 R,U
31 Explain void pointer. 3 U
32 Explain pointer to pointer. 3 U
What is user defined(UDF) and library function? Explain with two example of
33 4 R,U
each.
34 Explain call by value with example. 4 U
35 Explain call by reference with example. 4 U
36 Explain recursion with example. 4 U
37 List available storage class in C. 4 R
38 Explain following string function with example.
(1) strcpy() (2) strcat() (3) strcmp() (4) strlen() 5 U
39 List out math in-built functions. 5 R
Define File. List files operations. Explain fscanf() & fprintf () functions with
40 5 R,U
examples.
41 Explain fopen() & fclose() functions with examples. 5 U

*CO - Course Outcome , BL - Blooms Taxonomy

VISION: To mould young and fresh minds into challenging computer professionals with ethical values and shaping them with
upcoming technologies and develop the ability to deal with real world situations with skills and innovative ideas.

You might also like