0% found this document useful (0 votes)
136 views7 pages

Final Term Examination SPRING 2007 Cs101 - Introduction To Computing (Session - 3)

This document contains a final term examination for an introductory computing course consisting of 15 multiple choice and short answer questions. The exam covers topics like spreadsheets, algorithms, word processing, operating systems, binary, databases, computer viruses, programming languages, and web development. Students are asked to identify choices, define terms, differentiate concepts, describe technologies, and write JavaScript equivalents of HTML code. The exam is worth a total of 60 marks and must be completed within 150 minutes.

Uploaded by

Saman Zubair
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
136 views7 pages

Final Term Examination SPRING 2007 Cs101 - Introduction To Computing (Session - 3)

This document contains a final term examination for an introductory computing course consisting of 15 multiple choice and short answer questions. The exam covers topics like spreadsheets, algorithms, word processing, operating systems, binary, databases, computer viruses, programming languages, and web development. Students are asked to identify choices, define terms, differentiate concepts, describe technologies, and write JavaScript equivalents of HTML code. The exam is worth a total of 60 marks and must be completed within 150 minutes.

Uploaded by

Saman Zubair
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 7

FINAL TERM 

EXAMINATION
SPRING 2007                              
                
CS101 - INTRODUCTION TO COMPUTING (Session
– 3)       
  
Marks: 60
 (Time: 150min)
Question No: 1      ( Marks: 1 )      -   Please choose one
 
In Spreadsheets, you can create a relationship between two cells by
using _________.

►   Numbers

►   Text

►   Formulas

►   None of given option


 
Question No: 2      ( Marks: 1 )      -   Please choose one
 
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
 
Question No: 3      ( Marks: 1 )      -   Please choose one
 
Which of the following command allows you to recover form mistakes
in MS Word?
 

►   Clear

►   Edit
►   Undo

►   Break
 
Question No: 4      ( Marks: 1 )      -   Please choose one

 
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: 5      ( Marks: 1 )      -   Please choose one
 
Network Interface Card is an __________ device
►   Input

►   Output

►   Input/Output

►   Storage
 
Question No: 6      ( Marks: 1 )      -   Please choose one

The decimal equivalent of binary 1000  is

►   7

►   8

►   9
►   10
 
Question No: 7      ( Marks: 1 )      -   Please choose one
 
Which of the following is NOT RDBMS software?
 
►   My Sql

►   MS Excel

►   Oracle

►   SQL Server
 
Question No: 8      ( Marks: 1 )      -   Please choose one
 
A computer virus is a

►   Software that saves the computer from being damaged.

►   Application software that helps to make different type of


viruses and worms

►   Program that spreads itself and destroys other program

►   Program that corrects the problems in your computer

 
Question No: 9     ( Marks: 1 )
 
What will be the result of a?
a = Math.abs(-23)
 

► 23

► -23

► 23.0

► 2.3
 
Question No: 10     ( Marks: 1 )
 
-   Please choose one
 
 
 
 
 
 
 
 
 
 
 
 
 
-   Please choose one

 
A Special program required to view swf (Shockwave Flash) files in
web Browser is called

►   TFlash

►   Vflash

►   plug-in

►   None of the given options

 
Question No: 11     ( Marks: 8 )
 
Match the relevant options from the given two
columns and write the correct options inColumn 3.
Column 1                                         Column
2                                         Column 3
 
1.F   Mainframe                                    A. Network Traffic
Computers                                           controller
2.H  Mosaic                                         B. Laptop
3.E  Operating System                          C. Micro Processor
4A  Router                                           D. Software Piracy
5. G Spread Sheet                                E.  Windows XP
6.B  Mobile Computer                          F.  Enterprise Servers
7.C  Intel 4004                                    G. VisiCalc
8.D  Cyber Crime                                 H. Web Browser
 
 

Question No: 12     ( Marks: 12 )

(a) What is the difference between Wisdom and Heuristic?


 

(b) Differentiate between Cyber crime and Cyber warfare.


 

(c) What is a Relational Database? Give the names of any three


RDBMS softwares?
 
 
Question No: 13     ( Marks: 8 )
 
What do you know about the following ? Describe briefly.

a)  Enterprise Resource Planning (ERP) Software


 
b) Spread Sheet

c) Network Topology

d)  SMTP
 
Question No: 14     ( Marks: 10 )
 
(a) What is the difference between High level and
Low level programming languages? 
                        (Marks: 4)

 
 
 
(b)What are the
following
abbreviations
stands for
            (Marks:
3)

1-  VoIP  voice over

IP

2-  DNS  Domain

Name System

3-  DOS  disk

operating system
 

(c) Name three operations


that you can perform on a
database 
            (Marks: 3)
 
 
Question No: 15     ( Marks: 12 )
 
a) Develop a Web page that prompts the user to enter a
name and then print that name five times by using loop.
A sample is shown in the figures below.
(
M
a
r
k
s
:
6
)

 
 

b)  Write down the JavaScript function that is


equivalent to the following HTML code? 
                                                (Marks: 3)
 
HTML code                                                     JavaScript function
<FONT
size=18>   fontsize(18) 

</FONT>
 
<FONT color=”blue”>
fontcolor(blue)

</FONT>
<PRE> … </PRE> fixed()
 
 
 
 

You might also like