cs101 Solved Mcqs Midterm Exam 2013
cs101 Solved Mcqs Midterm Exam 2013
com
CS101 Introduction to Computing
Mid Term Examination - April 2003
Session -1
Q.No 1
An object can be defined as
www.vustudy.com
www.vustudy.com
ERP
Document-centered computing
E-commerce software
Electronic Encyclopedia
Expert Systems
Q.No 6
ASP script is
System software
Application software
Low level languages
Machine language
Compilers
Q.No 8
In the AND operation output is true if
www.vustudy.com
www.vustudy.com
System Software , Database Software
Database Software , Embedded Software
Database Software , Embedded Software
Q.No 11
Language that is understood by computer hardware is called
Aluminum
Copper
Ferrous oxide
Silicon
Silicon dioxide
Q.No 13
The following code will
<Html><HEAD>
<TITLE>
My new Web Page
</TITLE>
</HEAD></Html>
<Head> tag
</Body> tag
<Body> tag
<B> tag
None of above
Q.No 15
A unique identifier for the location of a specific Web page is called a
www.vustudy.com
www.vustudy.com
FTP
FAQ
URL
http://
IRC
Q.No 16
Search engines
Cannot search the entire web
Are built to facilitate the scientists
Make the list of images that are available on the net
Search the news groups for the required information
Scan the entire web for the desired information
Q.No 17
A web site
www.vustudy.com
www.vustudy.com
is an Object-Oriented Language
Both second and fourth
Q.No 21
World's first program was written by
Charles Babbage
Alfred Tennyson
Ada Lovelace
Bernouli
Newton
Q.No 22
What would be the output of the following Pseudo Code? (3 Marks)
Start
Initialize x to 4
Initialize y to 1
Initialize Result to 0
While (y<=x)
Result=x+y
Y=y+1
Loop
Print Result
End
4
8
10
1
None of the above
Q.No 23
Convert binary number 100100 into equivalent Decimal number. (5 Marks)
Q.No 24
Write the truth table for Boolean Expression. (5 Marks)
Z= x + (x. y)'
Q.No 25
Take a look at the image of the browser screen shown below. Write down the
HTML code that will produce this screen. (15 Marks)
MIDTERM EXAMINATION
FALL 2006
Marks: 40 Time: 60min
www.vustudy.com
www.vustudy.com
Question No: 1
Computer uses the scanner to input
Voice
Images
Voice and text
None of these
Question No: 2
Software is
Something that can be touched
Something that cannot be touched
Something used only as an output device
Something used only as an input device
Question No: 3
What is internet?
A global network of networks
A Software used to connect to some network
A group of users
Any network of more than two computers
Question No: 4
Which of the following is a type of system software?
Device driver
Word processor
Write once read -only- memory
Anti-Virus
Question No: 5
HTTP is the abbreviation for:
Hyper text transfer protocol
Hyper text terminal protocol
Hyper text transmit protocol
Hyper terminal text protocol
Question No: 6
Which of the following is called the brain of computer?
Motherboard
Slots
Processor
Power supply
Question No: 7
a) Convert the following numbers from decimal numbers into binary numbers:
(Marks: 6)
1. 24
www.vustudy.com
www.vustudy.com
Answer = ____________________
2. 55
Answer = ____________________
3. 84
Answer = ____________________
b) X, Y is Boolean variables. Determine the truth tables for the following combinations:
(X . Y)’
(Marks: 6)
Question No: 8 (Marks: 12)
a) What is the difference between Desktop Computer and Super Computer? Give at least three
differences (Marks: 6)
b) Write an Algorithm to compute the final price of the item. It will ask two inputs from the
User i.e. Price of item and the sales tax rate. You have to calculate the final price of the
item.
(Marks: 6)
Question No: 9 (Marks: 10)
Write the HTML code that will generate the similar page as shown below. You have to put the
form elements with in the table.
www.vustudy.com
www.vustudy.com
www.vustudy.com
www.vustudy.com
www.vustudy.com
www.vustudy.com
10
www.vustudy.com
www.vustudy.com
11
www.vustudy.com
www.vustudy.com
12
www.vustudy.com
www.vustudy.com
MIDTERM EXAMINATION
Fall 2008
CS101- Introduction to Computing (Session - 2)
Question No: 1
consists of cells arranged in rows & columns
► Spreadsheets Software
► Word processor
► Presentation Software
► Microsoft Paint Software
Question No: 2
manages the HW and SW resources ( memory, disk drives etc) of the computer system, often
invisibly.
► Explorer.exe
► System Files
► Operating System
► Application Software
Question No: 3
Forms can be submitted through _______ & _______ methods
► INCLUDE, POST
► INCLUDE, GET
► GET, POST
► SEND, POST
Question No: 4
To display a checkbox on the web page, we use ___ tag
► CHECKBOX
► CHECK
► INPUT
► INPUTBOX
Question No: 5
You can ________ from/to a website containing interactive forms.
► Only read
► Only write
► Read and write
13
www.vustudy.com
www.vustudy.com
► Not read and write
Question No: 6
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
Question No: 7
We can change the background color in HTML, using ___ attribute of <body>
► background
► bgcolor
► backcolor
► backgroundcolor
Question No: 8
___ contains the name of the protocol required to access the resource, a domain name that
identifies a specific computer on the internet and a pathname on the computer
► HTML
► HTTP
► URL
► WWW
Question No: 9
______ is a client program that uses HTTP to make requests to Web servers throughout the
internet on behalf of the user.
► Web Application
► Web Browser
► Internet Application
► HTML
www.vustudy.com
www.vustudy.com
► Speed & Storage
Question No: 12
Floating point unit is also known as _________ unit
► Real
► Integer
► Numeric
► Fractional
Question No: 13
Programs that reside on Web servers and receive info that a user enters in a form, are known as:
► Server-Side Scripts
► Client-Side Scripts
► Super Scripts
► Form Scripts
Question No: 14
------------ is volatile memory
► RAM
► ROM
► Hard Disk
► CD ROM
Question No: 15
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: 16
VisiCalc was the first popular _______application on PC’s
► Spreadsheet
► Word processor
► Presentation
► Database
Question No: 17
____________ is a system software that converts the source code written in high level language
into machine language code.
► Utilities
► Drivers
► Language Translator
► None of the these
Question No: 18
What happens if I start a new list without closing the original one?
15
www.vustudy.com
www.vustudy.com
► An error will be generated
► A nested list will be created
► Previous list will end and a new will start.
► Nothing will happen
Question No: 19
__________ is a program that executes instructions line by line written in a high-level language.
► Interpreter
► Compiler
► Predictor
► Executor
Question No: 20
There are_________________ rules to write the Pseudo Code.
► Standard
► No standard
► Strict
► Pre-defined
Question No: 21
►1
►2
►3
►4
Question No: 23
A procedure that usually but not always works or that gives nearly the right answer is
called_____________
► Deterministic Algorithm
► Heuristic Algorithm
► Greedy Algorithm
► Randomized Algorithm
16
www.vustudy.com
www.vustudy.com
Question No: 24
A Modem is a kind of ___
► Input device
► Output device
► Storage device
► Input and Output device
Question No: 25
The memory size of the Altair 8800 was
► 128 bytes
► 128 Kilo bytes
► 256 Kilo bytes
► 256 bytes
Question No: 26
---------- was known as “mill” in Analytical engine.
► Memory
► Processor
► Monitor
► Mouse
MIDTERM EXAMINATION
Spring 2009
Time: 60 min Marks: 43
Question No: 1
A diode functions as the electronic version of a __________-way valve.
► one
► two
► three
17
www.vustudy.com
www.vustudy.com
► four
Question No: 2
What is name of book from which word algorithm is taken ?
Question No: 4
_______ consists of cells arranged in rows & columns
► Spreadsheets Software
► Word processor
► Presentation Software
► Microsoft Paint Software
Question No: 5
_____ was designed as a replacement for typewriter
► Spreadsheet Software
► Word Processor Software
► Presentation Software
► Database Software
Question No: 6
_________ manages the HW and SW resources ( memory, disk drives etc) of the computer
system, often invisibly.
► Explorer.exe
► System Files
► Operating System
► Application Software
Question No: 7 To display a radio button on the web page, we use ___ tag
► INPUTBUTTON
► INPUT
► RADIOBUTTON
► RADIO
Question No: 8
Machine language is also called
18
www.vustudy.com
www.vustudy.com
► Assembly Language
► Binary Language
► High Level Language
► HTML Language
Question No: 9
When the user needs something to be done by the computer, he/she gives instructions in the form
of _____ to computer ____
► Software, Hardware
► Hardware, Software
► System Software, Application Software
► Graph, Monitor
Question No: 10
A truth table defines the _________of a logic function for all possible _________
► Input -- Outputs
► Output -- Inputs
► Process -- Inputs
► Input -- Processes
Question No: 11
Which one is correct?
► <BODY></BODY>
► <body></body>
► Both <BODY></BODY> and <body></body>
► <BODY/>
Question No: 12
WWW stands for:
► Wide World Web
► World Wide Web
► World White Web
► World Web Wide
Question No: 13
A _________translates a high-level language (that is easy to understand for humans) into a
language that the computer can understand
► Computer
► Transistor
► Compiler
► Device
Question No: 14
19
www.vustudy.com
www.vustudy.com
Deep Blue was the name of
► computer
► human
► city
► game
Question No: 15
Data travels through bus in the form of ---------------------------
► Packets
► Bits
► Bytes
► Word
Question No: 16
Command which saves the selected text before deleting is
► Copy
► Delete
► Cut
► Undo
Question No: 17
AutoCAD falls in the category of _________________
► Engineering Applications
► Graphics Applications
► Scientific Applications
► Business Applications
Question No: 18
In Spreadsheets, you can create a relationship between two cells by using _____.
► Numbers
► Text
► Formulas
► None of the given choices
Question No: 19
Which of the following symbol is used for multiple line comments in JavaScript?
►/
► //
20
www.vustudy.com
www.vustudy.com
► /*
► //*
Question No: 20
____________ is a system software that converts the source code written in high level language
into machine language code.
► Utilities
► Drivers
► Language Translator
► None of the these
Question No: 21
__________ is a particularly good language for processing numerical data, but it does not lend
itself very well to large business programs
► BASIC
► PASCAL
► JAVA
► FORTRAN
Question No: 22
Which of the following number system is used by microprocessor?
► Binary
► Decimal
► Octal
► Hexadecimal
Question No: 23
The __________Processor is specially designed for PDA?
► PowerPC
► StrongARM
► Crusoe
► SPARC
Question No: 24
Mainframe Computers are also called _____
► Enterprise Servers
► Personal Servers
► Enterprise Managers
► Window Servers
Question No: 25
URL is a/an ________
► Device
► Component
► Address
► Tool
21
www.vustudy.com
www.vustudy.com
Question No: 26
Ada, Countess of Lovelace developed first:
► Computer
► Website
► Computer Program
► Analytical engine
Question No: 1
Cray-1 was first commercial _________ computer
► Super
► Mini
► Micro
► Personal
Question No: 2
Browser is a __________________ used for browsing.
► Tool
► Component
► Device
► None of the given choices
Question No: 3
► Flow Line
22
www.vustudy.com
www.vustudy.com
► Connector
► Off-page connector
► Start or Stop
Question No: 4
JavaScript is an example of _____________ language.
► Object-based
► Object-oriented
► Machine
► Assembly
Question No: 5
The set of rules and guidelines a team of developers follow to construct reasonably complex SW
systems is called
Question No: 6
Waterfall is a _________ life-cycle model.
► Spiral
► Sequential
► Circular
► Spherical
Question No: 7
What happens if I start a new list without closing the original one?
► An error will be generated
► A nested list will be created
► Previous list will end and a new will start.
► Nothing will happen
Question No: 8
In Spreadsheets, you can create a relationship between two cells by using _____.
► Numbers
► Text
► Formulas
23
www.vustudy.com
www.vustudy.com
► None of the given choices
Question No: 9
VisiCalc was the first popular _______application on PC’s.
► Spreadsheet
► Word processor
► Presentation
► Database
Question No: 10
Fins are used to --------------
Question No: 11
Using only HTML we can create
Question No: 12
Everything that JavaScript manipulates is treated as:
► Object
► Window
► Text
► Script
Question No: 13
The ______ is connected to all other modules of the microprocessor.
► Control unit
► Memory unit
► Floating Point unit
► Arithmetic and Logic unit
Question No: 14
Communication protocol is a __________that governs the flow of information over a network
24
www.vustudy.com
www.vustudy.com
► Set of protocols
► Set of rules
► Device
► Set of methods
Question No: 15
_________ is the interface in computer that supports transmission of multiple bits at the same
time.
► Serial Port
► Parallel Port
► Universal Serial Bus
► None of the given choices
Question No: 16
_____ was designed as a replacement for typewriter
► Spreadsheet Software
► Word Processor Software
► Presentation Software
► Database Software
Question No: 17 Which one of these translates the program once at a time ?
► Interpreter
► Compiler
► Operating system
► Translator
Question No: 18
Randomized algorithms are often ________ than deterministic algorithms for the same problem.
► Simpler and more slow
► Simpler and more efficient
► Complex and more efficient
► Complex and more slow
Question No: 19
Ada written a computer programme for ?
► Analytical Engine
► Difference Engine
► Harvard Mark 1
► Mechanical engine
Question No: 20
A test proposed to determine if a computer has the ability to think. It is called?
► Turing test
► Turning test
► Intelligence test
► None
Question No: 21
25
www.vustudy.com
www.vustudy.com
The most used form tag is the <input> tag.
► True
► False
Question No: 22
When the user clicks on the "Submit" button, the content of the form is sent to the server.
► True
► False
Question No: 23
Extension for saving web page is / are;
► *.html
► *.htm
► *.html and *.htm both are in use
► None of These
Question No: 24
In spread sheet a cell may contain
► Numbers
► Text
► Formulas
► All of the given
Question No: 25
Programs where no user interaction found during program execution are called __________.
► Batch programs
► Event-driven programs
► Graphics based programs
► None of the given
Question No: 26
OO software is all about _____________.
► Behaviors
► Methods
► Properties
► Objects
Question No: 27 (Marks: 1 )
What is the key feature of batch programs?
www.vustudy.com
www.vustudy.com
Question No: 30 ( Marks: 3 )
What is Home Page of a web site?
27
www.vustudy.com