Solved question paper for FCPIT Dec-2007 (B-TECH 1st-2nd)
Solved Question Paper
Fundamentals of computer programming & IT Dec-2007
PTU • B-TECH • Mechanical Engineering • 1st-2nd • Dec-2007
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.
These Questions are downloaded from www.brpaper.com. You can also download previous years question papers of 10th and 12th (PSEB & CBSE), B-Tech, Diploma, BBA, BCA, MBA, MCA, M-Tech, PGDCA, B-Com, BSc-IT, MSC-IT.
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-
Write down the relative merits and demerits of different storage devices.Short Answer Dec-2007 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
Can cascading of input & output operators is possible? If yes, explain how?Short Answer Dec-2007 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
Differentiate object-based language & object oriented language.Short Answer Dec-2007 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
Is reference to a reference allowed? Comment.Short Answer Dec-2007 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
Differentiate between late binding & the early binding.Short Answer Dec-2007 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
May 2012 Differentiate between late binding and the early binding.
-
-
What advantages are there in allowing identifiers with long names?Short Answer Dec-2007 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
How array can be passed to the function?Short Answer Dec-2007 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
How does pointer work with two dimensional arrays?Short Answer Dec-2007 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
Explain the redirection & command line argument.Short Answer Dec-2007 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
How does an append mode differ from a write mode?Short Answer Dec-2007 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
How can we merge a file using mail merging?Short Answer Dec-2007 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
May 2017 What are the benefits of Mail Merge?
-
May 2013 What is mail merge?
-
May 2012 What is the advantage of using Mail-Merge?
-
Dec 2011 What is the utility of mail merge in MS-WORD?
-
May 2010 How is mail merge useful? How can we use ficlds from excel file to merge in a word documents also?
-
Dec 2005 How does mail merge works- explain.
-
-
What are the minimum hardware requirements to install MS- Office?Short Answer Dec-2007 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
Write a program that will read a value from the keyboard as temperature in Fahrenheit and display it in Celsius.Short Answer Dec-2007 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
May 2016 Write a program that will read a value from the keyboard as temperature in Fahrenheit and display it in Celsius.
-
-
Write a C++ program to find the sum of n integers starting from m th integer.Short Answer Dec-2007 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
Differentiate between input screen & output screen.Short Answer Dec-2007 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
May 2016 Differentiate between input screen & output screen.
-
May 2012 Differentiate between input screen and output screen.
-
-
Explain the features of the
& header files used in C++. Short Answer Dec-2007 • PTU B-TECHExisting answers are stored as HTML; you can edit directly without converting to Markdown.
-
May 2016 Explain the features of the
& header files used in C++. -
May 2012 Explain the features of the
header file used in C++. -
May 2012 Explain the features of the
header file used in C++.
-
-
Write a C++ program to reverse a numeric array by using pointers.Short Answer Dec-2007 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
Write a C++ program to illustrate the concept of abstract class & pure virtual function.Short Answer Dec-2007 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
What are the methods of detecting end of life?Short Answer Dec-2007 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
Differentiate between get ( ) and put ( ) function.Short Answer Dec-2007 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
How a prototyping paradigm helps in object oriented analysis & design?Short Answer Dec-2007 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
Explore all data
PTU
PU Chandigarh
- BCOM |
- BA/BSC |
- BCA |
- MA |
- PGDCA |
- MCOM |
- MSC-Math |
- Addon |
- BBA |
- B-ARCH |
- B-LIB |
- B-EDU |
- B-PHAR |
- BA-HONS-ECON |
- BA-HONS-SS |
- BE |
- MA-Punjabi |
- MA-English |
- MA-History |
- MCA |
- MBA |
- MBA-CIT |
- MBA-Executive |
- MCOM-AF |
- MCOM-BE |
- MCOM-BI |
- MCOM-MEFB |
- BSC-Agri |
- BSC-FD |
- BSC-HS |
- ME-CSE |
- ME-IT |
- ME-ME |
- ME-ECE |
- MSC-Chemistry |
- MSC-Physics |
- MSC-Botany |
- MSC-Zoology |
- MA-Economics |
- MA-Hindi |
- LLB |
- BPED |
- LLM |
- BFA |
- B. Voc |
- BHM |
- BTM |
- M. Arch |
- M. Pharm |
- MFA |
- MTM |
- MHM |
- M.ED |
- M-Lib |
- MPED |
- MFDM |
- MGL |
- Shastri |
- M.TECH |
- ME-CHEMICAL |
- ME-FT |
- ME-ELECTRIC |
- M.TECH-ME |
- M.TECH-NN |
- M.E-BIO |
- MA-Sociology |
- MA-Political Science |
- MSc Biotechnology |
- MSc IT |
- MSc MB |
PSBTE
- DIPLOMA |
PSEB(School)
- Class 10th |
- Class 12th |
- Class 8th |
PU-PATIALA
- BCA |
- BBA |
- MBA |
- MCOM |
- BCOM |
- BCOM-HONS |
- BSC-NM |
- BA |
- B.EDU |
- BSC-AGRI |
- BA-B.EDU |
- BLIB |
- MSC-IT |
- PGDCA |
- MSC-MB |
- MSC-physics |
- BA-ENGLISH |
- MA-Punjabi |
- MSC-chemistry |
- MSC-maths |
- BSC-Medical |
- MSC-FDT |
- MSC-FN |
- MSC-BT |
- BSC-Hons-BT |
- BSC-CS |
- BSC-Hons-Math |
- BSC-CSM |
- BSC-FT |
HPTSB
- Diploma |
MRSPTU
- B-TECH |
- M-TECH |
- Ph.D (Computer Appli |
- M.Sc (Mathematics) |
- MBA |
- M.Sc (Chemistry) |
- B.Sc (Forensic Scien |
- MBA (Aviation Manage |
- B.Sc (Chemistry) |
- BBA (Aviation Manage |
- B.Sc (Mathematics) |
- BCA |
- M.Sc (Microbiology) |
- M.Planning |
- B.Sc (IT) |
- B.Sc (Dialysis Techn |
- B.Sc (Food Science & |
- B.Sc (Hons.) Mathema |
- M.Sc (Physics) |
- M.Pharmacy |
- B.Sc (MLS-MLT) |
- BMS (ATH) |
- B.Architecture |
- B.Com |
- B.Com (E-Commerce) |
- B.Sc (Operation Thea |
- M.Pharma (Pharmaceut |
- B.Sc (Fashion Design |
- M.Sc (Computer Scien |
- BA (Computer Science |
- B.Sc (Hons.) Agricul |
- B.Sc (Hons.) Aircraf |
- B.Sc (Anesthesia Tec |
- BCA & B.Sc (IT) |
- B.Sc (Graphics & Web |
- B.Sc (Hons.) Physics |
- M.Pharma (Pharmacolo |
- B.Fine Arts |
- MBA (Hospital Admini |
- B.Sc (Hons.) Chemist |
- B.Pharmacy |
- M.Sc (IT) |
- BA (Journalism and M |
- B.Design (Interior D |
- B.Com-M.Com Dual Deg |
- BCA-MCA Dual Degree |
- B.Sc (Physics) |
- B.Sc (Physics) |
- B.Sc (Cardiac Care T |
- M.Com |
- B.Sc (Cardiac Care T |
- M.Com |
- B.Sc (Non-Medical) |
- B.Sc (Non-Medical) |
- Computer Maintenance |
- B.Sc (Optometry) |
- CMPA |
- B.Sc (Fashion Techno |
- Computer Maintenance |
- B.Sc (Optometry) |
- CMPA |
- B.Sc (Fashion Techno |
- BMS (HMCT) |
- B.Com (Aviation, Log |
- BMS (HMCT) |
- BBA |
- B.Com (Aviation, Log |
- BBA |
- M.Sc (Fashion Techno |
- B.Pharmacy (Practice |
- B.Sc (Agriculture) |
- M.Sc (Fashion Techno |
- B.Pharmacy (Practice |
- B.Sc (Agriculture) |
- PGDCA |
- MCA |
- Pharm.D |
- PGDCA |
- B.Com (Hons.) |
- MCA |
- Pharm.D |
- B.Com (Hons.) |
- B.Sc (Food Science) |
- M.Sc (Food Science & |
- B.Sc (Food Science) |
- BBA-MBA Dual Degree |
- M.Sc (Food Science & |
- M.Pharma (Pharmacogn |
- BBA-MBA Dual Degree |
- M.Pharma (Pharmacogn |
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.