CS101-INTRODCUTION TO COMPUTING SEMESTER FALL 2005

Question No: 2
Marks:9

Describe the following terms?
• Instant messaging.
• VoIP.
• Domain Names.

Question No: 3
Marks:6

Define function, and its advantages?

Question No: 4
Marks:10

Write down Pseudo Code in which there are two variables named as "x", "y" and "z". Multiply these two variables "x" and "y" with each other. Store result in variable "z". Print the value of "z".

Question No: 5
Marks: 10

View the following JavaScript Code:





First
Second
Third


Identify the errors
b) View the following JavaScript Code:
x=1;
while (x>6000);
document.write(x)
x=x+1
1. Identify the errors
2. How many times the while loop will be executed.

Question No: 6
Marks: 5

Describe Payload and Transmission mechanism of virus?

Question No: 7
Marks: 2

Which of the following cannot come between the tag
A.


B.

C.
D.



Question No: 8
Marks: 2

Modem is used:
A. Only to enter data into computer
B. For calculating huge numbers
C. For communication of data between internet and your computer
D. To write information on the world wide web

Question No: 9
Marks: 2

Search engines:
A. Scan the entire web for the desired information
B. Search the news groups for the required information
C. Make the list of images that are available on the net
D. Are built to facilitate the scientists

Question No: 10
Marks: 2

ARPANET is a:
A. World’s first network
B. Network protocol
C. Latest Internet site
D. Internet game

Question No: 11
Marks: 2

A group of binary digits that a computer manipulate as a unit is called
A. Byte
B. Word
C. Bit
D. Hertz

Related Posts with Thumbnails