CS101 Solved Midterm Paper Fall 2009 | Virtual Study Solutions

Adsetra Ads

 

CS101 Solved Midterm Past Paper 2009

Here we have CS101- Introduction to Computing Solved Midterm Paper of Fall 2009You Can Also Download CS101 Solved Mid Term PapersCS101 Short Notes, CS101 Assignment Solutions, CS101 Lecture Wise Questions Answers Files, CS101 Solved MCQs,CS101 Solved Quiz, CS101 Subjective Papers , CS101 Objective Papers for Mid Term Exam Preparation.

Recommended : CS101 Mid Term Past Papers Collection 2003 to 2010

CS101 Objective Solved Midterm Paper

Question No: 1

Vacuum tubes were replaced by ___

► Punch cards

Transistors

► Micro Processors

► Resistors
Question No: 2

Today’s computers are based on the technology of _____

► Punch cards

► Vacuum tubes

Transistors

► Resistors
Question No: 3 

Browser is a __________ used for browsing.

► Tool

► Component

► Device

None of the given choices
Question No: 4

It represents the _______ flow chart element.

► Process

Input or Output

► Decision

► Connector

Question No: 5 

Which of the following number system is used by microprocessor?

Binary

► Decimal

► Octal

► Hexadecimal

Question No: 6 

Hexadecimal number system is based on ----------- digits

► 2

► 8

► 12

16

Question No: 7

Java script interact with user through____________

► Special control

► Internet explorer

Event handlers

► Java script does not interact with user

Question No: 8

Programs that are typically started from a shell (or automatically via a scheduler) are called Batch programs

Batch programs

► Event-driven programs

► Sequential programs

► Application programs

Question No: 9

A new cell using HTML is added in table row by

► <TC>…</TC>

► <TR>…</TR>

<TD>…</TD>

► <NC>…</NC>


Question No: 10

Waterfall is a _____ life-cycle model.

► Spiral

Sequential

► Circular

► Spherical

Also Read: download vu midterm exam solved papers and quizzes

Question No: 11

What will be the result of the following formula in Spreadsheet application ?

SUM(A2:A3) =______(Assume that A2 = 25 A3 = 75)


► 25

► 50

► 75

100


Question No: 12

A __________ operating system allows many users to take advantage of the computer's resources, simultaneously

► Single user

Multi- user

► Single tasking

► Multi tasking

Question No: 13 

When we use <INPUT type=“password”>, what will happen?

► Text will not be visible

► Text will be in normal format

Text will be in **** format

► Text will be in #### format


Question No: 14

The world first computer program was written to compute:

► Simple sequence

► Multiple sequence

Bernoulli’s sequence

► Increasing sequence

Question No: 15

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

► 1992

1993

► 1994

► 1995

Question No: 16

ASCII WHITE is the fastest Super computer which can perform _________ calculations in one second.

► 1.3 billion

► 1.3 trillion

► 1.3 miillion

► 1.3 thousand

Question No: 17

Monitor is an example of: output device

► Input Device

► Processing Device

► Output Device


► Storage Device

Question No: 18

Forms can be submitted through _________ methods

► INCLUDE, POST

► INCLUDE, GET

GET, POST

► SEND, POST

Question No: 19

______ is responsible for all the essential operations like basic house keeping, task scheduling, etc. Also contains low-level HW interfaces

► Hardware

► Device Manager

Kernel

► Device Driver

Question No: 20

Which of the following is NOT an Application Software.

► Word Processor

► Web Browser

Windows XP

► MS Excel

Also Read: MGT101 All Past Final Term Papers

Question No: 21

Bit-mapped graphics is also known as _______ graphics

► Vector

Raster

► Scalar

► Simple

Question No: 22

A set of stand alone productivity applications designed to work together known as ______________ .

Productivity software suites

► Compiled software

► Secure software

► Intelligent software


Question No: 23

____________ is used to terminate all JavaScript statements.

► Colon

Semicolon

► Underscore

► Apostrophe

Question No: 24

By today's standards, the Mark-I was slow and requiring 3 to 5 seconds for a multiplication operation.

True

► False

Question No: 25

There are_______________ rules to write the Pseudo Code.

► Standard

No standard

► Pre-defined

► Strict

Question No: 26

In flow charts, there is only one entry point in conditions while there is/are__________ exit points.

► 1

2

► 3

► 4

Also Read: ECO403 Solved Quiz and Short Notes for Mid Term

CS101 Solved Subjective Midterm Paper 

CS101 Midterm Paper Question No: 27

Define URL

Answer: URL(Uniform resource locator)

URL (Uniform Resource Locator, previously Universal Resource Locator) - is the address of a file (resource) accessible on the Internet. The type of file or resource depends on the Internet application protocol.

Examples of URLs: http://vu.edu.pk , http://virtualstudysolutions.blogspot.com

CS101 Midterm Paper Question No: 28

What is Randomized Algorithm?
Answer :  Randomized Algorithm: Any algorithm whose behavior is not only determined by the input, but also values produced by a random number generator

These algorithms are often simpler and more efficient than deterministic algorithms for the same problem. And because of there simplicity they are easier to analyze which is the most important thing in the decision making of an algorithm.

CS101 Midterm Paper Question No: 29

What was the name of first super computer. When it was introduced?
Answer :  CRAY 1 is the first computer and it was introduced in 1973

CS101 Midterm Paper Question No: 30

How a designer makes Structured Design?

Answer : Structured Design is known as a Top-down design.

The designed first conceives about the High level design and then further designs the details of the high level design components and it goes on and on.

Making small changes in the functionality of the systems sometimes leads to major re-design exercise. Structured design separates the functionality from programs data and that’s why program’s designed by this methodology are difficult to maintain.

CS101 Midterm Paper Question No: 31


Why microprocessor uses the binary number system and not the decimal or any other number system?
Answer: The processor is the logic of a computer and functions comparably to a human central nervous system, directing signals from one component to another and enabling everything to happen. A microprocessor is made from miniaturized transistors and other circuit elements on a single

semiconductor integrated circuit (IC) . These are made up oof semiconductor and silicon.

Microprocessor are composed of components which has only two states either 0 or 1. Binary number system is also composed of these two states.

Microprocessor till today only understand the machine language and machine language is only based on binary number system. Even today’s 64 bit microprocessors are also based on this technology.

CS101 Midterm Paper Question No: 32

Why do we need an Interactive Form in a webpage?
Answer:  Interactive forms are used to gather user data and interact with the user.
Forms can be made interactive with the use of client side scripting and server side scripting.

In HTML, <FORM> </FORM> tag is used to insert the form in a web page and it always lie in <BODY></BODY> html tag.

without form’s web site is only “READ ONLY”.

with the help of forms a user and can search the contents, place order for goods and services.

Forms can be simple or very complex, based on the requirement.

forms can contain a single element or many e.g text area, buttons

Download Link For CS101 Midterm Paper Of Fall 2009


Post a Comment

 

Top