Class 12 Information Technology 802

Loop (while, for, do-while) in Java Question Answer

loop in java important question answer

Repetition Statement Question Answer Looping in Java – While, For and Do-While Topics: Control Flow – Repetition Structure while, do-while, and for loop Que 1. What is Repetition Structures / Looping? Answer: The repetition structure allows to perform the same sequence of statements repeatedly until some condition is met. The ability of a computer to …

Loop (while, for, do-while) in Java Question Answer Read More »

Unit 4 Work Integrated Learning IT – DMA Question Answer

unit 2 work integrated learning it dma question answer

Class 12 – Information Technology [Code 802] Unit 4: Work Integrated Learning IT – DMA Important Question Answer / Notes as Question Answer Que 1: Why DBMS is used in various domains? Answer: Database management systems have found applications in various domains as they provide efficient storage and fast retrieval of data. Que 2: List …

Unit 4 Work Integrated Learning IT – DMA Question Answer Read More »

Unit 1 Database Concepts Question Answer based on CBSE SQP

database concepts sample question paper

Class 12 – Information Technology [Code 802]Unit 1 – Database Concepts Question Bank Based on CBSE Sample Question Paper from 2018-2022 Que 1. The number of attributes in a relation is called the ____________of a relation.  [CBSE SQP] a. Tuple         b. Table                     c. Cardinality           d. Degree Answer: Degree Que 2. In order to …

Unit 1 Database Concepts Question Answer based on CBSE SQP Read More »

Selection Statement – if else and switch in Java Important Questions Answer

Selection Statement – Question Answer in Java Java Important Question Answer Selection (if else & switch) Statement in Java Que 1. What do you mean by Control flow? Answer: Control flow is a Cursor/control which executes the statement/instruction. Que 2. How many types of control structures are in Java? Answer: There are three types of …

Selection Statement – if else and switch in Java Important Questions Answer Read More »

Operators in Java Important Question Answers

Operators in Java Important Question Answer

Topics:- Operators in Java Que 1. What are Operators? Answer: Operators are special symbols in a programming language and perform certain specific operations. Que 2. What do you mean by Arithmetic Operators? Answer: Operators which perform the basic arithmetic operations – add, sub, mul, div, rem, are known as Arithmetic operators. Que 3. Explain all …

Operators in Java Important Question Answers Read More »

Unit 2 Operating Web important 100+ Question Answer Class 12 IT 802

Unit 2 Operating Web 100 Important Question Answer

Class 12 Information Technology Code 802 Unit 2 – Operating Web NCERT Book-Based Important Question Answer Que 1: What is a Web-based application? Answer: An application that can be accessed via a web browser, over a network connection is called a web-based application. Que 2: What are the advantages of Web-based applications? Answer: Advantages of …

Unit 2 Operating Web important 100+ Question Answer Class 12 IT 802 Read More »

Class 12 Information Technology Code 802 CBSE Sample Question Paper 2022-23 Answer Key Download PDF

INFORMATION TECHNOLOGY (SUBJECT CODE 802)                         Sample Question Paper with Solution for Class XII (Session 2022-2023) Max. Time: 3 Hours                                                                                                      Max. Marks: 60 General Instructions: Please read the instructions carefully. This Question Paper consists of 24 questions in two sections – Section A & Section B. Section A has Objective type questions whereas Section B …

Class 12 Information Technology Code 802 CBSE Sample Question Paper 2022-23 Answer Key Download PDF Read More »

Data Types and Variables in Java Important Question Answer

Java Data Types and Variablse Question Answer

Java Important Question Answer Data Types and Variables Que 1. What are Variables? Answer: A variable is used to store the data. A Variable is a placeholder for data that can change its value during program execution. Technically, a variable is a name for a storage location in the computer’s internal memory. Que 2. What …

Data Types and Variables in Java Important Question Answer Read More »

Class 12 IT 802 Unit 3 Fundamentals of Java Programming NCERT Book solution

unit 3 fundamental of java programming ncert solution

Unit 3 – Fundamentals of Java Programming XII Information Technology 802 NCERT Book Exercise Solution Q1. What is Java Bytecode? Answer: Bytecode is a java compiled code, which translated by java compiler from java source code to java bytecode. Java Bytecode is a highly optimized set of instructions. Bytecode is also known as Java class …

Class 12 IT 802 Unit 3 Fundamentals of Java Programming NCERT Book solution Read More »

Class 12 IT 802 Unit 1 Database concepts NCERT Book solution

class 12 info tech 802 ncert book solution unit 1 database concepts

Unit 1 – Database Concepts NCERT Book Exercise Solution Que 1. Consider the following Employee table: The primary key of this table is Employee_ID and Manager_ID is a foreign key that referencesEmployee_ID. Write SQL commands for the following: (a) Create the above table Answer: CREATE TABLE Employee (Employee_ID integer PRIMARY KEY,Employee_Name VARCHAR(30),Job_Title VARCHAR(25),Salary DECIMAL(10),Bonus INTEGER,Age …

Class 12 IT 802 Unit 1 Database concepts NCERT Book solution Read More »

Class 12 IT 802 Unit 1: Database Concepts – SQL Table Creation and Manipulation Commands Question Answer

DDL Commands Constraints & DML Commands

Unit 1: Database Concepts Important Question Answer SQL TABLE CREATION, CONSTRAINT AND MANIPULATION 1. What is SQL? Answer: SQL is a language, that is used to manage data stored in RDBMS. It uses tables to manipulate and retrieve information from databases for analysis. 2. What are the advantages of SQL? Answer: Advantages of SQL are …

Class 12 IT 802 Unit 1: Database Concepts – SQL Table Creation and Manipulation Commands Question Answer Read More »

Class 12 IT 802 Unit 1 : Database Concepts – Basics of RDBMS Question Answer

Basics of Database Question Answer

Unit 1: Database Concepts | Basics of RDBMS Important Question Answer 1. What is the full form of DBMS? Answer: Database Management System 2. What is Data? Answer: Data is a collection of raw facts which have not been processed to reveal useful information. 3. What is Information? Explain with the help of diagram and …

Class 12 IT 802 Unit 1 : Database Concepts – Basics of RDBMS Question Answer Read More »

Class 12 Information Technology 802 Term 2 2021-22 Board Examination Question Paper with Answer Key

Class 12 Information Technology Term 2 Examination Answer Key

Class XII – Information Technology [802] CBSE TERM – 2 Examination Question Paper with Solution 2021-22 [Question Paper with Solution | Date: 04-06-2022] SECTION – A (Employability Skills) 1. Write about any two interpersonal skills you know? Answer: (a) Listening (b) Positive body language (c) Positive attitude (d) Stress management (Write any two) 2. What …

Class 12 Information Technology 802 Term 2 2021-22 Board Examination Question Paper with Answer Key Read More »

Class 12 Information Technology 802 Term 1 2021-22 Examination Question Paper with Answer Key

IT 802 term 1 question paper with answer key

Class 12 Information Technology 802 Term 1 2021-22 Examination Question Paper with Answer Key CBSE Class 12 Information Technology 802 Term 1 Examination is held on 26-11-2021. INFORMATION TECHNOLOGY (SUBJECT CODE 802) CLASS XII (SESSION 2021-2022) CBSE BOARD QUESTION PAPER FOR TERM -1  Max. Time Allowed: 90 Minutes (1½ Hrs.)                                                                                                               Max. Marks: 30 General …

Class 12 Information Technology 802 Term 1 2021-22 Examination Question Paper with Answer Key Read More »

You cannot copy content of this page

Scroll to Top