Final Class-7-Computer PAPER 2080
Final Class-7-Computer PAPER 2080
Kanchan VidyaMandir Secondary School e. A program designed to protect a computer from viruses
Final Terminal Examination - 2080 and other malicious software is called an ………………..
Time – 3:00Hrs Class -7 F.M. -100
Subject - Computer P.M. - 40 program.
Group A (40 Marks) f. A computer is an electronic ………….. that can perform
1. Give short answer for the following questions. [10 x 2 = 20] various tasks by processing data.
a. What is data processing cycle? g. A ……….. Refers to the part of an operating system, program, or
b. List the two objectives of computer system. device that allows as user to enter and receive information.
c. Which component replaced vacuum tubes in second-generation h. The main circuit board inside the computer that connects
computer? all the components together is called the …………………
d. Define conditional statements in programming. i. …………. The collection of the related different tools of perform any
e. What are the two types of primary memory? task quickly and effectively.
f. Name the basic types of topology. j. A set of step-by-step instruction that direct the computer to do the
g. How do computer viruses spread? specified task is called a ……………
h. State any two advantages of Multimedia Technology. 3. Write full forms of the following: [5 x 1 = 5]
i. Define input and output device. i) ETA ii) CPU iii) DTP iv)SIM v) HDD
j. Explain the purpose of a router. 4. Convert as indicated: [5x1=5]
2. Fill in the blanks: (10x1=10) a) (A1B)16 = (?)2 b) (266)10 = (?)8 c) (1110111)2 = (?)10
a. …………. Is the use of technology to complete a task with as little d) (100001 – 111101 )2 e) (101101 ÷ 110)2
human interaction as possible. Group B ( 40 Marks)
b. John William Mauchly and J. Presper Eckert are the scientists 5. Write the technical terms for the following: [10x1=10]
credited with the invention of the …………… a. A wireless handheld device used for telecommunication over a
c. The first microprocessor called …………….. was developed by cellular network.
American Intel Corporation in 1971. b. A virtual location for applications, documents, data or other sub-
d. The ………. Computer were developed between 1959 to 1964. folders.
c. A text that appears at the bottom of every page in a document.
Date: 2080-12-16 Subject Teacher: Khagendra joshi
d. An individual electronic page of a presentation. b) Which of the following is example of binary?
e. A preset visual effect that can be applied to the text or object on a i)112 ii) 73A iii) 1101 iv) 11201
slide. c) Which of the following is not a type of virus?
f. The file in which you work and store your data. i) Boot sector ii) Polymorphic iii) Multipartite iv) Trojans
g. A collection of programs which is used to manipulate visual image d) A …… is a network computer, computer program, or device that
or creating, editing and managing computer graphics. processes request from a client.
h. A detailed sequence of simple steps that are needed to solve a i) Host ii)Terminal iii) Peer iv) Server
problem. e) All web pages start with which of the following?
i. A quantity in a program whose value remain unchanged during the i) htp ii) http:// ii) http:/ iv) www
execution or running of the program. f) …… is the repetitive text that is printed at the top of every page.
j. An analog device with two movable marked ruler kept side by side, i) Footer ii) Header iii) Footnotes iv) Endnotes
one of which slide over the other.
6. Answer the following questions: [ 5 x 3 = 15] 8. Match the following: [ 4 x 1 = 4]
a. Who invented the first general-purpose electronic digital Group A Group B
computer designed for commercial? List any two feature of this Input Pen drive
computer. Processing Monitor
b. What are the special features of fourth and fifth generation Output Microprocessor
computers. Storage Optical Mark Reader
c. What is topology? Draw a neat diagram of star and ring topology. Photoshop
d. List any four symptoms of a virus infection. 9. State True (T) or False (F) and correct the false statement. [5 x 1 = 5]
e. What is user interface? Explain the two types of user interface. a. ICT deals with digital data and the way to create, store, retrieve
7. Tick the correct answer from the following: [6x1= 6] and transmit data.
a) Message through e-mail can be in …….. forms. b. Some of the popular operating system for smart phone are
i) Text ii) Image iii) Sound iv) All of these android OS, Apple IOS and Windows OS.
Date: 2080-12-16 Subject Teacher: Khagendra joshi
c. The mai way to access the file explore is by clicking the file icon in INPUT N
the taskbar. R = N MOD 2
d. The most popular CUI-based operating systems are Windows and IF R = 0 THEN
the Mac OS. PRINT “ Even number”
e. CTRL + E is used to align the text equally towards both the sides. ELSE
PRINT “ Odd number”
Group C END IF
Programming Methodology ( 20 Marks) END
10. Write an algorithm and draw the flowchart for the following Answer the following questions.
questions. [ 2 x 2 = 4 ] a. List all the numeric variables used in above program.
a. To find the area of a triangle. b. What will be the value of R, if N = 10 ?
b. To input marks in three subjects and find the total marks obtained. c. Output of the above program.
11. Write BASIC expressions for the following algebraic expressions. [ 4 x 14. Write a QBASIC program in the following questions. [ 3 x 2 = 6]
1=4] a. To enter name and marks of three subjects. Find out the average
a. a2 + b2 b. ( F- 32)2 c. t( 1 + r/5) d. Ut +1/2gt2 and print the output.
12. Find errors in the given programs and rewrite them correctly. [3] b. To input three numbers and find the greatest number.
a. REM “ To find area of a circle” c. Write a program to display the first ten odd numbers.
Pi = 8
PRINT r = 3.14159 Best…...Of…...Luck
Area = pi * ( r^2)
INPUT “the area is =”; area
End
13. Read the following program and answer the questions that follow.[3]
CLS