Online Computer Courses Classes and Training Program

Computer Class 7 Annual Exam 2024-25

 

A. Choose the correct option.

  1. The physical part of the computer is called

    • a. Hardware
    • b. Hard disk
    • c. Software
    • d. CPU
  2. Computer programs that are required for the effective running of a computer system are called

    • a. Modem
    • b. Software
    • c. Hard disk
    • d. Port
  3. Hardware that resides inside the computer is called

    • a. Internal hardware
    • b. Residing hardware
    • c. External hardware
    • d. Soft hardware
  4. SMPS is an

    • a. Internal hardware
    • b. Software
    • c. External hardware
    • d. None of these


A. Choose the correct option.

  1. The concept of zero was introduced by

    • a. Aryabhat
    • b. Samuels
    • c. Bill Gates
    • d. Ada Lovelace
  2. We use this number system in computers

    • a. Decimal Number System
    • b. Binary Number System
    • c. Octal Number System
    • d. Hexadecimal Number System
  3. There are __ digits in the binary number system.

    • a. 1
    • b. 2
    • c. 10
    • d. 16
  4. The base is 16 in this number system.

    • a. Binary Number System
    • b. Octal Number System
    • c. Decimal Number System
    • d. Hexadecimal Number System
  5. To convert a decimal number into a binary number, divide the number by

    • a. 10
    • b. 2
    • c. 8
    • d. 16



A. Choose the correct option.

  1. A computer VIRUS has the ability to

    • a. Replicate hard discs
    • b. Replicate software
    • c. Replicate itself
    • d. None of these
  2. The full form of VIRUS is

    • a. Vital Information Resource Under Size
    • b. Vital Internal Resource Under Size
    • c. Vital Information Resource Under Seize
    • d. Very Information Resource Under Seize
  3. VIRUS that "infects" a Microsoft Word or similar applications is called

    • a. Boot sector VIRUS
    • b. Directory VIRUS
    • c. Macro VIRUS
    • d. Companion VIRUS
  4. This VIRUS functions by infecting the directory of a computer

    • a. Polymorphic VIRUS
    • b. Directory VIRUS
    • c. Macro VIRUS
    • d. Companion VIRUS
  5. Which of the following is not a measure to prevent VIRUS attack?

    • a. Use a firewall
    • b. Install an antiVIRUS program
    • c. Isolate the usage of affected drives
    • d. Do not open personal folder



A. Choose the correct option.

  1. Sometimes text in a spreadsheet is called

    • a. Action
    • b. Label
    • c. Count
    • d. Value
  2. A cell can contain up to

    • a. 22,767 characters
    • c. 32,676 characters
    • b. 37,767 characters
    • d. 32,767 characters
  3. The selected block of cells is called

    • a. Cells
    • b. Range
    • c. Sheet
    • d. None of these
  4. The type of data that we can enter in a worksheet.

    • a. Labels
    • b. Formulas
    • c. Values
    • d. All of these
  5. The SUM function to add the values of cells A1 to A10

    • a. =SUM(A1:A10)
    • b. =SUM(A1/A10)
    • c. =SUM(A1+A10)
    • d. =SUM(A1-A10)


A. Choose the correct option.

  1. An HTML document is a text file which contains

    • a. Big markup tags
    • b. Small markup tags
    • c. No markup tags
    • d. Medium markup tags
  2. An HTML document must have an extension of

    • a. .htm
    • c. .html
    • b. Either .htm or .html
    • d. Neither .htm nor .html
  3. ___ is placed within the HEAD structure.

    • a. Title
    • b. Footer
    • c. Body
    • d. Comment tag


A. Choose the correct option.

  1. Who developed Python?

    • a. Guido Van Rossum
    • b. Mitchel Resnick
    • c. Bjarne Stroustrup
    • d. James Gosling
  2. Which of the following is an Object-Oriented Programming Language?

    • a. Java
    • b. C++
    • c. Python
    • d. All of these
  3. Which type of operator is a == b?

    • a. Arithmetic
    • c. Assignment
    • b. Comparison
    • d. Logical
  4. What does a != b mean?

    • a. a is equal to b
    • b. a is greater than b
    • c. a is not equal to b
    • d. a is less than b
  5. If a = 5 and b = 2, what is the value of a ** b?

    • a. 10
    • b. 25
    • c. 3
    • d. 7


A. Choose the correct option.

  1. Who developed the first artificial intelligence program "Logic Theorist"?

    • a. Allen Newell
    • b. Herbert A. Simon
    • c. Both a & b
    • d. Alan Turing
  2. In which year was the first chatbot ELIZA invented?

    • a. 1959
    • b. 1990
    • c. 1972
    • d. 1966
  3. Ernst Dickmanns developed the first driverless van for

    • a. Mercedes
    • b. Hyundai
    • c. Honda
    • d. TATA


C. Write T for True and F for False statements.

  1. Processor is a part of the motherboard.T
  2. Fan near the power supply sucks hot air into the cabinet and blows cool air out of the cabinet.F
  3. The word 'pixel' stands for picture elements.T
  4. MICR code is another name for IFSC code.F
  5. 'Modem' is derived from the words 'modulator-demodulator'.T


C. Write T for True and F for False statements.

  1. The modern binary number system was invented by Gottfried Leibniz.T
  2. To convert a binary number to octal, first convert the binary number to a decimal number.F (Binary is directly grouped into sets of three to convert to octal.)
  3. To convert an octal number to binary, the number is divided by 2 repeatedly.F (Each octal digit is directly converted to a 3-bit binary equivalent.)
  4. The hexadecimal number system consists of 16 digits.T
  5. Binary number for 43 is 101011.T


B. Write T for True and F for False statements.

  1. Computer VIRUS was designed for the benefits of computer.F
  2. Memory resident VIRUS only comes into action when the file containing the VIRUS is executed.T
  3. A directory VIRUS functions by infecting the directory of your computer.T
  4. A trojan is a self-replicating computer program that penetrates an operating system.F (Trojans do not self-replicate like viruses; they disguise themselves as legitimate programs.)
  5. We can also prevent VIRUS attack by ignoring any unknown attachments in e-mails.T


B. Write T for True and F for False statements.

  1. .py is the extension of Python files.T
  2. Python cannot be used to build Artificial Intelligence Algorithms.F (Python is widely used for AI development.)
  3. The result of x % y is 1, when x = 7 and y = 2.T (7 % 2 gives remainder 1.)
  4. When a = 100 and b = 75, a <= b returns true.F (100 is not less than or equal to 75, so the result is False.)


B. Write T for True and F for False statements.

  1. We can view the HTML document in a web browser only.F (HTML documents can be viewed in text editors as well.)

  2. The very first part of an HTML document is called Title.F (The first part is the <!DOCTYPE html> declaration and the <html> tag; the title is inside the <head> section.)

  3. The first and last tags in a document should always be the HTML tags.T (The <html> tag is the root element, and it encloses all other content.)

  4. The hexadecimal value for green is #00FF00.T

  5. UL stands for Unordered List and LI for List Item.T


Fill in the blanks:

  1. HTML is simply a set of instructions about how to display your webpage.

  2. An HTML document is a text file containing small markup tags.

  3. The HEAD tags contain all of the document's header information.

  4. The tag to create a link is called <A>, which stands for Anchor.

  5. OL means Ordered List, and the LI stands for List Item.

  6. <CAPTION> is an optional tag used to specify captions for the table.

  7. The <input> element is the most important form element.


Here are 10 Fill in the Blanks questions for Class VII on the introduction of Python:


  1. Python was created by __________ in 1991.
    Answer: Guido van Rossum

  2. The extension of a Python file is __________.
    Answer: .py

  3. The __________ function is used to display output in Python.
    Answer: print()

  4. In Python, a single-line comment starts with the __________ symbol.
    Answer: #

  5. Python is an __________ programming language, meaning code is executed line by line.
    Answer: interpreted

  6. To take input from the user, we use the __________ function in Python.
    Answer: input()

  7. Variables in Python cannot start with a __________.
    Answer: number

  8. The __________ operator is used for multiplication in Python.
    Answer: *

  9. Python is known for its __________ syntax, which makes it easy to learn and use.
    Answer: simple

  10. To check the length of a string in Python, we use the __________ function.
    Answer: len()




Here are 10 Short Question and Answer examples on the introduction of Python for Class VII:


Short Questions and Answers

  1. Q: What is Python?
    A: Python is a high-level, interpreted programming language known for its simplicity and readability.

  2. Q: Who created Python, and when was it created?
    A: Python was created by Guido van Rossum in 1991.

  3. Q: What is the extension of Python files?
    A: The extension of Python files is .py.

  4. Q: Why is Python called an interpreted language?
    A: Python is called an interpreted language because its code is executed line by line by the Python interpreter.

  5. Q: What is the use of the print() function in Python?
    A: The print() function is used to display output on the screen.

  6. Q: What symbol is used to write single-line comments in Python?
    A: The # symbol is used to write single-line comments.

  7. Q: What is a variable in Python?
    A: A variable is a container for storing data values.

  8. Q: Name two popular uses of Python.
    A: Python is used for web development and data analysis.

  9. Q: Is Python case-sensitive?
    A: Yes, Python is case-sensitive. For example, Name and name are considered different variables.

  10. Q: How do you take input from the user in Python?
    A: We use the input() function to take input from the user.



Short Question Answers

  1. What is Kismet? In which year was it invented?

    • Kismet is a social robot invented in 1998 by Cynthia Breazeal.
  2. What is Machine Learning?

    • It enables computers to learn from data and improve performance without explicit programming.
  3. What is a Spreadsheet?

    • A spreadsheet is a digital tool used to organize, calculate, and analyze data in tabular form.
  4. What is MS Excel?

    • MS Excel is a spreadsheet software developed by Microsoft for data management and analysis.
  5. What is a Workbook?

    • A workbook is a collection of worksheets in Excel used to store and manage data.
  6. What is RAM?

    • RAM (Random Access Memory) is a temporary memory that stores data for quick access by the CPU.
  7. Differentiate between hardware and software.

    • Hardware: Physical parts of a computer (e.g., CPU, RAM).
    • Software: Programs that run on a computer (e.g., MS Office, Windows).
  8. How is data represented within the computer?

    • Data is represented in binary form (0s and 1s) inside a computer.
  9. Why do computers use binary numbers?

    • Computers use binary because they work on electrical signals, which have two states: ON (1) and OFF (0).
  10. What do you mean by a computer VIRUS?

  • A virus is a malicious program that infects and damages computer files and systems.
  1. Define the term HTML.
  • HTML (HyperText Markup Language) is used to create and structure web pages.
  1. What are tags and attributes?
  • Tags: HTML elements used to define content (e.g., <p>, <h1>).
  • Attributes: Provide additional information about tags (e.g., <img src="image.jpg">).


Basic Computer Shortcut Keys (10 Important Shortcuts)

  1. Ctrl + C → Copy
  2. Ctrl + V → Paste
  3. Ctrl + X → Cut
  4. Ctrl + Z → Undo
  5. Ctrl + Y → Redo
  6. Ctrl + S → Save
  7. Ctrl + P → Print
  8. Ctrl + A → Select All
  9. Alt + Tab → Switch Between Open Applications
  10. Windows + D → Show Desktop



Post a Comment

0 Comments