This document is a computer exam for 7th standard containing 7 questions testing knowledge of computer concepts. It covers topics like programming language syntax and semantics, binary and decimal conversions, arrays, file types, graphics commands in QBASIC like COLOR and PSET, and application software examples. The exam has multiple choice, fill in the blank, true/false, matching, short answer and long answer questions testing these concepts.
This document is a computer exam for 7th standard containing 7 questions testing knowledge of computer concepts. It covers topics like programming language syntax and semantics, binary and decimal conversions, arrays, file types, graphics commands in QBASIC like COLOR and PSET, and application software examples. The exam has multiple choice, fill in the blank, true/false, matching, short answer and long answer questions testing these concepts.
This document is a computer exam for 7th standard containing 7 questions testing knowledge of computer concepts. It covers topics like programming language syntax and semantics, binary and decimal conversions, arrays, file types, graphics commands in QBASIC like COLOR and PSET, and application software examples. The exam has multiple choice, fill in the blank, true/false, matching, short answer and long answer questions testing these concepts.
This document is a computer exam for 7th standard containing 7 questions testing knowledge of computer concepts. It covers topics like programming language syntax and semantics, binary and decimal conversions, arrays, file types, graphics commands in QBASIC like COLOR and PSET, and application software examples. The exam has multiple choice, fill in the blank, true/false, matching, short answer and long answer questions testing these concepts.
Download as DOC, PDF, TXT or read online from Scribd
Download as doc, pdf, or txt
You are on page 1of 2
ST.
XAVIERS CMI PUBLIC SCHOOL
Final Exam SEM-1 (Septembers – 2019) th STD: 7 MARKS: 50 DATE: 21-09-2019 COMPUTER Q1. Choose the correct option. : [6 M] 1. The rules of programming language is known as: (a) Syntax (b) Semantics (c) Tags (d) Elements 2. Which of the following command is used to rename a file? (a) Name As (b)Rename (c) Retitle (d) Reassign 3. The base of a decimal number is ___ . (a) 2 (b) 8 (c) 10 (d) 11 4. All the elements in an array must be of _____ data type. (a) Same (b)integer (c) different (d) string 5. The word ‘Graphics’ is derived from the word_____. (a) graph (b) canvas (c) Picturesque (d) Shapes 6. The header footers option is available under ___________ tab. (a) Home (b)Insert (c) Page layout (d) Review Q2. Fill in the blanks. : [6M] 1. A one-dimensional array contains a _____________ subscript. 2. In a binary system, 0+0 = ___________. 3. QBASIC saves a program file with __________ file name extension. 4. The syntax _______ statement is PSET [X-coordinate (column),Y-coordinate(row) , color of pixel] 5. The quick print option is available on the ______________. 6. To insert a chart in a word file, click the __________ tab. Q3. Write True or false. : [6 M] 1. The first high-level programming language designed for computer was plankalkul which was created by konrad zuse. 2. The state ‘OFF’ in a computer is represented by 0. 3. A one-dimensional array is defined as a single subscripted array variable. 4. The put statement writes the data to a random access file. 5. The default orientation of the page is landscape. 6. When the Track changes option is turned on and a text is deleted, it disappears. Q4. Match the following. : [5 M] A B 1. 1 (a) 1001 2. 4 (b) 0001 3. 3 (c) 0000 4. 9 (d) 0100 5. 0 (e) 0011 Q5. Short Answer Questions. [10 M] 1. What are the two categories of a computer language? 2. What is the decimal equivalent of the binary number 1011 and 1100? 3. What is an array? 4. What is the FIFO? 5. WRITE the syntax of COLOR and PSET statement. Q6. Long Answer Questions. [12 M] 1. What is Application Software? Give 5 examples. 2. Write short note on interpreters. 3. Discuss one-dimensional and two-dimensional array with the help on example. 4. Discuss some of the disadvantages of a sequential file. Q7. Write a QBASIC code which display your name on the screen and one line with dark red color and circle with yellow color. [5 M]