Efficiency Accuracy None of The Given Choices: Pattern Recognition
Efficiency Accuracy None of The Given Choices: Pattern Recognition
► Viability
► Feasibility
► Specification
► Integration
► Constants
► Variables
► Data Types
► Operators
► Hello + World
► It will result in error
► Language
► Paragraph
► Thesaurus
► Symbol
If a computer could pass the Turing test then it would be able to:
► think like human beings
► do the things faster
► win a million dollar prize
► store more information
The first Web browser with a GUI was generally available in:
► 1992
► 1993
► 1994
► 1995
______ is simply a fast port that lets you connect computer peripherals and
consumer electronics to your computer without restart.
► Freeware
► Shareware
► Firewire
► Firmware
To display a single line text area on the web page, we use ___ tag
► TEXT
► TEXTBOX
► INPUT
► INPUTBOX
Users communicate with the computer using a consistent user interface provided by the
OS.
► True
► False
Question No: 21 ( Marks: 1 ) - Please choose one
Application developers do not need to know much about the HW, especially the
microProcessor, while they are developing their application.
► True
► False
► pseudo code
► flow chart
► Heuristics
► No facility at all
What is the basic difference between 'magnetic tapes' and 'floppy disks' ?
What was the name of first super computer. When it was introduced?
► Flow Line
► Connector
► Off-page connector
► Start or Stop
__________% of the users have left websites in frustration due to poor navigation.
► 40
► 62
► 83
► 91
► Optional
► Mandatory
► Not allowed
► None of the given
Which is correct?
► OnUnload
► onUnLoad
► onUNLOAD
Serial arrangement in which things follow logical order or a recurrent pattern, such as
statements executing one by one, is called __________.
► Loop
► Sequence
► Condition
► Array
► System Software
► Application Software
► Device
► Utility
The ____________ is becoming the preferred organizational structure for more and more
organizations with the passage of time.
► Tree structured organizational model
► Network paradigm
► Hierarchical structure
► None of the given options
The group of technologies concerned with the capturing, processing and transmission of
information in the digital electronic form is called _____________.
► Telecom Engineering
► Computer Engineering
► Computer Science
► Information Technology
A collection of data organized in such a way that the computer can quickly search for a
desired data item is known as:
► Retrieving
► Database
► Information
► DBMS
______ is simply a fast port that lets you connect computer peripherals and consumer
electronics to your computer without restart.
► Freeware
► Shareware
► Firewire
► Firmware
Structures, in which another list starts before the first list is finished, are called:
► Multiple Lists
► Nested Lists
► Ordered Lists
► Un-ordered Lists
<Form> Tags always placed between the <BODY> and </BODY> tags of a Web page
► True
► False
Question No: 30 (Marks: 1) - Please choose one
► Limited
► Versatile
► Medium
► Not at all
Use to display output of computer to the user. Computer screen is consists of pixels.
Question No: 36 (Marks: 3)
Write JavaScript code to convert the number 236.2363611111556 into currency format
and JavaScript statement to show output.
The number is 0
The number is 1
The number is 2
The number is 3
The number is 4
The number is 5
The number is 6
The number is 7
The number is 8
The number is 9
The number is 10
Question No: 39 (Marks: 5)
What is a Relational Database? Give the names of any three RDBMS software. (2+3)
Database consists of two or more then two tables are called Relational database.
Oracle database
Sql Server
Access
What is the problem with Relational Database and what solution you can suggest for it?
When we store object orientated data into RDBMS it need to translate in to other form
which is readable to that RDBMS. While we need that data back or we needed to get data
from that stored data. Again it required to be translating back into readable form.
These dual processing processes reduce the speed of reading back the data.
MIDTERM EXAMINATION
CS101- Introduction to Computing (Session - 6)
Time: 60 min
Marks: 43
► Flow Line
► Connector
► Off-page connector
► Start or Stop
► Object-based
► Object-oriented
► Machine
► Assembly
► Spiral
► Sequential
► Circular
► Spherical
What happens if I start a new list without closing the original one?
► An error will be generated
► A nested list will be created
► Numbers
► Text
► Formulas
► None of the given choices
► Spreadsheet
► Word processor
► Presentation
► Database
► None of these
► Window
► Text
► Script
► Control unit
► Memory unit
► Floating Point unit
► Arithmetic and Logic unit
► Analytical Engine
► Difference Engine
► Harvard Mark 1
► Mechanical engine
► Turing test
► Turning test
► Intelligence test
► None
► True
► False
► True
► False
► Numbers
► Text
► Formulas
► All of the given
► Batch programs
► Event-driven programs
► Graphics based programs
► None of the given
Question No: 26 ( Marks: 1 ) - Please choose one
OO software is all about _____________.
► Behaviors
► Methods
► Properties
► Objects
The pages of a website can usually be accessed from a simple Uniform Resource
Locator (URL) called the homepage. The URLs of the pages organize them into a
hierarchy, although hyper linking between them conveys the reader's perceived site
structure and guides the reader's navigation of the sit
At this point in computer science we only have two 'digital' states, which is
that any bit can only be either on or off.
The on/off is commonly used to represent yes/no.(On(1) = Yes, Off(0) = No)
A microprocessor can only see if a signal is there or is missing, in other words, if the
signal is on or off, or a bit is a 1 or a 0.
Question No: 32 ( Marks: 5 )
What is the difference between Interactive-mode and Batch-mode Application
Software?
Batch files are useful for running a sequence of executables automatically and
are often used by system administrators to automate tedious processes while
interactive mode applications attract the attention of user this kind of applications
can not execuate untill
User have interest to execure and complete the process.
MIDTERM EXAMINATION
Fall 20010
CS101- Introduction to Computing (Session - 2)
A procedure that usually, but not always, works or that gives nearly the right answer is
called
► Algorithm
► Logarithm
► Heuristic
► Methodology
► Word Processor
► Web Browser
► Windows XP
► MS Excel
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
______ is simply a fast port that lets you connect computer peripherals and consumer
electronics to your computer without restart.
► Freeware
► Shareware
► Firewire
► Firmware
► <BODY></BODY>
► <body></body>
► Both <BODY></BODY> and <body></body>
► <BODY/>
Question No: 9 ( Marks: 1 ) - Please choose one
► <HEAD> </HEAD>
► <HEAD> <END>
► <HEAD> </END>
► <HEAD> <\HEAD>
► Window
► Text
► Script
► Server-Side Scripting
► Client-Side Scripting
► Bowser Scripting
► Form Scripting
► RAM
► ROM
► Hard Disk
► CD ROM
► Compiler
► Operating system
► Application software
► Assembler
Which of the following symbol is used for multiple line comments in JavaScript?
►/
► //
► /*
► //*
► Hello + World
► It will result in error
__________ give us the ability to manipulate data through reference instead of actual
value.
► Constants
► Variables
► Data Types
► Operators
► Integration
► Merging
► Splitting
► Operation & Maintenance
► Viability
► Feasibility
► Specification
► Integration
► Definition of a problem
► Sequence of steps to solve a problem
► Proper understanding of a problem
► Solution to a problem
What is coding?
WYSIWYG
Question No: 28 ( Marks: 1 )
Define URL
_________ manages the HW and SW resources ( memory, disk drives etc) of the
computer system, often invisibly.
► Explorer.exe
► System Files
► Operating System
► Application Software
We can change the background color in HTML, using ___ attribute of <body>
► background
► bgcolor
► backcolor
► backgroundcolor
___ 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
______ 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
► Real
► Integer
► Numeric
► Fractional
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
► RAM
► ROM
► Hard Disk
► CD ROM
Question No: 15 ( Marks: 1 ) - Please choose one
► 25
► 50
► 75
► 100
► Spreadsheet
► Word processor
► Presentation
► Database
____________ 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
What happens if I start a new list without closing the original one?
► An error will be generated
► A nested list will be created
► Standard
► No standard
► Strict
► Pre-defined
In flow charts, there is only one entry point in conditions while there is/are__________
exit points.
►1
►2
►3
►4
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
ANSWER: The key feature of object-oriented design is that it treats every thing as
object having properties and methods. These objects are separately treated and designed
and once designed it can be used in any other system. So once designed can be used
many times.
ANSWER:
► Flow Line
► Connector
► Off-page connector
► Start or Stop
► Object-based
► Object-oriented
► Machine
► Assembly
► Spiral
► Sequential
► Circular
► Spherical
What happens if I start a new list without closing the original one?
► An error will be generated
► A nested list will be created
► Numbers
► Text
► Formulas
► None of the given choices
► Spreadsheet
► Word processor
► Presentation
► Database
► None of these
► Window
► Text
► Script
► Control unit
► Memory unit
► Floating Point unit
► Arithmetic and Logic unit
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
► Difference Engine
► Harvard Mark 1
► Mechanical engine
► Turing test
► Turning test
► Intelligence test
► None
► True
► False
When the user clicks on the "Submit" button, the content of the form is sent to the
server.
► True
► False
► Numbers
► Text
► Formulas
► All of the given
Programs where no user interaction found during program execution are called
__________.
► Batch programs
► Event-driven programs
► Graphics based programs
► None of the given
► Behaviors
► Methods
► Properties
► Objects
Name two languages which are used for client side scripting?
Why microprocessor uses the binary number system and not the decimal or any
other number system?
MIDTERM EXAMINATION
Spring 2009
CS101- Introduction to Computing
Time: 60 min
Marks: 43
Student Info
StudentID:
Center:
ExamDate:
Q No. 9 10 11 12 13 14 15 16
Marks
Q No. 17 18 19 20 21 22 23 24
Marks
Q No. 25 26 27 28 29 30 31 32
Marks
Question No: 1 ( Marks: 1 ) - Please choose one
► Introduction to algorithms
<form> Tags always placed between the <BODY> and </BODY> tags of a Web page
► True
► False
_________ manages the HW and SW resources ( memory, disk drives etc) of the
computer system, often invisibly.
► Explorer.exe
► System Files
► Operating System
► Application Software
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
A truth table defines the _________of a logic function for all possible _________
► Input -- Outputs
► Output -- Inputs
► Process -- Inputs
► Input -- Processes
► <BODY></BODY>
► <body></body>
► Both <BODY></BODY> and <body></body>
► <BODY/>
► Packets
► Bits
► Bytes
► Word
► Delete
► Cut
► Undo
► Engineering Applications
► Graphics Applications
► Scientific Applications
► Business Applications
In Spreadsheets, you can create a relationship between two cells by using _____.
► Numbers
► Text
► Formulas
► None of the given choices
Which of the following symbol is used for multiple line comments in JavaScript?
►/
► //
► /*
► //*
__________ 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
► Binary
► Decimal
► Octal
► Hexadecimal
What was the name of first computer in which binary numbers were used instead of
decimal numbers ?
List down the names of any three parameters on which we analyze an algorithm.
Center: OPKST
Q No. 9 10 11 12 13 14 15 16
Marks
Q No. 17 18 19 20 21 22 23 24
Marks
Q No. 25 26 27 28 29 30 31 32
Marks
Question No: 1 ( Marks: 1 ) - Please choose one
► Process
► Input or Output
► Decision
► Connector
► Binary
► Decimal
► Octal
► Hexadecimal
► Special control
► Internet explorer
► Event handlers
► Java script does not interact with user
Programs that are typically started from a shell (or automatically via a scheduler)
are called Batch programs
► Batch programs
► Event-driven programs
► Sequential programs
► Application programs
► <TD>…</TD>
► <NC>…</NC>
► 25
► 50
► 75
► 100
► Multi- user
► Single tasking
► Multi tasking
When we use <INPUT type=“password”>, what will happen? Text will be in ****
format
The first Web browser with a GUI was generally available in: 1993
► 1992
► 1993
► 1994
► 1995
ASCII WHITE is the fastest Super computer which can perform __1.3
trillion________ calculations in one second.
► 1.3 billion
► 1.3 trillion
► 1.3 miillion
► 1.3 thousand
_kernel______ is responsible for all the essential operations like basic house
keeping, task scheduling, etc. Also contains low-level HW interfaces
► Hardware
► Device Manager
► Kernel
► Device Driver
► Word Processor
► Web Browser
► Windows XP
► MS Excel
► Compiled software
► Secure software
► Intelligent software
By today's standards, the Mark-I was slow and requiring 3 to 5 seconds for a
multiplication operation. True
► True
► False
► Standard
► No standard
► Pre-defined
► Strict
In flow charts, there is only one entry point in conditions while there
is/are_____2_____ exit points.
►1
►2
►3
►4
Define URL
URL(Uniform resource locator)
URL (Uniform Resource Locator, previously Universal Resource Locator) - is the address of a
file (resource) accessible on the Internet. The type of file or resource depends on the Internet
application protocol.
Examples of URLs: http://vu.edu.pk
http://www.yahoo.com
Question No: 28 ( Marks: 1 )
What was the name of first super computer. When it was introduced?
CRAY1 is the first computer and it was introduced in 1973
Question No: 30 ( Marks: 3 )
Why microprocessor uses the binary number system and not the decimal or any
other number system?
The processor is the logic of a computer and functions comparably to a human
central nervous system, directing signals from one component to another and
enabling everything to happen. A microprocessor is made from miniaturized
transistors and other circuit elements on a single
semiconductor integrated circuit (IC) . These are made up oof semiconductor and
silicon.
Microprocessor are composed of components which has only two states either 0
or 1. Binary number system is also composed of these two states.
Microprocessor till today only understand the machine language and machine
language is only based on binary number system. Even today’s 64 bit
microprocessors are also based on this technology.
Question No: 32 ( Marks: 5 )
► Viability
► Feasibility
► Specification
► Integration
► Constants
► Variables
► Data Types
► Operators
► Hello + World
► It will result in error
► Language
► Paragraph
► Thesaurus
► Symbol
If a computer could pass the Turing test then it would be able to:
► think like human beings
► do the things faster
► win a million dollar prize
► store more information
The first Web browser with a GUI was generally available in:
► 1992
► 1993
► 1994
► 1995
______ is simply a fast port that lets you connect computer peripherals and
consumer electronics to your computer without restart.
► Freeware
► Shareware
► Firewire
► Firmware
To display a single line text area on the web page, we use ___ tag
► TEXT
► TEXTBOX
► INPUT
► INPUTBOX
Users communicate with the computer using a consistent user interface provided by the
OS.
► True
► False
Application developers do not need to know much about the HW, especially the
microProcessor, while they are developing their application.
► True
► False
► pseudo code
► flow chart
► Heuristics
Question No: 24 ( Marks: 1 ) - Please choose one
► Easily
► No facility at all
What is the basic difference between 'magnetic tapes' and 'floppy disks' ?
What was the name of first super computer. When it was introduced?
Can you say that URL and semantic web sites are same? Justify your answer by
defining the both terms?