0% found this document useful (0 votes)
78 views

M.N.A. Ghumman: Most Important Short Questions

This document contains a list of short and long questions related to the subject of Computer for Class 10. The short questions section includes over 50 questions focused on topics like problem solving, variables, constants, loops, arrays, functions, errors, flowcharts, BASIC language features, graphics, and word processing. The long questions section lists over 20 questions requiring longer explanations, covering areas such as problem solving steps, analysis, algorithms, debugging, flowcharts, BASIC modes, variables, constants, control structures, arrays, subprograms, functions, graphics, and word processing features. The document was prepared by Muhammad Naimatullah Arshad Ghumnan and appears to be a practice or sample question paper for the Computer subject exam

Uploaded by

Wasim Naqvi
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)
78 views

M.N.A. Ghumman: Most Important Short Questions

This document contains a list of short and long questions related to the subject of Computer for Class 10. The short questions section includes over 50 questions focused on topics like problem solving, variables, constants, loops, arrays, functions, errors, flowcharts, BASIC language features, graphics, and word processing. The long questions section lists over 20 questions requiring longer explanations, covering areas such as problem solving steps, analysis, algorithms, debugging, flowcharts, BASIC modes, variables, constants, control structures, arrays, subprograms, functions, graphics, and word processing features. The document was prepared by Muhammad Naimatullah Arshad Ghumnan and appears to be a practice or sample question paper for the Computer subject exam

Uploaded by

Wasim Naqvi
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
You are on page 1/ 3

M.N.A.

GHUMMAN
GUESS PAPER 2020 CLASS: TEN SUBJECT: COMPUTER

Most Important Short Questions


➢ Differentiate b/w Problem solving & ➢ What does IDE stand for?
Problem identification ➢ Write the purpose of use of AUTO, MKDIR,
➢ Steps to be followed to solve a problem DELETE, CLEAR, CLS commands
➢ Differentiate b/w Problem analyzing & ➢ Differentiate b/w LIST & LLIST commands.
Documentation ➢ What are variables in GW-Basic?/ Numeric
➢ Algorithm & purpose of refining an & String variables
algorithm ➢ What are constants?/ Numeric & String
➢ Differentiate b/w Desk checking & Constant
Computer program ➢ Differentiate b/w variable & constant
➢ Differentiate b/w Coding & programming ➢ Reserved words/ keywords
➢ Syntax of programming language ➢ Define Loop, Write its types & uses.
➢ Debugging ➢ Control structure & its types
➢ Errors that occur in a computer program ➢ Differentiate b/w selection structure &
➢ Syntax errors sequence structure
➢ Write causes of logical errors. Why logical ➢ Describe the conditional &unconditional
error is the most difficult error? transfer of control in BASIC?
➢ Difference b/w run-time errors & logical ➢ Write the syntax & use of Go---To
errors statement, ON ERROR GOTO statement,
➢ Flow charts & its advantages & limitations While ….Wend loop, FOR….NEXT loop,
➢ Compare flow chart & algorithm NESTED loop
➢ Define Basic language. Who & when GW ➢ Differentiate b/w GOTO….and ON GOTO
Basic developed? statements
➢ Important features of BASIC language ➢ Differentiate b/w outer & inner loop
➢ How is Basic program saved? ➢ Define Array & write its advantages
➢ How many modes are there in GW-Basic? / ➢ Differentiate b/w subscripted variables &
Direct & In-direct mode non subscripted

MUHAMMAD NAIMATULLAH ARSHAD GHUMMAN


Headmaster, Ex-Assistant Education Officer, Ex-District Teacher Educator
Defence Road, Hotel Javson Street, Muhalla Sardar Pura,Sialkot
Contact: 0345-6757872 [email protected]
M.N.A. GHUMMAN
GUESS PAPER 2020 CLASS: TEN SUBJECT: COMPUTER
➢ Define elements and index of an array ➢ Differentiate b/w High Resolution &
➢ Differentiate b/w one dimensional array & Medium-Resolution Graphic mode
two-dimensional array ➢ Co-ordinate
➢ Syntax of array declaration ➢ Differentiate b/w LINE & DRAW
➢ DIM statement & its syntax statements
➢ Filing of an array ➢ Differentiate b/w Purpose of SCREEN
➢ Purpose of array manipulation statement, COLOUR statement & LINE
➢ Subprograms statement in BASIC
➢ Built in functions & types of built in ➢ Word processing software & its
function advantages
➢ Numeric functions & types of numeric ➢ Differentiate b/w menu bar & Drop Down
functions Menu
➢ Differentiate b/w user defined function & ➢ Scroll bar & its purpose
built in function ➢ Differentiate b/w title bar & tool bar
➢ Sequential access & random access ➢ Purpose of print & print preview icon
➢ Differentiate b/w function & sub routine ➢ Differentiate b/w Copy command & Paste
➢ Differentiate b/w record & file handling command
➢ Differentiate b/w data files & program files ➢ Differentiate b/w copy & paste
➢ Differentiate b/w arguments & ABS ➢ Differentiate b/w save & save as
function ➢ How is document file renames in MS-Word
➢ Differentiate b/w INT Function, SQR ➢ Write the purpose of Find & replace
Function & SIN Function, FIX Function command
➢ Differentiate b/w pixels & graphics ➢ Differentiate b/w drop cap & page margins
➢ Names of graphic modes ➢ Headers & footers
➢ Text mode ➢ Differentiate b/w undo & redo command
➢ Differentiate b/w clip board & auto text

MUHAMMAD NAIMATULLAH ARSHAD GHUMMAN


Headmaster, Ex-Assistant Education Officer, Ex-District Teacher Educator
Defence Road, Hotel Javson Street, Muhalla Sardar Pura,Sialkot
Contact: 0345-6757872 [email protected]
M.N.A. GHUMMAN
GUESS PAPER 2020 CLASS: TEN SUBJECT: COMPUTER

Most Important Long Questions


➢ What is problem solving? Write down its steps.
➢ What is analysis? Describe its importance in solving a problem.
➢ What is the design algorithm? What is the next step in design algorithm?
➢ What is desk checking? Describe its importance.
➢ What is debugging? How many types of errors can occur in a program?
➢ What is flowchart? Describe important symbols used for drawing flowchart.
➢ Discuss advantages and limitations of flowchart.
➢ What is BASIC language? Give its purpose. In how many modes, GW-Basic can operate?
➢ Define program. What are fundamental rules of programming?
➢ Define variable. Write the rules for naming variables in BASIC.
➢ What are constants? Describe the types of constants used in GW-Basic?
➢ Write a note on LOAD, KILL command with example.
➢ Differentiate b/w arithmetic operators, relational operators and logical operators. Describe their
uses.
➢ Define control structure. How many control structures are available in BASIC?
➢ What is meant by transfer of control?
➢ Explain GOTO statement, ON….GOTO, IF…THEN ELSE, FOR…NEXT statement, WHILE WEND
Statement? Explain with examples.
➢ What is NESTED LOOP? Explain the nested FOR—NEXT loop.
➢ What is an array? Define elements and index of an array.
➢ Describe the use of subscript variable in array.
➢ Write a note on DIM statement.
➢ What is two-dimensional array? How can it be declared? Write its syntax and give an example.
➢ What is meant by Manipulation of array?
➢ What is a sub program or a module? Describe its purpose & types.
➢ What are built in or standard functions.
➢ What are user defined functions? Explain with examples? Also describe the DEFFN statement
with example.
➢ Define graphics. What is a co-ordinate and how it is determined?
➢ Define IDE in Basic and briefly explain the functionality of its different modes.
➢ What is the purpose of SCREEN statement, COLOR statement, PALATTE statement, CIRCLE
statement, DRAW statement in BASIC?
➢ What is meant by Title bar, Menu bar and status bar? How many elements are there?
➢ What is meant by saving a document? Write steps to save a word document.
➢ What are Headers and Footers? How they can be applied to the document?
➢ What is spell checker? How can you run the spell checker in MS-Word?

MUHAMMAD NAIMATULLAH ARSHAD GHUMMAN


Headmaster, Ex-Assistant Education Officer, Ex-District Teacher Educator
Defence Road, Hotel Javson Street, Muhalla Sardar Pura,Sialkot
Contact: 0345-6757872 [email protected]

You might also like