0% found this document useful (0 votes)
53 views1 page

Problem Solving in C Problem Solving in C: SURYA Degree College-JRG SURYA Degree College-JRG

This document outlines the sections and questions for an exam on problem solving in C programming. Section A contains 8 multiple choice questions worth 5 marks each, testing topics such as defining computers, flow charts, control statements, operators, and data types. Section B contains 5 longer answer questions worth 10 marks each, examining additional concepts like computer types, operators, arrays, functions, pointers, structures, and file operations. Students must answer 5 questions in Section A and all questions in Section B to earn the maximum 75 marks.

Uploaded by

Venkat
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)
53 views1 page

Problem Solving in C Problem Solving in C: SURYA Degree College-JRG SURYA Degree College-JRG

This document outlines the sections and questions for an exam on problem solving in C programming. Section A contains 8 multiple choice questions worth 5 marks each, testing topics such as defining computers, flow charts, control statements, operators, and data types. Section B contains 5 longer answer questions worth 10 marks each, examining additional concepts like computer types, operators, arrays, functions, pointers, structures, and file operations. Students must answer 5 questions in Section A and all questions in Section B to earn the maximum 75 marks.

Uploaded by

Venkat
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/ 1

SURYA Degree College-JRG SURYA Degree College-JRG

Problem Solving in C Problem Solving in C


I B.Sc Computers MAX= 75 Marks I B.Sc Computers MAX= 75 Marks

SECTION- A SECTION- A
I. Answer Any Five questions (5*5=25 M) I. Answer Any Five questions (5*5=25 M)

1. Define computer? Explain characteristics of computer? 1. Define computer? Explain characteristics of computer?
2. What is a flow chart? Write it’s Symbols? 2. What is a flow chart? Write it’s Symbols?
3. Write about break and continue statements? 3. Write about break and continue statements?
4. Explain Type casting and Type Conversion in C? 4. Explain Type casting and Type Conversion in C?
5. Write a C program to demonstrate addition of two Matrixes? 5. Write a C program to demonstrate addition of two Matrixes?
6. Define and declare Pointers? And Explain Scope of Variables? 6. Define and declare Pointers? And Explain Scope of Variables?
7. Explain File modes in C. 7. Explain File modes in C.
8. Explain Enumerated data type? 8. Explain Enumerated data type?

SECTION- B SECTION- B
II. Answer All the questions (5*10=50 M) II. Answer All the questions (5*10=50 M)

9. a) Explain Types of computers? 9. a) Explain Types of computers?


(or) (or)
b) Explain Generations of Programming languages? b) Explain Generations of Programming languages?

10. a) Explain Operators in C? 10. a) Explain Operators in C?


(or) (or)
b) Briefly explain about looping (iterative) statements in C? b) Briefly explain about looping (iterative) statements in C?
11. a) Explain Operations (insert, Delete) of an ARRAY? 11. a) Explain Operations (insert, Delete) of an ARRAY?
(OR) (OR)
b) Write about String Handling functions in C? b) Write about String Handling functions in C?
12. a) Explain Parameter Passing Technique with program? 12. a) Explain Parameter Passing Technique with program?
(OR) (OR)
b) Explain Structures and unions in C(deff, decl, init)?. b) Explain Structures and unions in C(deff, decl, init only)?.
13. a) Write about Memory Allocations in Pointers? 13. a) Write about Memory Allocations in Pointers?
(OR) (OR)
b) Explain Read and Write operations in Files? b) Explain Read and Write operations in Files?

You might also like