Solved question paper for FCPIT May-2014 (B-TECH 1st-2nd)
Solved Question Paper
Fundamentals of computer programming & IT May-2014
PTU • B-TECH • Civil Engineering • 1st-2nd • May-2014
fundamentals of computer programming & IT previous year question papers on BRpaper are organized for students of Punjab Technical University’s Bachelor of Technology program, 1st-2nd semester. This section makes it easier to browse subject-wise old question papers for fundamentals of computer programming & IT, so students can review how questions are typically framed in past exams and get a sense of the exam pattern. Many students search for fundamentals of computer programming & it syllabus while preparing for exams, and this page is built to support exactly that kind of subject-wise browsing and revision. BRpaper is not the official website of Punjab Technical University or any institution, and it does not publish official notices or academic updates.
PART A (Fundamentals of Computer and IT) (25%)
1. Introduction to Computers
Define a Computer System, Block diagram of a Computer System and its working, associated peripherals, memories, RAM, ROM, secondary storage devices, Computer Software and Hardware. (2)
2. Working Knowledge of Computer System
Introduction to the operating system, its functions and types, working knowledge of GUI based operating system, introduction to word processors and its features, creating, editing, printing and saving documents, spell check, mail merge, creating power point presentations, creating spreadsheets and simple graphs, evolution of Internet and its applications and services. (3)
3. Problem Solving & Program Planning
Need for problem solving and planning a program; program design tools - algorithms, flow charts, and pseudocode; illustrative examples. (2) PART B (Basics of Programming Using C++) (75%)
4. Overview of C++ Language
Introduction to C++ language, structure of a C++ program, concepts of compiling and linking, IDE and its features; Basic terminology - Character set, tokens, identifiers, keywords, fundamental data types, literal and symbolic constants, declaring variables, initializing variables, type modifiers. (3)
5. Operators and expressions
Operators in C++, precedence and associativity of operators, expressions and their evaluation, type conversions. (2)
6. Beginning with C++ program
Input/output using extraction (>>) and insertion (<<) operators, writing simple C++ programs, comments in C++, stages of program execution. (4)
7. Control Structures
Decision-making statements: if, nested if, if - else. Else if ladder, switch, Loops and iteration: while loop, for loop, do - while loop, nesting of loops, break statement, continue statement, goto statement, use of control structures through illustrative programming examples. (4)
8. Functions
Advantages of using functions, the structure of a function, declaring and defining functions, return statement, formal and actual arguments, const argument, default arguments, the concept of the reference variable, call by value, call by reference, library functions, recursion, storage classes. Use of functions through illustrative programming examples. (4)
9. Arrays and Strings
Declaration of arrays, initialization of array, accessing elements of array, I/O of arrays, passing arrays as arguments to a function, multidimensional arrays. String as array of characters, initializing string variables, I / O of strings, string manipulation functions (strlen, strcat, strcpy, strcmp), passing strings to a function. Use of arrays and strings through illustrative programming examples. (4)
10. Concepts of Object Oriented Programming
Introduction to Classes, Objects, Data abstraction, Data encapsulation, inheritance and polymorphism. (2)
11. Classes and Objects
Defining classes and declaring objects, public and private keywords, constructors and destructors, defining member functions inside and outside of a class, accessing members of a class, friend function. Use of classes and objects through illustrative programming examples. (4)
12. Basics of File Handling
Opening, reading, and writing of files, error handling during files operation. (2)
Solved Questions
Solved-
What is an operating system?Short Answer 2 Marks May-2014 • PTU B-TECH
-
May 2020 What is an operating system? List its types and functions.
-
Dec 2018 What is an Operating System (OS)? What is the importance of OS in computer system?
-
Dec 2014 What is operating system? List and explain its functions.
-
May 2012 What are the various functions of an operating system?
-
Dec 2011 What are various functions of operating system?
-
Dec 2005 What are the various functions of an operati ng system, explain with the help of a windows O.S.
-
-
Differentiate between primary memory and secondary memory.Short Answer 2 Marks May-2014 • PTU B-TECH
-
May 2020 Differentiate between primary and secondary memory.
-
Dec 2020 Differentiate between primary and secondary memory.
-
May 2019 Differentiate between RAM and ROM.
-
Dec 2018 Difference between RAM and ROM.
-
Dec 2017 Differentiate between RAM and ROM.
-
May 2014 Differentiate between RAM and ROM.
-
Dec 2014 Differentiate between primary memory and secondary memory.
-
May 2013 Differentiate between RAM and ROM.
-
May 2012 Differentiate between primary memory and secondary memory?
-
Dec 2012 Differentiate between RAM and ROM.
-
-
What are keywords?Short Answer 2 Marks May-2014 • PTU B-TECH
-
Dec 2014 What are keywords?
-
Dec 2012 Describe the following terms: Keywords.
-
-
What are expressions? How are they evaluated?Short Answer 2 Marks May-2014 • PTU B-TECH
-
May 2012 What are expressions? How are they evaluated?
-
-
What is the use of continue statement?Short Answer 2 Marks May-2014 • PTU B-TECH
-
May 2020 What is the continue statement in C used for?
-
Dec 2020 What is the continue statement in C used for?
-
May 2018 What is the break statement in C used for?
-
Dec 2017 What is difference between break and continue? Explain with examples.
-
May 2016 What is the use of continue statement?
-
May 2015 What is the difference between break and continue statement?
-
May 2012 What is the use of continue statement?
-
Dec 2012 What is the use of break statement?
-
Dec 2011 What is the us e of break statement?
-
-
Differentiate between user-defined functions and library functions.Short Answer 2 Marks May-2014 • PTU B-TECH
-
What is data encapsulation?Short Answer 2 Marks May-2014 • PTU B-TECH
-
Dec 2019 | What do you mean by data encapsulation?
-
May 2018 What is data encapsulation?
-
Dec 2018 What is data encapsulation?
-
May 2013 What do you mean by data encapsulation?
-
-
What are constructors?Short Answer 2 Marks May-2014 • PTU B-TECH
-
May 2020 What is a constructor? Is it mandatory to use constructors in a class?
-
Dec 2018 What are constructors?
-
May 2013 What are constructors?
-
May 2012 What are constructors?
-
Dec 2011 What is a constructor? Is it ma ndatory to use constructors in a class?
-
May 2010 What is the use of constructors?
-
-
What is a friend function?Short Answer 2 Marks May-2014 • PTU B-TECH
-
What is a stream?Short Answer 2 Marks May-2014 • PTU B-TECH
-
Draw and explain the different components of block diagram of the computer.Long Answer 8 Marks May-2014 • PTU B-TECH
-
May 2018 What is a computer system? Draw a block diagram of a computer system.
-
Dec 2018 Explain a computer system with the help of a block diagram.
-
Dec 2017 Draw block diagram of a computer and explain its working.
-
May 2016 Draw and explain block diagram of a Computer.
-
May 2014 Explain various components of computer with the help of a block diagram.
-
May 2013 With the help of a block diagram, describe in detail various components of a computer system.
-
May 2012 Draw the block diagram of computer and explain its different components.
-
Dec 2011 Draw and explain the di fferent components of block diagram of computer.
-
Dec 2011 With the help of block diagram, descr ibe in detail various components of a computer system?
-
Dec 2010 What are the various subsystems of a computer? Discuss with the help of a block diagram\"
-
Dec 2008 Draw the block diagram of computer and explain its different components.
-
Dec 2005 What is the structure of a computer? Explain wit h the help of a block diagram.
-
-
What do you mean by GUI? What are the significant features of GUI based operating system?Long Answer 8 Marks May-2014 • PTU B-TECH
-
May 2016 What do you mean by GUI? What are the significant features of GUI based operating system?
-
May 2015 List the Key features supported by a GUI based Operating system.
-
Dec 2014 What are the salient features of GUI based operating system?
-
May 2012 What do you mean by GUI? What are the significant features of GUI based operating system?
-
Dec 2012 What do you mean by GUI? What are the significant features of GUI based operating system?
-
-
Define an algorithm. Write an algorithm to check whether a given number is prime or not. Draw its flowchart as well.Long Answer 8 Marks May-2014 • PTU B-TECH
-
May 2012 Define algorithm and flowchart. Write an algorithm to check whether a given number is prime or net? Draw its flowchart as well.
-
-
What are spreadsheets? How are they created? Describe how data in a spreadsheet can be analyzed by using simple graphs like bar charts and line graphs.Long Answer 8 Marks May-2014 • PTU B-TECH
-
Dec 2012 What are spreadsheets? How are they created? Describe how data in a spreadsheet can be analyzed by using simple graphs like bar charts and line graphs.
-
-
What is a reference variable? What is its major use?Short Answer 8 Marks May-2014 • PTU B-TECH
-
Differentiate between call by value and call by reference.Short Answer 8 Marks May-2014 • PTU B-TECH
-
May 2018 Call by value and Call by reference
-
May 2017 Differentiate between Call by Value and Call by Reference with the help of examples.
-
May 2013 Differentiate between call by value and call by reference.
-
May 2012 Differentiate between call by value and call by reference.
-
-
What is a class? How does it accomplish data hiding?Short Answer 8 Marks May-2014 • PTU B-TECH
-
May 2012 What is a class? How does it accomplish data hiding?
-
-
Can we have more than one constructor in a class? If yes, explain the need for such a situation.Short Answer 8 Marks May-2014 • PTU B-TECH
-
Dec 2014 Can we have more than one constructor in a class? If yes, explain the need for such a situation.
-
May 2012 Can we have more than one constructor in a class ? If yes, explain the need for such a situation .
-
-
What does inheritance mean in C++? What are the different forms of inheritance?Long Answer 8 Marks May-2014 • PTU B-TECH
-
May 2020 What are the different forms of inheritance supported by C++? Explain them with an example.
-
May 2015 What is inheritance? How it is achieved in C++? Discuss the use of inheritance and list the merits and demerits of single inheritance over multiple inheritances. (8)
-
Dec 2014 What are the different forms of inheritance supported by C++? Explain them with an example.
-
May 2012 What are the different forms of inheritance supported by C++? Explain them with an example.
-
Dec 2012 What are the different forms of inheritance supported by C++? Explain them with an example.
-
-
What is file? Write a program that reads some text from keyboard and write it into a file named “Abc.txt”. The program then reads this file and displays its content on the computer screen.Long Answer 8 Marks May-2014 • PTU B-TECH
Explore all data
FAQ
Frequently Asked Questions
Answers about this subject, solved papers, and preparation.
01 Where can I find fundamentals of computer programming & IT previous year question papers for Bachelor of Technology, 1st-2nd semester?
This page lists fundamentals of computer programming & IT question papers uploaded for Punjab Technical University Bachelor of Technology, 1st-2nd semester, organized for subject-wise browsing where available.
02 Are these official Punjab Technical University question papers?
BRpaper is not the official website of Punjab Technical University. These papers are shared for reference and revision purposes only and are not official university material.
03 How can previous year fundamentals of computer programming & IT papers help in exam preparation?
Reviewing past papers can help you understand how questions are typically framed, notice commonly repeated topics, and get a sense of the exam pattern before your own exam.
04 What kind of topics does fundamentals of computer programming & IT usually cover?
The question papers here relate to the official fundamentals of computer programming & IT syllabus set by the university for this course and semester.
05 Does this page include a fundamentals of computer programming & IT syllabus or solved answers?
This page focuses on providing access to the previous year question papers themselves. A separate question bank or solved answers may not be available for every paper.
06 Can I find papers for other subjects in the same Bachelor of Technology?
Yes, BRpaper organizes papers by university, course, stream, and semester, so you can browse other subjects within the same Punjab Technical University Bachelor of Technology.