Solved question paper for FCPIT May-2006 (B-TECH 1st-2nd)
Solved Question Paper
Fundamentals of computer programming & IT May-2006
PTU • B-TECH • Mechanical Engineering • 1st-2nd • May-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-
What are the features of Von-Neuman Machine?Short Answer May-2006 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
How many memory chips of 1K x 8 bit are required to construct 8K x 8 bit Memory?Short Answer May-2006 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
What are the 2-main difference between MS-DES and Window Operating Systems?Short Answer May-2006 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
What are the types of commands in Windows to create a document?Short Answer May-2006 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
Give the precedence of C++ Operations?Short Answer May-2006 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
Dec 2019 Write down operator precedence for C++ operator.
-
-
What are the features of object oriented Programming Language?Short Answer May-2006 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
May 2016 What are the features of object oriented Programming Language?
-
May 2011 What is object oriented programming?
-
-
What is meant by operator overloading in C++?Short Answer May-2006 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
Dec 2018 What is operator overloading?
-
May 2014 What are rules of operator overloading?
-
May 2013 What is operator overloading?
-
Dec 2009 What do you understand by operator overloading?
-
-
Distinguish between single and multiple inheritance.Short Answer May-2006 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
Mention any four applications of Information Technology?Short Answer May-2006 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
May 2012 Mention any four applications of Information Technology.
-
Dec 2005 What are the various applications of information technology? (4, 4)
-
-
What is URL? What is relevance to Internet?Short Answer May-2006 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
May 2012 What do you understand by URL?
-
May 2011 What are the various components of URL?
-
-
With a neat sketch explain the basic structure of computer.Short Answer May-2006 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
Distinguish between semi-conductor and Magnetic memories.Short Answer May-2006 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
Give the construction of Floppy-Disc memory.Short Answer May-2006 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
Mention the features of mail merge, spell check reference to MS-word.Short Answer May-2006 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
What are the features of windows operating system?Short Answer May-2006 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
May 2014 Discuss features of Windows Operating System.
-
Dec 2014 List the key features supported by a windows operating system.
-
-
Write a C++ program to multiply two 3 x 3 matrices.Short Answer May-2006 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
With the help of functional over loading implement complex addition.Short Answer May-2006 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
Write a C++ program which reads input from a File DING.cpp to count number characters and words of the file.Short Answer May-2006 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
May 2013 Write a program in C++ to count number of characters in a file.
-
Dec 2012 What is file? Write a C++ program to count the number of characters in a given file.
-
-
Write briefly about program development tools.Short Answer May-2006 • PTU B-TECH
Existing answers are stored as HTML; you can edit directly without converting to Markdown.
-
Dec 2014 Write short note on program development tools?
-
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.