0% found this document useful (0 votes)
543 views2 pages

Class VI Computer Sample Paper 2024-25

This document is a sample examination paper for Class VI students at Angels' Academy Sr. Sec. School, focusing on computer science. It includes multiple choice questions, fill-in-the-blanks, short answer questions, long answer questions, and differentiation tasks, covering topics like artificial intelligence, presentation software, and Python programming. The exam is designed to assess students' understanding of computer concepts and practical applications.

Uploaded by

a.rryansh73
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
543 views2 pages

Class VI Computer Sample Paper 2024-25

This document is a sample examination paper for Class VI students at Angels' Academy Sr. Sec. School, focusing on computer science. It includes multiple choice questions, fill-in-the-blanks, short answer questions, long answer questions, and differentiation tasks, covering topics like artificial intelligence, presentation software, and Python programming. The exam is designed to assess students' understanding of computer concepts and practical applications.

Uploaded by

a.rryansh73
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

ANGELS’ ACADEMY SR. SEC.

SCHOOL
NAME ___________________
SAMPLE PAPER -2 FOR ANNUAL EXAMINATION
ROLL NO __________________ CLASS – VI (2024-25)
SUBJECT – COMPUTER
Duration: 1.30hours Max. Marks: 40
General Instructions:
1. The question paper has 24 questions in 4 sections.
2. All questions are compulsory.
SECTION - A

MULTIPLE CHOICE QUESTIONS: (1 x 5 = 5)


1. What among the following are some applications in your everyday life which are powered by AI?
a)Social media recommendations
b)buying vegetables from the street
c)Climbing the stairs
d)Reading a hardbound book
2. What is the use of slide master view?
a)This option allows you to change backgrounds of all the slides at once.
b) This option allows you to customize a particular slide layout
c) This option allows you to customize formatting slides
d)All of these
3. What refers to the placement of text with respect to cell boundaries?
a)Alignment b)Line spacing c)Styles d)None of these
4. What are formulas using only one operator known as?
a) Simple formulas b) Complex formulas c)Mixed formulas d) None of these
5. Which of the following symbols is used to add multiline comments in python?
a) ‘‘‘‘‘‘ ’’’’’’ b) # c) + d)$
FILL IN THE BLANKS: (1 X 5 = 5)
6. _____ is a branch of computer science that brings together multiple disciplines with the aim to
create smart machines.
7. _______ view displays the slides horizontally in a miniature form.
8. ________ makes the entire text appear on multiple lines of the cell.
9. The default row height in excel is ____ pts.
10. We can use ____ operator to assign values to the variable.

SECTION - B
SHORT ANSWER TYPE QUESTIONS: (1.5 X 6 = 9)
11. What is artificial intelligence?
12. What do you mean by presentation?
13. What do you understand by formatting of cells?
Page 1 of 2
14. What is range of cells?
15. Who created python programming language?
16. How will you take a user input in a program and print the program output to the
screen?

SECTION - C
LONG ANSWER TYPE QUESTIONS: (2 X 6 = 12)
17. What are the disadvantages of AI?
18. What is the slide Master view? Write any two of its uses.
19. Write the steps to change the column width.
20. How can formulas be copied?
21. What are variables? How will you assign a value to a variable in python?
22. Write a program to print your name and school name using input function.

SECTION - D
[Link] between the following. (2 X 3 = 6)
i) Worksheet and Workbook
ii) Max () and Min ()
iii) input () and print ()
[Link] the output of the following programs. (1 x 3 = 3)
i) print (“Hello”)
ii) x=15
print(x)
iii) print (10 / 5)

Page 2 of 2

Common questions

Powered by AI

Changing the column width in spreadsheet applications involves adjusting the width to better fit the data within cells, which aids in improving readability and presentation. Users can drag the column boundaries or use the format menu to specify exact widths . This process is significant as it prevents text overflow and ensures data is displayed clearly, enhancing overall data management.

Artificial intelligence is a branch of computer science that involves the creation of smart machines capable of performing tasks that typically require human intelligence. Its interdisciplinary nature involves combining fields like machine learning, natural language processing, robotics, and computer vision, which collectively enhance AI's capabilities and applications .

The input() function allows a program to receive data from the user, enabling dynamic interaction and customization based on user input. In contrast, the print() function outputs data to the user, displaying results or messages on the screen . Both functions are essential for creating interactive programs, with input() focusing on receiving and print() on communicating information effectively.

Text alignment refers to how text is positioned within the cell boundary, affecting readability and overall data presentation in spreadsheets . Proper alignment, such as centering or left-aligning, can make data more understandable and visually appealing, which is crucial for accurately interpreting data entries and maintaining aesthetic consistency.

The Slide Master View in presentation software allows users to make global changes to the appearance of slides, such as background customization and layout modifications . Its two primary uses are changing the background of all slides at once and customizing the formatting and layout for consistency throughout the presentation.

Comments in Python programming are significant for code documentation and readability, helping programmers understand the code's purpose and logic. Multiline comments are encapsulated using triple quotes, i.e., ''' (three single quotes) at both the start and end of the comment block, enabling the inclusion of detailed explanations . These help in maintaining and updating code over time.

The MAX() function in spreadsheet software returns the largest value in a given data set, whereas the MIN() function returns the smallest value. These functions are typically used in data analysis to identify extremities in numerical data, such as determining the maximum sales figure or minimum temperature recorded in a dataset .

The default row height in Excel is 15 points . This setting influences data presentation by providing a standard space for viewing and entering data. It ensures uniformity and clarity across the spreadsheet, but users can adjust it to fit more data or enhance readability based on specific presentation needs.

Artificial intelligence offers advantages such as increased efficiency, automation of repetitive tasks, and enhanced predictive analytics. However, it also presents disadvantages, including potential job displacement, ethical concerns, and the need for significant investment in technology and expertise to implement AI solutions . Balancing these aspects is crucial for maximizing AI's benefits while mitigating its downsides.

Artificial intelligence powers applications such as social media recommendations, which impact user behavior by tailoring content to individual preferences and increasing engagement . These applications analyze user data to suggest content, products, or services, influencing decision-making and enhancing user satisfaction through personalized experiences.

You might also like