Computer Science

The Best Fundamentals Computer Science(083) Viva Questions Answers
| | | | | | |

The Best Fundamentals Computer Science(083) Viva Questions Answers

The Best Fundamentals Computer Science(083) Viva Questions Answers Viva Questions and Answers 2023 for Computer Science (083) Rules for conducting the CBSE Computer Science (083) practical 2023. Unit 1 :- Lab Test Python program (60% logic + 20% documentation + 20% code quality) A stub program with Python SQL connectivity must be provided with blanks…

CBSE Informatics Practices 065 class 12 term2 sample paper 2021-22
| | | | | |

CBSE Informatics Practices 065 class 12 term2 sample paper 2021-22

CBSE Informatics Practices 065 class 12 term2 sample paper 2021-22 Consider a table SALESMAN with the following data : Write SQL queries using SQL functions to perform the following operations : Q1. Display salesman name and bonus after rounding off to zero decimal places. Ans:- SELECT  SNAME,ROUND(BONUS,0) FROM SALESMAN; Q2. Display the position of occurrence…

Download XAMPP Server for MySQL for classes XI and XII
| |

Download XAMPP Server for MySQL for classes XI and XII

XAMPP: Introduction Firstly, XAMPP is a free and open source cross-platform web server package that includes the Apache HTTP Server, MySQL, PHP and Perl. XAMPP is a software package that provides a web server, database, and scripting language (PHP) to build dynamic web applications. Xampp contains five components: Apache Web Server MariaDB or MySQL Database Management System…

CBSE Class XII MYSQL MCQs and Answers
| | | | | | |

CBSE Class XII MYSQL MCQs and Answers

CBSE Class XII MYSQL MCQs and Answers MYSQL Overview MySQL is an open-source relational database management system that is widely used for managing databases. Some of the basic concepts and commands of MySQL include creating a new database or table, inserting, selecting, updating, and deleting data. To create a new database or table, you can…

CBSE Class 12 Computer Science Question Paper 2021
| | | | | | |

CBSE Class 12 Computer Science Question Paper 2021

CBSE Class 12 Computer Science Question Paper 2021 Introduction Computer Science question paper for class XII (Compartment Examination 2021) is given below in form of MCQ test. Students can give the exam online free at iqcliq.com. We hope, this initiative will help the students to prepare for their upcoming TERM 1 examination. This MCQ test…

Latest Python MCQ class 12 Computer Science
| | | |

Latest Python MCQ class 12 Computer Science

Latest Python MCQ class 12 Computer Science Introduction Firstly, The Central Board of Secondary Education (CBSE) has introduced a new subject in Class 12 – Computer Science. The subject code of Computer Science is 083. This is a great opportunity for students who are interested in skill-up in IT. The course will teach them the…

CBSE Class 12 Dataframe Mock Test Free
| | | | | |

CBSE Class 12 Dataframe Mock Test Free

Introduction A DataFrame is a tabular data structure with two dimensions that is widely used for data analysis and manipulation in programming languages such as Python, R, and Pandas. In a dataframe, rows represent separate observations or instances, while columns represent variables or attributes. Each cell in the DataFrame contains a value, and all the…