Read and download free pdf of CBSE Class 12 Informatics Practices Programming Fundamentals Assignment. Get printable school Assignments for Class 12 Informatics Practices. Class 12 students should practise questions and answers given here for Programming Fundamentals Informatics Practices in Class 12 which will help them to strengthen their understanding of all important topics. Students should also download free pdf of Printable Worksheets for Class 12 Informatics Practices prepared as per the latest books and syllabus issued by NCERT, CBSE, KVS and do problems daily to score better marks in tests and examinations
Assignment for Class 12 Informatics Practices Programming Fundamentals
Class 12 Informatics Practices students should refer to the following printable assignment in Pdf for Programming Fundamentals in Class 12. This test paper with questions and answers for Class 12 Informatics Practices will be very useful for exams and help you to score good marks
Programming Fundamentals Class 12 Informatics Practices Assignment
PROGRAMMING FUNDAMENTALS
Questions and Answers
Q1. Name any two Object Oriented Programming languages?
Ans. C++ and Java
Q2. Why is java called a platform independent language?
Ans Java program can be easily moved from one computer system to another, anywhere anytime. Changes and upgrade in operating system, processors and system resources will not force any change in the Java program. Hence it is called a platform independent language.
Q3. Elaborate the java Compilation process.
Ans. The source program is first converted into a byte code using a java compiler. This byte code is machine independent i.e. same for all the machines. Later the byte code is executed on the machine using an interpreter.
Q4. Why do we write a comment in a program? What are the two ways of writing comment in a java Program?
Ans. Comments are added to a program for the following purposes:-
1. Make the more readable and understandable
2. For future references we can add comments in a Java program in the following ways:
i) Adding // before the line which is to be commented. This can be used only for single line comments.
ii) using a pair of /* and */ for multi-line comments.
Q5. What is a syntax error in context of a program? Give an example.
Ans. Error in the way of writing a statement in a program, results in a syntax error. For e.g. for ( i=0, i<=100. i++), will result in a syntax because the program has written comma instead of a semi comma in the for loop.
Q6. What is RAD programming? Why is program development in java using Netbeans IDE is RAD?
Ans. RAD stands for Rapid Application Development. A programming style which aims at building programs fastly through the use of tools and wizards is called RAD. Program development using Netbeans IDE is RAD as it
• provides GUI
• Provides online help and suggestions during typing of the program (using ctrl+ Spacebar key)
• Error alerts while typing of the program.
Q7. What is IDE? Name two IDE for Programming in java.
Ans. A programming environment, where all the tools required for programming are available under one roof is called IDE. Two IDE for Java are Netbeans and BlueJ
Q8. Name any two type of Tokens available in Java.
Ans. Keyword, Identifier, Literal, Punctuators ad Operators.
Q9. What are primitive data types? Name the various primitive data type available in Java.
Ans. Data types that are directly available with java are called primitive data type. Various primitive data types available in java are byte, short, int, long, float, double, char and boolean.
Q10. What are Reference data types?
Ans. Data types created by the programmer using the primitive data type are called reference data type e.g. Classes, interfaces etc.
Please refer to attached file for CBSE Class 12 Informatics Practices Programming Fundamentals Assignment
CBSE Class 12 Informatics Practices Data Handling using Pandas Assignment |
CBSE Class 12 Informatics Practices Societal Impacts Assignment |
CBSE Class 12 Informatics Practices Programming Fundamentals Assignment
We hope you liked the above assignment for Programming Fundamentals which has been designed as per the latest syllabus for Class 12 Informatics Practices released by CBSE. Students of Class 12 should download and practice the above Assignments for Class 12 Informatics Practices regularly. We have provided all types of questions like MCQs, short answer questions, objective questions and long answer questions in the Class 12 Informatics Practices practice sheet in Pdf. All questions have been designed for Informatics Practices by looking into the pattern of problems asked in previous year examinations. You can download all Revision notes for Class 12 Informatics Practices also absolutely free of cost. Lot of MCQ questions for Class 12 Informatics Practices have also been given in the worksheets and assignments for regular use. All study material for Class 12 Informatics Practices students have been given on studiestoday. We have also provided lot of Worksheets for Class 12 Informatics Practices which you can use to further make your self stronger in Informatics Practices.
You can download free Pdf assignments for CBSE Class 12 Informatics Practices Programming Fundamentals from StudiesToday.com
All topics given in Programming Fundamentals Informatics Practices Class 12 Book for the current academic year have been covered in the given assignment
No, all Printable Assignments for Programming Fundamentals Class 12 Informatics Practices have been given for free and can be downloaded in Pdf format
Latest syllabus issued for current academic year by CBSE has been used to design assignments for Programming Fundamentals Class 12
Yes, we have provided detailed answers for all questions given in assignments for Programming Fundamentals Class 12 Informatics Practices