Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

351.

Advantage of entrepreneurship as a career

Answer» \tA flexible schedule. ...\tAutonomy. ...\tCreating a\xa0career\xa0that aligns with your values. ...\tConstant growth and development. ...\tMeeting like-minded people. ...\tUnexpected and thrilling experiences. ...\tChoosing who to work with. ...\tGreater self-confidence.
352.

Sir please differentiate between the different types of accessibility

Answer» BRO, SEARCH ON GOGGLE
353.

Sir please send the solutions of all the chapters

Answer»
354.

Sir please send the solutions oth all the chapters.

Answer» Me bhej dunga
Tera pass nahi ha kya
Kyo
355.

All important questions give us

Answer» Of IT 402
356.

Sir please send questions papers of computer It402

Answer»
357.

CBSE syllabus of information technology

Answer» Kya app ke pass computer Ki new book hee kya hee toh Suru ke 5 chapter ki photo send krr do
358.

Session 1

Answer»
359.

Where I can get solutions of fill blanks and short questions ?

Answer» https://drive.google.com/file/d/10YeOIk_uSOeLdpypNSeL2zlBCYlTfFHP/view?usp=drivesdkhttps://drive.google.com/file/d/10YpdDHNxQ8GwuYx8qNNSUhq4fxVMvyBy/view?usp=drivesdk
360.

Please send the Question paper of Information Technology (402) ????????

Answer» What is the template
QP- https://drive.google.com/file/d/10YeOIk_uSOeLdpypNSeL2zlBCYlTfFHP/view?usp=drivesdkAS- https://drive.google.com/file/d/10YpdDHNxQ8GwuYx8qNNSUhq4fxVMvyBy/view?usp=drivesdk
361.

Differentiate between WHERE and ORDER BY clause.

Answer» Group by\xa0statement is used to group\xa0the\xa0rows that have\xa0the\xa0same value. Whereas\xa0order\xa0by\xa0statement sort the result-set either in ascending or in descending\xa0order.
362.

What are the used of IT in Day to day life

Answer» To communicate between country to countryHelp in globalisationHelp in our education,bussiness and commerce
363.

There is no chapter of computer

Answer»
364.

What is the role of online transaction in e-shopping and e-ticketing??

Answer» Online transaction is very useful in our daily life. It\'s very helpful when notes are changed. It is helpful for\xa0online shopping. It is used to buy tickets\xa0online like movie tickets, rail tickets,bus tickets,etc.
Online transaction is much easier than going offline.. Tickets can be brought easily.. We can also do shopping from online sites like Amazon, Flipkart, OLX. etc.. Like pls...
365.

What is non metal

Answer» Those elements which can\'t donate it\'s free electron and form negative ions, and also have more than 3 as valence electron in its outermost shell except hydrogen & helium, called Non-metals.
366.

Network architecture

Answer» Two architecture are peer to peer and client server.
Network architecture ar of 2 typePeer to peer and client server
Network architecture\xa0refers to the waynetwork\xa0devices and services are structured to serve the connectivity needs of client devices.Network\xa0devices typically include switches and routers. Types of services include DHCP and DNS. Client devices comprise end-user devices, servers, and. smart things.
367.

Visual communication

Answer» It is a type of communication in which information can be either be seen or read
The type of communication in which information is shared through visual methods like symbols,geatures etc
368.

write and perform the step to modify the layout of a paragraph with inserting header and footer

Answer» Click on page layout tab ,click on dialog box launcher arrow from paragraph group, a window appear various option required by you , you can modify easily
369.

Which is used to view the thumbnail of the selected image

Answer» The menu in which you can get the styles and the formatting are as follows.Step 1 .you have to go to ms word .Step 2.you have to go to insert option .Step3.you get the options like the styles and the formatting .Step 4.select any one of the following of them either styles or the formatting ,a drop down dialog box will open .Step 5. Apply it
Just you have to cut your thumb and your nail so it became thumbnail
Answers to question any one
Plzzzz
In which menu do we find styles and formatting
370.

How to sign in the yahoo messenger when the user is not having an existing account

Answer» first create a account
371.

Give examples of data base in which the data source can be created

Answer» files9
372.

What is the use of Macros in a Spreadsheet

Answer» Macros acts like a button in spreadsheet if you click on the macros the interpreting steps will be procwssed again like that
If you have tasks in Microsoft\xa0Excel\xa0that you do repeatedly, you can record a\xa0macro\xa0to automate those tasks. A\xa0macro\xa0is an action or a set of actions that you can run as many times as you want. When you create a\xa0macro, you are recording your mouse clicks and keystrokes.
373.

What the hell is IT CODE 402?

Answer» It means information technology the code given by CBSE for it is 402 this basics of information technology are that the skills we can develop in our own like the entrepreneur skills and also the basic skills like self confidence and stress management which are very important for our daily life And in the advance level of information technology we can get coding which has some advance level languages like the c++,python and c#,java script and all which actually used to make the games apps websites and etc in future there is a great demand in the it sector .in India bangaluru is known as the it hub .
Ask to your sir..?? (just kidding)..
374.

What is the Reduced syllabus of information technology(402) 2020-2021

Answer» 0%reduced syallbus
Fgvdgcnm
Land
You can ask for Google or in my cbse guide app it is there
375.

Please provide me revised syallbus of IT

Answer» Of part B
All units of part A and 2 and 5 units were removed
376.

Dash serves as interface between the user and computer

Answer» Operating system
377.

Explain primary and foreign key with example

Answer» What is the Foreign key?FOREIGN KEY\xa0is a column that creates a relationship between two tables. The purpose of Foreign keys is to maintain data integrity and allow navigation between two different instances of an entity. It acts as a cross-reference between two tables as it references the primary key of another table.Example:DeptCodeDeptName001Science002English005ComputerTeacher IDFnameLnameB002DavidWarnerB017SaraJosephB009MikeBruntonIn this key in dbms example, we have two table, teach and department in a school. However, there is no way to see which search work in which department.In this table, adding the foreign key in Deptcode to the Teacher name, we can create a relationship between the two tables.Teacher IDDeptCodeFnameLnameB002002DavidWarnerB017002SaraJosephB009001MikeBruntonThis concept is also known as Referential Integrity.
PRIMARY KEY\xa0is a column or group of columns in a table that uniquely identify every row in that table. The Primary Key can\'t be a duplicate meaning the same value can\'t appear more than once in the table. A table cannot have more than one primary key.Rules for defining Primary key:Two rows can\'t have the same primary key valueIt must for every row to have a primary key value.The primary key field cannot be null.The value in a primary key column can never be modified or updated if any foreign key refers to that primary key.Example:In the following example, StudID is a Primary Key.StudIDRoll NoFirst [email\xa0protected]@[email\xa0protected]
378.

Explain database,tables,tuples and attributes

Answer» Database is an organised way of collection. it help in designing building and maintaing complex informationTable are basic building block of dbTuples are also known as row/record. A row reprsent a set of related data and represent a singa data item in tableAttribute/field/column is a set of data value of a particular type
379.

Define mail merge.explain the steps how to use it

Answer» The\xa0mail merging process\xa0generally requires the following\xa0steps:\tCreating a Main Document and the Template.\tCreating a Data Source.\tDefining\xa0the\xa0Merge\xa0Fields in the main document.\tMerging\xa0the Data with the main document.\tSaving/Exporting.
380.

What is digital documention?

Answer» A document is a paper with written content and the process of preparing a document is called digital documentation. Thanking you Your\'s faithfully Prabhat Pathak
381.

Difference between create statement and select statement

Answer» It is used when SQL query is to be executed only once. It is used when SQL query is to be executed multiple times. You can not pass parameters at runtime. You can pass parameters at runtime.
382.

Which rule should be followed by a communicated while constructing a message

Answer»
383.

What are basic functions of MS--office

Answer» The basic functions of ms-office are*to store a data in a row and columns.
Ms office is basically used for saving document and maing presentations and making ur documents and so on and it also help u to save ur some important things as a pdf and u also make ur job resumes and etc;........if it helps u then plzz press the thnx button.☺️☺️????
384.

What is cropping? Hiw is it useful?

Answer» Hi
Cropping means tocut or to trim used in most image processing programs to small it.
385.

What is pros and cons

Answer» Pros means advantages and cons means disadvantages
386.

How can we position image in a text?

Answer» By making a text box the going to insert and inserting a image
387.

Bhai 2021 ka syllabus kya ha

Answer» Sab kuch aana hai bro
What is ms excel
Jgryfhh
388.

Give some examples of different types of relationships in data base?

Answer» No
389.

Poonam has made a chart and a poster on earth day

Answer» What is meaning of this
How I know what you want to ask
Please ask full questions
390.

What is difference between formatting and editing in word

Answer» Editing means modifying like spell check/grammar,etcWhereas formatting refers to change appearence of text,page, documents etc
391.

What is networking? Also write its benefits

Answer» Setting up a\xa0computer network\xa0is a fast and reliable way of sharing information and resources within a business. It can help you make the most of your IT systems and equipment.Main benefits of networks include:\tFile sharing\xa0- you can easily share data between different users, or access it remotely if you keep it on other connected devices.\tResource sharing\xa0- using network-connected peripheral devices like printers, scanners and copiers, or sharing software between multiple users, saves money.\tSharing a single internet connection\xa0- it is cost-efficient and can help protect your systems if you properly secure the network.\tIncreasing storage capacity\xa0- you can access files and multimedia, such as images and music, which you store remotely on other machines or network-attached storage devices.
392.

What aree queries in access

Answer» Hye sir can I get It sample paper 2021
393.

Our syllabus 2021

Answer» Bhai 2021 ka syllabus kya ha
Hii
394.

1.What is communication** 2.Tpyes of communication** :-Explain 3.What is self management **

Answer» Communication are two types Verbal communication Written communication
Types of communication 1) language competence 2) listening 3) vocabulary 4) general awareness 5) domain knowledge
395.

How many row and column in excel

Answer» Thanks
1048576 row and 16384 column
1048576 rows and 16384 column
1,048,576 rows\xa0and\xa016,384\xa0columns
396.

What do you mean by template? Tell the steps for setting up default template.

Answer» Hii
Templates or document templates refer to a sample fill-in-the-blank document that can help in saving time.The steps for setting up default template are-1.On the contents tab in the details pane, click the templates tab to display available templates.2.Right click the template that you want to set as the default.3.Then click set as default.4.Click yes to confirm.
397.

What is excel

Answer» Exel is a spreadsheet program
Microsoft Excel is a helpful and powerful program for data analysis and documentation. It is a spreadsheet program, which contains a number of columns and rows, where each intersection of a column and a row is a “cell.” Each cell contains one point of data or one piece of information.
398.

Write pros and cons of verbal/oral communication

Answer»
399.

What is macro?

Answer» a single instruction that a computer automatically reads as a set of instructions necessary to do a particular task
Macro means large in quantity or something big or thick
400.

What is a feedback??

Answer» ??
Comments about something that you have done which tells you how good or bad it is
Feedback is an event that occurs when the output of a system is used as input back into the system as part of a chain of cause and effect.
A feedback is a reply to a person whom we are talking to