0% found this document useful (1 vote)
187 views48 pages

CS101 Final Term Solved MCQS PDF

Virtual Study Solutions provides solved MCQs for the CS101 Introduction to Computing final term exam from Spring 2010. The document contains 26 multiple choice questions covering topics like computers, programming, the internet, and computer hardware. It is meant to help students prepare for their final exam on February 9, 2011.

Uploaded by

Shabir Shafiq
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (1 vote)
187 views48 pages

CS101 Final Term Solved MCQS PDF

Virtual Study Solutions provides solved MCQs for the CS101 Introduction to Computing final term exam from Spring 2010. The document contains 26 multiple choice questions covering topics like computers, programming, the internet, and computer hardware. It is meant to help students prepare for their final exam on February 9, 2011.

Uploaded by

Shabir Shafiq
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 48

Virtual Study Solutions

CS101 Introduction to Computing


FINAL TERM PAPERS Due Date:
SOLVED MCQS Feb.9 , 2011

www.virtualstudysolutions.blogspot.com

ns
FINALTERM EXAMINATION

io
Spring 2010 Final
CS101- Introduction to Computing (Session - 2)

ut
Question No: 1 ( Marks: 1 ) - Please choose one
Human are better than computers at:
► Efficiency ► Accuracy ► Pattern recognitio ► None of the given choices

ol
Question No: 2 ( Marks: 1 ) - Please choose one
Cray-1 was first commercial _________ computer
► Super ► Mini ► Micro ► Personal

Question No: 3 ( Marks: 1 ) - Please choose one


URL is a/an ________
► Device ► Component ► Address ► Tool
S
d y
Question No: 4 ( Marks: 1 ) - Please choose one
Mainframe Computers are also called _____
► Enterprise Servers ► Personal Servers ► Enterprise Managers ► Window Servers
tu

Question No: 5 ( Marks: 1 ) - Please choose one


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

► Laptop ► Palmtop ► Desktop ► Wearable

Question No: 6 ( Marks: 1 ) - Please choose one


Preliminary exploration of possible solutions, technologies, suppliers is called
al

► Viability ► Feasibility ► Specification ► Integration

Question No: 7 ( Marks: 1 ) - Please choose one


tu

__________ give us the ability to manipulate data through reference instead of actual value.
► Constants ► Variables ► Data Types ► Operators

Question No: 8 ( Marks: 1 ) - Please choose one


ir

Consider the following statement written in JavaScript:


str = ”Hello” + ” World”
V

What will be the value of str ?


► HelloWorld ► Hello World ► Hello + World ► It will result in error

Question No: 9 ( Marks: 1 ) - Please choose one

www.virtualstudysolutions.blogspot.com
A tool that helps you to find the synonyms is called ______________.
► Language ► Paragraph ► Thesaurus ► Symbol

Question No: 10 ( Marks: 1 ) - Please choose one


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

ns
► Set of protocols ► Set of rules ► Device ► Set of methods

Question No: 11 ( Marks: 1 ) - Please choose one


If a computer could pass the Turing test then it would be able to:

io
► think like human beings
► do the things faster
► win a million dollar prize

ut
► store more information

Question No: 12 ( Marks: 1 ) - Please choose one


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

ol
► 1992 ► 1993 ► 1994 ► 1995

Question No: 13 ( Marks: 1 ) - Please choose one


Web is a unique invention by humans in terms that it is:
► accessible to only the owners who control it
► accessible from particular locations only S
y
► accessible to all humans
► accessible to only the educational institutes
d
Question No: 14 ( Marks: 1 ) - Please choose one
tu

In this URL http://www.msn.com , _____identifies the domain name


► http ► www ► msn ► com

Question No: 15 ( Marks: 1 ) - Please choose one


S

______ is simply a fast port that lets you connect computer peripherals and consumer electronics to
your computer without restart.
► Freeware ► Shareware ► Firewire ► Firmware
al

Question No: 16 ( Marks: 1 ) - Please choose one


Which of the following is NOT supported by PC's power supply.
► -12 and +12 V DC ► -10 and +10 V DC ► -5 and + 5 V DC ► All are supported
tu

Question No: 17 ( Marks: 1 ) - Please choose one


In which case Cache Memory is used
ir

► To increase RAM speed


► To overcome BUS speed
► To overcome Speed rate between RAM and CPU
V

► To overcome CPU speed

Question No: 18 ( Marks: 1 ) - Please choose one


To display a single line text area on the web page, we use ___ tag

www.virtualstudysolutions.blogspot.com
► TEXT ► TEXTBOX ► INPUT ► INPUTBOX

Question No: 19 ( Marks: 1 ) - Please choose one


If an algorithm is syntactically correct, but semantically incorrect then this situation is
► Very good situation

ns
► Very dangerous situation
► Not very bad
► Neutral situation

io
Question No: 20 ( Marks: 1 ) - Please choose one
Users communicate with the computer using a consistent user interface provided by the OS.
► True ► False

ut
Question No: 21 ( Marks: 1 ) - Please choose one
Application developers do not need to know much about the HW, especially the microProcessor, while they are
developing their application.

ol
► True ► False

Question No: 22 ( Marks: 1 ) - Please choose one

S
The first spread sheet program was invented by
► Charles Babbage ► Dan Bricklin ► Paul Graham ► John von Neumann

Question No: 23 ( Marks: 1 ) - Please choose one


y
Which representation technique of algorithm is more suitable for developer to make actual
code___________.
d
► pseudo code ► flow chart ► both pseudo code and flow chart ► Heuristics
tu

Question No: 24 ( Marks: 1 ) - Please choose one


_____________ is used to terminate all JavaScript statements.
► Colon ► Semicolon ► Underscore ► Apostrophe
S

Question No: 25 ( Marks: 1 ) - Please choose one


In java script cookies can be created for future use_____.
► Easily
al

► No facility at all
► This is not possible without Java language.
► Cookies are files so java script can not handle it.
tu

Question No: 26 ( Marks: 1 ) - Please choose one


When the microprocessor desires to look at a piece of data, it checks in the __________ first.
► RAM ► ROM ► hard disk ► cache
ir
V

www.virtualstudysolutions.blogspot.com
Question No: 1 ( Marks: 1 ) - Please choose one
Using Java Script you can write a character at random location on screen

ns
► By applying randomCh() method
► With the help of String object
► With the help of random character property
► There is no built in approach in Java Script

io
Question No: 2 ( Marks: 1 ) - Please choose one
If incorrectly we enter the negative age it is check by

ut
► Limit Integrity ► Type Integrity ► Referential Integrity ► Physical Integrity

Question No: 3 ( Marks: 1 ) - Please choose one


The Encryption of data is related to

ol
► Data updates ► Data security ► Data integrity ► Data accessibility

Question No: 4 ( Marks: 1 ) - Please choose one


Which protocol is use to transfer a file over the network ?
► UDP ► FTP ► TCP ► OSI
S
y
Question No: 5 ( Marks: 1 ) - Please choose one
One can send an email message to a remote computer using _______ protocol
d
► HTTP ► SMTP ► FTP ► TELNET
tu

Question No: 6 ( Marks: 1 ) - Please choose one


In a System having many parts to be designed, one should always do the _____ first
► Hard part ► Simple part ► Development part ► Quality part
S

Question No: 7 ( Marks: 1 ) - Please choose one


Flow control constructs in JavaScript includes:
► If-Else ► Loops and If -Else ► Switch and If-Else ► All of the given choices
al

Question No: 8 ( Marks: 1 ) - Please choose one


___ provides a simple, consistent way for applications to interact with the HW without having to know all the
details of the HW
tu

► Explorer.exe ► System Files ► Operating System Application Software

Question No: 9 ( Marks: 1 ) - Please choose one


ir

Machine language is also called


► Assembly Language ► Binary Language ► High Level Language ► HTML Language
V

Question No: 10 ( Marks: 1 ) - Please choose one


_________ is the best known builder for supercomputers.
► Sun ► Cray Research ► Microsoft ► Apple

www.virtualstudysolutions.blogspot.com
Question No: 11 ( Marks: 1 ) - Please choose one
The weaknesses of the computer are:
► Pattern recognition & Storage
► Speed & Innovative ideas

ns
► Pattern recognition & Innovative ideas
► Speed & Storage

Question No: 12 ( Marks: 1 ) - Please choose one

io
Communication protocol is a __________that governs the flow of information over a network
► Set of methods ► Set of protocols ► Set of rules ► Device

ut
Question No: 13 ( Marks: 1 ) - Please choose one
_____________ team is responsible for the maintenance, expansion , improvement of the infrastructure
consisting of workstations, networking equipment, software and network security.
► Support ► Configuration Management ► Quality Assurance ► Developer

ol
Question No: 14 ( Marks: 1 ) - Please choose one
_____________ team consists on the sharpest technical minds in the company.

S
► Architecture ► Business Development ► Configuration Management ► Developer

Question No: 15 ( Marks: 1 ) - Please choose one


y
_______________ is responsible for day to day operations.
► CEO ► COO ► CMSO ► Developer
d
Question No: 16 ( Marks: 1 ) - Please choose one
tu

One of the key responsibilities of the ___________ is client relationship management.


► Project Manager ► Team Lead ► Developer ► Quality Assurance Engineer

Question No: 17 ( Marks: 1 ) - Please choose one


S

What is the major problem with flash based website?


► Its two heavy ► Cannot be indexed ► Less attractive ► Inaccessible
al

Question No: 18 ( Marks: 1 ) - Please choose one


Which of the following is NOT an event handler for image object?
► onAbort ► onError ► onLoad ► onUser
tu

Question No: 19 ( Marks: 1 ) - Please choose one


The organizations are learning that business can be done in a more effective manner if emphasis is placed upon
___________.
ir

► Cooperation ► Shared responsibility ► Networking ► All of the given options


V

Question No: 1 (Marks: 1) - Please choose one

It represents the _____________ flow chart element.

www.virtualstudysolutions.blogspot.com
► Flow Line ► Connector ► Off-page connector ► Start or Stop

Question No: 2 (Marks: 1) - Please choose one


What is NOT a key

ns
factor while designing a website?
► Usability ► User-friendly ► Consistency ► Complexity

Question No: 3 (Marks: 1) - Please choose one

io
__________% of the
users have left websites in frustration due to poor navigation.
► 40 ► 62 ► 83 ► 91

ut
Question No: 4 (Marks: 1) - Please choose one
In JavaScript, a
variable declaration is

ol
► Optional ► Mandatory ► Not allowed ► None of the given

Question No: 5 (Marks: 1) - Please choose one

receiving email messages is called ____________.


► URL ► Telnet ► POP3 ► SMTP S A protocol used for
y
Question No: 6 (Marks: 1) - Please choose one
d
Which is correct?

► onUnload ► onUnLoad ► onUNLOAD ► All of the above


tu

Question No: 7 (Marks: 1) - Please choose one


Serial arrangement
S

in which things follow logical order or a recurrent pattern, such as statements executing one by one, is called
__________.
► Loop ► Sequence ► Condition ► Array
al

Question No: 8 (Marks: 1) - Please choose one


Variables allow us to
manipulate data through the ___________.
tu

► Actual Value ► Reference ► Length ► Name

Question No: 9 (Marks: 1) - Please choose one


Fuzzy logic is based
ir

on ____________.
► Ground facts ► Experience ► Practice ► Approximation
V

Question No: 10 (Marks: 1) - Please choose one


Word Processor is a

www.virtualstudysolutions.blogspot.com
_________________

► System Software ► Application Software ► Device ► Utility

ns
Question No: 11 (Marks: 1) - Please choose one
In the old days,
databases did NOT support ____________.

io
► Number ► Boolean ► Video ► Text

Question No: 12 (Marks: 1) - Please choose one


In tabular storage,

ut
fields placed in a particular row are strongly ___________.
► Independent ► Dependent ► Interrelated ► Inconsistent

ol
Question No: 13 (Marks: 1) - Please choose one
Due to working at
home, lack of interaction may result in ___________ professional growth.

S
► Slower ► Faster ► Higher ► Improved

Question No: 14 (Marks: 1) - Please choose one


Distance learning
y
has got a boost due to the ___________.
► Easy communication ► Online interactive contents ► Flexibility
d
► All of the given options
tu

Question No: 15 (Marks: 1) - Please choose one


_____________
technique can be used to create smooth animations or to display one of several images based on the requirement.
► Image downloading ► Image preloading ► Image uploading
S

► Image postloading

Question No: 16 (Marks: 1) - Please choose one


al

The ____________
is becoming the preferred organizational structure for more and more organizations with the passage of time.
► Tree structured organizational model
tu

► Network paradigm ► Hierarchical structure ► None of the given options

Question No: 17 (Marks: 1) - Please choose one


The group of
ir

technologies concerned with the capturing, processing and transmission of information in the digital electronic
form is called _____________.
V

► Telecom Engineering
► Computer Engineering
► Computer Science
► Information Technology

www.virtualstudysolutions.blogspot.com
Question No: 18 (Marks: 1) - Please choose one
A large number of
networks interconnected physically are called ______
► LAN ► MAN ► Internet ► Network collection

ns
Question No: 19 (Marks: 1) - Please choose one
TCP stands for
________.

io
► Transfer Center protocol ► Transmission Control Protocol
► Transmission Center Protocol ► Telephone Center Protocol

ut
Question No: 20 (Marks: 1) - Please choose one
A collection of data
organized in such a way that the computer can quickly search for a desired data item is known as:

ol
► Retrieving ► Database ► Information ► DBMS

Question No: 21 (Marks: 1) - Please choose one

► Freeware ► Shareware ► Firewire ► Firmware S ______ is simply a


fast port that lets you connect computer peripherals and consumer electronics to your computer without restart.
y
Question No: 22 (Marks: 1) - Please choose one
d
Structures, in which
another list starts before the first list is finished, are called:
tu

► Multiple Lists ► Nested Lists ► Ordered Lists ► Un-ordered Lists

Question No: 23 (Marks: 1) - Please choose one


The key property of
S

the ‘Array’ object in JavaScript is


► Value ► Length ► Name ► All of the given choices
al

Question No: 24 (Marks: 1) - Please choose one


Which one is the
example of spreadsheet software?
► MS Word ► MS PowerPoint ► MS Excel ► MS Access
tu

Question No: 25 (Marks: 1) - Please choose one


The Encryption of
ir

data is related to
► Data updates ► Data security ► Data integrity ► Data accessibility
V

Question No: 26 (Marks: 1) - Please choose one


_____ is the process
of analyzing large databases to identify patterns.
► Data normalization ► Data management ► Data Mining ► None of the given options

www.virtualstudysolutions.blogspot.com
Question No: 27 (Marks: 1) - Please choose one
Which is the user-
friendly way of presenting data?
► Query ► Form ► Report ► All of the given options

ns
Question No: 28 (Marks: 1) - Please choose one
JavaScript function
fixed () has equivalent HTML tag-set ____

io
► <.FIX>……………</FIX> ► <F>………………..</F>
► <PRE>…………. </PRE> ► <H>………………..</H>

ut
Question No: 29 (Marks: 1) - Please choose one
<Form> Tags always
placed between the <BODY> and </BODY> tags of a Web page
► True

ol
► False

Question No: 30 (Marks: 1) - Please choose one

---------- ability to create and draw graphics.


S Java script has -------
y
► Limited ► Versatile ► Medium ► Not at all
d
tu

Final term paper

1-when actions depends upon the values of multiple variables we ll use -----?
S

1-if 2-else 3-if----else 4-none

2-when the exact number of iterations is known use the ----loop ?


al

1-for 2-if 3-while 4-none

3-when the number of iteration depend upon a condition being met use the ------ loop
tu

1-for 2-switch 3-while 4-none


ir

4-the key property of ‘’array ‘’object is -----------?


1-length 2-width 3-single 4-none
V

5-two of the key ‘’array ‘’methods are reverse ()-sort()


1-true 2-false
6-javascript array are -------?
1-multiple 2-herterogenous 3-homogenous 4-none

ns
7------multiple computer that are connected together to share information and other
resources
1-network 2-internets 3-compnetworks 4-none

io
8 – comp networks can send an email message to a remote comp using the ----
protocol?

ut
1-HTTP 2-FTP 3-SMTP 4-none

9-comp network can browse documents residing on a remote comp using -------?

ol
1-HTTP 2-FTP 3-SMTP 4-none

10-comp networks can download and upload files to a remote comp using ------?
1-HTTP 2-FTP 3-SMTP 4-none
S
y
11- network can run a program on remote comp using the ------------?
1-SMTP 2-TELNET 3-HTTP 4-none
d

12-components of convertional computer networks are except one ?


tu

1-VPN 2-NIC 3-computers 4-hub

13-NIC stands for ------------?


S

1-national internet cables 2-national interface cards


3-network interface cards 4-none
al

14-cables are either------------?


1-electrical 2-digita l3-optical 4-1 and 2
tu

15- hub component of comp network is ------------?


1-I/O device 2-traffic controller
ir

3-network traffic controller 4-none


V

16- optical cables are required by wireless networks


1-true 2-false

www.virtualstudysolutions.blogspot.com
17------ a deviece used to connect several computer to form a network
1-hub 2-cable 3-NIC 4-none

18- a hub has several -----?

ns
1-NIC 2-cables 3-packet 4-ports

19- ------ smaller unit of data transmitted over a comp network

io
1-hub 2-port 3-packet 4-none

20- all packets travel----------?

ut
1-dependently 2-independently 3-alternatively 4-none

ol
Question No: 1 ( Marks: 1 ) - Please choose one
---------- was known as “mill” in Analytical engine.
► Memory ► Processor ► Monitor ► MouseS
y
Question No: 2 ( Marks: 1 ) - Please choose one
d
First electronic computer was
► ABC ► UNVAC 1 ► Harvard Mark 1 ► IBM PC
tu

Question No: 3 ( Marks: 1 ) - Please choose one


What is NOT a key factor while designing a website?
► Usability ► User-friendly ► Consistency ► Complexity
S

Question No: 4 ( Marks: 1 ) - Please choose one


What happens if I start a new list without closing the original one?
al

► An error will be generated ► A nested list will be created


► Previous list will end and a new will start. ► Nothing will happen
tu

Question No: 5 ( Marks: 1 ) - Please choose one


The most upper right pixel of the screen is of ___________ color.
► Any ► Red ► Green ► Blue
ir

Question No: 6 ( Marks: 1 ) - Please choose one


A single pixel can acquire approximately ___________ color schemes.
V

► 1 million ► 2 million ► 10 million ► 16 million

Question No: 7 ( Marks: 1 ) - Please choose one


The idea of Neural Networks field is based upon ______________.
► Human nature ► Human brain ► Human culture ► Human actions

Question No: 8 ( Marks: 1 ) - Please choose one


Which one of the following is an application for artificial intelligence?
► Robotic ► Web Agent ► Decision Support System ► All of the given options

ns
Question No: 9 ( Marks: 1 ) - Please choose one
Register is a kind of ______memory
► Fast ► Super fast ► Slow ► Very slow

io
Question No: 10 ( Marks: 1 ) - Please choose one
Which of the following is a true statement?

ut
► Flat-file storage is better than tabular storage.
► Tabular storage is better than flat-file storage.
► Flat-file storage is better than relational storage.
► None of the given options

ol
Question No: 11 ( Marks: 1 ) - Please choose one
substring(n, m) returns a string containing characters copied from position n to___________.
►m–2 ►m–1 ►m+1 ►m

Question No: 12 ( Marks: 1 ) - Please choose one S


y
The __________ is the old profession which is being eliminated because of computing.
► Typist ► Bank manager ► Operational manager ► All of the given options
d
Question No: 13 ( Marks: 1 ) - Please choose one
tu

The system that manages relational database, is called ______________.


► None of the given options
► Database Management System
► Data Management System
S

► Relational Database Management System

Question No: 14 ( Marks: 1 ) - Please choose one


al

When web server is busy it gives the following message to the user :
► Time out ► Waiting ► Server busy ► None of the given options

Question No: 15 ( Marks: 1 ) - Please choose one


tu

The group of technologies concerned with the capturing, processing and transmission of information in the digital
electronic form is called _____________.
► Telecom Engineering ► Computer Engineering
ir

► Computer Science ► Information Technology

Question No: 16 ( Marks: 1 ) - Please choose one


V

_____________ team consists on the sharpest technical minds in the company.


► Architecture ► Business Development ► Configuration Management ► Developer

www.virtualstudysolutions.blogspot.com
Question No: 17 ( Marks: 1 ) - Please choose one
TCP stands for ________.
► Transfer Center protocol ► Transmission Control Protocol
► Transmission Center Protocol ► Telephone Center Protocol

ns
Question No: 18 ( Marks: 1 ) - Please choose one
A collection of data organized in such a way that the computer can quickly search for a desired data item is
known as :
► Retrieving ► Database ► Information ► DBMS

io
Question No: 19 ( Marks: 1 ) - Please choose one
Microsoft Word is a type of:

ut
► System Software ► Freeware Software ► Shrink-Wrapped Software ► Custom-built Software

Question No: 20 ( Marks: 1 ) - Please choose one


Users __________, how things work.

ol
► Analyze in detail ► Muddle through ► Figure out ► Read in detail

Question No: 21 ( Marks: 1 ) - Please choose one


Popular schemes used for reducing bytes for storage are:
► RGB and Color mapping
► RGB, Color mapping and Dithering S
► RGB and Dithering
► Color mapping and Dithering
y
Question No: 22 ( Marks: 1 ) - Please choose one
d
Hardware malfunctions is related to
► Data updates ► Data integrity ► Data security ► Data accessibility
tu

Question No: 23 ( Marks: 1 ) - Please choose one


If incorrectly we enter the negative age it is check by
► Limit Integrity ► Type Integrity ► Referential Integrity ► Physical Integrity
S

Question No: 24 ( Marks: 1 ) - Please choose one


Which is the user-friendly way of presenting data ?
al

► Query ► Form ► Report ► All of the given options

Question No: 25 ( Marks: 1 ) - Please choose one


Currently the BlueRay DVD can store more than ________ of data.
tu

► 10 GB ► 100 GB ► 50 GB ► 150 GB

Question No: 26 ( Marks: 1 ) - Please choose one


ir

In JavaScript, a || b is interpreted as

► a is true or b is false ► a is true and b is true


V

► a is false and b is true ► a is true or b is true or both are true

Question No: 27 ( Marks: 1 ) - Please choose one

www.virtualstudysolutions.blogspot.com
Speakers fall into the hardware category.
► True ► False

Question No: 28 ( Marks: 1 ) - Please choose one


onBlur event is occurred for a form element when it ____________

ns
► Gets focus ► Losts focus ► Some thing is typed in ► onBlur is not an event

Question No: 29 ( Marks: 1 ) - Please choose one

io
You can view a 3-D image on a _____________.
► 3-D display ► 2-D display ► On both 2-D and 3-D displays ► We can not view a 3-D image

ut
Question No: 30 ( Marks: 1 ) - Please choose one
Module level design and unit testing is the responsibility of _____________.
► Team Lead ► Developer ► Project Manager ► Quality Assurance Expert

ol
FINALTERM EXAMINATION

S
CS101- Introduction to Computing (Session - 2)
Question No: 1 ( Marks: 1 ) - Please choose one
What is NOT a key factor while designing a website?
y
► Usability ► User-friendly ► Consistency ► Complexity
d
Question No: 2 ( Marks: 1 ) - Please choose one
Communications on the internet is controlled by a set of two protocols which are
____________.
tu

► IMAP and SMTP ► FTP and HTTP ► TCP and IP ► TCP and HTTP

Question No: 3 ( Marks: 1 ) - Please choose one


S

A variable can be _________ in scope.


► Local ► Global ► Either local or global
► None of the given options
al

Question No: 4 ( Marks: 1 ) - Please choose one


A protocol used for receiving email messages is called ____________.
tu

► URL ► Telnet ► POP3 ► SMTP

Question No: 5 ( Marks: 1 ) - Please choose one


Aliasing problem can be managed by ____________the size of pixels.
ir

► Reducing ► Increasing ► Gaining ► Modifying


V

Question No: 6 ( Marks: 1 ) - Please choose one


Serial arrangement in which things follow logical order or a recurrent pattern, such as
statements executing one by one, is called __________.
► Loop ► Sequence ► Condition ► Array

www.virtualstudysolutions.blogspot.com
Question No: 7 ( Marks: 1 ) - Please choose one
Which of the following data types are recognized by JavaScript?
► Strings ► Numbers ► Undefined ► All of the given options

ns
Question No: 8 ( Marks: 1 ) - Please choose one
a = Math.ceil(12.01)
What will be the value of a ?
► 12 ► 13 ► 12.0 ► 13.01

io
Question No: 9 ( Marks: 1 ) - Please choose one
In the old days, databases did NOT support ____________.

ut
► Number ► Boolean ► Video ► Text

Question No: 10 ( Marks: 1 ) - Please choose one

ol
The organizations are learning that business can be done in a more effective manner if
emphasis is placed upon ___________.
► Cooperation ► Shared responsibility ► Networking
► All of the given options

Question No: 11 ( Marks: 1 ) - Please choose one


S
Module level design is the responsibility of the ___________.
y
► Architect ► Team Lead ► Developer ► CEO
d
Question No: 12 ( Marks: 1 ) - Please choose one
_____________ errors are caused by the code that somehow violates the rule of the language.
tu

► Syntax ► Semantic ► Run time ► Load time

Question No: 13 ( Marks: 1 ) - Please choose one


S

The world first computer program was written to compute:


► Simple sequence ► Multiple sequence
► Bernoulli’s sequence ► Increasing sequence
al

Question No: 14 ( Marks: 1 ) - Please choose one


Microsoft Word is a type of:
► System Software ► Freeware Software
tu

► Shrink-Wrapped Software ► Custom-built Software

Question No: 15 ( Marks: 1 ) - Please choose one


ir

We need _____________ for memory management in computer


► Software ► Hardware ► Operating System
► Application Software
V

Question No: 16 ( Marks: 1 ) - Please choose one


_____________ is generally measured in terms of the number of steps required to execute an

www.virtualstudysolutions.blogspot.com
algorithm.
► Space ► Time ► Memory and time ► Bandwidth

Question No: 17 ( Marks: 1 ) - Please choose one


PowerBuilder falls in the category of ______________.

ns
► Assembly Languages ► 4-th Generation Languages
► Machine Languages ► High-Level Languages

Question No: 18 ( Marks: 1 ) - Please choose one

io
___________ means to break down into simpler components and analyze.
► Recursion ► Parsing ► Scope ► Navigation

ut
Question No: 19 ( Marks: 1 ) - Please choose one
for(var i=1; i<=2;i=i+1)
{

ol
document.write( "Sorted Words:" + "<BR>" )
}
Which of the following shall be the output of above code:
►Sorted Words: Sorted Words: ►Sorted Words:Sorted Words:
►Sorted Words: “<BR>” Sorted Words: “<BR>”
► Sorted Words: <BR> Sorted Words: <BR> (correct)
S
y
Question No: 20 ( Marks: 1 ) - Please choose one
Assembly languages allow a programmer to use _________ for numbers.
d
► Object ► Entity ► Name ► Interpreter
tu

Question No: 21 ( Marks: 1 ) - Please choose one


__________ means you have only one container to store more than one value in JavaScript.
► Variable ► Matrix ► Array ► String
S

Question No: 22 ( Marks: 1 ) - Please choose one


Coding is the responsibility of ________________
► Software design ► Software developer ► Project manager
al

► None of given

Question No: 23 ( Marks: 1 ) - Please choose one


tu

CEO stands for____________________


► Central Executive officer ► Chief External officer
► Chief executive officer ► None of given
ir

Question No: 24 ( Marks: 1 ) - Please choose one


Decision Support Systems will become a bigger part of the professional life of the________ .
V

► Doctors ► Mangers ► Marketers ► All of above

Question No: 25 ( Marks: 1 ) - Please choose one

www.virtualstudysolutions.blogspot.com
The output of fuzzy Logic System is computed by using ______Technique.
► MAX-MAX ► MAX-MIN ► MIN-MAX ► None of the given

Question No: 26 ( Marks: 1 ) - Please choose one


In the statement Math.PI, Math is _________ and PI is ___________.

ns
► Variable, Constant ► Object , Method
► Object , Function ► Object , Property

io
ut
ol
FINALTERM EXAMINATION
CS101- Introduction to Computing (Session - 2)

Question No: 1 (Marks: 1) - Please choose one


S
y
It represents the ________________ flow chart element.
d
► Process ► Input or Output ► Decision ► Connector
tu

Question No: 2 (Marks: 1) - Please choose one


Website design should NOT be __________.
► Unified ► Complex ► Consistent ► Predictable
S

Question No: 3 (Marks: 1) - Please choose one


The most upper right pixel of the screen is of ___________ color.
► Any ► Red ► Green ► Blue
al

Question No: 4 ( Marks: 1 ) - Please choose one


Which of the following is NOT an example of Multi-user Operating system
tu

► Windows ► Linux ► DOS ► Solaris

Question No: 5 (Marks: 1) - Please choose one


ir

According to the heuristic, the number of defects remaining in a system after a given level of tests is
proportional to ___________.
V

► The number found on very first day.


► The number found during the development.
► The number found during the test.
► None of the given options.

www.virtualstudysolutions.blogspot.com
Question No: 6 (Marks: 1) - Please choose one
Which one of the following is NOT a component of Rule Based System?
► Rule Compiler ► Rule Interpreter ► Rules Base ► Working Memory

ns
Question No: 7 (Marks: 1) - Please choose one
In RDBMS, table rows are called __________.
► Field ► Record ► Column ► Query

io
Question No: 8 (Marks: 1) - Please choose one
_________ can be used for entering, editing, or viewing data, one record at a time.
► Queries ► Forms ► Reports ► None of the given options

ut
Question No: 9 (Marks: 1) - Please choose one
Tribal flood network is a ___________ software.
► DoS ► Scanning ► Utility ► None of the given options

ol
Question No: 10 (Marks: 1) - Please choose one
Unlike virus, ___________ is a stand-alone program.
► Trojan horse ► Logic bomb ► Worm

Question No: 11 (Marks: 1) - Please choose one S ► Time bomb


y
The key responsibilities of a project manager is _____________.
► Planning and tracking of the project
d
► Arranging of the appropriate resources
► Client relationship management
tu

► All of the given options

Question No: 12 (Marks: 1) - Please choose one


The key responsibilities of the architect of the project is______________.
S

► Technology selection
► High-level design
► Makes certain that the implementation remains true to the design
al

► All of the given options

Question No: 13 (Marks: 1) - Please choose one


_______________ is responsible for day to day operations.
tu

► CEO ► COO ► CMSO ► Developer

Question No: 14 (Marks: 1) - Please choose one


ir

onAbort , onError are the _______________ of the image object.


► Event Handler ► Properties ► Methods
► None of the given options
V

Question No: 15 (Marks: 1) - Please choose one


The tasks performed to detect the exact location of defect is called______

www.virtualstudysolutions.blogspot.com
► Debugging ► Testing ► Repairing ► Monitoring

Question No: 16 (Marks: 1) - Please choose one


_____________ routes the packets through the internet to go to their destination.
► Protocol ► TCP ► IP ► NIC

ns
Question No: 17 (Marks: 1) - Please choose one
When we buy a software package, we do not really buy it, we just by a license that allows us to use it,
the ___________stays with the maker.

io
► Agreement ► Ownership ► Membership ► Software

Question No: 18 (Marks: 1) - Please choose one

ut
Sequence of steps that is taken to solve a problem is called _______.
► Algorithm ► Operating System ► Application software
► None of the given options

ol
Question No: 19 (Marks: 1) - Please choose one
A collection of data organized in such a way that the computer can quickly search for a desired data
item is known as :
► Retrieving ► Database ► Information

Question No: 20 (Marks: 1) - Please choose one S► DBMS


y
To start an ordered list from 20 instead of 1, we will write
► <OL begin = “20"> ► <OL initiate = “20">
d
► <OL start = “20"> ► <OL from = “20">
tu

Question No: 21 (Marks: 1) - Please choose one


______ are personal computers that are designed to be easily transported and relocated.
► Desktops ► Portables ► Servers ► Workstations
S

Question No: 22 (Marks: 1) - Please choose one


To display a multi-line text area on the web page, we use ___ tag
► TEXT ► TEXTAREA ► INPUT ► INPUTAREA
al

Question No: 23 (Marks: 1) - Please choose one


The first component of an operating system that runs when a typical computer is turned ON, is:
► Device Manager ► File Manager ► Loader ► Device Driver
tu

Question No: 24 (Marks: 1) - Please choose one


Pseudo code is written in
ir

► Complex grammar ► Plain English ► JAVA ► Pseudo language

Question No: 25 (Marks: 1) - Please choose one


V

Instead of Full System, one can _____ results from part of a System
► Not achieve ► Mostly achieve ► Sometimes achieve ► Achieve

www.virtualstudysolutions.blogspot.com
Question No: 26 (Marks: 1) - Please choose one
One can download or upload files to a remote computer using ________ protocol.
► HTTP ► SMTP ► FTP ► TELNET

Question No: 27 (Marks: 1) - Please choose one

ns
Which protocol is used to control other computer from our own computer ?
► FTP ► NNTP ► TELNET ► None of the given choices

Question No: 28 (Marks: 1) - Please choose one

io
Which function returns a randomly selected floating point number between 0 and 1 ?
► floor(x) ► ceil(x) ► random() ► round(x)

ut
Question No: 29 (Marks: 1) - Please choose one
Global variables can make the logic of a web page.
► Difficult to understand
► Easier to understand and maintain

ol
► Difficult to reuse and maintain
► Difficult to understand, reuse and maintain

Question No: 30 (Marks: 1) - Please choose one

S
Mathematical functions in JavaScript, are accessed by referring to various methods of the
_____________ object.
y
► Math ► Calculate ► Compute ► None of the given options
d
tu

FINALTERM EXAMINATION
CS101- Introduction to Computing (Session - 2)
S

Question No: 1 ( Marks: 1 ) - Please choose one


Human are better than computers at::
► Efficiency ► Accuracy ► Pattern recognition ► None of the given choices
al

Question No: 2 ( Marks: 1 ) - Please choose one


TCP stands for ___________.
► Total communication protocol ► Transmission control protocol
tu

► Transfer control protocol ► Transfer collection protocol

Question No: 3 ( Marks: 1 ) - Please choose one


ir

First computer network was ___________.


► NSFNET ► FIRSTNET ► ARPANET ► ORPHANET
V

Question No: 4 ( Marks: 1 ) - Please choose one


A user may access any item on the web through __________.
► URL ► Telnet ► POP ► SMTP

www.virtualstudysolutions.blogspot.com
Question No: 5 ( Marks: 1 ) - Please choose one
In JavaScript, a variable declaration is
► Optional ► Mandatory ► Not allowed ► None of the given

ns
Question No: 6 ( Marks: 1 ) - Please choose one
According to a popular heuristic, success is defined by ___________.
► The user ► The builder ► Both user and builder
► None of the given options

io
Question No: 7 ( Marks: 1 ) - Please choose one
To store rounded number of 8.6 in a variable called "r_number", we write _____________.

ut
► r_numbers=Maths.rounds(8.6) ► r_number=Math.rounds(8.6)
► r_number=Math.round(8.6) ► r_number=Maths.round(8.6)

Question No: 8 ( Marks: 1 ) - Please choose one

ol
random() function returns a randomly-selected, floating-point number between ____________.
► 0 and 1 ► 0 and 10 ► 0 and -10 ► 0 and -1

Question No: 9 ( Marks: 1 ) - Please choose one


Trinoo is a __________ software.
► DoS ► Scanning ► Utility S
► None of the given options
y
Question No: 10 ( Marks: 1 ) - Please choose one
d
Which attribute of the IMG tag tells us about the source of the image ____________.
► source ► path ► loc ► src
tu

Question No: 11 ( Marks: 1 ) - Please choose one


The developer report to ___________ in a development team.
► Team Lead ► Project Manager ► CEO ► IT Manager
S

Question No: 12 ( Marks: 1 ) - Please choose one


The effective way not to only write programs but also it works properly and further more to minimize
al

the time and the development cost of the program is called___________________


► Programming Mechanism ► Programming Methodology
► Programming Synchronization ► None of the given options
tu

Question No: 13 ( Marks: 1 ) - Please choose one


TCP stands for ________.
► Transfer Center protocol ► Transmission Control Protocol
ir

► Transmission Center Protocol ► Telephone Center Protocol

Question No: 14 ( Marks: 1 ) - Please choose one


V

When we buy a software package, we do not really buy it, we just by a license that allows us to use it,
the ___________stays with the maker.
► Agreement ► Ownership ► Membership ► Software

www.virtualstudysolutions.blogspot.com
Question No: 15 ( Marks: 1 ) - Please choose one
Many developers write the _________ first and then incrementally convert each line into _________.
► Real code & Pseudo code ► Pseudo code & Real code
► Real code & Artificial code ► None of the given options

ns
Question No: 16 ( Marks: 1 ) - Please choose one
Collection of facts & figures is called ____________.
► Information ► Data ► Entity ► Attribute

io
Question No: 17 ( Marks: 1 ) - Please choose one
A collection of data organized in such a way that the computer can quickly search for a desired data

ut
item is known as :
► Retrieving ► Database ► Information ► DBMS

Question No: 18 ( Marks: 1 ) - Please choose one

ol
To start an ordered list from 20 instead of 1, we will write
► <OL begin = “20"> ► <OL initiate = “20">
► <OL start = “20"> ► <OL from = “20">

Question No: 19 ( Marks: 1 ) - Please choose one


S
Using COLSPAN, number of rows of the current cell should extend itself
y
► Upward ► Downward
► Both Upward and Downward ► None of the given choices
d
Question No: 20 ( Marks: 1 ) - Please choose one
tu

Microsoft Word is a type of:


► System Software ► Freeware Software
► Shrink-Wrapped Software ► Custom-built Software
S

Question No: 21 ( Marks: 1 ) - Please choose one


Compound Statement after decision constructs in JavaScript is enclosed with
►( ) ►[ ] ► { }; ►{ }
al

Question No: 22 ( Marks: 1 ) - Please choose one


Users __________, how things work.
► Analyze in detail ► Muddle through ► Figure out ► Read in detail
tu

Question No: 23 ( Marks: 1 ) - Please choose one


One can send an email message to a remote computer using _______ protocol
ir

► HTTP ► SMTP ► FTP ► TELNET

Question No: 24 ( Marks: 1 ) - Please choose one


V

Writing a response, multiple statements are separated from each other with the help of
► Period ( . ) ► Comma ( , ) ► Colon ( : ) ► Semicolon ( ; )

www.virtualstudysolutions.blogspot.com
Question No: 25 ( Marks: 1 ) - Please choose one
With the passage of time the field of Computing and Telecommunication is _____________.
► Diverging ► Converging ► Becoming different ► Becoming unique

Question No: 26 ( Marks: 1 ) - Please choose one

ns
When we have to show value as part of a whole picture, which type of chart is used.
► Bar chart ► Pie chart ► Line graph ► None of the given

Question No: 27 ( Marks: 1 ) - Please choose one

io
______________ software directly interacts with the user.
► Application software ► System software
► Anonymous software ► Interactive software

ut
Question No: 28 ( Marks: 1 ) - Please choose one
Global variables can make the logic of a web page.

ol
► Difficult to understand ► Easier to understand and maintain
► Difficult to reuse and maintain ► Difficult to understand, reuse and maintain

Question No: 29 ( Marks: 1 ) - Please choose one

S
In partitioning of program/module, it should be assured that partitioned chunks should be as
_________ as possible.
y
► Dependent ► Independent ► Complex ► All of the above
d
tu

FINALTERM EXAMINATION
CS101- Introduction to Computing (Session - 2)
S

Question No: 1 ( Marks: 1 ) - Please choose one


The memory size of the Altair 8800 was
► 128 bytes ► 128 Kilo bytes ► 256 Kilo bytes ► 256 bytes
al

Question No: 2 ( Marks: 1 ) - Please choose one


A named collection of properties (data, state) and methods (instruction, behavior) is called ____________.
► Array ► Function ► Variable ► Object
tu

Question No: 3 ( Marks: 1 ) - Please choose one


JavaScript Variables are ____________.
ir

► Dynamically Typed ► Statically Typed ► Strong Typed


► None of the given options
V

Question No: 4 ( Marks: 1 ) - Please choose one


Serial arrangement in which things follow logical order or a recurrent pattern, such as statements executing one
by one, is called __________.

www.virtualstudysolutions.blogspot.com
► Loop ► Sequence ► Condition ► Array

Question No: 5 ( Marks: 1 ) - Please choose one


Rule of thumb learned through trial and error is called ___________.
► Design ► Heuristic ► Plan ► Aim

ns
Question No: 6 ( Marks: 1 ) - Please choose one
According to heuristic, if you can’t explain it in ____________ minutes, either you don’t understand it or it does
not work.

io
► 10 ►2 ►5 ►4

Question No: 7 ( Marks: 1 ) - Please choose one

ut
To store rounded number of 8.6 in a variable called "r_number", we write _____________.
► r_numbers=Maths.rounds(8.6) ► r_number=Math.rounds(8.6)
► r_number=Math.round(8.6) ► r_number=Maths.round(8.6)

ol
Question No: 8 ( Marks: 1 ) - Please choose one
Using only HTML we can create
► Dynamic web pages ► Static web pages
► Both Static and Dynamic pages ► None of these

S
y
Question No: 9 ( Marks: 1 ) - Please choose one
__________ function returns the largest integer that is less than or equal to x.
d
► round(x) ► floor ► ceil ► abs(x)
tu

Question No: 10 ( Marks: 1 ) - Please choose one


Due to working at home, contact with the colleagues is __________, which may result in __________ quality of
work
► Reduced, Poorer ► Reduced, Better ► Increased, Poorer ► Increased, Better
S

Question No: 11 ( Marks: 1 ) - Please choose one


The distance among families is ___________ because of spending more time on internet.
al

► Increased ► Expanded ► Contracted ► Decreased

Question No: 12 ( Marks: 1 ) - Please choose one


When web server is busy it gives the following message to the user :
tu

► Time out ► Waiting ► Server busy ► None of the given options

Question No: 13 ( Marks: 1 ) - Please choose one


ir

____________ is designed for detecting viruses and inoculating.


► Antivirus ► Utility ► Trojan ► None of the given choices
V

Question No: 14 ( Marks: 1 ) - Please choose one


The ____________ is becoming the preferred organizational structure for more and more organizations with the
passage of time.

www.virtualstudysolutions.blogspot.com
► Tree structured organizational model ► Network paradigm
► Hierarchical structure ► None of the given options

Question No: 15 ( Marks: 1 ) - Please choose one


Planning and tracking of the project is the responsibility of the___________.

ns
► Project Manager ► Architect ► Developer ► Chief Executive Officer

Question No: 16 ( Marks: 1 ) - Please choose one


The responsibilities of the Team Lead includes_____________.

io
► Planning and tracking of the project
► Detailed design
► Professional development of team members

ut
► All of the given options

Question No: 17 ( Marks: 1 ) - Please choose one


_____________ team is responsible for a project after the specification’s stage till the very end.

ol
► Executive ► Architect ► Development ► HR

Question No: 18 ( Marks: 1 ) - Please choose one


There are _________ types of errors.
►2 ►3 ►4 ►5
S
y
Question No: 19 ( Marks: 1 ) - Please choose one
________ are the computers that perform at or near the currently highest operational rate for computers.
d
► Minicomputers ► Microcomputers ► Supercomputers ► Personal Computers
tu

Question No: 20 ( Marks: 1 ) - Please choose one


Which one of these is NOT an example of storage devices?
► Tape ► RAM ► Floppy ► DVD
S

Question No: 21 ( Marks: 1 ) - Please choose one


Forms can be submitted by using __________ different methods
►2 ►3 ►4 ►5
al

Question No: 22 ( Marks: 1 ) - Please choose one


Which is NOT true for JavaScript variable name ?
► Student ► Roll_no_1111 ► For ► _schedule
tu

Question No: 23 ( Marks: 1 ) - Please choose one


One can browse documents residing on a remote computer using ________ protocol.
ir

► HTTP ► SMTP ► FTP ► TELNET

Question No: 24 ( Marks: 1 ) - Please choose one


V

Which one is the example of spreadsheet software ?


► MS Word ► MS PowerPoint ► MS Excel ► MS Access

www.virtualstudysolutions.blogspot.com
Question No: 25 ( Marks: 1 ) - Please choose one
User can remotely log on to a computer and can have a control over it like a local user using
► TelNet Protocol
► TelNet Protocol and connected to the user through TCP/IP network
► TelNet protocol and FTP ► TCP/IP and FTP

ns
Question No: 26 ( Marks: 1 ) - Please choose one
Hardware malfunctions is related to
► Data updates ► Data integrity ► Data security ► Data accessibility

io
Question No: 27 ( Marks: 1 ) - Please choose one
PowerBuilder falls in the category of ______________.

ut
► Assembly Languages ► 4-th Generation Languages
► Machine Languages ► High-Level Languages

Question No: 28 ( Marks: 1 ) - Please choose one

ol
Backbone is also called as ________.
► vBNS ► BNS ► vHBNS ► HBNS

Question No: 29 ( Marks: 1 ) - Please choose one


Global variables can make the logic of a web page.
► Difficult to understand S
► Easier to understand and maintain
y
► Difficult to reuse and maintain ► Difficult to understand, reuse and maintain
d
Question No: 30 ( Marks: 1 ) - Please choose one
In JavaScript: In order to display the text on browser Grade A, which of following statement is True.
tu

► documentwrite( "Grade A") ► document.write( "Grade A");


► document.write( "Grade” && A"); ► document.write( "Grade” && “A");
S

FINALTERM EXAMINATION
al

CS101- Introduction to Computing (Session - 3)


Question No: 1 ( Marks: 1 ) - Please choose one
First computer network was ___________.
► NSFNET ► FIRSTNET ► ARPANET ► ORPHANET
tu

Question No: 2 ( Marks: 1 ) - Please choose one


In a good presentation each slide should contain____________.
ir

► Heading ► Phrases not sentences ► Sentences not phrases ► Heading, sentences not
phrases
V

Question No: 3 ( Marks: 1 ) - Please choose one

www.virtualstudysolutions.blogspot.com
A function is also called __________.

► Sub-program ► Procedure ► Sub-routine ► All of the given option

ns
Question No: 4 ( Marks: 1 ) - Please choose one
A single pixel can acquire approximately ___________ color schemes.
► 1 million ► 2 million ► 10 million ► 16 million

io
Question No: 5 ( Marks: 1 ) - Please choose one
Which of the following is NOT a Loop statement?
► For ► While ► Switch ► Do-While

ut
Question No: 6 ( Marks: 1 ) - Please choose one
Which one of the following is NOT a component of Rule Based System?
► Rule Compiler ► Rule Interpreter ► Rules Base ► Working Memory

ol
Question No: 7 ( Marks: 1 ) - Please choose one
Spread sheet is a type of _______________.

S
► Productivity software ► Engineering software ► Mathematical software ► Business software
y
Question No: 8 ( Marks: 1 ) - Please choose one
A combination of word processing and graphic design is
d
► Corel Draw ► Desktop Publishing ► Paint ► WordPad
tu

Question No: 9 ( Marks: 1 ) - Please choose one


To store rounded number of 8.6 in a variable called "r_number", we write _____________.
S

► r_numbers=Maths.rounds(8.6) ► r_number=Math.rounds(8.6)
► r_number=Math.round(8.6) ► r_number=Maths.round(8.6)
al

Question No: 10 ( Marks: 1 ) - Please choose one


Which of the following is a true statement?
► Flat-file storage is better than tabular storage.
► Tabular storage is better than flat-file storage.
tu

► Flat-file storage is better than relational storage.


► None of the given options
ir

Question No: 11 ( Marks: 1 ) - Please choose one


The political process is also influenced by the use of ___________.
► Discussion forums ► Newsgroups ► Mailing lists
V

► All of the given options

Question No: 12 ( Marks: 1 ) - Please choose one

www.virtualstudysolutions.blogspot.com
The system that manages relational database, is called ______________.
► None of the given options
► Database Management System
► Data Management System
► Relational Database Management System

ns
Question No: 13 ( Marks: 1 ) - Please choose one
____________ DBMS supports data in terabytes.
► Personal ► Desktop ► Enterprise ► Single-user

io
Question No: 14 ( Marks: 1 ) - Please choose one
Trinoo is a __________ software.

ut
► DoS ► Scanning ► Utility ► None of the given options

Question No: 15 ( Marks: 1 ) - Please choose one


What is the major problem with flash based website?

ol
► Its two heavy ► Cannot be indexed ► Less attractive ► Inaccessible

Question No: 16 ( Marks: 1 ) - Please choose one


The organization is the collection of ____________.
► Peoples ► Professionals ► Teams
S
► Individuals
y
Question No: 17 ( Marks: 1 ) - Please choose one
The tasks performed to determine the existence of defects is called _______
d
► Debugging ► Testing ► Repairing ► Coding
tu

Question No: 18 ( Marks: 1 ) - Please choose one


Many developers write the _________ first and then incrementally convert each line into _________.
► Real code & Pseudo code ► Pseudo code & Real code
► Real code & Artificial code ► None of the given options
S

Question No: 19 ( Marks: 1 ) - Please choose one


Forms can be submitted through _______ & _______ methods
al

► INCLUDE, POST ► INCLUDE, GET


► GET, POST ► SEND, POST

Question No: 20 ( Marks: 1 ) - Please choose one


tu

If an algorithm is syntactically correct, but semantically incorrect then this situation is


► Very good situation ► Very dangerous situation
► Not very bad ► Neutral situation
ir

Question No: 21 ( Marks: 1 ) - Please choose one


Heuristics _______ lead to the best results.
V

► Sometimes ► Do not ► Occasionally ► Not always

Question No: 22 ( Marks: 1 ) - Please choose one

www.virtualstudysolutions.blogspot.com
In TCPIP communication fragmentation is responsibility of
► TCP ► IP ► Both TCP and IP ► Internet

Question No: 23 ( Marks: 1 ) - Please choose one


Access to the internet became easy after the invention of

ns
► WWW & Web Browsers
► Mainframes
► Binary system
► Signals

io
Question No: 24 ( Marks: 1 ) - Please choose one
Which one is the example of spreadsheet software ?

ut
► MS Word ► MS PowerPoint ► MS Excel ► MS Access

Question No: 25 ( Marks: 1 ) - Please choose one


User can remotely log on to a computer and can have a control over it like a local user using

ol
► TelNet Protocol
► TelNet Protocol and connected to the user through TCP/IP network
► TelNet protocol and FTP
► TCP/IP and FTP

Question No: 26 ( Marks: 1 ) - Please choose one S


y
If incorrectly we enter the negative age it is check by
► Limit Integrity ► Type Integrity ► Referential Integrity ► Physical Integrity
d

Question No: 27 ( Marks: 1 ) - Please choose one


tu

------------------ is a digital programmable mechanical machine


► Analytical Engine ► Difference Engine ► Harvard Mark 1 ► Mechanical engine
S

Question No: 28 ( Marks: 1 ) - Please choose one

This element of Flow Chart is called_____________.


al

► Process ► Off page connector ► Decision ► Connector

Question No: 29 ( Marks: 1 ) - Please choose one


tu

In a library’s database, if there is an entry in the register for Book # 423 then the corresponding Book must
actually exist; is an example of which type of data integrit
► Type integrity ► Limit integrity ►Physical Integrity ►Referential Integrity
ir

Question No: 30 ( Marks: 1 ) - Please choose one


Ada is a programming language specifically designed for
V

► Analytical Engine ► Difference Engine ► Harvard Mark 1 ► Mechanical engine

www.virtualstudysolutions.blogspot.com
FINALTERM EXAMINATION
CS101- Introduction to Computing (Session - 1)
Question No: 1 ( Marks: 1 ) - Please choose one
Cray-1 was first commercial _________ computer
► Super ► Mini ► Micro ► Personal

ns
Question No: 2 ( Marks: 1 ) - Please choose one
The name of first browser was ______
► Internet Explorer ► Moziac ► Netscape ► Firefox

io
Question No: 3 ( Marks: 1 ) - Please choose one
The impact of a digit in a number is determined by its ---------------

ut
► Value ► Location ► Length ► None of above

Question No: 4 ( Marks: 1 ) - Please choose one


First computer network was ___________.

ol
► NSFNET ► FIRSTNET ► ARPANET ► ORPHANET

Question No: 5 ( Marks: 1 ) - Please choose one


A variable can be _________ in scope.
► Local ► Global ► Either local or global
► None of the given options S
y
Question No: 6 ( Marks: 1 ) - Please choose one
d
___________ color should be used in background for a good presentation.

► Light ► Dark ► Red ► None of the given options


tu

Question No: 7 ( Marks: 1 ) - Please choose one


S

Which one of the following is not an event handler's attribute?

► Function ► Identifier ► Equal sign


al

► String consisting of JavaScript statements


tu

Question No: 8 ( Marks: 1 ) - Please choose one


Variables allow us to manipulate data through the ___________.
► Actual Value ► Reference ► Length ► Name
ir

Question No: 9 ( Marks: 1 ) - Please choose one


Which one of the following is NOT a component of Rule Based System?
V

► Rule Compiler ► Rule Interpreter ► Rules Base ► Working Memory

Question No: 10 ( Marks: 1 ) - Please choose one


Fuzzy logic is based on ____________.

www.virtualstudysolutions.blogspot.com
► Ground facts ► Experience ► Practice ► Approximation

Question No: 11 ( Marks: 1 ) - Please choose one


a = Math.ceil(12.01)
What will be the value of a ?

ns
► 12 ► 13 ► 12.0 ► 13.01

Question No: 12 ( Marks: 1 ) - Please choose one


Tag used to make a Text Bold is __________________

io
► <BOLD></BOLD> ► <B></B> ► <BODY></BODY> ► None of these

ut
Question No: 13 ( Marks: 1 ) - Please choose one
<P> </P> and <BR> tags are not same because

► <p></p> goes to the next line

ol
► <BR> goes to the next after next line
► <P></P> goes to the next after next line
► Both are same

Question No: 14 ( Marks: 1 ) - Please choose one

► HEAD ► BODY ► SCRIPT ► TITLE


S
Event handlers are placed in the ___________ portion of a Web page as attributes in HTML tags.
y
Question No: 15 ( Marks: 1 ) - Please choose one
d
Due to working at home, lack of interaction may result in ___________ professional growth.
► Slower ► Faster ► Higher ► Improved
tu

Question No: 16 ( Marks: 1 ) - Please choose one


____________ DBMS supports data in terabytes.
S

► Personal ► Desktop ► Enterprise ► Single-user

Question No: 17 ( Marks: 1 ) - Please choose one


_____________ waits for some time and then launch a function.
al

► Timeout( ) ► setTimeout( ) ► setTime( ) ► setTimeIn( )

Question No: 18 ( Marks: 1 ) - Please choose one


tu

The responsibilities of the Team Lead includes_____________.


► Planning and tracking of the project
► Detailed design
► Professional development of team members
ir

► All of the given options


V

Question No: 19 ( Marks: 1 ) - Please choose one


______ is also known as System Architecture
► High level system design
► Low level system design

www.virtualstudysolutions.blogspot.com
► Every system design
► Software Requirement

Question No: 20 ( Marks: 1 ) - Please choose one


The key property of the ‘Array’ object in JavaScript is

ns
► Value ► Length ► Name
► All of the given choices

Question No: 21 ( Marks: 1 ) - Please choose one

io
There are _________ ways of calling functions.
► One ► Two ► Three ► Four

ut
Question No: 22 ( Marks: 1 ) - Please choose one
Which event handler executes the specified JavaScript code when a window/form element loses focus
?
► onBlur ► onLoad ► onUnload ► onFocus

ol
Question No: 23 ( Marks: 1 ) - Please choose one
Popular schemes used for reducing bytes for storage are:
► RGB and Color mapping
► RGB and Dithering
► RGB, Color mapping and Dithering S
y
► Color mapping and Dithering
d
Question No: 24 ( Marks: 1 ) - Please choose one
Hardware malfunctions is related to
tu

► Data updates ► Data integrity ► Data security ► Data accessibility

Question No: 25 ( Marks: 1 ) - Please choose one


Users communicate with the computer using a consistent user interface provided by the OS. ► True
S

► False

Question No: 26 ( Marks: 1 ) - Please choose one


al

Extension for saving web page is / are;


► *.html ► *.htm ► *.html and *.htm both are in use
► None of These
tu

Question No: 27 ( Marks: 1 ) - Please choose one


_____________ loop is a flow control statement that allows code to be executed repeatedly based on
a given Boolean condition.
ir

► For ► Do-While ► If-else ► While

Question No: 28 ( Marks: 1 ) - Please choose one


V

onBlur event is occurred for a form element when it ____________

► Gets focus ► Losts focus

www.virtualstudysolutions.blogspot.com
► Some thing is typed in ► onBlur is not an event

Question No: 29 ( Marks: 1 ) - Please choose one

ns
<script>
Number=new Array(5);
for(var i=1; i<=5 ; i=i+1)
{

io
for( var k=6; k<=10; k=k+1)
{
Number[i]= k*i;

ut
}
}

</script>

ol
For how many times the Nested For Loop shall execute;

► 20

S
► 15
► 25
► Shall terminate in first loop.
y
Question No: 30 ( Marks: 1 ) - Please choose one
d
In JavaScript: In order to display the text on browser Grade A, which of following statement is True.
tu

► documentwrite( "Grade A") ► document.write( "Grade A");


► document.write( "Grade” && A"); ► document.write( "Grade” && “A");
S

FINALTERM EXAMINATION
CS101- Introduction to Computing (Session - 4)
al
tu

Question No: 1 ( Marks: 1 ) - Please choose one


Success of a website is defined by ____________.
►Use► Designer ► Developer ► Programmer
ir

Question No: 2 ( Marks: 1 ) - Please choose one


Which one is correct for JavaScript?
V

► onMouseOver ► OnMouseOver ► onmouseover ► All of the given

Question No: 3 ( Marks: 1 ) - Please choose one

www.virtualstudysolutions.blogspot.com
An indexed list of elements is called _____________.
► Collection ► Array ► Set ► Group

Question No: 4 ( Marks: 1 ) - Please choose one


________ is the way that internet domain names are located and translated into IP addresses.

ns
► FTP ► VoIP ►DNS ► TCP

Question No: 5 ( Marks: 1 ) - Please choose one


The browser breaks down the URL into ________ parts.

io
►2 ►3 ►4 ►5

Question No: 6 ( Marks: 1 ) - Please choose one

ut
Which one of the following is not an event handler's attribute?

► Function ► Identifier ► Equal sign

ol
► String consisting of JavaScript statements

S
Question No: 7 ( Marks: 1 ) - Please choose one
JavaScript Variables are ____________.
► Dynamically Typed ► Statically Typed
► Strong Typed ► None of the given options
y
Question No: 8 ( Marks: 1 ) - Please choose one
d
Which of the following is NOT a Loop statement?
► For ► While ► Switch ► Do-While
tu

Question No: 9 ( Marks: 1 ) - Please choose one


According to a popular heuristic, success is defined by ___________.
S

► The user ► The builder ► Both user and builder ► None of the given options

Question No: 10 ( Marks: 1 ) - Please choose one


Which one of the following is an application for artificial intelligence?
al

► Robotic ► Web Agent ► Decision Support System ► All of the given options

Question No: 11 ( Marks: 1 ) - Please choose one


tu

Using only HTML we can create


► Dynamic web pages ►Static web pages
► Both Static and Dynamic pages
► None of these
ir

Question No: 12 ( Marks: 1 ) - Please choose one


V

The ______ is connected to all other modules of the microprocessor.

► Control unit ► Memory unit ► Floating Point unit ► Arithmetic and Logic unit
Question No: 13 ( Marks: 1 ) - Please choose one
Which of the followings is NOT a Relational DBMS software.
► Access ► FrontPage ► FileMaker Pro ► SQL Server

Question No: 14 ( Marks: 1 ) - Please choose one

ns
country=”Hello Pakistan”;
document.write(country.length);
The out put of the above statement is ____________.
► 12 ► 13 ► 14 ► 15

io
Question No: 15 ( Marks: 1 ) - Please choose one
The distance among families is ___________ because of spending more time on internet.

ut
► Increased ► Expanded ► Contracted ► Decreased

Question No: 16 ( Marks: 1 ) - Please choose one


______________ is a field that uniquely identifies each record stored in a table.

ol
► Composite Key ► Primary key ► Foreign key ► None of the given options

Question No: 17 ( Marks: 1 ) - Please choose one

► Team Lead ► Developer


S
Planning and tracking of the project is the responsibility of the___________.
► Architect ► Chief Executive Officer
y
Question No: 18 ( Marks: 1 ) - Please choose one
___________ has great PR skills.
d
► Architect ► Team Lead ► Project Manager ► Chief Executive Officer
tu

Question No: 19 ( Marks: 1 ) - Please choose one


_____________ team is responsible for a project after the specification’s stage till the very end.
► Executive ► Architect ► Development ► HR
S

Question No: 20 ( Marks: 1 ) - Please choose one


A large number of networks interconnected physically is called ______
► LAN ► WAN ► Internet ► Network collection
al

Question No: 21 ( Marks: 1 ) - Please choose one


Efficiency is ______ to universality
► Equal ► Direct proportional ► Inversely proportional ► Not proportional
tu

Question No: 22 ( Marks: 1 ) - Please choose one


There are _________ ways of calling functions.
ir

► One ► Two ► Three ► Four

Question No: 23 ( Marks: 1 ) - Please choose one


V

Which protocol is use to transfer a file over the network?


► UDP ► FTP ► TCP ► OSI

www.virtualstudysolutions.blogspot.com
Question No: 24 ( Marks: 1 ) - Please choose one
Writing a response, multiple statements are separated from each other with the help of
► Period ( . ) ► Comma ( , ) ► Colon ( : ) ► Semicolon ( ; )

Question No: 25 (Marks: 1) - Please choose one

ns
Popular schemes used for reducing bytes for storage are:
► RGB and Color mapping ► RGB and Dithering
► RGB, Color mapping and Dithering ► Color mapping and Dithering

io
Question No: 26 (Marks: 1) - Please choose one
______________ has the ability to automate and simplify daily tasks.
► Productivity software ► Application software

ut
► System software ► Graphical software

Question No: 27 ( Marks: 1 ) - Please choose one

ol
Which representation technique of algorithm is more suitable for developer to make actual code___________.

► pseudo code ► flow chart ► both pseudo code and flow chart ► Heuristics

S
y
Question No: 28 ( Marks: 1 ) - Please choose one
_____________ is used to terminate all JavaScript statements.
d
► Colon ► Semicolon ► Underscore ► Apostrophe
tu

Question No: 29 ( Marks: 1 ) - Please choose one


CONCATENATE operator is used to____________ elements.
S

► Subtract ► Multiply ► Join ► Add

Question No: 30 ( Marks: 1 ) - Please choose one


al

In partitioning of program/module, it should be assured that partitioned chunks should be as _________


as possible.
► Dependent ► Independent ► Complex ► All of the abov
tu
ir

FINALTERM EXAMINATION
CS101- Introduction to Computing (Session - 3)
V

Question No: 1 ( Marks: 1 ) - Please choose one


The memory size of the Altair 8800 was
► 128 bytes ► 128 Kilo bytes ► 256 Kilo bytes ► 256 bytes

www.virtualstudysolutions.blogspot.com
Question No: 2 ( Marks: 1 ) - Please choose one
Hexadecimal number system is based on -------------------- digits
►2 ►8 ► 12 ► 16

ns
Question No: 3 ( Marks: 1 ) - Please choose one
Which one of the following is not an event handler's attribute?

► Function ► Identifier ► Equal sign

io
► String consisting of JavaScript statements

ut
Question No: 4 ( Marks: 1 ) - Please choose one
Which is correct?

ol
► onUnload ► onUnLoad ► onUNLOAD ► All of the above

Question No: 5 ( Marks: 1 ) - Please choose one

► Any ► Red ► Green ► Blue S


The most upper right pixel of the screen is of ___________ color.
y
Question No: 6 ( Marks: 1 ) - Please choose one
d
Which of the following is NOT a Loop statement?
► For ► While ► Switch ► Do-While
tu

Question No: 7 ( Marks: 1 ) - Please choose one


When’+’ operator is used with string operands, it _____________ both strings.
► Adds ► Subtracts ► Concatenates ► Compares
S

Question No: 8 ( Marks: 1 ) - Please choose one


_____________ organization is replacing the old-style layered, tree-structured organizational model.
al

► Network ► Hierarchical ► Matrix ► None of the given options

Question No: 9 ( Marks: 1 ) - Please choose one


tu

Due to working at home, lack of interaction may result in ___________ professional growth.
º Slower º Faster º Higher º Improved

Question No: 10 ( Marks: 1 ) - Please choose one


ir

Spies of one business monitoring the network traffic of their competitors’ ___________.
º Industrial Intelligence º Industrial Espionage º Industrial Spying º Industrial
V

Surveillance

Question No: 11 ( Marks: 1 ) - Please choose one


The key responsibilities of a project manager is _____________.

www.virtualstudysolutions.blogspot.com
º Planning and tracking of the project º Arranging of the appropriate resources
º Client relationship management º All of the given options

Question No: 12 ( Marks: 1 ) - Please choose one


Sequence of steps that is taken to solve a problem is called _______.

ns
ºAlgorithm ºOperating System ºApplication software ºNone of the given options

Question No: 13 ( Marks: 1 ) - Please choose one

io
CELLPADDING determines the distance between the _____________ of the cell and the contents of
the cell
º Caption º Border º Alignment º Empty space

ut
Question No: 14 ( Marks: 1 ) - Please choose one
DSS stands for:
º Dual System Security º Decision Support System º Digital System

ol
Solver º Dynamic System Security

Question No: 15 ( Marks: 1 ) - Please choose one


Flow control constructs in JavaScript includes:
º If-Else º Loops and If -Else º Switch and If-Else
S º All of the given choices
y
Question No: 16 ( Marks: 1 ) - Please choose one
Assignment operator in JavaScript is represented by:
d
º = º == º => º >=
tu

Question No: 17 ( Marks: 1 ) - Please choose one


In a System having many parts to be designed, one should always do the _____ first
º Hard part º Simple part º Development part º Quality part
S

Question No: 18 ( Marks: 1 ) - Please choose one


Which protocol is used to send email ?
al

º FTP º SMTP º TELNET º All of the given choices

Question No: 19 ( Marks: 1 ) - Please choose one


Those Systems are “Intelligent System” that mimics some aspects of
tu

º Software deployment º Human thought º Speaking powerº Computing

Question No: 20 ( Marks: 1 ) - Please choose one


ir

<script>
Number=new Array(5);for(var i=1; i<=5 ; i=i+1)
{
V

for( var k=6; k<=10; k=k+1)


{
Number[i]= k*i;

www.virtualstudysolutions.blogspot.com
}
}

</script>
For how many times the Nested For Loop shall execute;

ns
º 20 º 15 º 25 º Shall terminate in first loop.

Question No: 21 ( Marks: 1 ) - Please choose one

io
Which of the following is a valid html tag?
► <html> ► <HTML> ► <htML> ► All of the above

ut
Question No: 22 ( Marks: 1 ) - Please choose one
Which of the following memory retains its information when the power to the system is turned off?
► RAM ► ROM ► DIMM ► DRAM

ol
Question No: 23 ( Marks: 1 ) - Please choose one
The output of document.write( "2" + Math.PI ) ; is__________.

► 23.141592653589793
S
► 3.146 ► 2.3141592653589793

Question No: 24 ( Marks: 1 ) - Please choose one


► None of them
y
Logic Bombs executes its payload when _________________
► A programs run
d
► A predetermined event occurs
► DoS attack is launched
tu

► A file is copied from one folder to another

Question No: 25 ( Marks: 1 ) - Please choose one


S

Which Internet Service is comparatively Slow but Inexpensive and Fast.


► E-mail ► Instant Messaging ► Web ► None of the given

Question No: 26 ( Marks: 1 ) - Please choose one


al

Super computers consists of more than one parallel processors because


► One big processor is more expensive than parallel processors
► Through parallel processors problems can be solved easily
tu

► Small processors are easy to manufacture


► All of the given
ir
V

MIDTERM EXAMINATION
Fall 2008
CS101- Introduction to Computing (Session - 2)

www.virtualstudysolutions.blogspot.com
Question No: 1 ( Marks: 1 ) - Please choose one
A procedure that usually, but not always, works or that gives nearly the right answer is called
► Algorithm ► Logarithm ► Heuristic ► Methodology

ns
Question No: 2 ( Marks: 1 ) - Please choose one
Which of the following is NOT an Application Software?

► Word Processor ► Web Browser ► Windows XP ► MS Excel

io
Question No: 3 ( Marks: 1 ) - Please choose one

ut
Operating System talks to and manages devices through
► Loader ► File Manager ► Memory Manager ► Device Driver

ol
Question No: 4 ( Marks: 1 ) - Please choose one
You can ________ from/to a website containing interactive forms.
► Only read ► Only write ► Read and write ► Not read and write

Question No: 5 ( Marks: 1 ) - Please choose one


S
When the user needs something to be done by the computer, he/she gives instructions in the form of _____ to
y
computer ____
► Software, Hardware ► Hardware, Software
d
► System Software, Application Software ► Graph, Monitor
tu

Question No: 6 ( Marks: 1 ) - Please choose one


There is a battery on the motherboard to:
► Give power to the processor ► Save information when computer is off
► Save information when computer is on ► Give power to the motherboard
S

Question No: 7 ( Marks: 1 ) - Please choose one


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

computer without restart.


► Freeware ► Shareware ► Firewire ► Firmware
tu

Question No: 8 ( Marks: 1 ) - Please choose one


Which one is correct?

► <BODY></BODY> ► <body></body>
ir

► Both <BODY></BODY> and <body></body> ► <BODY/>


V

Question No: 9 ( Marks: 1 ) - Please choose one


The weaknesses of the computer are:
► Pattern recognition & Storage ► Speed & Innovative ideas
► Pattern recognition & Innovative ideas ► Speed & Storage

www.virtualstudysolutions.blogspot.com
Question No: 10 ( Marks: 1 ) - Please choose one
The key strengths of computers are
► Speed ► Storage ► Do not get bored ► All of the given choices

ns
Question No: 11 ( Marks: 1 ) - Please choose one
Which one is correct?

► <HEAD> </HEAD> ► <HEAD> <END>

io
► <HEAD> </END> ► <HEAD> <\HEAD>

Question No: 12 ( Marks: 1 ) - Please choose one

ut
Everything that JavaScript manipulates is treated as:
► Object ► Window ► Text ► Script

ol
Question No: 13 ( Marks: 1 ) - Please choose one
A process in which user’s browser check the form’s data is called
► Server-Side Scripting ► Client-Side Scripting
► Bowser Scripting ► Form Scripting
S
y
Question No: 14 ( Marks: 1 ) - Please choose one
------------ is volatile memory
d
► RAM ► ROM ► Hard Disk ► CD ROM
tu

Question No: 15 ( Marks: 1 ) - Please choose one


WYSIWYG stands for
► What you say is what you get ► Where you see is where you go
S

► What you see is what you get ► When you see is when you get
al

Question No: 16 ( Marks: 1 ) - Please choose one


What is/are the use/uses of Word processor?
► To write a letter ► To write Research paper or report
tu

► To create address labels ► All of the given

Question No: 17 ( Marks: 1 ) - Please choose one


ir

__________ is the example of Shrink-wrapped software


► PIA information system ► WinZip trial pack ► Linux ► MS Word
V

Question No: 18 ( Marks: 1 ) - Please choose one


____________ interacts directly with the computer Hardware
► Compiler ► Operating system ► Application software ► Assembler

www.virtualstudysolutions.blogspot.com
Question No: 19 ( Marks: 1 ) - Please choose one
Which of the following symbol is used for multiple line comments in JavaScript?
►/ ► // ► /* ► //*

ns
Question No: 20 ( Marks: 1 ) - Please choose one
Consider the following statement written in JavaScript:
str = ”Hello” + ” World”

io
What will be the value of str ?
► HelloWorld ► Hello World ► Hello + World ► It will result in error

ut
Question No: 21 ( Marks: 1 ) - Please choose one
__________ give us the ability to manipulate data through reference instead of actual value.

ol
► Constants ► Variables ► Data Types ► Operators

Question No: 22 ( Marks: 1 ) - Please choose one

S
Bringing subsystems together to form the system is called
► Integration ► Merging ► Splitting ► Operation & Maintenance

Question No: 23 ( Marks: 1 ) - Please choose one


y
Preliminary exploration of possible solutions, technologies, suppliers is called
► Viability ► Feasibility ► Specification ► Integration
d

Question No: 24 ( Marks: 1 ) - Please choose one


tu

Algorithm gives us:

► Definition of a problem ► Sequence of steps to solve a problem


S

► Proper understanding of a problem ► Solution to a problem

Question No: 25 ( Marks: 1 ) - Please choose one


al

Web site is collection of related ______


► Web pages ► Information ► Search Engines ► None of the given choices
tu

Question No: 26 ( Marks: 1 ) - Please choose one


Information on World Wide Web is _______________ unified.
► Physically ► Logically ► Really ► None of the given choices
ir
V

FINALTERM EXAMINATION
Fall 2008
CS101- Introduction to Computing (Session - 2)

www.virtualstudysolutions.blogspot.com
Question No: 1 ( Marks: 1 ) - Please choose one
Which function returns a randomly selected floating point number between 0 and 1 ?
► floor(x) ► ceil(x) ► random() ► round(x)

Question No: 2 ( Marks: 1 ) - Please choose one


Functions are also called:

ns
► Heuristics ► Variables ► Arrays ► Subprograms

Question No: 3 ( Marks: 1 ) - Please choose one


In JavaScript, each element of array can store data of type
► A Number ► An Array ► A String variable ► All of the given choices

io
Question No: 4 ( Marks: 1 ) - Please choose one
The weaknesses of the computer are:

ut
► Pattern recognition & Storage ► Speed & Innovative ideas
► Pattern recognition & Innovative ideas ► Speed & Storage

Question No: 5 ( Marks: 1 ) - Please choose one


Processed data is called ________.

ol
► Information ► Data ► Entity ► Attribute

Question No: 6 ( Marks: 1 ) - Please choose one


Many developers write the _________ first and then incrementally convert each line into _________.
► Real code & Pseudo code
► Real code & Artificial code
► Pseudo code & Real code
► None of the given options

Question No: 7 ( Marks: 1 ) - Please choose one


S
y
When we buy a software package, we do not really buy it, we just by a license that allows us to use it, the
___________stays with the maker.
d
► Agreement ► Ownership ► Membership ► Software

Question No: 8 ( Marks: 1 ) - Please choose one


tu

Name, Border, Source are the ____________ of the image object.


► Event Handler ► Properties ► Methods ► None of the given options

Question No: 9 ( Marks: 1 ) - Please choose one


S

Using smart editors they can automatically color different parts of statements in different colors e.g. HTML tags in
____________ color.
► Green ► Grey ► Blue ► None of the given options
al

Question No: 10 ( Marks: 1 ) - Please choose one


____________ is in Executive team.
► Project Manager ► CEO ► Team Lead ► Developer
tu

Question No: 11 ( Marks: 1 ) - Please choose one


Module level design and unit testing the responsibility of _____________.
► Team Lead ► Developer ► Project Manager ► Quality Assurance Expert
ir

Question No: 12 ( Marks: 1 ) - Please choose one


_____________ team is responsible for a project after the specification’s stage till the very end.
► Executive ► Architect ► Development ► HR
V

Question No: 13 ( Marks: 1 ) - Please choose one


_____________ waits for some time and then launch a function.
► Timeout( ) ► setTimeout( ) ► setTime( ) ► setTimeIn( )

www.virtualstudysolutions.blogspot.com
Question No: 14 ( Marks: 1 ) - Please choose one
Which of the following is NOT an event handler for image object?
► onAbort ► onError ► onLoad ► onUser

Question No: 15 ( Marks: 1 ) - Please choose one


______________ is a field that uniquely identifies each record stored in a table.

ns
► Composite Key ► Primary key ► Foreign key ► None of the given options

Question No: 16 ( Marks: 1 ) - Please choose one


Distance learning has got a boost due to the ___________.
► Easy communication ► Online interactive contents ► Flexibility

io
► All of the given options

Question No: 17 ( Marks: 1 ) - Please choose one

ut
By default in a web page Hyper Link for another web page is represented as ________________

► Blue only ► Black and Underlined ► Blue and Bold ► Blue and Underlined
Question No: 18 ( Marks: 1 ) - Please choose one

ol
To store rounded number of 8.6 in a variable called "r_number", we write _____________.
► r_number=Maths.round(8.6) ► r_numbers=Maths.rounds(8.6)
► r_number=Math.rounds(8.6) ► r_number=Math.round(8.6)

Question No: 19 ( Marks: 1 ) - Please choose one


Which one is the best option for designing a Medical Expert System?
► Rule Based System ► Genetic Algorithm ► Fuzzy Logic
S ► Neural Network
y
Question No: 20 ( Marks: 1 ) - Please choose one
Variables allow us to manipulate data through the ___________.
d
► Actual Value ► Reference ► Length ► Name

Question No: 21 ( Marks: 1 ) - Please choose one


tu

Which is correct?

► onUnload ► onUnLoad ► onUNLOAD ► All of the above


S

Question No: 22 ( Marks: 1 ) - Please choose one


Capturing events and responding to them is called __________.
al

► Function Handling ► Event Handling ► Event Procedure ► All of the given option

Question No: 23 ( Marks: 1 ) - Please choose one


tu

___________ color should be used in background for a good presentation.

► Light ► Dark ► Red ► None of the given options


ir

Question No: 24 ( Marks: 1 ) - Please choose one


Which of the following symbol is used for multiple line comments in JavaScript?
V

►/ ► // ► /* ► //*

Question No: 25 ( Marks: 1 ) - Please choose one


In JavaScript, what will be the result of the follwoing operation
79%3

www.virtualstudysolutions.blogspot.com
►0 ►1 ►2 ►3

Question No: 26 ( Marks: 1 ) - Please choose one


A new cell using HTML is added in table row by
► <TC>…</TC> ► <TR>…</TR>
► <TD>…</TD> ► <NC>…</NC>

ns
Question No: 27 ( Marks: 1 ) - Please choose one
TCP stands for ___________.
► Total communication protocol ► Transmission control protocol
► Transfer control protocol ► Transfer collection protocol

io
Question No: 28 ( Marks: 1 ) - Please choose one
What is NOT a key factor while designing a website?
► Usability ► User-friendly ► Consistency ► Complexity

ut
Question No: 29 ( Marks: 1 ) - Please choose one
It represents the ________________ flow chart element.

ol
► Process ► Input or Output ► Decision ► Connector

Question No: 30 ( Marks: 1 ) - Please choose one


Vacuum tubes were replaced by ___
► Punch cards ► Transistors ► Micro Processors

S ► Resistors
d y
FINALTERM EXAMINATION
Spring 2009 Final
tu

CS101- Introduction to Computing (Session - 2)

The transistor is a solid state semiconductor device used for amplification and switching, and has
__three________ terminals.
S

► one ► two ► three ► four

Question No: 2 ( Marks: 1 ) - Please choose one


al

Blue Pacific is a name of ____Super__ computer.


► Mini ► Desktop ► Micro ► Super
tu

Question No: 3 ( Marks: 1 ) - Please choose one


Monte Carlo algorithm is an example of Randomized algorithm
► Randomized algorithm ► Greedy algorithm
ir

► both greedy and randomized ► Heuristics


V

Question No: 4 ( Marks: 1 ) - Please choose one


A set of stand alone productivity applications designed to work together known as __ Productivity
software suites .

www.virtualstudysolutions.blogspot.com
► Productivity software suites ► Compiled software
► Secure software ► Intelligent software

ns
Question No: 5 ( Marks: 1 ) - Please choose one
The most used form tag is the <input> tag. - False
► True ► False

io
Question No: 6 ( Marks: 1 ) - Please choose one
What is the key feature of computer which is against human nature.?
Can’t get bored.

ut
► Can’t get bored. ► Pattern recognition ► Repetition ► None

ol
Question No: 7 ( Marks: 1 ) - Please choose one
___ Word Processor Software __ was designed as a replacement for typewriter
► Spreadsheet Software ► Word Processor Software
► Presentation Software ► Database Software

Question No: 8 ( Marks: 1 ) - Please choose one S


y
Forms can be submitted by using ______2____ different methods
►2 ► 3 ► 4 ► 5
d
Question No: 9 ( Marks: 1 ) - Please choose one
To display a checkbox on the web page, we use __INPUT_ tag
tu

► CHECKBOX ► CHECK ► INPUT ► INPUTBOX

Question No: 10 ( Marks: 1 ) - Please choose one


S

_Name __ attribute of FORM tag is used to mention a URL when the form is being submitted
► name ► action ► method ► submit
al

Question No: 11 ( Marks: 1 ) - Please choose one


You can __ ______ from/to a website containing interactive forms.
► Only read ► Only write ► Read and write ► Not read and write
tu

Question No: 12 ( Marks: 1 ) - Please choose one


Using COLSPAN, number of rows of the current cell should extend itself None of the given choices
ir

► Upward ► Downward

► Both Upward and Downward ► None of the given choices


V

Question No: 13 ( Marks: 1 ) - Please choose one


ASCII WHITE is the fastest Super computer which can perform _1.3 trillion__ calculations in one
second.

www.virtualstudysolutions.blogspot.com
► 1.3 billion ► 1.3 trillion ► 1.3 miillion ► 1.3 thousand

Question No: 14 ( Marks: 1 ) - Please choose one


_HTML___ is a related collection of WWW files that includes a beginning file called a homepage
► HTML ► Website ► HTTP ► Web page

ns
Question No: 15 ( Marks: 1 ) - Please choose one
If a computer could pass the Turing test then it would be able to: think like human beings
► think like human beings ► do the things faster

io
► win a million dollar prize► store more information

ut
Question No: 16 ( Marks: 1 ) - Please choose one
The key strengths of computers are - Speed
► Speed ► Storage ► Do not get bored ► All of the given choices

ol
Question No: 17 ( Marks: 1 ) - Please choose one
Compared to vacuum tubes, Transistors offer: All of the given choices
► Much smaller size ► Better reliability

► Much lower cost ► All of the given choices

Question No: 18 ( Marks: 1 ) - Please choose one


S
y
Which of the following is NOT a component of IC? Resistors
► Transistors ► Diodes ► Resistors ► Vacuum tubes
d

Question No: 19 ( Marks: 1 ) - Please choose one


tu

When we use <INPUT type=“password”>, what will happen? - Text will be in **** format

► Text will not be visible ► Text will be in normal format


S

► Text will be in **** format ► Text will be in #### format


al

Question No: 20 ( Marks: 1 ) - Please choose one


Spread sheet is a type of _ Mathematical software ________.
► Productivity software ► Engineering software
tu

► Mathematical software ► Business software

Question No: 21 ( Marks: 1 ) - Please choose one


ir

Word Processor is a ____ Application Software__


► System Software ► Application Software ► Device ► Utility
V

Question No: 22 ( Marks: 1 ) - Please choose one


_ Utility Program refers to the firmware code which is run by an IBM compatible PC when first powered
on.
► DOS ► BIOS ► Utility Program ► None of these

www.virtualstudysolutions.blogspot.com
Question No: 23 ( Marks: 1 ) - Please choose one
A computer program that facilitates the communication between the computer and a peripheral device
is called____ Language Translator _______
► Operating system ► Utilities ► Language Translator ► Device Drives

ns
Question No: 24 ( Marks: 1 ) - Please choose one
In JavaScript, what will be the result of the following operation 79%3
►0 ► 1 ► 2 ► 3

io
Question No: 25 ( Marks: 1 ) - Please choose one
Which of the following number system is used by microprocessor? Binary
► Binary ► Decimal ► Octal ► Hexadecimal

ut
Question No: 26 ( Marks: 1 ) - Please choose one
Web site is collection of related ___ Information___
► Web pages ►Information ► Search Engines ► None of the given choices

ol
www.virtualstudysolutions.blogspot.com
S
d y
tu
S
al
tu
ir
V

You might also like