0% found this document useful (0 votes)
6 views

CS101-Midterm-Solved-Paper-with-Reference-vustudypastpapers.com_

Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views

CS101-Midterm-Solved-Paper-with-Reference-vustudypastpapers.com_

Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 5

vustudypastpapers.

com

CS101 Midterm Solved Papers


Q1
Charles Babbage was a/an
(a) Mathematician
(b) Computer Scientist
(c) Physician
(d) Analyst
Q2
First electronic computer was
(a) ABC
(b) UNVAC 1
(c) Harvard Mark 1
(d) IBM PC
Q3
The Last famous electro-mechanical computer was
(a) ENIAC
(b) EDVAC
(c) Harvard Mark 1
(d) Altair 8800
Q4
The memory size of the Altair 8800 was
(a) 128 bytes
(b) 256 bytes
(c) 128 Kilo bytes
(d) 256 Kilo bytes
Q5

This element of Flow Chart is called_____________.


(a) Process
(b) Process
(c) Decision
(d) Connector
Q6
JavaScript is an example of _____________ language.
(a) Object-based
(b) Object-oriented
(c) Machine
(d) Assembly
Q7
____________ interacts directly with the computer Hardware
(a) Compiler
(b) Operating system
(c) Application software
(d) Assembler
Q8
In Spreadsheets, you can create a relationship between two cells by using _____.
(a) Numbers
(b) Text
(c) Formulas
(d) None of the given choices
Q9
In spreadsheets, cell address A12 means _______.
(a) Row A, Cloumn 12
(b) Row 12, Cloumn A
(c) Row 2,Cloumn A1
(d) Row A1, Cloumn 2
Q10
VisiCalc was the first popular _______application on PC’s.
(a) Spreadsheet
(b) Word processor
(c) Presentation
(d) Database
Q11
__________ is the example of Shrink-wrapped software
(a) PIA information system
(b) WinZip trial pack
(c) Linux
(d) MS Word
Q12
The key feature of Scientific/Engineering/Graphics applications is ____________
(a) Intense calculations
(b) User-friendly
(c) Reliability
(d) Cost-effective
Q13
ERP is a type of __________________ .
(a) Entertainment software
(b) Productivity software
(c) Business software
(d) Scientific software
Q14
When we use <INPUT type=“password”>, what will happen?
(a) Text will not be visible
(b) Text will be in normal format
(c) Text will be in **** format
(d) Text will be in #### format
Q15
Video Card has its own -----------------
(a) Memory
(b) Processor
(c) Memory& Processor
(d) Neither memory nor Processor
Q16
Using only HTML we can create
(a) Dynamic web pages
(b) Static web pages
(c) Both Static and Dynamic pages
(d) None of these
Q17
The world first computer program was written to compute:
(a) Simple sequence
(b) Multiple sequence
(c) Bernoulli’s sequence
(d) Increasing sequence
Q18
Computers are good at
(a) Speed
(b) Storage
(c) Never bored
(d) All of the given choices
Q19
_____ is an application program that provides a way to look at and interact with all the
information on the World Wide Web
(a) URL
(b) Browser
(c) HTML
(d) Website
Q20
___ 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
(a) HTML
(b) HTTP
(c) URL
(d) WWW
Q21
_________ is the interface in computer that supports transmission of multiple bits at the
same time.
(a) Serial Port
(b) Parallel Port
(c) Universal Serial Bus
(d) None of the given choices
Q22
Forms can be submitted by using __________ different methods
(a) 2
(b) 3
(c) 4
(d) 5

Q23
Forms can be submitted through _______ & _______ methods
(a) INCLUDE, POST
(b) INCLUDE, GET
(c) GET, POST
(d) SEND, POST
Q24
__________ maintains index of names and location of the files.
(a) File manager
(b) File system
(c) File Folder
(d) Operating system
Q25
Now a days, users communicate with the computer using a consistent __________
provided by the Operating System.
(a) Command-line interface.
(b) Application Interface
(c) User Interface
(d) Protocol
Q26
If an algorithm is syntactically correct, but semantically incorrect then this situation is
(a) Very good situation
(b) Very dangerous situation
(c) Not very bad
(d) Neutral situation
Q27
What is the problem with Brute Force Strategy approach?
Solution:-
Doesn’t scale well with the size of the problem

Q28
What is software design methodology?
Solution:-
The set of (often flexible) rules and guidelines a team of developers follow to construct
reasonably complex SW systems
Q29
What is the name of HTML tag, that has Href attribute and What is the Purpose of Href?
Solution:-
<A HREF = “action” > label </A>
It is used to to create Links between pages, or we can used it as “mailto” function.
Q30
Write three characteristics of JavaScript.
Solution:-
(1) JavaScript has numerous operators, classified in many categories.
(2) Terminate all JavaScript statements with a semicolon. It is not always necessary,
but highly recommended.
(3) JavaScript ignores any extra white spaces or line breaks that you put in the code
(4) Although JavaScript allows variable declaration, it does not require it - except in
the case when
(5)

Q31
Give reasons why we need semantic web?
Solution:-
Whereas, today’s Web’s content is designed for humans to read; the Semantic Web’s
content will be designed for computers to understand meaningfully. However, the
Semantic Web is not a replacement but an extension of the present Web, in which info is
given well defined meaning

Q32
What are the two key features of UNDO command in MS-Excel ?
Solution:-
1. Allows you to recover from your mistakes
2. Allows you to experiment without risk

You might also like