Information Technology

Class 10 Information Technology 402 CBSE Previous Year Question Paper 2019 – 2023 Download Pdf

Class 10 Information Technology Code 402 – Previous Year Question Paper with Sample Question Paper 👉 Latest Blue-print of Question Paper 👉 2019-2023 CBSE Main Examination Question Papers with Answer Key 👉 2021-2023 CBSE Compartment Examination Question Paper with Answer Key 👉 2020-2024 CBSE Sample Question Paper with Answer Key To Buy a PDF, Click …

Class 10 Information Technology 402 CBSE Previous Year Question Paper 2019 – 2023 Download Pdf Read More »

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 »

Sample Paper of Information Technology Code 402 Class 10 IT Code 402 SQP 1

Class 10 Information Technology Code 402 Sample Paper with Solution Class 10 – Information Technology [Code 402] SAMPLE QUESTION PAPER – 1  Time: 2 hrs Max. Marks: 50  Instructions  1. Please read the instructions carefully  2. This Question Paper consists of 21 questions in two sections: Section A & Section B.  3. Section A has …

Sample Paper of Information Technology Code 402 Class 10 IT Code 402 SQP 1 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 10 IT Code 402 Electronic Spreadsheet Advanced Session 3 – Sharing Worksheets Data Question Answer

session 3 sharing worksheet data question answer

Electronic Spreadsheet Advanced Class 10 Information Technology Session 3: Sharing Worksheets Data Important Questions Answer 1. What is the purpose of a shared drive? Answer: The main purpose of a shared drive is to store common files for everyone to use. 2. Why did this message appear when you open a shared file? “The document …

Class 10 IT Code 402 Electronic Spreadsheet Advanced Session 3 – Sharing Worksheets Data Question Answer Read More »

Class 10 IT 402 RDBMS – SQL Commands in OpenOffice Base Notes

sql in openoffice base

Class 10 information Technology Code 402 | Unit 3 – RDBMS SQL Commands in OpenOffice Base CREATE TABLE Command: This command is used to create a new table or relation. The syntax for this command is: CREATE TABLE <table name>( <column1> <datatype> [constraint] , <column1> <datatype> [constraint], <column1> <datatype> [constraint], ); where []=optional The keyword CREATE …

Class 10 IT 402 RDBMS – SQL Commands in OpenOffice Base Notes Read More »

Class 10 IT Code 402 Electronic Spreadsheet Advanced Session 2 – Link Data and Spreadsheets Question Answer

session 2 link data and spreadsheets question answer

Electronic Spreadsheet Advanced Class 10 Information Technology Session 2: Link Data and Spreadsheets Important Questions Answer 1. What do you mean by link data and spreadsheet? Answer: Link data and spreadsheets means linking the value of other cells or sheet’s cells into another cell. This can be done with the help of cell reference in …

Class 10 IT Code 402 Electronic Spreadsheet Advanced Session 2 – Link Data and Spreadsheets Question Answer 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 »

You cannot copy content of this page

Table of Contents
Scroll to Top