CBSE Class 12 Computer Science HOTs Communication and Networking

1 King Soft Organization has set up its new center at Mumbai for its office and web based activities. It has 4 blocks of buildings as shown in the diagram below. a) Suggest a cable layout of connections between the blocks. b) Suggest the most suitable place(i.e.block ) to…

CBSE Class 12 Computer Science HOTs Data Structures Set A

<p></p>Data Structure (Array, Stack, Queue) 1 Write a function in C++ to perform a PUSH operation in a dynamically allocated stack considering the following: struct Node { int x,y; Node * Link; }; 2 Write a function in C++ to combine the contents of two equi-sized…

CBSE Class 12 Computer Science HOTs Database and SQL

Unit 3 : Database and SQL General Guidelines to solve questions based on Database Concepts: 1. To answer the questions on Database Concepts, your answer should be to the point. 2. In case of few students who know the concept but are not able to write the answer, the practice…

CBSE Class 12 Computer Science HOTs Programming in C++ Four mark Questions

<p></p>Programming in C++ Q.1. Define a class TEST in C++ with following description: Private Members • TestCode of type integer • Description of type string • NoCandidate of type integer • CenterReqd (number of centers required) of type integer • A member function…

CBSE Class 12 Computer Science HOTs Programming in C++ Three mark Questions

<p></p> Q.1. Write the output of the following program: #include<iostream.h> #include<conio.h> int a =3; void demo(int &x, int y, int *z) { a+= x; y*=a; *z = a+y; cout<< a << “”<< x << “”<<y << “”<<z <<…

CBSE Class 12 Computer Science HOTs Programming in C++ Two mark Questions

<p></p> 2 Marks Questions Programming in C++ Q.1. Rewrite the following codes after removing errors, if any, in the following snippet. Explain each error. #include<iostream.h> void main( ) { int x[5], *y, z[5] for (i = 0; i < 5; i ++ { x[i] = i; z[i] = i + 3…

CBSE Class 12 Computer Science HOTs Programming in C++ One mark Questions

<p></p> Q.1 Mark Questions Programming in C++ 1. Observe the program segment carefully and answer the question that follows: class item { int item_no; char item_name[20]; public: void enterDetail( ); void showDetail( ); int getItem_no( ){ return item_no;} }; void…

CBSE Class 10 English HOTs Julius Caesar

Julius Caesar 1. Why does Antony call Brutus “ the noblest Roman of them all.”? (5) 2 Why was it essential for the conspirators to include Brutus in the conspiracy? 3.Was Julius Caesar really ambitious? Give instances from the text to prove this. 4. If Julius Caesar had acted…

CBSE Class 10 English HOTs Christmas Carol

Christmas Carol Long answer type questions of 4 marks (global comprehension) 1. What role does the ghost of Jacob Marley play in changing Mr.Scrooge? Reminds him of his own life and suffering-warns him to change before it is too lateannounces the arrival of three ghosts. 2.…

CBSE Class 10 English HOTs The Rime Of The Ancient Mariner

  THE RIME OF THE ANCIENT MARINER Long answer type questions of 4 marks (global comprehension) Q.1. Why do the sailors hail albatross as a 20hristian soul? It saved them from death and destruction Q. 2. How does the wedding guest feel while listening to the story of…

CBSE Class 10 English HOTs Mirror

  Mirror 1. What sort of preconceptions does the poet refer to in the context of the poem ‘Mirror’? 1) The mirror has no opinion or ideas that are formed beforehand but it takes in things as they are. 2. The woman in the poem is searching for something in the depths…

CBSE Class 10 English HOTs The frog and the Nightingale

  The frog and the Nightingale 1 In spite of the frog’s crass cacophony how could he emerge as the winner? 1)Clever, manipulative-exploited the nightingale’s vulnerability 2 The Nightingale is responsible for her own death. Comment. 2)Too naïve to the explitative and…

CBSE Class 10 English HOTs Ode to the West wind

  Ode to the West wind Q1.”Ode to the West wind” is a symbolic poem. Discuss. 1)The West Wind is symbol of destruction & rejuvenation – degeneration& regeneration – death & rebirth/resurrection. Q2.Why does the poet want to become the West Wind? How does…