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

Course Objectives and Out Comes

This document outlines the objectives and outcomes of a course on problem solving and programming. The course objectives are to familiarize students with writing and running compiled programs, building program logic with algorithms and flowcharts, and learning features of C programming including data types, expressions, loops, functions, arrays, pointers, and files. The course outcomes are that students will be able to explain computer basics, build logic to solve problems and translate to programs, use variables and expressions in C, utilize data structures in C, develop modular programs using functions, and write programs to store and retrieve data using files.

Uploaded by

M JASWANTH
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views1 page

Course Objectives and Out Comes

This document outlines the objectives and outcomes of a course on problem solving and programming. The course objectives are to familiarize students with writing and running compiled programs, building program logic with algorithms and flowcharts, and learning features of C programming including data types, expressions, loops, functions, arrays, pointers, and files. The course outcomes are that students will be able to explain computer basics, build logic to solve problems and translate to programs, use variables and expressions in C, utilize data structures in C, develop modular programs using functions, and write programs to store and retrieve data using files.

Uploaded by

M JASWANTH
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

19EID131: PROBLEM SOLVING AND PROGRAMMING

Course Objectives

• Familiarize the student with the steps involved in writing and running a compiled program.

• Enable the student to build program logic with algorithms and flowcharts.

• Explain with the features and constructs of C programming such as data types, expressions,
loops, functions, arrays, pointers and files.

• Demonstrate the handling of variables and input-output operations in C.

• Train the student to convert program logic into C language code using a top-down approach.

Course Outcomes

After completion of this course the student will be able to

• explain the basics of computers .

• build logic for solving a problem and translate it into a program. .

• define variables and construct expressions using C language .

• utilize arrays, structures and unions for storing and manipulating data .

• develop efficient, modular programs using functions .

• write programs to store and retrieve data using files .

You might also like