Translate

Sunday 14 April 2013

CS101 solved Quizs


Which of the following hardware component of a computer can also be called as engine?
► Bus
► Storage
► Memory
► Processor
Question No: 2 ( Marks: 1 ) - Please choose one
TCP stands for ___________.
► Total communication protocol
► Transmission control protocol (page. no.317)
► Transfer control protocol
Transfer collection protocol
Question No: 3 ( Marks: 1 ) - Please choose one
__________ breaks down the message to be sent over the internet into packets.
► FTP
► HTTP
TCP (Page.no.317)
► IP
Question No: 4 ( Marks: 1 ) - Please choose one
A variable can be _________ in scope.
► Local
► Global
Either local or global (page.no.204)
► None of the given options
Question No: 5 ( Marks: 1 ) - Please choose one
A protocol used for receiving email messages is called ____________.
► URL
► Telnet
► POP3
SMTP (page.no.213)
Question No: 6 ( Marks: 1 ) - Please choose one
A function is also called __________.
Sub-program
► Procedure
► Sub-routine
► All of the given option
Question No: 7 ( Marks: 1 ) - Please choose one
Capturing events and responding to them is called __________.
► Function Handling
► Event Handling (page.no.228)
► Event Procedure
► All of the given option
Question No: 8 ( Marks: 1 ) - Please choose one
Which one of the following is NOT a primary color?
► Red
► Green
► Yellow
► Blue Question No: 9 ( Marks: 1 ) - Please choose one
__________ are those programs in which the flow of the program is determined by the user's actions (mouse clicks, key presses) or messages from other programs.
► Event called programs
► Event processed programs
Event driven programs
► Event declared programs
Question No: 10 ( Marks: 1 ) - Please choose one
a = Math.ceil(12.01)
What will be the value of a ?
► 12
13
► 12.0
► 13.01
Question No: 11 ( Marks: 1 ) - Please choose one
Event handlers are placed in the ___________ portion of a Web page as attributes in HTML tags.
► HEAD
BODY (page.no229)
► SCRIPT
TITLE

No comments:

Post a Comment