Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 3

Fill in the Blanks

(i) ______ type of variable stores either true or false value.


(a) Boolean (b) Object (c) Integer

(ii) FTP stands for _________.


(a) File Transfer Protocol (b) File Transfer Program
(c) File Transfer Peer.

(iii) Which statements are optional in an If…Then statement?


a.) If
b.) Then
c.) Else
d.) Both a and b.
e.) All of the above.

(iv) In _______ configuration, server is absent.


(a) client-server (b) peer to peer (c) peer-client

(v) ______ function displays current date and time.


(a) now() (b) date() (c) day()

(vi) What does IDE stand for?


a.) Integrated Development Environment b.) Integrated Design Environment
c.) Interior Development Environment d.) Interior Design Environment

Do...Loop is an iterative statement because it:


(vii) a.) selects a block of statements to run.
b.) runs the same block of statements repeatedly.
c.) selects a block of statements and runs it repeatedly.
d.) selects a block of statements and runs it a specified number of times

In the For…Next statement the default value for the Step is:
(viii)
a.) -1
b.) 0
c.) 1
d.) 2

1) C++ Important Question 1.

1) Explain inline function with syntax and example?


2) What is recursion function and write a program?
3) Write a program using pointer to find address of variable and value of
same variable?
4) Explain how array is passed to the function using program?
5) Explain function with default arguments and constant arguments in C++
with example?
6) What id difference between function prototype ,function call and function
definition?
7) Write a program in c++ to display Fibonacci series using recursion?
8) Write a program in C++ to sort 10 numbers using Bubble sort.?
9) Write a program in C++ to find factorial of a given number using function
declaration?
10) Explain the following term with example?
11)Function overloading.
12)Pass by value Vs pass by reference .
13)Default argument .
2. 3. 4.

Vb Question.

1. Design a form and write a VB application to find sum of first 100 numbers using Do….
Loop?
2. Design a form to display area and circumference of circle in VB?
3. Design a form to calculate grade of the student using Vb?
4. Explain the following loop with example?
1. Do…loop
2. For…next loop
3. If….then loop
4. Select case
5. Explain declaration of variables in VB .
6. What is built in function in VB.
7. What is an array ?.How is it declared in VB?

Networking Question.

1. Define network and explain in brief?


2. Write difference between WAN and LAN?
3. Explain different type of installations?
4. Expalin network configurations?
5. Explain the following tearm
a) FTP
b) WWW
c) BBS

You might also like