0% found this document useful (0 votes)
18 views3 pages

Class VI Computer Exam Paper 2023-24

The document is an annual examination paper for Class VI in Computer subject, consisting of multiple-choice questions, fill in the blanks, true/false statements, short answer questions, long answer questions, and full forms. It covers topics such as variables, flowcharts, internet history, programming languages, and web concepts. The total marks for the examination are 50.

Uploaded by

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

Class VI Computer Exam Paper 2023-24

The document is an annual examination paper for Class VI in Computer subject, consisting of multiple-choice questions, fill in the blanks, true/false statements, short answer questions, long answer questions, and full forms. It covers topics such as variables, flowcharts, internet history, programming languages, and web concepts. The total marks for the examination are 50.

Uploaded by

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

Session 2023- 24

Annual Examination
Class: VI
Subject: Computer MM: 50
Name of Student: ___________________________________________ Class & Sec.________

Note :- All Questions are compulsory:-

Q – A Tick (✓) the correct options :- [ 10 ]

1. A variable that contains a whole number is called______.


Ans: c. Integer
2. A flowchart is a graphical representation of a/an __________.
Ans: b. Algorithm.
3. When was internet started?
Ans: a.1969
4. Every web page has a unique address known as________.
Ans: d. URL
5. To multiply two values in small basic which operator should you use
Ans: b. *
6. The timeline is a panel at the _________ of the stage.
Ans: d. Bottom
7. Which of the following tools is used to draw free hand lines and shapes.
Ans: b. Pencil.
8. Which of the following is the third generation language?
Ans: a. High level language.
9. Which key is used to run a program in small basic?
Ans: b. F5.
10. Which of the following is not a web browser?
Ans: c. Google

Q – B Fill in the blanks :- [ 10 ]

1. A good flowchart will use _______symbols. Consistent.


2. The ________ are usually labeled in pairs to show matching jump points. Connectors.
3. Animate creates a new_______ Canvas document. HTML 5
4. The _____statement is used to read a string input from the text window. Read ()
5. _____ is used to send message to several addresses. E-mail
6. A __________ is a hypertext document. Web document
7. The ink bottle tool applies colour, thickness and styles to______. Lines
8. A collection of related web pages is called__________. Website.
9. Small basic enables you to do text -based programming using simple English like commands.
10. An _________ is a collection of steps in a sequential manner. Algorithm.

Q – C Write ‘T’ for True and ‘F’ for false:- [5]

1. The stage is the main work area in animate. T


2. The properties is a panel at the bottom of the stage. F
3. Boolean variables are used to make decisions. T
4. High level languages are machine independent. T
5. G-mail does not allow you to send an e-mail. F
6. BASIC stands for beginners all-purpose symbolic instruction code. T
7. Keywords are the reserved words which cannot be used as a variable. T
8. Algorithm and flowchart are the same thing. F
9. Assembly language is the first-generation language. F
10. The tools panel contains a set of tools to choose from. T

Q – D Answer the following questions in short :- ( Any 6) [ 12 ]

1. What is internet? Ans: The internet is a computer network that connects host and end system throughout
the world.
2. Write the names of any two third generation language. Ans: C++ , JAVA.
3. What is online education? Ans: Online education helps students to find information on almost any topic, to
understand any subject, to see audios and videos to explain topics.
4. What is variable? Ans: A variable is used to store different kind of information such as text or a number, in
the computers memory.
5. What is meant by a flowchart? Ans: Flowchart is a graphical representation of the sequence of operations
in an information system or program.
6. What is gradient fill? Ans: A gradient fill is a shape fill that gradually changes from one colour to another
across the surface of the shape.
7. Define any one components of the small basic environment. Ans: one component of the small basic
environment is title bar: Title bar - it gives us the information about the program in which we are working.
8. What is algorithm? Ans: Algorithm is a set of steps in a sequential manner to solve a problem or two
complete a task

Q – E long Answer Type questions:- (Any 3) [ 09]

1. What are the following tools used for?


i). pen ii). free transformation
Ans: Pen: it is used to draw lines or curves by creating a series of dots.
Free transformation: it is used to move, scale, rotates, skews or distorts objects.

2. What are the advantages of high-level languages?

Ans: Advantages of HLL: 1. HLL requires less time to write a program. 2. HLL is machine independent. 3. HLL is
problem oriented rather than 'machine based'.

3. Explain any three maths library functions used in small basic.

Ans: There are three math library functions used in small basics:

1. Math Abs (number) - it returns the absolute value of the given number. (–27.963) = 27.963
2. Math Square Root (number) - it gives the square root of a given number. (Square root 49) = 7
3. Math Round off (number) - it rounds a given number to the nearest integer. (27.963) = 28
4. Which of these variable names are invalid? If the name is invalid, explain why?

Ans: (ii) @Tushar and (iv) &cost are invalid because variable name always start with a letter or underscore and it can
only use letters digits and underscores.

5. What do you mean by WWW? How does it differ from internet?

Ans: the world wide web www is a large information system, where you can serve and get informations. The web is a
service that is supported by the internet, a system of interconnected networks.

Q – F Write the full form (any 4) [4]

1. E- mail - electronic mail.

2. URL - Uniform Resource Locator.

3. HTTP- Hypertext Transfer Protocol

4. WWW - World Wide Web


5. BASIC - Beginner's All-purpose Symbolic Instruction Code

6. IP - Internet Protocol

Common questions

Powered by AI

Flowcharts offer the advantage of visual clarity, making the logic of an algorithm easy to understand at a glance and facilitating communication among team members . They can depict parallel processes and enable easier debugging by visualizing the flow of control. However, flowcharts become cumbersome for complex algorithms with many decisions, potentially leading to oversimplified diagrams that omit crucial details . They also require conversion into detailed pseudocode or actual code for practical implementation, which may obscure the original simplicity intended .

A flowchart is a graphical representation of the sequence of operations in an information system or program, designed to make the logic of a process easier to understand . Essential components of a flowchart include symbols like the process symbol (rectangle) for actions, decision symbols (diamonds) for branching paths, and connectors that allow for continuity in complex flowcharts .

The internet is a vast network of interconnected computers enabling data exchange globally, whereas the World Wide Web (WWW) is a system of interlinked hypertext documents and a service built on top of the internet . The internet provides the infrastructure for data transmission, while the WWW utilizes this to host and access web pages and services. They complement each other by allowing the internet to serve as the backbone for web applications, enhancing information retrieval and interactive services .

Variables enhance computational efficiency by providing a means to store and manipulate data dynamically within a program. They allow reusable, flexible code through the use of symbolic names for data values, reducing redundancy and improving readability. For instance, changing a variable's value once adjusts its use across the entire codebase automatically, simplifying updates and scaling .

The inception of the internet in 1969 revolutionized digital communication by laying the groundwork for a global network connecting diverse computer systems, thus enabling the rapid development of various communication technologies such as email, web browsing, and file sharing. These developments transformed businesses, education, and personal communication, fostering an interconnected world where information and services could be accessed across borders almost instantaneously .

The timeline panel in animation software is crucial as it allows developers to organize and control the animations' timing and sequence. It acts as a central hub where multimedia elements are placed and synchronized over time. The timeline is located at the bottom of the stage in animation tools and enables precise control over when animations start and stop, how layers are mixed, and how animations are looped .

An effective algorithm is characterized by its clarity, where each step is unambiguous and precise, ensuring it can be consistently implemented . It should also exhibit a finite set of steps and terminate after executing these steps. Efficiency in terms of time and space usage is also crucial, allowing problems to be solved optimally with minimal resource consumption. Lastly, an algorithm should be general, able to solve a class of problems rather than a singular instance .

A URL (Uniform Resource Locator) serves as a unique address that identifies a specific resource or web page on the internet, facilitating digital navigation by allowing users to access web locations directly . URLs are critical for web accessibility because they provide a standardized way to access resources, enable hyperlinks that interconnect web pages, and support SEO practices by being descriptive and relevant, which improves user experience and accessibility .

Online education leverages internet functionalities to provide access to a vast amount of informational resources, including databases, journals, and interactive modules that enhance learning experiences . It enables real-time communication through emails and forums and enhances understanding through multimedia content like videos and simulations that cater to different learning styles. This digital environment allows for flexible learning schedules and personalized learning paths, making education more accessible globally .

High-level languages (HLL) offer several advantages, such as being machine independent, which allows the same code to run on different hardware architectures without modification; this significantly reduces maintenance costs and complexity . HLLs are problem-oriented rather than machine-based, meaning they are closer to human languages and designed to focus on the specific tasks they are created for, leading to easier programming and better focus on logic rather than hardware specifics .

You might also like