We are Permanently Move to vupk.net Please Join us there.

CS201 Solved Final term paper 2008

                                                        FINALTERM  EXAMINATION
Fall 2008
CS201- Introduction to Programming


Question No: 1      ( M a r k s: 1 )
There are mainly -------------------- types of software
       Two
       ► Three
       ► Four
       ► Five

Software is categorized into two main categories
o System Software
o Application Software P# 9
Question No: 2      ( M a r k s: 1 )
seekg() and write() are functionally _________________ .
       Different
       ► Identical
       ► Two names of same function
       ► None of the above


Question No: 3      ( M a r k s: 1 )
When a pointer is incremented, it actually jumps the number of memory addresses
       According to data type
       ► 1 byte exactly
       ► 1 bit exactly
       ► A pointer variable can not be incremented
“When a pointer is incremented, it actually jumps the number of memory spaces according to the data type that it points to”
Question No: 4      ( M a r k s: 1 )

setw is a parameterized manipulator.
       True
       ► False

We have a manipulator setw (a short for set width), it takes as an argument the width in number of spaces. So to print our numbers in four spaces we write cout << setw(4) << number ;
Question No: 5      ( M a r k s: 1 )
eof( ), bad( ), good( ), clear( ) all are manipulators.
       ► True
       ► False

CS201 Solved Final Term Paper 2009 - 1

FINAL TERM EXAMINATION
Fall 2009
CS201- Introduction to Programming

Question No: 1                                   ( M a r k s: 1 ) http://vuzs.net
There are mainly -------------------- types of software
                                     Two
                                     ► Three
                                     ► Four
                                     ► Five

Software is categorized into two main categories
System Software
Application Software
Question No: 2                                   ( M a r k s: 1 ) http://vuzs.net
Structures help to define program-specific ___________ .
                                     ► functions
                                     ► datatypes
                                     ► Arithmetic operations
                                     ► None of the given options.
In structure, we introduce a new data type. P# 228
defined a new data type. Using structures we can declare: Page # 230

Question No: 3                                   ( M a r k s: 1 ) http://vuzs.net
A special name which is substituted in code by its definition and as a result we get an expanded code is called,
                                     ► include
                                     ► Directive
                                     ► Macro
                                     ► Define
Macro is a special name, which is substituted in the code by its definition, and as a result, we get an expanded code P# 271


Question No: 4                                   ( M a r k s: 1 ) http://vuzs.net
If constructor contains a return statement in its body then compiler will give __________
                                     ► No error
                                     ► Syntax error
                                     ► Logical error
                                     ► Run time error
As the constructor does not return any thing, so it has no return type. It means that the body of the construct function cannot have any return statement. Otherwise, the compiler will give a syntax error. P # 322
Question No: 5                                   ( M a r k s: 1 ) http://vuzs.net
eof( ), bad( ), good( ), clear( ) all are manipulators.
                                     
                                  ► True

► False

ENG101_English Comprehension_Final term_Subjective_Paper

ENG101 English Comprehension Final term Subjective Paper


1-SYNONYMS OF 4 WORDS, JUST 1 THAT I REMEMBER NOW 'ZENITH'.
2- USE THE WORDS IN SENTENCES, FOWL AND FOUL.
3- DISCUSS TWO TYPES OF WORD.
4- HOW MANY TYPES OF DICTIONARIES?
5- HOW LANGUAGE AND COMMUNICATION ARE INTERLINKED?
6- "TOPIC SHOULD NOT AT THE TOP OF THE ARTICLE ALWAYS". COMMENT
7- DISCUSS INTRODUCTORY PHASE OF THE ESSAY.
8- DISCUSS THE DIFFERENCE B/W THE IMAGINATIVE AND PRACTICAL PIECE OF WRITING.
9- THIS QUESTION WAS ABOUT ARRANGING THE WORDS IN A PROPER FORM, WHICH WAS IN IMPROPER MANNER.
10- WAS ABOUT TO RE-WRITING THE SENTENCES BY ARRANGING THE SEMI-COLONS AND COLONS IN THE SENTENCES.
11tH QUESTION WAS ABOUT TO UNDERLINE THE CAUSE AND ITALICIZE THE GIVEN SENTENCES.