Class XI IT Question Bank
Class XI IT Question Bank
32. State true or false : AND Operator is used with where clause and returns true if
both the conditions are true.
Ans. True
33. Undo, cut, copy and paste are available in ___________ menu.
(a) View (b) Edit (c) Format (d) File
Ans. Edit
34. You can change the magnification of the page (i.e., make it bigger or smaller)
using __________ option.
(a) Page indicator (b) Proofing level (c) Zoom bar (d) Help
Ans. (c) Zoom bar
35. On the __________ side of the status bar, you can see page number and word
count in LibreOffice.
(a) right (b) centre (c) left (d) middle
Ans. (c) left
36. Which menu option has the commands Save, Print and Close?
(a) Insert (b) File (c) Tools (d) Format
Ans. (b) File
37. Which of the following stakeholders makes policies for a green economy?
(a) Non-government organisations (b) Scientific community
(c) Government (d) Private sector
Ans. (c) Government
38. Which of the following actions would not help a green agriculture sector?
(a) Using chemical fertilisers
(b) Using organic manure
(c) Growing vegetables using vermicompost
(d) Buying or selling organic potatoes
Ans. (a) Using chemical fertilisers
39. Which of the following action will promote green economy
(a) Use of non-renewable resources (b) Sustainable development
(c) Social protection (d) Creating jobs
Ans. (b) Sustainable development
40. GUI stands for?
Ans. Graphical User Interface
41. int is a /an______________
(a) identifier (b) keyword (c) statement (d) expression
Ans. (b) Keyword
42. IDE stands for
(a) Integrated Development Environment
(b) Integrated Developed Environment
(c) Information Development Environment
(d) Integrated Development Expression
Ans. (a) Integrated Development Environment
43. Java is an /a __________________ language.
(a) Programming (b) Object oriented programming
(c) Low level programming (d) Middle level programming
Ans. (b) Object oriented programming
44. In Java “ if ” statement is used for _____________
(a) repeats the statements (b) compare the values
(c) print statement (d) select the statement
Ans. (b) compare the values
45. (+, - , * , / ) is called ________________.
(a) Relative Operators (b) Relational Operators
(c) Arithmetical Operators (d) Selection Operators
Ans. (c) Arithmetical Operators
46. What is the main role of private agencies in a green economy?
(a) Helping the government in implementing policies
(b) Making policies
(c) Making laws
(d) Making national budget
Ans. (a) Helping the government in implementing policies
47. Who is responsible for the success of green economy in the country?
(a) Government (b) Social Workers
(c) Individual citizens (d) All of the above
Ans. (d) All of the above
48. (>, <, >=, <=, = =, != ) is called ________________.
(a) Logical Operators (b) Relational Operators
(c) Arithmetical Operators (d) Selection Operators
Ans. (b) Relational Operators
49. Which menu option has the option mail merge?
(a) Insert (b) File (c) Tools (d) Format
Ans. (c) Tools
10. Explain any two function which are used in electronic spreadsheet.
Ans. Sum() Find the sum of all numbers of given range.
Average() Find the average of all numbers of given range.
Max() Find the biggest number from the given range.
Min()Find the smallest number from the given range.
Count() To count all filled cells of given range.
Ans. Hardware
The physical components of a computer system, such as the CPU, memory, hard
drive, monitor, keyboard, and mouse. Hardware performs physical actions, like
processing data or displaying information. Hardware can deteriorate over time
due to physical wear and tear, and often requires physical replacement when it
breaks.
Software
The collection of instructions, data, and programs that run on a computer and tell
the hardware how to function. Software is intangible, existing only as digital
information and cannot be physically touched. Software can become outdated as
technology advances, but can usually be updated or replaced through digital
downloads.
Clear Button
private void jButton2ActionPerformed(java.awt.event.ActionEvent evt) {
jTextField1.setText("");
jTextField2.setText("");
jTextField3.setText("");
jTextField4.setText("");
}
Exit Button
private void jButton3ActionPerformed(java.awt.event.ActionEvent evt) {
System.exit(0);
}
24. Differentiate between Slide Show Settings, Custom Animation & slide transition
options.
In LibreOffice Impress, slide transitions, custom animations, and slide show
settings are used to create presentations with visual interest:
• Slide transitions: Control the look of the transition between slides.
• Custom animations: Add movement to objects on a slide.
• Slide show settings: Rehearse the timing of animations.
How to use Slide Show Settings, Custom Animation & slide transition features in
Impress:
• Slide transitions
1. Select the slide to add a transition to in Normal view
2. Click Slide Transition in the Tasks pane
3. Choose a transition from the list
4. Preview the transition in the document window
• Custom animations
1. Select the slide to animate in Normal view
2. Select Animation in the Sidebar
3. Select two elements on the slide
4. Click Add Effect (+ plus sign)
5. Select options for the animation
• Slide show settings
1. Go to Slide Show > Rehearse Timings on the main menu bar
2. Check the animation of the selected objects
25. What is a button group? Which control is generally used with a buttongroup.
Ans. A button group is a non-visual, mutually exclusive group of buttons. It manages
the selected/unselected state for a set of buttons. All buttons in the group are
initially unselected
26. What is the purpose of the following views – Slide Sorter, Slide Show ,Notes
Page, Handout Page
Ans. Slide Sorter
A view in the Impress workspace that allows you to work with slides. You can
use the Slide Sorter view to make changes to slides, such as cutting, copying,
pasting, duplicating, renaming, hiding, deleting, or moving them.
Slide Show
A presentation created in Impress. Impress presentations can be opened by other
presentation software or exported in different formats.
Notes Page
A page where you can add notes for the speaker. You can add a header, footer,
and page numbers to the notes page.
Handout Page
A printout that attendees can follow along with and take notes on. Handouts can
print one to nine slides per page.
27. What is the importance of Non-verbal and Visual Communication?
Ans. Non-verbal Communication-
Communication In our day-to-day communication, it is observed that most of the
communication is done using body movements (face or arms movements, etc.)
and voice control (voice, tone, pauses, etc.) and less than 10% is done using
words.
Visual Communication-
Another important method of communication is visual communication, which
involves sending and understanding messages only through images or pictures.
The main advantage of this type of communication is that you do not need to
know any particular language for understanding it. It is simple, easy to understand
and remains same across different places.
28. What do you mean by Grooming?
Ans. Dressing refers to clothes you wear. Grooming is the process of making yourself
look neat, tidy and clean. The way you dress, and groom can send a message that
you are confident and smart. Grooming is important because it helps us to
• look neat and clean.
• feel confident about ourselves.
• make a good impression of ourselves on others including customers.
(a) Display the designation of employees with name, salary and date of joining.
(b) Display the all details of employees whose designation is “Sales manager” .
(c) Add a new column Department.
(d) select EmpName, Designation, Salary from EMP where Comm is NULL;
(e) select * from EMP where city like ‘ % i ' ;