Download Original PDF
Get the official Barkatullah University print version scanned document.
๐ค Help Your Juniors!
Have previous year question papers that aren't on our website? Help the next batch of students by sending them to us! With your consent, we will proudly feature your name as a Top Contributor on our platform.
Submit Papers ๐ฉ
Roll No. _________________
Total No. of Questions: 11
[Total No. of Printed Pages: 12
KLโ558
M. Sc. (Sem. IV)
Regular/ATKT/Old ATKT/EX
Examination - May, 2023
Examination - May, 2023
PHYSICS
Paper III
Computer Programming and Informatics
Paper III
Computer Programming and Informatics
Time : 3 Hours
Maximum Marks : 85
Note : This paper is divided into three SectionsโA, B and C respectively. Attempt all the questions.
Section A
1×15=15
Objective Type Questions
1.
Choose the correct answer :
-
Which of the following is not a valid C variable name ?
- int number;
- float rate;
- int variable count;
- int $main;
-
What is short int in C programming ?
- The basic data type of C
- Qualifier
- Short is the qualifier and int is the basic data type
- All of the mentioned
-
Which keyword is used to prevent any changes in the variable within C program ?
- Immutable
- Mutable
- Const
- Volatile
-
Which of the following is NOT possible with any two operators in C ?
- Different precedence; same associativity
- Different precedence; different associativity
- Same precedence, different associativity
- All of the mentioned
-
Functions can return enumeration constants in C ?
- True
- False
- Depends on the compiler
- Depends on the standard
-
How many number of pointer (*) does C have against a pointer variable declaration ?
- 7
- 127
- 255
- No limits
-
Which of the following is not possible statically in C language ?
- Jagged array
- Rectangular array
- Cuboidal array
- Multi-dimensional array
-
Identify the protocol primarily used for browsing data :
- FTP
- TCP
- TFTP
- HTTP
-
Identify the total versions of IP :
- 1
- 2
- 3
- 4
-
What does TCP/IP stand for ?
- Telephone Control Protocol/Internet Protocol
- Transmission Control Protocol/ Internet Protocol
- Transmission Control Protocol/ International Protocol
- None of the above
-
What is the location of a resource on the internet given by ?
- IP
- Protocol
- URL
-
What is the length of the IPv4 address ?
- 8 bits
- 16 bits
- 32 bits
- 128 bits
-
What does LAN stand for ?
- Local Array Network
- Local Area Network
- Local Area Net
- None of the above
-
HTML stands for...............
- Hyper Text Markup Language
- High Text Markup Language
- Hyper Tabular Markup Language
- None of the above
-
On which model is www based upon ?
- client-server
- local server
- 3-tier
- None of the above
Section B
5×5=25
Short Answer Type Questions
2.
Explain the general structure of C progam with an example.
Or
Explain formatted input and output statement with example.
3.
Write a C program to find the biggest of three numbers.
Or
Explain the different types of loops in C with syntax.
4.
Explain the basic concepts of a flowchart in C programming.
Or
What is variable ? List the restrictions on the variable names.
5.
Describe the process of evaluation of expression and operator precedence.
Or
What are string handling function ? Write the guidelines to use sscanf( ) and sprintf( ) functions in C language.
6.
Define Web Browser. Write a brief note on Internet explorer.
Or
Distinguish between ordered and unordered list tags.
Section C
5×9=45
Long Answer Type Questions
7.
What is an array ? How a single dimension and two dimension arrays are declared and initialized ?
Or
Explain with example, the various constants available in C language.
8.
What is function ? Explain different classifications of user defined functions based on parameter passing and return type with examples.
Or
What are unconditional control statements ? Explain any two with syntax and example.
9.
What is Search Engine ? Write a detailed note on various types of search engines.
Or
What do you meant by HTML tags ? Explain the attributes of <BR>, <ALIGN>, <DIV> tags.
10.
Explain if, if-else, nested if-else and cascaded if-else with examles and syntax.
Or
What do you understand by IP ? Describe Class A, Class B and Class C domain address in detail.
11.
Define Computer Network. Differentiate between computer based on range and topologies.
Or
Explain the following terms :
- TCP/IP A/c
- Netscape Navigator
- Dumb and Smart terminals