You are on page 1of 6

www.virtualinspire.

com
CS101 All Finalterm Long Questions Paper#1
Q1 Yahoo virus attack in 2000.Tell the complete story.(10 Marks)
Q2: What are Heuristics. Tell about System Architecture and do Analysis of
Algorithms. (10 Marks)
Q3; What meant by Telepresence in computing Environment? (05 Marks)
Q4: Difference between Object based graphics and Vector Graphics. (05 Marks)
Q5: Difference between Internet and Intranet? (03 Marks)
Q6; What is IP Address? (02 Marks)
Q 7: What is a Packet and What kind of Information is stored in Packets? (05 Marks)
Q 8: Write a note on ERROR of Program Development?
Paper#2
There were 31 MCQs and 10 Short questions.
Short questions were of 2,3,5 and 10 Marks
The short questions are:
1) what is an array
2) What is semantic errors
3) JavaScript event handler
4) Characteristics of Internet.(Any Five)
5) types of Cyber crime(Any two)
6) Advantages of Functions of programme(Any Three)
7) What is Dilemma of Computing
8) TCP/IP Stands for?
9 &10) were of some codes about JavaScript.
Paper#3
What do u mean by heuristic.
What are local variables.
What is spreadsheet and name any 2 uses.
5 points of data management
what is consistent web design.
write the output of the prog
(i=0;i<=10;i++)
document.write(*the out will be* +i);
write the code of the given screenshot
if u enter anything in the text biox other than CS!)! it should display a popup message
that only cs101 students are allowed.
buttons be they n 2 texts fields then
what role education played in the advancement of computing
Paper#4
Why hub is used in networks? 5 marks
Explain the Anatomy of Virus? Explains the phases for Dos 10 marks
While loop better than for loop and vice versa explain with example 5 marks
Briefly guide set the layout in presentation. 10 marks
Some JavaScript codes result 3 marks
www.virtualinspire.com
30 mcqs
3 question 1 marks
3 question 2 marks
Paper#5
Subjective Q's include:
1- Two key jobs performed by Spreadsheets. 2#
2- Give anyone Elements of Web Design. 1#
3- Explain FTP. 2#
4- Explain Arguments of a Function with example. 3#
5- Explain Internet and Intranet. 2#
6- Disadvantages of Flat file database. 3#
7- Write code for JavaScript to Convert a number 236.363611156 to currency format
and also show the JavaScript Output. 3#
8- What is Other Virus like Programs. 10#
9- Explain Coding guidelines and Guidelines for Short Programs. 10#
Paper#6
30 MCQ's n 11 Short Questions
1)network between 2 nodes is? (1#)
2) what is IP address (1#)
3)What are spread sheets any two benefits (2#)
4) what are trojan horses? (2#)
5) old modes of presentation (3#)
6) DoS phases (3#)
7) A Good website is? (3#)
8)Usability in design of web (5#)
9)Responsibility and profile of developer (5#)
10) Key characteristics of internet any 5 (10#)
11) a. Vector or Object oriented Graphics, b. Bitmap or Raster Graphics(10#)
Paper#7
1. java script ki commands di howi thi unka out put btana tha 10 marks.
2. types of error during programme developmet. 5 marks.
3. diff b/w database and database prog developming. 5 marks.
4.define internet. 2 marks.
5.what is loop? its role 5 marks.
6.guideline for coding.? 5
coding in short programs?
Paper#8
subjective questions were
define heuristic
define pixel
differentiate b/w heuristic and wisdom
differentiate b/w local and global variables, with 1 example each
what is consistency of web design
how can an image be inserted in HTML and Javascript
www.virtualinspire.com
list down the Hierarchy of a small project
what are virus like programs
how can we prevent from mail bombing
what is website navigation
Paper#9
who is computer professionals? 5marks
tell internet key features 10 marks
what virus are like program 10 marks
java script ki coding the woh yaad nahe 5 marks
what is computer screen 3 marks
why Data Management is important 5marks
Paper#10
Question No: 31 ( Marks: 1 )
What does TCP/IP stand for?
Question No: 32 ( Marks: 1 )
Why there is a need to use primary key in database ?
Question No: 33 ( Marks: 2 )
What is image processing ?
Question No: 34 ( Marks: 2 )
Define testing with respect to programming..
Question No: 35 ( Marks: 3 )
How can we define a computer screen?
Question No: 36 ( Marks: 3 )
What is difference between Design and System Architecture?
Question No: 37 ( Marks: 3 )
Write JavaScript code to convert the number 236.2363611111556 into currency
format and JavaScript statement to show output.
Question No: 38 ( Marks: 5 )
Show output of the following code:
for (i=0; i<=10; i++)
{
document.write("The number is " + i);
document.write("<br />");
}
Question No: 39 ( Marks: 5 )
What is a Relational Database? Give the names of any three RDBMS software.
(2+3)
Question No: 40 ( Marks: 10 )
Define the following terms.
Ø Object
Ø Event Handler
Ø Local Variable
Ø Scope of Variable
Ø Array
Question No: 41 ( Marks: 10 )
www.virtualinspire.com
What is the problem with Relational Database and what solution you can suggest
for it?
Paper#11
Question No: 31 ( Marks: 1 )
What is heuristic?
Common sense Lesson drawn from experience
(Artificial) Intelligent Systems
SW programs or SW/HW systems designed to perform complex tasks employing
strategies that mimic
some aspect of human thought
or
• a commonsense rule (or set of rules) intended to increase the probability of solving
some problem
• of or relating to or using a general formulation that serves to guide investigation
Question No: 32 ( Marks: 1 )
In programming, what is an object ?
Object: A named collection of properties (data, state) & methods (instructions,
behavior)
Question No: 33 ( Marks: 2 )
What is spreadsheet? List any two jobs that it can do.
A spreadsheet is a grid that organizes data into columns and rows. Spreadsheets
make it easy to display
information, and people can insert formulas to work with the data.
Electronic replacement for ledgers
Charts
financial-forecasting
Question No: 34 ( Marks: 2 )
In JavaScript, what is event handling? What are the two types of events?
Capturing events and responding to them
The system sends events to the program and the program responds to them as they
arrive
Events can include things a user does - like clicking the mouse - or things that the
system itself does -
like updating the clock.
Question No: 35 ( Marks: 3 )
Explain how many ways businesses monitor their employees?
• Systems are available that monitor almost every key stroke that an employee
makes on a computer
• Systems are available that read and censor all incoming and outgoing eMail
• It is quite straight forward to monitor where you surf, and when
Question No: 36 ( Marks: 3 )
What is difference between Design and System Architecture?
A system architecture or systems architecture is the conceptual design that defines
the structure and/or behavior of a system.
An architecture description is a formal description of a system, organized in a way
that supports reasoning about the structural properties of the system
www.virtualinspire.com
Designs it as an independent, selfcontained system
Question No: 37 ( Marks: 3 )
What are the Sub categories of Artificial Intelligence? Briefly explain any two.
Expert systems
Systems that, in some limited sense, can replace an expert
Robotics
Automatic machines that perform various tasks that were previously done by
humans
Example:
Pilot-less combat air planes
Decision Support Systems:
Interactive software designed to improve the decision-making capability of their
users
Utilize historical data, models to solve problems
Question No: 38 ( Marks: 5 )
How many ways are there to call a function in a program ? Explain with example
Functions do not run automatically. When the page loads, each function waits
quietly until it is told to run
Calling a Function From an Event Handler
An event handler is a command which calls a function when an event happens, such
as the user clicking a button.
The command is written in the format onEvent, where Event is the name for a
specific action. Here are some common examples:
Calling a Function From Another Function
function doSomething() {
doSomethingElse(); // This line calls the next function
}
Question No: 39 ( Marks: 5 )
Elaborate the ‘+ ’ operator and its constraints with the help of examples
The “+” String Operator
The “+” operator can be used to concatenate two strings
title = “bhola” + “continental”
The value of the variable title becomes “bholacontinental”
Question No: 40 ( Marks: 10 )
Write a JavaScript program having two functions sum and mean.
The web page will ask the user to enter five values to be added.
After taking input it will calculate the sum and mean of those values by calling sum
and mean functions.
Question No: 41 ( Marks: 10 )
Define the following terms.
Object
A named collection of properties(data, state) & methods (instructions, behavior)
Event Handler
An event handler is a command which calls a function when an event happens, such
as the user clicking a button
Local Variable
www.virtualinspire.com
Declaring variables (using the var keyword) within a function, makes them
local•They are available only
within the function and hold no meaning outside of it
Scope of Variable
Defining the space in which a variable is effective is known as
defining the scope of a variable. A variable can be either local or global in scope
Array
An indexed list of elements
Paper#12
) What are Agorithms? (2.5 Marks)
ii) What are Heuristics? (2.5 Marks)
iii) What is Data Base? (2.5 Marks)
iv) What is RDMS? (2.5 Marks)
Write down 5 Heuristics. (10 Marks)
What is LAN and WAN? (05 Marks)
What is Artificial Intelligence System. How it Performs? (05 Marks)
What is Web Nevigation? (05 Marks)
What are Viruses. How Anti-Viruses works? (10 Marks)

You might also like