Solved question paper for FCPIT Dec-2006 (B-TECH 1st-2nd)
Solved Question Paper
Fundamentals of computer programming & IT Dec-2006
PTU • B-TECH • Mechanical Engineering • 1st-2nd • Dec-2006
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-
Explain the difference between hardwired and micro programmed control.Short Answer Dec-2006 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
Differentiate control bus, data bus and address bus.Short Answer Dec-2006 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
May 2016 Differentiate control bus, data bus and address bus.
-
-
What do you mean by classes with in the classes?Short Answer Dec-2006 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
What is extraction operator? Explain.Short Answer Dec-2006 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
How dynamic of runtime array can be created?Short Answer Dec-2006 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
Write the steps to initialize the static data in C++.Short Answer Dec-2006 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
When does an ambiguity in multiple inheritance?Short Answer Dec-2006 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
What the text and binary modes have to do with files?Short Answer Dec-2006 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
May 2012 What the text and binary modes have to do with files?
-
-
What are the various standard file pointers? What do they refer to?Short Answer Dec-2006 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
How can we perform I/O operations using the multiple objects?Short Answer Dec-2006 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
Discuss in detail the chief characteristics, capabilities and evolution of computers and what are the motivating forces behind the development of computers?Short Answer Dec-2006 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
Write a C++ program to declare and use both the constructor and destructors.Short Answer Dec-2006 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
Write a C++ program to compute the size of a union.Short Answer Dec-2006 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
Write a C++ program to read a two dimensional square matrix A and display its transpose.Short Answer Dec-2006 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
How does inheritance occur and work in different levels? Explain with an appropriate example.Short Answer Dec-2006 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
May 2019 Define Inheritance. Explain single Inheritance and multiple inheritances with the help of examples?
-
Dec 2019 What do you mean by inheritance? Explain different type of inheritance with examples.
-
May 2012 How does inheritance occur and work at different levels? Explain with an appropriate example.
-
Dec 2006 How inheritance occurs and works in different levels? Explain with example.
-
-
Write a C++ program to sort the numbers by using pointers.Short Answer Dec-2006 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
How class hierarchy works? Explain it.Short Answer Dec-2006 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
How inheritance occurs and works in different levels? Explain with example.Short Answer Dec-2006 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
May 2019 Define Inheritance. Explain single Inheritance and multiple inheritances with the help of examples?
-
Dec 2019 What do you mean by inheritance? Explain different type of inheritance with examples.
-
May 2012 How does inheritance occur and work at different levels? Explain with an appropriate example.
-
Dec 2006 How does inheritance occur and work in different levels? Explain with an appropriate example.
-
-
How does application of IT help in industrial management technology?Short Answer Dec-2006 • 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.