We are Permanently Move to vupk.net Please Join us there.

CS101 Subjective Questions Solved 2012

CS101 Introduction to Computing Principles 

Subjective Solved Question from 2012 Exam


Question 1 (Marks 5)In an organization having hierarchical structure, higher management plays very vital role for the organization. Provide the designation description of the higher management personal of an organization with their responsibilities and abilities.

Answer:
Top-level management is also known as senior management or executives and hold titles such as:
  • Chief Executive Officer (CEO),
Develop strategic plans, make decisions for entire firm. They are master strategists.
  • Chief Operational Officer (COO) or Senior Vice President
Controls and concerned with sale, marketing and production etc.
  • Board of directors,
Establish policies and appoint or select the Chief executive of the firm.
  • President
 Provides corporate leadership.
  • Vice president,
Report to president or CEO and commands the overall business, can be vice president of finance, marketing, IT etc
Question No.2 (5 Marks)
Explain how a relational DBMS deals with the object oriented data and what is the drawback of RDBMS in handling such data?
Answer
RDBMS software are developed using object oriented technique which allows, creating, modifying and querying the relational database.
DRAWBACK: the main drawback is wastage of time in translating the codes as, when we try to store the object-oriented data into RDBMS we have to translate it into suitable form for RDBMS and to read and use that data this RDBMS data has to be translated back into object-oriented form. 
Question No.3 (5 Marks)
In comparison with old modes of presentation, the current multimedia mode of presentation has some advantages over them. Describe any five advantages of using the multimedia mode of presentation.
Answer:
Advantages of multimedia mode of presentation are as follows:
  1. Last minute changes can be done easily.
  2. Having sound, animation and videos
  3. Easy to store and recall, by storing the main points or idea.
  4. Everything is electronically transmitted.
  5. Having Undo option which promotes experimentation and innovation.
  6. More attractive and understandable than older modes of presentation. 
Question No.4 (5 Marks)
Suppose a developer has to write pseudo code for a software project. Suggest any five tips to write it in better way.
Answer:
Following are five tips to write Pseudo Code for a software project in better way:
1. Declare the array that will be used for storing the words
2. Prompt the user and read the user input into the elements of the array
3. Now write the array to the document
4. Sort the array
5. Write the sorted array to the document.
 
Question No.5 (5 Marks)
As a database administrator, name any three techniques you can use to restrict the unauthorized access to your database.
Answer:
This problem can be managed by using appropriate security mechanisms that provide access to authorized persons/computers only Security can also be improved through:
Encryption
Private or virtual-private networks
Firewalls
Intrusion detectors
Virus detectors
 
Question No.6  (3 Marks)
Write any six string HTML wrapper methods.
Answwer:
Following are the six string HTML wrapper methods:
DoubleValue,
floatValue,
longValue,
parseXxx,
getXxx,
toString,
toHexString 

Question No.7  (5 Marks)
Differentiate onFocus and onBlur.
Answer:
onFocus & onBlur:
• onFocus executes the specified JavaScript code when a window receives focus or when a form element receives input focus
• onBlur executes the specified JavaScript code when a window loses focus or a form element loses focus

Question No.8 (3 Marks)
Describe the aspect of web design which plays important role in providing the relevant stuff from a website in minimum time.
Answer:
Website Navigation:
The interface/controls that a Website provides to the user for accessing various parts of the Website
It probably is the most important aspect of the design of a Website

Question No.9 (2 Marks)
Just name the errors which can occur on:
1)      Executing the statement:
X= y-/z
2)      Accessing a non existing variable.
Answer:
1) Executing the statement: X= y-/z
ANS    Syntax Error
2) Accessing a non existing variable.
ANS    Run-Time Error
Question No.10 (5 Marks)
Every organization is based on some type of organizational structure. Briefly describe the organizational structure which has more preference over others.
Answer:
Preferred Organizational Structure for organization is hierarchal. Where there are different departments interlinked with each other and are been divided according to the functions they perform

Question 11 (Marks 2)
There are many useful Neural Network Paradigms. Define the most popular Neural Network Paradigm.
Answer:
Many useful NN paradigms, but scope of today's discussion limited to the feed-forward network, the most popular paradigm
Feed-forward Network:
It is a layered structure consisting of a number of homogeneous and simple (but nonlinear) processing elements

Question 12 (Marks 2)
Distinguish the terms World Wide Web and internet.
Answer:
The World Wide Web
• A huge resource of info
• Logically unified, but physically distributed
• It is unlike any previous human invention:
– It is a world-wide resource, important to all and shared by all of the people in the world 
Internet is where I am having exam now it provides access to the rest
of digital world e.g:- world wide web

CS101 Midterm Paper Solved 2009 - 4

Cs101 - Introduction to Computing Midterm Paper 2009



Q1
Cray-1 was first commercial _________ computer
(a)Super                                                                                                      page 16

(b)Mini
(c)Micro
(c)Personal


Q2
Browser is a __________________ used for browsing.
(a)   Tool   doubt

(b)   Component
(c)    Device
(d)   None of the given choices doubt

3.1 Browser page 18

A browser is an application program that provides a way to look at and interact with all

The information on the World Wide We
Q3 The name of first browser was ______

(a)   Internet Explorer
(b)   Mosaic
   Reference Handouts Page 18
(c)    Netscape
(d)   Fire fox

Q4 Which of the following hardware component of a computer can also be called as engine?
(a)   Bus
(b)   Storage
(c)    Memory
(d)   Processor


Q5
The impact of a digit in a number is determined by its ---------------
(a)   Value

(b)   Location
(c)    Length
(d)   None of above

Q6


This element of Flow Chart is called_____________.

(a)  Process
(b)  Off-page Connector                                                                                page 105

(c)  Decision
(d)  Connector

Q7

The sequence of phases, a software goes through from the concept to decommissioning, is called

(a)    Software composition
(b)   Software life-cycle                                                                                page 133

(c)    Software methodology
(d)   Software development steps

Q8 - In JavaScript, a variable declaration is
(a)   Optional                                                                                             page 144

(b)   Mandatory
(c)    Not allowed
(d)   None of the given
 
21.2 Declaring Variables
Many languages require that a variable be declared (defined) before it is first used
Although JavaScript allows variable declaration, it does not require it -

Q9
____________ interacts directly with the computer Hardware

(a)    Compiler
(b)   Operating system

(c)    Application software
(d)   Assembler

Q10

Which of the following is/are the parts of Operating system components?
(a)    GUI
(b)   Device Manager
(c)    Shell
(d)   All of these

Q11

Tag used for the highest level Heading is ________________
(a) 
(b) 
(c)   

(d)   . None of these  

Q12
The programming language specifically designed by the US Department of Defense for developing military applications was named ___________.
(a)    Smalltalk
(b)   C
(c)    C++
(d)   Ada                                                                                                              page 9
Q13

------------ is volatile memory
(a)   RAM                                                                                                         page 25

(b)   ROM
(c)    Hard Disk
(d)   Hard Disk

Q14
The key strengths of computers are
(a)    Speed
(b)   Storage
(c)    Do not get bored
(d)   All of the given choices

Q15

_____ 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

Q16

______ is a client program that uses HTTP to make requests to Web servers throughout the internet on behalf of the user.
(a)    Web Application
(b)   Web Browser                                                                                     page 18

(c)    Internet Application
(d)   HTML

Q17
___ 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
page 18
(d)   WWW

Q18

To start an ordered list from 20 instead of 1, we will write
(a)  
(b) 
(c)   

(d) 


Q19

_________ is the interface in computer that supports transmission of multiple bits at the same time.
(a)    Serial Port
(b)   Parallel Port                                                                                       page 24

(c)    Universal Serial Bus
(d)   None of the given choice

Q20.

Monitor is an example of:

(a)    Input Device
(b)   Processing Device
(c)    Output Device

(d)   Storage Device

Q21

Different parts or components of computer use ­­                    as a communication path

(a)    RAM
(b)   Bus

(c)    ROM
(d)   Processor

Q22

There is a battery on the motherboard to:

(a)    Give power to the processor
(b)   Save information when computer is off

(c)    Save information when computer is on
(d)   Give power to the motherboard

Q23

In which case Cache Memory is used
(a)    To increase RAM speed
(b)   To overcome BUS speed
(c)    To overcome Speed rate between RAM and CPU

(d)   To overcome CPU speed

Q24
Using COLSPAN, number of rows of the current cell should extend itself
(a)    Upward
(b)   Downward
(c)    Both Upward and Downward
(d)   None of the given choices       

Q25

Operating System talks to and manages devices through
(a)    Loader
(b)   File Manager
(c)    Memory Manager
(d)   Device Driver


Q26
Pseudo code is written in
(a)    Complex grammar
(b)   Plain English

(c)    JAVA
(d)   Pseudo language

Q27

What is Object in JavaScript ?

Solution:-

Everything that JavaScript manipulates, it treats as an object – e.g. a window or a button

An object has properties – e.g. a window has size, position, status,

Q28

Write one purpose of using spreadsheets?

Solution:-

Electronic replacement for ledgers, Used for automating engineering, scientific, but in majority of cases, business calculations, A spreadsheet - VisiCalc - was the first popular application on PC’s. It helped in popularizing PC’s by making the task of financial-forecasting much simpler, allowing individuals to do forecasts which previously were performed by a whole team of financial wizard

 
Q29

Write one purpose of using spreadsheets?

Solution:-

Electronic replacement for ledgers, Used for automating engineering, scientific, but in majority of cases, business calculations, A spreadsheet - VisiCalc - was the first popular application on PC’s. It helped in popularizing PC’s by making the task of financial-forecasting much simpler, allowing individuals to do forecasts which previously were performed by a whole team of financial wizard

Q30

How a designer makes Structured Design?

Solution:-

Also called top-down design, The designer starts by first conceiving a skeleton high-level design of the system, and then starts defining features of that over-all design in an ever-increasing detail Making small changes in the functionality of the systems sometimes leads to major redesign exercise. Structured design emphasizes separating a program's data from its functionality


Q31

What is the difference between High-level and Low-level programming languages?

Solution:-

High language can be easily understood by human beings. But low level language is machine langue, but we can understand it. Because low level language is machine langue

Q32

What are the main responsibilities that Kernel plays in Operating system?

Solution:-

Responsible for all the essential operations like basic house keeping, task scheduling, etc Also contains low-level HW interfaces Size important, as it is memory-resident

CS101 Paper subjective questions SOLVED

CS101 Introduction to Computing Paper subjective questions
  1. WHy we use javascript?
  2. write names of phases of DoS attack.
  3. Errors occur in developing program? write names
  4. in which situation we use inline event handling?
  5. what are the properties , method and event handling of image java script?
  6. write names of 5 key characteristics of internet?
  7. A ⊕ B = A'.B' + A'.B wrong or right? prove it by truth table..
  8. why we use string function in javascript?
  9. What is the mistake in the following coding
  10. student=new array(10)
  11. Local and global variable?

One More subjective part of the Final Term Paper CS101
  1. Write the names of DOS attack. 2Marks
  2. Write html format to include GIF and JPG images in webpage 2Marks
  3. Differentiate between tags 2 Marks
  4. Who array are implemented in java script 2 Marks
  5. Who we can define pixel 3 marks
  6. What is the preferred organizational structure for the organization 3Marks
  7. Differentiate between onFocus and onBlur 3 Marks
  8. What are three basic components of system softwere 3 Marks
  9. Advantages and disadvantages of client-side scripting 5Marks
  10. Briefly describe for layout of presentation 5Marks
  11. Who many members are there in business development team? briefly describe the responsibilities and profile of their 5Marks
  12. Explain the function of ‘+’ operator with the help of example 5 Marks

One More subjective part of the Final Term Paper CS101
The mcqz were of 40 marks and he long n short mixed question were of 40 marks. Total paper was of 80 marks and timing of my paper was 2 hours means 120 minutes.

I don’t remember all the questions but those which I know I m going to share with you dear fellows.
  1. What is an intelligent system? (2 marks)
  2. What is spread sheet? Write two jobs of spread sheet? (3 marks)
  3. What are the arguments of a function? Explain with an example? (5 marks)
  4. What are Trojan horses? (3 marks)
  5. What are semantic errors? (2 marks)
  6. If you are going to work on a big project then make a heuristic chart for this? (5 marks)
  7. Write the names of the errors that are found during developing a program? (2 marks)
  8. Write the properties of u useful web? (5 marks)
  9. What do you mean by FTP? (2 marks)
One More subjective part of the Final Term Paper CS101
1) what is computer screen
2)what is structured vector graphic?
3)why local variable is preferred over global variable?
4)what is preferred organization structure for the organization?
5)write the name of DOS attack' phases?
6)what is output?give three example?
7)write 5 advantages of multimedia presentation?
8)who is the 1st presentation on spreadsheet on personal computer?
9)define primary key and queries?

My today's 13/02/11 paper
  1. Write HTML format to include gif and jpg images in a web page.
  2. Define function and write at least three advantages of function ?
  3. how businesses monitor their Employees ?
  4. what are the properties, objects in event handling
  5. what are robotics and their role in daily life
  6. briefly discues atleast two sub catagories of inteligenc system
1.WHy we use javascript?.
Solution:
Small programs that are a part of the Web page and run on the user’s (client’s) computer
Wel use JavaScript to do client-side scripting. JavaScript can be used (along with HTML) to develop interactive content for the Web. It is designed to be used for developing small programs – called scripts – that can be embedded in HTML Web pages
2. Write names of phases of DoS attack.
Solution:
Three Phases of the DoS
1.Search
2.Arm
3.Attack
3.Errors occur in developing program? write names
Solution:
Types of Errors
• Syntax errors
• Semantic errors
• Run-time errors
4. In which situation we use inline event handling?
Solution:
Where the event needs to be captured and handled with a JavaScript one-liner that is
embedded in the HTML tag
5. what are the properties , method and event handling of image java script?
Solution:
• Images in JavaScript can be manipulated in many ways using the built-in object Image
• Properties: name, border, complete, height, width, hspace, vspace, lowsrc, src
• Methods: None
• Event handlers: onAbort, onError, onLoad, etc.
6. write names of 5 key characteristics of internet?
Solution:
Key Characteristics
Geographic Distribution Global - reaches around the world
Robust Architecture Adapts to damage and error
Speed Data can travels at near ‘c’ on copper, fiber, airwaves
Universal Access
Same functionality to everyone
Growth Rate
The fastest growing technology ever
Freedom of Speech
Promotes freedom of speech
The Digital Advantage
Is digital: can correct errors
7. why we use string function in javascript?
Solution:
See Lecture 38
 
One More Subjective Part of latest paper share by one Student
  1. Why we use string functions in JavaScript?
  2. Explain function arguments with the help of an example?
  3. Write the steps to sort an un-sorted list.
  4. Discuss any two situations which show non-ethical behavior?
  5. . Define the anchor tag with the help of example.
  6. What are Trojan Horses ?
  7. What Is the resturction to use in line in a function
  8. Define anchor tag
  9. Write down three advantages of using Functions in a program.
  10. In JavaScript, what is event handling? What are the two types of events?
  11. What is the mistake in the following coding                Student=new array(10)
  12. what is event handler explain. write two types of event handler
  13. What is programming methodology
  14. What is computer screen, explain
  15. what is Turing Machine? explain how its works
  16. Explain why global variable is better than local variable (question was something like that)
  17. What is Relational Database, give two example of RDBMS
  18. Write down the five advantages of multimedia presentation
CS101 Final Term 2010 Paper Subjective
  1. Write the names of DOS attack. 2Marks
  2. Write html format to include GIF and JPG images in webpage 2Marks
  3. Differentiate between and tags 2 Marks
  4. Who array are implemented in java script 2 Marks
  5. Who we can define pixel        3 marks
  6. What is the preferred organizational structure for the organization 3Marks 
  7. Differentiate between onFocus and onBlur 3 Marks 
  8. What are three basic components of system softwere 3 Marks 
  9. Advantages and disadvantages of client-side scripting 5Marks 
  10. Briefly describe for layout of presentation                   5Marks 
  11. Who many members are there in business development team? briefly describe the responsibilities and profile of their 5Marks 
  12. Explain the function of ‘+’ operator with the help of example 5 Marks
  13. What is database?     2 
  14. What is Good Programming Methodology?          2 
  15. Difference global variable is better than local variable?       3 
  16. Difference Logic- or time-bombs         3 
  17. Use of Simple Mail Transfer Protocol?           3 
  18. who is computer professional             3 
  19. Difference between ALU & FLU            5 
  20. Why the trend of short term working, Explain?       5

CS101 Midterm paper 2010-1

CS101 Midterm 2010 Paper - Introduction to Computing
Spring 2010

Time: 60 min
Marks= M = 38


CS101 - Introduction to Computing - Q.No. 1 ( M - 1 )

Cray-1 was first commercial _________ computer
Super
Mini
 Micro
 Personal

CS101 - Introduction to Computing - Q.No. 2(M - 1 )

__________ language is very good for writing well-structured and readable programs, but it is not as flexible as the C programming language

BASIC
PASCAL
JAVA
FORTRAN
CS101 - Introduction to Computing - Q.No. 3(M - 1 )
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
CS101 - Introduction to Computing - Q.No. 4(M - 1 )
A computer program that facilitates the communication between the computer and a peripheral device is called___________________
Operating system
Utilities
Language Translator
Device Drives
CS101 - Introduction to Computing - Q.No. 5(M - 1 )
AutoCAD falls in the category of _________________
Engineering Applications
Graphics Applications
Scientific Applications
Business Applications
CS101 - Introduction to Computing - Q.No. 6(M - 1 )
Tag used to make a Text Bold is __________________


None of these

CS101 - Introduction to Computing - Q.No. 7(M - 1 )
Which one of these is NOT an example of embedded computers
IMB PC
Microwave oven
Refrigerator
Calculator
                                 www.vuzs.net
CS101 - Introduction to Computing - Q.No. 8(M - 1 )
Supercomputers are used in:
Weather forecasting
Aeroplane manufacturing
Atomic bomb experiments
All of the given choices
CS101 - Introduction to Computing - Q.No. 9(M - 1 )
Which one of these is NOT an example of storage devices
Tape
RAM
Floppy
DVD
CS101 - Introduction to Computing - Q.No. 10(M - 1 )
In which case Cache Memory is used
To increase RAM speed
To overcome BUS speed
To overcome Speed rate between RAM and CPU
To overcome CPU speed
CS101 - Introduction to Computing - Q.No. 11(M - 1 )
A set of stand alone productivity applications designed to work together known as ______________ .
Productivity software suites
Compiled software
Secure software
Intelligent software
CS101 - Introduction to Computing - Q.No. 12(M - 1 )
File handling in java script is done
___________.
In more accurate way
In more easy way
Both more easy and in accurate way
Not at all
CS101 - Introduction to Computing - Q.No. 13(M - 1 )
Which one of the following is a valid variable name
Break
Switch
Catch
None of the given
CS101 - Introduction to Computing - Q.No. 14(M - 1 )
An algorithm that always takes the best immediate or local solution while finding an answer is called_____________________

Deterministic Algorithm

Non deterministic Algorithm
Greedy Algorithm
Randomized Algorithm
CS101 - Introduction to Computing - Q.No. 15(M - 1 )
A
B
C
D
4
ABC003
65
=c4=c4
Expression format in cell D4 is NOT correct.
True
False

CS101 - Introduction to Computing - Q.No. 16(M - 1 )

User interface provided by UNIX operating system is:
Shell / GUI
Shell
Shell
GUI
Command line
CS101 - Introduction to Computing - Q.No. 17(M - 2 )
What is meant by microprocessor's Instruction Set
CS101 - Introduction to Computing - Q.No. 18(M - 2 )
What are the basic components of a program
CS101 - Introduction to Computing - Q.No. 19(M - 2 )
Describe the function of an action attribute
CS101 - Introduction to Computing - Q.No. 20(M - 3 )
List down the names of any three parameters on which we analyze an algorithm.
CS101 - Introduction to Computing - Q.No. 21(M - 3 )
What is a programming language In traditional languages what was the problem by keeping data and methods separate.
CS101 - Introduction to Computing - Q.No. 22(M - 5 )
(a) Write down two positive features of client-side scripting.
(b) Discuss two deficiencies of JavaScript.
CS101 - Introduction to Computing - Q.No. 23(M - 5 )
Write an HTML COde for the following Output on browser:
MaleFemale
 CS101 Midterm 2010 Paper - Introduction to Computing Subjective & Objective Questions 
Spring 2010
 by Parishy
 www.vuzs.net
http://groups.google.com/group/vuzs
Time: 60 min
Marks= M = 38


CS101 - Introduction to Computing - Q.No. 1

 ( M - 1 )
Cray-1 was first commercial _________ computer
Super
Mini
Micro
Personal
CS101 - Introduction to Computing - Q.No. 2(M - 1 )

__________ language is very good for writing well-structured and readable programs, but it is not as flexible as the C programming language

BASIC
PASCAL
JAVA
FORTRAN
CS101 - Introduction to Computing - Q.No. 3(M - 1 )
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
CS101 - Introduction to Computing - Q.No. 4(M - 1 )
A computer program that facilitates the communication between the computer and a peripheral device is called___________________
Operating system
Utilities
Language Translator
Device Drives
CS101 - Introduction to Computing - Q.No. 5(M - 1 )
AutoCAD falls in the category of _________________
Engineering Applications
Graphics Applications
Scientific Applications
Business Applications
CS101 - Introduction to Computing - Q.No. 6(M - 1 )
Tag used to make a Text Bold is __________________


None of these

CS101 - Introduction to Computing - Q.No. 7(M - 1 )
Which one of these is NOT an example of embedded computers
IMB PC
Microwave oven
Refrigerator
Calculator
                                 www.vuzs.net
CS101 - Introduction to Computing - Q.No. 8(M - 1 )
Supercomputers are used in:
Weather forecasting
Aeroplane manufacturing
Atomic bomb experiments
All of the given choices
CS101 - Introduction to Computing - Q.No. 9(M - 1 )
Which one of these is NOT an example of storage devices
Tape
RAM
Floppy
DVD
CS101 - Introduction to Computing - Q.No. 10(M - 1 )
In which case Cache Memory is used
To increase RAM speed
To overcome BUS speed
To overcome Speed rate between RAM and CPU
To overcome CPU speed
CS101 - Introduction to Computing - Q.No. 11(M - 1 )
A set of stand alone productivity applications designed to work together known as ______________ .
Productivity software suites
Compiled software
Secure software
Intelligent software
CS101 - Introduction to Computing - Q.No. 12(M - 1 )
File handling in java script is done
___________.
In more accurate way
In more easy way
Both more easy and in accurate way
Not at all
CS101 - Introduction to Computing - Q.No. 13(M - 1 )
Which one of the following is a valid variable name
Break
Switch
Catch
None of the given
CS101 - Introduction to Computing - Q.No. 14(M - 1 )
An algorithm that always takes the best immediate or local solution while finding an answer is called_____________________

Deterministic Algorithm

Non deterministic Algorithm
Greedy Algorithm
Randomized Algorithm
CS101 - Introduction to Computing - Q.No. 15(M - 1 )
A
B
C
D
4
ABC003
65
=c4=c4
Expression format in cell D4 is NOT correct.
True
False

CS101 - Introduction to Computing - Q.No. 16(M - 1 )

User interface provided by UNIX operating system is:
Shell / GUI
Shell
Shell
GUI
Command line
CS101 - Introduction to Computing - Q.No. 17(M - 2 )
What is meant by microprocessor's Instruction Set
CS101 - Introduction to Computing - Q.No. 18(M - 2 )
What are the basic components of a program
CS101 - Introduction to Computing - Q.No. 19(M - 2 )
Describe the function of an action attribute
CS101 - Introduction to Computing - Q.No. 20(M - 3 )
List down the names of any three parameters on which we analyze an algorithm.
CS101 - Introduction to Computing - Q.No. 21(M - 3 )
What is a programming language In traditional languages what was the problem by keeping data and methods separate.
CS101 - Introduction to Computing - Q.No. 22(M - 5 )
(a) Write down two positive features of client-side scripting.
(b) Discuss two deficiencies of JavaScript.
CS101 - Introduction to Computing - Q.No. 23(M - 5 )
Write an HTML COde for the following Output on browser:
MaleFemale

CS101 Midterm Paper 2010

CS101 Midterm Paper of Introduction to computing
Spring 2010 session 5

Time: 60 min
M a r k s: 38

CS101 - Introduction to Computing - Q. No. 1 ( M a r k s: 1 )
http://vuzs.net
The impact of a digit in a number is determined by its ---------------

► Value

► Location
► Length
► None of above

CS101 - Introduction to Computing - Q. No. 2 ( M a r k s: 1 )
http://vuzs.net
The default bullet for the list in HTML is
► Circle shape

► Disc shape


► Square shape


► Triangle shape



CS101 - Introduction to Computing - Q. No. 3 ( M a r k s: 1 )
http://vuzs.net
Command which saves the selected text before deleting is
► Copy

► Delete


► Cut


► Undo

www.vuzs.net
http://groups.google.com/group/vuzs

CS101 - Introduction to Computing - Q. No. 4 ( M a r k s: 1 )
http://vuzs.net
Supercomputers are used in:
► Weather forecasting
► Aeroplane mnufacturing
► Atomic bomb experiments
► All of the given choices

CS101 - Introduction to Computing - Q. No. 5 ( M a r k s: 1 )
http://vuzs.net
Which one of these is NOT an example of storage devices?
► Tape
► RAM
► Floppy
► DVD

CS101 - Introduction to Computing - Q. No. 6 ( M a r k s: 1 )
http://vuzs.net
_________ manages the HW and SW resources ( memory, disk drives etc) of the computer system, often invisibly.
► Explorer.exe
► System Files
► Operating System
► Application Software

CS101 - Introduction to Computing - Q. No. 7 ( M a r k s: 1 )
http://vuzs.net
PowerBuilder falls in the category of ______________.



► Assembly Languages

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

CS101 - Introduction to Computing - Q. No. 8 ( M a r k s: 1 )
http://vuzs.net
OO software is all about _____________.

► Behaviors

► Methods
► Properties
► Objects

CS101 - Introduction to Computing - Q. No. 9 ( M a r k s: 1 )
http://vuzs.net
Java script has ----------------- ability to create and draw graphics.

► Limited

► Versatile
► Medium
► Not at all


CS101 - Introduction to Computing - Q. No. 10 ( M a r k s: 1 )
http://vuzs.net
Analytical Engine is not a single physical machine but a succession of designs that Babbage tinkered with until his death in 1871.
► True
► False

CS101 - Introduction to Computing - Q. No. 11 ( M a r k s: 1 )
http://vuzs.net
Which statement is true about JavaScript?

► It is object oriented language


► It is Structured Query language


► It is object based language


► None of the given



CS101 - Introduction to Computing - Q. No. 12 ( M a r k s: 1 ) - Please choose vuzs one

Which one of the following is Read Only property.
►None of the given options

►Fgcolcor


►Title


►Referrer


CS101 - Introduction to Computing - Q. No. 13 ( M a r k s: 1 )
http://vuzs.net
Which of the following memory retains its information when the power to the system is turned off?

►RAM

►ROM
►DIMM
►DRAM

CS101 - Introduction to Computing - Q. No. 14 ( M a r k s: 1 )
http://vuzs.net
Norton utilities are a popular ----------design for window operating system.

► Antivirus program


► File compression utility


► Personal firewall


► Personal computer maintenance utility



CS101 - Introduction to Computing - Q. No. 15 ( M a r k s: 1 )
http://vuzs.net
Form tag has two main properties namely---------- and ------------.

►Method & Action


►Type


►Value

►Size

CS101 - Introduction to Computing - Q. No. 16 ( M a r k s: 1 )
http://vuzs.net
Shareware, ---------------------and custom-built programs are not usually available on the web for users to download.

►Freeware

►Shareware
►Trial ware
►Hardware

CS101 - Introduction to Computing - Q. No. 17 ( M a r k s: 2 )

What is Ockham’s Razor principle ?

CS101 - Introduction to Computing - Q. No. 18 ( M a r k s: 2 )

What do you mean by Comments?


CS101 - Introduction to Computing - Q. No. 19 ( M a r k s: 2 )

How can you open a link in a new browser window?
CS101 - Introduction to Computing - Q. No. 20 ( M a r k s: 3 )
How spreadsheet is helpful in doing “what-if” scenario analysis in a business? Explain with the help of an example.


CS101 - Introduction to Computing - Q. No. 21 ( M a r k s: 3 )

How do you justify that UNIX is better than Windows operating system?


CS101 - Introduction to Computing - Q. No. 22 ( M a r k s: 5 )

What is the difference between checkboxes and radio button?

CS101 - Introduction to Computing - Q. No. 23 ( M a r k s: 5 )

Draw flowchart to find the sum and average of three numbers

CS101 MIDTERM Papers solved Mega File

Click the Given Below Link to Download
 

CS101 Mid Term Paper Solved 2010 - 3

CS101 Midterm 2010 solved

 CS101 - Introduction to Computing - Q.No.1    ( M - 1 )    http://vuzs.net
Detailed plan, specifying the required resources and expected deliverables, is done in ________ phase.
 
       Planning
       User Requirements
       Design
       Developer Specification
   
CS101 - Introduction to Computing - Q.No.2    ( M - 1 )    http://vuzs.net
A combination of word processing and graphic design is
 
       Corel Draw 
       Desktop Publishing  page 83 
       Paint 
       WordPad
 
   
CS101 - Introduction to Computing - Q.No.3    ( M - 1 )    http://vuzs.net
 ------------- is an electronic path within a Computer System along which bits are transmitted.
 
       Port
       Slots
       Bus
       Modem
   
CS101 - Introduction to Computing - Q.No.4    ( M - 1 )    http://vuzs.net
The key strengths of computers are
       Speed
       Storage
       Do not get bored
       All of the given choices
   
CS101 - Introduction to Computing - Q.No.5    ( M - 1 )    http://vuzs.net
 We can change the background color in HTML, using ___ attribute of
 
       background 
       bgcolor 
       backcolor 
       backgroundcolor
 
   
CS101 - Introduction to Computing - Q.No.6    ( M - 1 )    http://vuzs.net
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
   
CS101 - Introduction to Computing - Q.No.7    ( M - 1 )    http://vuzs.net
 _____ is the example of server-side scripts on Unix servers.
       ASP
       CGI   page 71
       VBScript
       JavaScript
   
CS101 - Introduction to Computing - Q.No.8    ( M - 1 )    http://vuzs.net
We need _____________ for memory management in computer
       Software
       Hardware
       Operating System
       Application Software
   
CS101 - Introduction to Computing - Q.No.9    ( M - 1 )    http://vuzs.net
 Data was stored and counted mechanically using ----------- decimal storage wheels, --------------------- rotary dial switches.
 
       300,400 
       1300,1400 
       30100,14100 
       3000 , 1400   page 14
 
   
CS101 - Introduction to Computing - Q.No.10    ( M - 1 )    http://vuzs.net
The first spread sheet program was invented by
       Charles Babbage
       Dan Bricklin
       Paul Graham
       John von Neumann
   
CS101 - Introduction to Computing - Q.No.11    ( M - 1 )    http://vuzs.net
 In x = x + 20, x is called a __________.
 
       Constant
       String
       Variable
       Number
   
CS101 - Introduction to Computing - Q.No.12    ( M - 1 )    http://vuzs.net
The transistoris a solid state semiconductor device used for amplification and switching, and has __________ terminals.
       one
       two
       three  page 32
       four
   
CS101 - Introduction to Computing - Q.No.13    ( M - 1 )    http://vuzs.net
A diodefunctions as the electronic version of a __________-way valve.
       one   page 32
       two
       three
       four
   
CS101 - Introduction to Computing - Q.No.14    ( M - 1 )    http://vuzs.net
This element of Flow Chart is called_____________.
       Process
       Off page connector
       Decision
       Connector
  
   
CS101 - Introduction to Computing - Q.No.16    ( M - 1 )    http://vuzs.net
 ---------------is the process of starting or restarting a computer.
 
►BIOS 
►Refreshing 
►Booting
►None of given
   
CS101 - Introduction to Computing - Q.No.17    ( M - 2 )
What is the Title of the web page for following code segment?
 
VU Web <\TITLE></span><span style="color:windowtext" ><o:p></o:p></span></p> <p class="MsoNormal" style="mso-pagination:widow-orphan" ><span style="color:windowtext" ><TITLE> Page
 
CS101 - Introduction to Computing - Q.No.18    ( M - 2 )
What do you mean by Comments? 
 
CS101 - Introduction to Computing - Q.No.19    ( M - 2 )
 How can an operating system be viewed as a resource allocator?
   
CS101 - Introduction to Computing - Q.No.20    ( M - 3 )
What is the role of application software in Education?      
   
CS101 - Introduction to Computing - Q.No.21    ( M - 3 )
Give four  properties  and  two methods of window object ?
   
CS101 - Introduction to Computing - Q.No.22    ( M - 5 )
What is the difference between High-level and Low-level programming languages?
   
CS101 - Introduction to Computing - Q.No.23    ( M - 5 )
Elaborate greedy algorithm definition with solid example in favour and one counter example?