Path : /home/vishqocm/pcib.in/admin/templates/
File Upload :
Current File : //home/vishqocm/pcib.in/admin/templates/question_examples.csv

question_text,question_type,difficulty,marks,is_practice,explanation,answer_key,option_1,correct_option_1,option_2,correct_option_2,option_3,correct_option_3,option_4,correct_option_4,correct_answer
"What is the capital of France?",multiple_choice,easy,1,No,"Paris is the capital and most populous city of France.",,"Paris",Yes,"London",No,"Berlin",No,"Madrid",No,
"What is the largest planet in our solar system?",multiple_choice,medium,2,No,"Jupiter is the largest planet in our solar system with a mass of 1.9 x 10^27 kg.",,"Jupiter",Yes,"Saturn",No,"Neptune",No,"Earth",No,
"Which of the following languages is NOT object-oriented?",multiple_choice,medium,2,No,"HTML is a markup language, not an object-oriented programming language.",,"Java",No,"Python",No,"C++",No,"HTML",Yes,
"Which of these is NOT considered one of the four basic principles of Object-Oriented Programming?",multiple_choice,hard,3,No,"The four basic principles of OOP are Encapsulation, Inheritance, Polymorphism, and Abstraction. Compilation is not one of them.",,"Inheritance",No,"Abstraction",No,"Polymorphism",No,"Compilation",Yes,
"The sum of all angles in a triangle is 180 degrees.",true_false,easy,1,Yes,"The sum of the angles in any triangle is always 180 degrees, which is a fundamental property in Euclidean geometry.",,,,,,,,,,"True"
"JavaScript was created by Microsoft.",true_false,easy,1,No,"JavaScript was created by Brendan Eich while working at Netscape Communications Corporation.",,,,,,,,,,"False"
"The human body contains 206 bones.",true_false,medium,1,No,"The adult human skeletal system consists of 206 bones.",,,,,,,,,,"True"
"What is the chemical symbol for gold?",short_answer,easy,1,No,"Gold's chemical symbol 'Au' comes from the Latin word 'aurum', meaning gold.",Au,,,,,,,,,,
"What year did World War II end?",short_answer,medium,2,No,"World War II ended in 1945 with the surrender of Nazi Germany in May and Japan in September.",1945,,,,,,,,,,
"What is the value of π (pi) to 2 decimal places?",short_answer,medium,2,No,"The value of pi is approximately 3.14159...",3.14,,,,,,,,,,
"What does HTML stand for?",short_answer,easy,1,Yes,"HTML stands for HyperText Markup Language.","HyperText Markup Language",,,,,,,,,,
"Describe the process of photosynthesis.",essay,hard,5,No,"Photosynthesis is the process by which green plants and some other organisms use sunlight to synthesize foods with the help of chlorophyll.",,,,,,,,,,,
"Explain how cloud computing has transformed business operations in the last decade.",essay,hard,10,No,"Cloud computing has revolutionized how businesses operate by providing scalable, flexible infrastructure and services over the internet.",,,,,,,,,,,
"Compare and contrast functional programming and object-oriented programming paradigms.",essay,hard,8,No,"Functional programming and object-oriented programming represent two different approaches to organizing code and solving problems.",,,,,,,,,,,
"What are the main functions of SQL in database management?",multiple_choice,medium,2,Yes,"SQL is used for managing and querying relational databases.",,"Data Definition and Manipulation",No,"Data Query and Control",No,"All of the above",Yes,"None of the above",No,