virtual universty

virtual university

Virtual University TEST SERIES

By Ammad Javed

Cont # 03325527092

Que No # 01

Which computer is faster

1 Mini computer 2 Super computer 3 Micro computer 4 portable

Que No # 02

Human are better than computers at:

Efficiency Accuracy Micro computer Pattern recognition

Que No # 03

URL is a/an ________

Address Component Tool Device

Que No # 04

Which of the following is NOT a category of Mobile Computers?

Laptop Palmtop Desktop Wearable

Que No # 05

__________ give us the ability to manipulate data through reference instead of actual value.

Constants Variables Data Types Operators

Que No # 06

What will be the value of str ?

HelloWorld Hello World Hello + World It will result in error

Que No # 07

Communication protocol is a __________that governs the flow of information over a network

Set of protocols Device Set of methods Set of rules

Que No # 08

The first Web browser with a GUI was generally available in:

1992 1994 1993 1995

Que No # 09

Web is a unique invention by humans in terms that it is:

accessible to only the owners who control it accessible to all humans accessible from particular locations only accessible to only the educational institutes

Que No # 10

______ is simply a fast port that lets you connect computer peripherals and consumer electronics to your computer without restart.

Firewire Shareware Freeware r Firmware

If you want to need more powerfull information then you can contact me... cont # +923325527092..and wana to send Email then

Click Here

Friday, 15 June 2012

cs 101 ASSINGMRNT NO 3


CS 101 ASSINGMRNT NO 3

QUESTIONNO 01


ANS :

 SOLUTION

                   Sum of Marks Of All Subject :
                                                                          =SUM(B6:B15)


Average Of All Marks :
                                           =AVERAGE(B6:B15)


Higest Marks Attained :
                                                    =MAX(B6:B15)


Total Number Of Subject having Grade A :

                                                                             =COUNTIF(C6:C15,”a”)

SumOf Marks Of Those Subjest having Grade B:
                                                                                   =SUMIF(C6:C15,”b”,B6:B15)










QUESTION NO 02

ANS:

SOLUTION:


<html>
<head>
 <title>  FOR LOOP </title>
</head>
<body>
<script>
for (i=1;i<=99;i=i+2){
 document.write(i+"<br>");
}
</script>
</body>
</html>

No comments:

Post a Comment