You are on page 1of 99

Chapter vise mcqs of cs101

Lec 1-2
1. World's first program was written by
a. Alfred Tennyson b. Charles Babbage c. Ada Lovelace *
2. Deep Blue was the name of:
a. Human* b. Computer c.City
3. Analytical Engine was a machine of which type:
a. non-programmable electronic machine b. programmable, mechanical, digital *
c. programmable electromechanical
4. Who wrote the first program for Analytical engine?
a. Babbage b. Lady Ada * c. Haward
5. Which language had been used by the US department of defense.
a. Ada * b. Binary language c. C++
6. Spread sheet is a type of ____________.
a. Business software b. Engineering software c. Productivity software*
7. A _________ translates a high-level language (that is easy to understand for humans) into a language
that the computer can understand.
a. Transistor b. Compiler * c. Device
8. DARPA stands for
a. Defence Automatic Research Project Agency b.Defence Advanced Research Project
Agency* c Direct Automatic Research Private Agency
9. Vacuum tubes were replaced by ____________
a. Punch cards b. Transistors * c.Micro Processors
10. ________ invented at the Imperial University in Tokyo by Yoshiro Nakamats.
a. Optical disc b. Floppy disk*
11. Compared to vacuum tubes, Transistors offer:
a. Better reliability b. Much lower cost c.All of the given choices*
12. What will replace Transistors?
a. Electro-mechanical computing b. Vacuum tube computing c. Quantum computing*
13. If a computer could pass the Turing test then it would be able to:
a. win a million dollar prize b.think but slower than humans c. think like
human beings*
14. The name of very first computer was _______________
a. EDC b. BCD c. ABC*
15. First computer designed for commercial applications was
A. Atanasoff-Berry Computer * B.EDVAC C. UNIVAC 1 UNIVAC 1
16. Atanasoff-Berry Computer is the first computer that used:
a. Octal number system b.Binary number system * c. Decimal number system
17. World’s first large-scale, automatic digital computer was:
a. ENIAC b.Atanasoff-Berry Computer * c. Harvard Mark 1

Lec 3-5
1. The Semantic Web is an idea of ______________
a. John Von Neuman b. Tim Berners-Lee * c. Bill Gates
2. ____________ is a client program that uses HTTP to make requests to Web servers throughout the internet on
behalf of the user.
a. Internet Application b. Web Browser* c. Web Application
3. The first Web browser with a GUI was generally available in:
a. 1993* b. 1994 c. 1992
4. _________ is a related collection of WWW files that includes a beginning file called a homepage.
a. HTTP b. Web page c. Website*
5. Information available on the web is:
a. Mostly Free of any cost * b. Costly c. Totally free
6. ______________ is volatile memory.
a. RAM b. ROM c. Hard Disk
7. _________ are personal computers that are designed to be easily transported and relocated.
a. Servers b. Desktops c. Portables*
8. _________ is the best known builder for supercomputers.
a. Cray Research * b. Microsoft c. Apple
9. Microphone is an input as well as output device. This statement is
a. True b. False*
10. _________ can perform at or near the currently highest operational rate for computers.
a. Microcomputers b. Personal Computers c. Supercomputers*
11. CD stands for:
a. Computer Disc b. Compact Disc* c. Compact Data
12. USB stands for: Universal Serial Bus
13. SCSI stands for:
a. System Common Small Integration b. Small computer system interface* c. Silicon
Computer System Interface

Lec 6-8

1. P stands for in HTML


a. Paragraph * b. para
2. Today’s computers are based on the technology of ___________
a. Resistors b. Transistors*
3. Microprocessor are made up of semiconductor material called
a. Copper b.Silicon* c. Aluminum
4. What does HTML stand for?
a. Home Tool Markup Language b. Hyperlinks and Text Markup Language c. Hyper
Text Markup Language8
5. Which one is correct end tag?
a. / b. ^ * c.>
6. Register is a kind of _________ memory.
a. Slow b. Super fast * c. Fast
7. 1 byte consists of ____________ bits.
a. 8* b.10 c.12
8. Smallest unit of storage is:
a. Bit* b. Byte
9. Browser is a _____________ used for browsing.
a. Device b.Tool c. None of these* d. Component
Lec 9-11

1. ROWSPAN is used to extend the current cell to some


a. columns & rows b.rows c. columns
2. _________ is the example of Shrink-wrapped software.
a. LinuxWin b.Zip trial pack c.MS Word*
3. For writing a letter we can use ________ .
a. MS Excel b.MS Word* c.MS Paint
4. Computer directly understand the ___________ language
a. Human b. machine*
5. ____________ translates the High level language program, one statement at time.
a. Compiler b.Interpreter*
6. Which of the following manages the HW and SW resources of the computer system?
a. Graphics Software b. Operating system* c. System Software
7. __________ maintains index of names and location of the files.
a. File Folder b. File manager * c. File system
8. We need _____________ for memory management in computer.
a. Operating System* b. Application Software
9. Disk operating system is _______ operating system
a. Graphical user interface b. Command driven* c. Menu driven
10. Which of the following is/are the parts of Operating system components?
a. All of these* b. Device Manager c.Shell

Lec 12-14

1. In a HTML Form for file upload input element we use the following value in type attribute:
a. Hidden c. Radio c. File*
2. To display a radio button on the web page, we use ___ tag.
a. RADIOBUTTON b. INPUTBUTTON c. INPUT*
3. When we use, what will happen?
Text will be in normal format Text will not be visible
4. A group of information is called File* Database
5. VisiCalc was the first popular __________ application on PC’s.
Spreadsheet* Presentation Word processor
6. WYSIWYG is:
The abbreviation of "what you see is what you get" The abbreviation of "word you see is what you
get"
7. _________ helps in finding synonyms as well as antonyms in Word Processors
Spelling & Grammar Tables Thesaurus*
8. You need to place University name on top of the every page of 100 pages document and Page number in the
bottom of page. This can be done with the help of __________
Header and Footer* Borders and Shading Bullet and Numbering
9. _________ is also known as System Architecture.
Software Requirement Low level system design Every system design*
10. Heuristics are used because they
Mostly gives good-enough results Are commonly used as rule of thumb
Always give the best results*
Lec 15-17

1. Using only Html we can create ______________.


Dynamic web pages Static web pages*
2. The code in the ___ portion is the right choice for developing larger JavaScript scripts.
Head* Body At End
3. We can change the background color in HTML, using ____ attribute of Backcolor bgcolor*
background
4. JavaScript consider every thing as:
Object* Control Window
5. Analysis of Algorithms ________ generally measured in terms of the number of steps required to execute an
algorithm. Time* Bandwidth Memory
6. Algorithm gives us:
Solution to a problem* Sequence of steps to solve a problem Definition of a problem
7. Sequence of steps that is taken to solve a problem is called _______.
Application software Algorithm* Operating System
8. Randomized algorithms are often ____ than deterministic algorithms for the same problem.
Simpler and more efficient* Complex and more efficient Simpler and more slow
9. The “Ockham’s Razor,” principle states that when choosing among competing, successful solutions to a
problem; choose the one which is the least ________
Ambiguous Time Consuming* Complex

Lec 18-20
1. Some of the things that JavaScript can do! Choose incorrect option from following
Control the content and appearance Control the appearance of the browser Read – Modify*
2. named collection of properties (data, state) and methods (instructions, behaviour) is called
Relation Entity Object*
3. A vocabulary and set of grammatical rules for instructing a computer to perform specific tasks is called
Programming language* Device driver Software
4. Programs that are typically started from a shell (or automatically via a scheduler) are called
Event-driven programs Sequential programs Batch programs*
5. _________ is a high level language.
Assembly C++* Machine
6. Batch programs do not
Provide event handling* Print or store the results Get input data
7. BASIC stands for:
Basic American Standard Information Code British American Scientific International Commercial
Beginner's All purpose Symbolic Instruction Code*
8. In SW Life cycle Thinking about the future phases generally results in ________and_______
lesser delivery time ; higher quality* risk-full scenarios ; more delivery time
more delivery time ; lesser quality
9. Detailed plan of SW life cycle specifies two things that are the _________
Expected cost and budget Time and cost*
Required resources and expected deliverables
10. Which of the following application are collections of cells?
Excel* PowerPoint Word

QUIZ
11. Which one of the following is ‘built-in’ computer memory containing data that normally can only be read, not
written to
RAM ROM cache memory magnetic memory
12. The MS DOS system came bundled with
UNIVAC 1 Cray 1
13. Which of the following is not an example of DTP (desktop publishing)?
Adobe pagemaker corel ventura ms publisher ms word
14. -------is an example of bit-mapped type of graphics and animation software
MS Visio MS paint corel draw flash
15. Digital computer possess two neutral states------------and -----------
On & off on & on off & off none
16. Which one of these is NOT an example of storage devices?
Floppy b. Hard Disk c. RAM*
17. Which one of these is NOT an example of storage devices?
Tape b. Floppy c. RAM*
18. _________ was known as “mill” in Analytical engine.
Processor* b. Monitor c. Memory
19. The impact of a digit in a number is determined by its ____________
Location* b. Value c. None of above
20. The computer working independently with no connection to any other computer is called:
Standalone * b. Workstation c.Server
21. TCP stands for :
Transmission Control Protocol * b. Transmission Control Practical c. Transfer
Center Protocol
22. VPN stands for:
Virtual Private Network b. Virtual Public Network c.Visual Private Network
23. Email uses _______ protocol.
HTTP b. FTP c. SMTP*
24. Who was the Creator of the Analytical Engine
Charles Babbage* b.Charles Daggles c. Gary Kasparov d. Bruce Sterling
25. Analytical Engine?
A programmable, electronical, digital machine b. A programmable, mechanical, digital machine*
c. A programmable, mechanical, analog machine d. A programmable, electronical, digital machine
26. The father of Computer?
Ada b. Charles Babbage* c. Charles d. Gary Kasparov
27. Deep Blue?
A Supercomputer * b. A Chess Game c. A Personal Computer d. A Mainframe Computer
28. Deep Blue was designed by
IBM* b. Macintosh c. Apple Computers d. Dell
29. Who is called the Mother of Computer?
Ada* b. Charles Babbage c. Charles d. Gary Kasparov
30. Who many chess move can analyze a Deep Blue in three minutes.
300 billion* b. 400 billion c. 200 billion d. 700 billion
31. The instruction written in high-level language are converted into low-level language by the
Operating System b.Compiler* c.Parser d. Router
32. Which software can provide results of mathematical calculations very easily?
Spreadsheets * b.Image processor c.Word processor d.None of these
33. Which of the following is the extension of graphics files?
.doc b. .mdb c. .gif* d. .tmp
34. Command that allows you to remove mistakes
Copy b. Delete c. Cut d. Undo*
35. ----- is readily understood by microprocessors and this language is very difficult to write in for human
programmers.
Machine Language* b.Low Level Language c.High Level Language d.Assembly Language
36. Which of the following command allows you to recover form mistakes in MS Word?
Undo* b. Clear c. Edit d. Break
37. Which of the following is a type of system software?
Device driver* b. Word processor c. Write once read -only- memory d.Anti-Virus
38. Language that is understood by computer hardware is called
High level language b.Machine language* c. Assembly language d.System software
39. The world's first electronic digital computer.
Atanasoff-Berry(ABC)* b:International business machine( IBM) Macintosh(MAC) MARK 1
40. Vacuum Tubes are:
Smaller then transistors Made up of two or more electrodes in a glass metal tube*
Used in IBM PC Invented by Tim Berners lee
41. ARPANET is a:
World’s first network Network protocol* Latest Internet site Internet game
42. Web server:
Is a software to deliver e-mail Is a computer that store and deliver web pages*
Does not allow electronic chatting Does not have a Domain name
43. A Hyperlink is a:
Connection between two computers Connection between two countries on the net
Gateway to the next web page* Gateway between five continents
44. Search engines:
Scan the entire web for the desired information* Search the news groups for the required information
Make the list of images that are available on the net Are built to facilitate the scientists
45. What does internet service provider mean?
46. A software that helps you to connect to internet A company that helps you to connect to internet
A software that allows you to send/receive e-mails A telephone network which helps you to connect to
internet*
47. URL is a/an
Device Component Address* Tool
48. What is internet?
A global network of networks* A Software used to connect to some network
A group of users Any network of more than two computers
49. HTTP is the abbreviation for:
Hyper text transmit protocol Hyper text terminal protocol Hyper Text Transfer Protocol* Hyper
terminal text protocol
50. Semantic web pages
Are also called static web pages Are understood by computers* Are not the extension of today's
web pages Correct the semantics of the web page
51. A unique identifier for the location of a specific Web page is called a
FAQ FTP URL* http://
52. A website
Is a place where we can only read information on the internet Is a collection of related documents on the
internet* Is a place on the net where we can only write information
53. Where is the Internet's central hub and control center located?
Near Washington D.C. Near the Microsoft campus in Redmond, Washington In a top-secret
location Nowhere, the Internet has no central hub*
54. Which of these domains is restricted to qualified organizations?
.com .org* .net .edu
55. The first Web pages were
Strictly hypertext with no multimedia content*
Designed to simulate printed pages using HTML's table tools
The first true multimedia documents to be published on the Internet
Sent via email from Doug Engelbart's office on the Stanford campus
56. The Internet offers different services. Which one listed below is incorrect
Chat room Electronic mail Off line shopping* World Wide Web
57. Ports are:
Input devices Output devices Used to allow I/O devices to communicate with the CPU* Able to
process incoming data
58. Modem is used:
Only to enter data into computer For calculating huge numbers For communication of data
between internet and your computer* To write information on the world wide web
59. What computer hardware is essential for connecting two computers in Local Area Network?
Modem Ethernet card* VGA Internet Connection
60. The input device that reads printed characters, symbols, or graphical images into the computer is the:
Sensors Speech recognition Mouse. Scanner*
61. Computer uses the scanner to input
Voice. Images.* Voice and text. None of these
62. Software is
Something that can be touched Something that cannot be touched*
Something used only as an output device Something used only as an input device
63. Which of the following is called the brain of computer?
Motherboard Slots Processor* Power supply
64. On the motherboard (the) … is the temporary computer memory area in which data can be stored.
expansion slot math co-processor RAM* ROM BIOS
65. The device used in a data communication network to perform the conversion between analogue and digital
signals, is called a …
front end processor. modem.* decoder. multiplexer.
66. When the electrical power is disrupted or cut off, data and programs are lost in/on (the) ...
basic tools. hard disk. memory.* secondary storage.
67. Read Only Memory (ROM)
Is Volatile Is programmable Is mounted on the mother board is Non Voatile*
68. The following code will " < Html >< HEAD > < TITLE > My new Web Page < /Html > "
Display "My new Web Page " As a heading on my Web page
Display "My new Web Page " On the title bar of the browser*
Display "My new Web Page " as a hyper link
Make "My new Web Page " appear in bold letters
69. In an HTML file, it is essential to have
< Head > tag < /Body > tag < Body > tag* None of above
70. Choose the correct HTML tag for the largest heading
< head > < h6 > < h1 >* < heading >
71. What is the correct HTML tag for inserting a line break?
< break / > < lb /> < breakline >
72. Choose the correct HTML tag to make a text bold
< b >* < bold > None Of the Above
73. Choose the correct HTML tag to make a text italic
< italic > < i >* None Of the Above
74. What is the correct HTML for creating a hyperlink?
< a href="http://www. Vulhr.com" > Vulhr.com< /a >*
< a url="http://www. Vulhr.com" > Vulhr.com< /a >
< a >http://www. Vulhr.com< /a >
< a name="http://www. Vulhr.com" > Vulhr.com< /a >
75. How can you create an e-mail link?
< mail href="abc@yahoo.com" > < a href="mailto:abc@yahoo.com" >*
< a href="abc@yahoo.com" > < mail >abc@yahoo.com< /mail >
76. Memory inside a microprocessor is called
RAM ROM Cache* Pre-fetch buffer
77. A hardware device that stores data and programs, executes program instructions, and performs arithmetic/logic
operations is known as the
CPU* Integrated Circuit Main Storage Memory
78. The component of the central processing unit that holds instructions, stores data and keeps results during the
processing is called the:
Arithmetic/Logic unit.* Control unit Main memory Micro processing chip
79. A group of binary digits that a computer manipulate as a unit is called
Byte* Word Bit Hertz
80. The decimal equivalent of binary 1000 is
7 8* 9 10
81. In the AND operation output is true if
All input variables have true state* Some of the input variables have true state
None of the input variables have true state All the input variables have false state
82. Which of the following binary numbers is equivalent to decimal 10
1000 1100 1001 1010*
83. The operation says if any input is on then the output will be on.
OR* NAND NOR AND
84. The operation says if and only if all inputs are on, the output will be on. The output will be off if any of
the inputs are off.
OR NAND NOR AND*
85. simply changes the input to the opposite (0 to 1 or 1 to 0).
Operator NOT* AND OR
86. JavaScript Array can hold elements of ------simultaneously
Single data type multiple data types integers and strings only integers and characters only
87. The process of converting information about 3-D objects into a bit-map that can be displayed on a 2-D
computer display is called
C rendering D Rendering E Renfering none
88. ________________ is a field that uniquely identifies each record stored in a table
Key Primary Key Foreign Key Query
89. The political process is also influenced by the computing by the use of _______________.
Computer discussion forums Newsgroups Mailing-lists All of the given
90. Tribal Flood Network is a _____________
DoS Software Scanning Software Arming Software Network-related Software
91. One of the key responsibility of the ___________is client relationship management
Team Lead Project Manager Developer Chief Executive officer
92. All of the following are properties of Mathematical functions in Java Script EXCEPT
Math.PI Math.E Math.LOG2E Math.2LN
93. CERN releases WWW in:
1992 1993 1994 None of the given choices
94. UTP stands for :
Ultra Twisted Pair Unified Twisted Pair
Unshielded Twisted Pair None of the given choices
95. ________ is the way that Internet domain names are located & translated into IP addresses.
FTP DNS Telnet None of these
96. What is NOT a key factor while designing a website
► Usability ► User-friendly ► Consistency ► Complexity
97. 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
98. The most upper right pixel of the screen is of ___________ color.
► Any ► Red ► Green ► Blue
99. A single pixel can acquire approximately ___________ color schemes.
► 1 million ► 2 million ► 10 million ► 16 million
100. The idea of Neural Networks field is based upon ______________.
► Human nature ► Human brain ► Human culture ► Human actions
101. Which one of the following is an application for artificial intelligence?
► Robotic ► Web Agent ► Decision Support System ► All
102. Which of the following is a true statement?
► Flat-file storage is better than tabular storage. ► Tabular storage is better than flat-file storage
► Flat-file storage is better than relational storage. ► None of the given options
103. substring(n, m) returns a string containing characters copied from position n to___________.
►m–2 ►m–1 ►m+1 ►m
104. The __________ is the old profession which is being eliminated because of computing.
► Typist ► Bank manager ► Operational manager ► All of the given options
105. The system that manages relational database, is called ______________.
► None ► Database Management System ► Data Management System ► Relational
Database Management System
106. When web server is busy it gives the following message to the user :
► Time out ► Waiting ► Server busy ► None of the given options
107. 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
108. ___ team consists on the sharpest technical minds in the company.
► Architecture ► Business Development ► Configuration Management ► Developer
109. 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
110. Microsoft Word is a type of--------------------software
► System ► Freeware ► Shrink-Wrapped ► Custom-built
111. Users __________, how things work.
► Analyze in detail ► Muddle through ► Figure out ► Read in detail
112. Popular schemes used for reducing bytes for storage are:
► RGB and Color mapping ► Color mapping and Dithering ► RGB and Dithering
► RGB, Color mapping and Dithering
113. Hardware malfunctions is related to
► Data updates ► Data integrity ► Data security ► Data accessibility
114. If incorrectly we enter the negative age it is check by
► Limit Integrity ► Type Integrity ► Referential Integrity ► Physical Integrity
115. Which is the user-friendly way of presenting data ?
► Query ► Form ► Report ► All of the given options
116. Currently the Blue Ray DVD can store more than ________ of data.
► 10 GB ► 100 GB ► 50 GB ► 150 GB
117. In JavaScript, a || b is interpreted as
► a is true or b is false ► a is true and b is true ► a is false and b is true
► a is true or b is true or both are true
118. Speakers fall into the hardware category. ► True ► False
119. onBlur event is occurred for a form element when it ____________
► Gets focus► Losts focus ► Some thing is typed in ► onBlur is not an event
120. You can view a 3-D image on a _____________.
► 3-D display ► 2-D display ► On both a & b ► We can not view a 3-D image
121. Module level design and unit testing is the responsibility of _____________.
► Team Lead ► Developer ► Project Manager ► Quality Assurance Expert
122. _______ consists of cells arranged in rows & columns
► Spreadsheets Software ► Word processor ► Presentation Software ► Microsoft Paint Software
123. Forms can be submitted through _______ & _______ methods
► INCLUDE, POST ► INCLUDE, GET► GET, POST ► SEND, POST
124. To display a checkbox on the web page, we use ___ tag
► CHECKBOX ► CHECK► INPUT ► INPUTBOX
125. You can ________ from/to a website containing interactive forms.
► Only read► Only write ► Read and write ► Not read and write
126. There is a battery on the motherboard to:
► Give power to the processor► Save information when computer is off
► Save information when computer is on ► Give power to the motherboard
127. ___ 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
128. WWW stands for:
► Wide World Web ► World Wide Web ► World White Web ► World Web Wide
129. The weaknesses of the computer are:
► Pattern recognition & Storage► Speed & Innovative ideas ► Speed & Storage ► Pattern
recognition & Innovative ideas
130. Floating point unit is also known as _________ unit
► Real ► Integer ► Numeric ► Fractional
131. 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
132. What will be the result of the following formula in Spreadsheet application ? SUM(A2:A3)
=_________(Assume that A2 = 25 A3 = 75)
► 25 ► 50 ► 75 ► 100
133. ____________ is system software that converts the source code written in high level language into machine
language code.
► Utilities ► Drivers ► Language Translator ► None of the these
134. ________ is a program that executes instructions line by line written in a high-level language.
► Interpreter ► Compiler ► Predictor ► Executor
135. There are_________________ rules to write the Pseudo Code.
► Standard ► No standard ► Strict ► Pre-defined
136. Which one is not the building block of an algorithm?
► Statements ► Sequences ► Repetitions ► Conditionals
137. In flow charts, there is only one entry point in conditions while there is/are__________ exit points. ► 1
►2 ►3 ►4
138. 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
139. A Modem is a kind of ___
► Input device► Output device ► Storage device► Input and Output device
140. The memory size of the Altair 8800 was
► 128 bytes ► 128 Kilo bytes ► 256 Kilo bytes ► 256 bytes
141. Cray-1 was first commercial _________ computer.
► Super ► Mini ► Micro ► Personal
142. __________ 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
143. A computer program that facilitates the communication between the computer and a peripheral device is
called___________________
► Operating system ► Utilities ► Language Translator ► Device Drives
144. AutoCAD falls in the category of _________________
► Engineering Applications ► Graphics Applications► Scientific Applications► Business Applications
145. Which one of these is NOT an example of embedded computers?
► IMB PC ► Microwave oven ► Refrigerator ► Calculator
146. Supercomputers are used in:
► Weather forecasting ► Aeroplane manufacturing ► Atomic bomb experiments
► All of the given choices
147. In which case Cache Memory is used
► To increase RAM speed► To overcome BUS speed► To overcome CPU speed
► To overcome Speed rate between RAM and CPU
148. A set of stand-alone productivity applications designed to work together known as
► Productivity software suites ► Compiled software► Secure software► Intelligent software
149. 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
150. Which one of the following is a valid variable name?
► Break ► Switch ► Catch ► None of the given
151. 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
152. Expression format in cell D4 is NOT correct. ► True► False
153. User interface provided by UNIX operating system is:
► Shell / GUI ► Shell ► GUI ► Command line
154. It represents the _____________ flow chart element.
► Flow Line ► Connector ► Off-page connector ► Start or Stop
155. JavaScript is an example of _____________ language.
► Object-based ► Object-oriented ► Machine ► Assembly
156. The set of rules and guidelines a team of developers follow to construct reasonably complex SW systems is
called
► Object Oriented Design► Object Oriented Software► Design Methodology► Programming language
157. Waterfall is a _________ life-cycle model.
► Spiral ► Sequential ► Circular ► Spherical
158. In Spreadsheets, you can create a relationship between two cells by using _____.
► Numbers ► Text ► Formulas ► None of the given choices
159. Fins are used to --------------
► Communicate with microprocessor ► Increase surface area of Fan
► Decrease surface area of Fan► Speed up the Fan.
160. Everything that JavaScript manipulates is treated as:
► Object ► Window ► Text ► Script
161. The ______ is connected to all other modules of the microprocessor.
► Control unit ► Memory unit► Floating Point unit ► Arithmetic and Logic unit
162. Communication protocol is a __________that governs the flow of information over a network
► Set of protocols ► Set of rules ► Device ► Set of methods
163. ______ is the interface in computer that supports transmission of multiple bits at the same time.
► Serial Port ► Parallel Port ► Universal Serial Bus► None
164. _____ was designed as a replacement for typewriter
► Spreadsheet Software ► Word Processor Software► Presentation Software► Database Software
165. Which one of these translates the program once at a time?
► Interpreter ► Compiler ► Operating system ► Translator
166. Ada written a computer programme for ?
► Analytical Engine ► Difference Engine ► Harvard Mark 1 ► Mechanical engine
167. A test proposed to determine if a computer has the ability to think. It is called?
► Turing test ► Turning test ► Intelligence test ► None
168. The most used form tag is the <input> tag. ► True ► False
169. When the user clicks on the "Submit" button, the content of the form is sent to the server. ► True ► False
170. Extensions for saving web page are / are;
► *.html ► *.htm ► *.html and *.htm both are in use ► None of These
171. In spread sheet a cell may contain
► Numbers ► Text ► Formulas ► All of the given
172. Programs where no user interaction found during program execution are called __________.
► Batch programs ► Event-driven programs ► Graphics based programs ► None
173. OO software is all about _____________.
► Behaviors ► Methods ► Properties ► Objects
174. Website design should NOT be __________.
► Unified ► Complex ► Consistent► Predictable
175. Which of the following is NOT an example of Multi-user Operating system
► Windows ► Linux ► DOS ► Solaris
176. According to the heuristic, the number of defects remaining in a system after a given level of tests is
proportional to ___________.
► The number found on very first day. ► The number found during the development
► The number found during the test. ► None of the given options
177. Which one of the following is NOT a component of Rule Based System?
► Rule Compiler ► Rule Interpreter ► Rules Base ► Working Memory
178. In RDBMS, table rows are called __________.
► Field ► Record ► Column ► Query
179. _________ can be used for entering, editing, or viewing data, one record at a time.
► Queries ► Forms ► Reports ► None of the given options
180. Unlike virus, ___________ is a stand-alone program.
► Trojan horse ► Logic bomb ► Worm► Time bomb
181. The key responsibilities of a project manager are _____________.
► Planning and tracking of the project ► Arranging of the appropriate resources
► Client relationship management► All of the given options
182. The key responsibilities of the architect of the project is______________.
► Technology selection ► High-level design ► All of the given options
► makes certain that the implementation remains true to the design
183. _______________ is responsible for day to day operations.
► CEO ► COO ► CMSO ► Developer
184. on Abort , on Error are the _______________ of the image object.
► Event Handler ► Properties ► Methods ► None of the given options
185. The tasks performed to detect the exact location of defect is called______
► Debugging ► Testing► Repairing► Monitoring
186. _____________ routes the packets through the internet to go to their destination.
► Protocol ► TCP► IP► NIC
187. When we buy a software package, we do not really buy it, we just by a license that allows us to use it, the
___________stays with the maker.
► Agreement ► Ownership► Membership► Software
188. To start an ordered list from 20 instead of 1, we will write
► <OL begin = “20">► <OL initiate = “20">► <OL start = “20">► <OL from = “20">
189. To display a multi-line text area on the web page, we use ___ tag
► TEXT► TEXTAREA► INPUT► INPUTAREA
190. The first component of an operating system that runs when a typical computer is turned ON,
► Device Manager► File Manager► Loader► Device Driver
191. Pseudo code is written in
► Complex grammar► Plain English► JAVA► Pseudo language
192. Instead of Full System, one can _____ results from part of a System
► Not achieve ► Mostly achieve► Sometimes achieve► Achieve
193. One can download or upload files to a remote computer using ________ protocol
► HTTP► SMTP► FTP► TELNET
194. Which protocol is used to control other computer from our own computer
► FTP► NNTP► TELNET► None of the given choices
195. Which function returns a randomly selected floating point number between 0 and 1 ?
► floor(x) ► ceil(x) ► random()► round(x)
196. Global variables can make the logic of a web page.
► Difficult to understand► Easier to understand and maintain► Difficult to reuse and maintain► Difficult to
understand, reuse and maintain
197. Mathematical functions in JavaScript are accessed by referring to various methods of the _____________
object.
► Math ► Calculate► Compute ► None of the given options
198. Human are better than computers at
► Efficiency ► Accuracy► Pattern recognition► None of the given choices
199. First computer network was ___________.
► NSFNET ► FIRSTNET► ARPANET► ORPHANET
200. A user may access any item on the web through __________.
► URL► Telnet► POP► SMTP
201. In JavaScript, a variable declaration is
► Optional► Mandatory► Not allowed► None of the given
202. According to a popular heuristic, success is defined by ___________.
► The user ► The builder► Both user and builder► None of the given options
203. To store rounded number of 8.6 in a variable called "r_number", we write
► r_numbers=Maths.rounds(8.6) ► r_number=Math.rounds(8.6)
► r_number=Math.round(8.6) ► r_number=Maths.round(8.6)
204. random() function returns a randomly-selected, floating-point number between
► 0 and 1 ► 0 and -10► 0 and -1 ► 0 and 10
205. Trinoo is a __________ software.
► DoS ► Scanning► Utility► None of the given options
206. Which attribute of the IMG tag tells us about the source of the image ____________.
► source ► path► loc► src
207. The developer report to ___________ in a development team.
► Team Lead ► Project Manager► CEO► IT Manager
208. The effective way not to only write programs but also it works properly and further
209. more to minimize the time and the development cost of the program is called
► Programming Mechanism► None of the given options
► Programming Methodology ► Programming Synchronization
210. Many developers write the _ first and then incrementally convert each line into _________.
► Real code & Pseudo code ► Pseudo code & Real code► Real code & Artificial code ► None
211. Collection of facts & figures is called ____________.
► Information ► Data► Entity► Attribute
212. Using COLSPAN, number of rows of the current cell should extend itself
► Upward ► Downward► Both Upward and Downward► None of the given choices
213. Compound Statement after decision constructs in JavaScript is enclosed with
►() ►[] ► { }; ►{}
214. One can send an email message to a remote computer using _______ protocol
► HTTP► SMTP► FTP► TELNET
215. Writing a response, multiple statements are separated from each other with the help of
► Period ( . ) ► Comma ( , ) ► Colon ( : ) ► Semicolon ( ; )
216. With the passage of time the field of Computing and Telecommunication is
► Diverging ► Converging► Becoming different► Becoming unique
217. When we have to show value as part of a whole picture, which type of chart is used.
► Bar chart ► Pie chart► Line graph► None of the given
218. ______________ Software directly interacts with the user.
► Application software ► System software► Anonymous software► Interactive software
219. In partitioning of program/module, it should be assured that partitioned chunks should be as _________ as
possible.
► Dependent► Independent► Complex► All of the above
220. The structure in which another list starts before the first list is finished is called .
Multiple List Nested ListPG # 52 Ordered List Un-ordered List
221. retains its information when the power of the system is turned off.
RAM DIMM ROM PG # 25 SIMM
222. Represents element(s) of flow chart.
Only start Only stop Both start and stop PG # 105Connector
223. Software development starts from and ends with .
Design, Coding Concept, Designing Coding, Testing Concept, Decommissioning
PG # 134
224. For drawing charts on the basis of mathematical calculations, which of the following software is considered
most efficient and easiest choice?
Spreadsheet Word Processor Database Management System Dreamweaver
225. Hexadecimal number system is based on digits
2 8 12 16
226. Java script interact with user through
Special control Internet explorer Event handlers Java script does not interact with user
227. 228. Which one is correct for JavaScript?
onMouseOver OnMouseOver onmouseover all
228. Users communicate with the computer using a consistent user interface provided by the OS.
► True ► False
229. Web standards are being developed by
► Mozilla► Microsof t► IBM ► World Wide Web Consortium
230. -------are great for showing parts of a whole that are generally expressed in percentages.
► Line Charts► Pie Charts► Bar Charts► None of the options described
231. A diode is a _terminal device
► Three► Two► One► None of above
232. Select the attribute of the <form> tag
► Method► Action► Value► All of above
233. interacts directly with the computer Hardware
► Compiler► Operating system Repeated► Application software► Assembler
234. If type attribute of INPUT tag is set to "reset", then it will:
► Set all fields to their default values Sure► Save all the data
► Set the shape of all the fields► Do nothing, you have to write code for it
235. The world first computer program was written to compute:
► Simple sequence► Multiple sequence► Bernoulli’s sequence page 9
► Increasing sequence
236. The key strengths of computers are
► Speed► Storage► Do not get bored► All of the given choices Sure
237. Which of the following is NOT supported by PC's power supply.
► -12 and +12 V DC► -10 and +10 V DC► -5 and + 5 V DC► All are supported
238. NOWRAP extends of a cell, if necessary, to fit the contents of the cell the in a single line
► Height► Length► Width page 56► Value
239. HTML pages are edited by
► MS Front page► Notepad► Dream weaver► All
240. PowerBuilder falls in the category of .
► Assembly Languages► 4-th Generation Languages► Machine Languages► High-Level
Languages
241. Java script is an.
► Object based language► All of the given page 96
► Interpreted language► Event driven language
242. In java script objects may have properties.
► Single► Several► Multiple► All
243. JavaScript does not support
► User interaction► Graphics► Network operations Page 120
► Both Graphics and Network operations
244. ----refers to the firmware code which is run by an IBM compatible PC when powered on first
► DOS► BIOS page 61► Utility Program► None of these
245. RTOS stands for
► Real Task Operating System► Random Time Operating System
► Rational Time Operating System► Real Time Operating System p a g e 67
246. -------- is an electronic path within a Computer System along which bits are transmitted.
► Port► Slots► Bus ► Modem
247. A microprocessor can be made more powerful by increasing its
► Clock frequency► Word length► both► None of above
248. A British scientist named John A. Fleming made a vacuum tube known today as a diode. Then the diode was
known as a "valve," Is it true? ►true ►false
249. <form> Tags always placed between the <BODY> and </BODY> tags of a Web page
►True ►False
250. For connector the following symbol is used:
►Square ►Rectangle ►Diamond ►Circle Page 105
251. After starting computer, which module of operating system activates first?
►Linker ►Kernel ►Loader ►Device manager
252. "Every minute dies a man, And one and a sixteenth is born" said by?
►Alfred, Lord Tennyson ►Charles Babbage during Video lecture ►Ada, Countess of Lovelace
►Babbage and Lord Tennyson
253. Mainframe Computers are also called
► Enterprise Servers► Personal Servers► Enterprise Managers► Window Servers
254. Which of the following is NOT a category of Mobile Computers?
► Laptop► Palmtop► Desktop sure► Wearable
255. Preliminary exploration of possible solutions, technologies, suppliers is called
► Viability► Feasibility► Specification► Integration
256. Give us the ability to manipulate data through reference instead of actual value.
► Constants► Variables Page 143► Data Types► Operators
257. A tool that helps you to find the synonyms is called .
► Language► Paragraph► Thesaurus► Symbol
258. Web is a unique invention by humans in terms that it is:
► accessible to only the owners who control it
► accessible from particular locations only
► accessible to all humans sure
► accessible to only the educational institutes
259. In this URL http://www.msn.com , identifies the domain name
► http ► www ► msn ► com
260. is simply a fast port that lets you connect computer peripherals and consumer
261. electronics to your computer without restart.
► Freeware► Shareware► Firewire Page 24► Firmware
262. To display a single line text area on the web page, we use tag
► TEXT► TEXTBOX► INPUTBOX► INPUT
263. If an algorithm is syntactically correct, but semantically incorrect then this situation is
► Very good situation ► Very dangerous situation ► Not very bad
► Neutral situation
264. Application developers do not need to know much about the HW, especially the microProcessor, while they are
developing their application.
► True ► False
265. The first spread sheet program was invented by
► Charles Babbage► Dan Bricklin► Paul Graham► John von Neumann
266. Which representation technique of algorithm is more suitable for developer to make actual code
► pseudo code ► flow chart► both a and b► Heuristics
267. ----------is used to terminate all JavaScript statements.
► Colon► Semicolon Lecture 21► Underscore► Apostrophe
268. In java script cookies can be created for future use .
► Easily► No facility at all► This is not possible without Java language
► Cookies are files so java script can not handle it
269. When the microprocessor desires to look at a piece of data, it checks in the
► RAM ► ROM ► hard disk► cache
270. Which of the following hardware component of a computer can also be called as engine?
► Bus► Storage► Memory► Processor
271. The Processor is specially designed for PDA?
► PowerPC► StrongARM Page 24► Crusoe► SPARC
272. There are ways to represent an algorithm.
► 1► 2► 3 Greedy, Deterministic and Randomized. ► 4
273. -----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 page 131
274. In spreadsheets, cell address A12 means .
► Row A, Cloumn 12► Row 12, Cloumn A► Row 2,Cloumn A1► Row A1, Cloumn 2
275. The key feature of Scientific/Engineering/Graphics applications is
► Intense calculations► User-friendly► Reliability► Cost-effective
276. Command which saves the selected text before deleting is
► Copy► Delete►Cut► Undo
277. Properties of an object are modified with
► Class► Methods page 142► Structures► Forms
278. Computers are good at
► Speed► Storage► Never bored► All of the given choices
279. The set of instructions that operates various parts of hardware is called shareware.
► True ► False Share ware is the type of soft ware.
280. Which of the following formula is used in spread sheet for addition?
► C6+E6► =C6+E6► 6+6=12► 6+E6
281. Web Pages developed for human as well computer understanding are called as;
► Static Web Pages► Semantic Web Pages► Dynamic Web Pages► Java Web Pages
282. In , the software developer decomposes the problem into subsystems and defines their relationships.
► Detailed Design► Integration Testing► Design page 137► Architecture
283. What is the key feature of computer which is against human nature?
► Can’t get bored. ► Pattern recognition► Repetition► None
284. The first---was invented at Bell Laboratories on December 16, 1947 by William
285. Shockley.
► Transistor page 14► Vacuum Tube► Punch card► Transmitter
286. A diode functions as the electronic version of a _-way valve.
► one ► two► three► four
287. What is name of book from which word algorithm is taken ?
► Algebra and trigonometry► Introduction to algorithms► Research for new horizons►
Algoritmi de numero Indorum Lecture 16
288. Machine language is also called
► Assembly Language Repeated►Binary Language►High Level Language►HTML Language
289. 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► Graph, Monitor
► System Software, Application Software
290. A truth table defines the of a logic function for all possible
► Input – Outputs Lecture 8► Output -- Inputs► Process -- Inputs► Input – Processes
291. Data travels through bus in the form of ---------------------------
► Packets► Bits► Bytes► Word
292. Which of the following number system is used by microprocessor?
► Binary Lecture 8► Decimal► Octal► Hexadecimal
293. Detailed plan, specifying the required resources and expected deliverables, is done in phase.
► Planning► User Requirements► Design►Developer Specification Page 136
294. A combination of word processing and graphic design is
► Corel Draw► Paint► WordPad► Desktop Publishing page 83
295. ASCII WHITE is the fastest Super computer which can perform calculations in one second.
► 1.3 billion► 1.3 trillion► 1.3 million► 1.3 thousand
296. ------is the example of server-side scripts on Unix servers.
► ASP► CGI page 71► VBScript► JavaScript
297. Data was stored and counted mechanically using decimal storage wheels,---rotary dial switches.
► 300,400► 1300,1400► 30100,14100► 3000 , 1400 page 14
298. In x = x + 20, x is called a .
► Constant► String► Variable► Number
299. The transistor is a solid state semiconductor device used for amplification and switching, and has
terminals.
Two three page32 four one
300. This element of Flow Chart is called .
► Process ►Off page connector Page 105► Decision► Connector
301. Choose the correct html format to create a checkbox.
► <checkbox>► <input type=”checkbox”>* ► <check>► <input type=”check”>
302. ---------------is the process of starting or restarting a computer.
►BIOS ►Refreshing ►Booting ►None of given
303. Ada, Countess of Lovelace developed first:
► Computer► Website► Computer Program Lecture 1► Analytical engine
304. Charles Babbage was a/an
► Mathematician Lecture 1► Computer Scientist► Physician► Analyst

305. Interactive forms are always placed tag-set between


► TITLE► HEAD► BODY ► HTML
306. ------is known as the best feature in word processing.
► Cut► Copy► Paste► Undo Lecture 14
307. Small Computer System Interface is
► Slower and harder to configure then serial and parallel ports
► Faster than USB► both first choices
► Slower than USB but Faster than serial and parallel Page 24
308. Language of the microprocessor is called
HTML COBOL FORTRAN INSTRUCTION SET PG # 36
309. ----------language cannot be executed without an interpreter.
FORTRAN Pascal LISP C#
310. ----------is the first phase in the development process of a software application.
Concept and Feasibility Implementation Design User Requirements
311. Which of the following software category is used to attain something productive as opposed to games or
entertainment software?
System Software Application Software Programming Software Productivity Software
312. Notepad is an example of
System Software Application Software Device Driver Kernal
313. CPU uses to store the intermediate and final results of its arithmetic and logical operations.
Registers Hard Disk Bus FPU PG # 35
314. All processes of a microprocessor are processed under the supervision of .
Memory Unit Floating Point Unit Control Unit Arithmetic and Logic Unit
315. Choose the correct sequence of technologies used in the evolution of computer from starting to today.
Mechanical, Electro mechanical, Vacuum Tubes, Transistors PG # 317
Electro mechanical, Mechanical, Vacuum Tubes, Transistors
Electronic, Mechanical, Electro mechanical
Mechanical, Electrical, Quantum Computing, Transisters
316. Which one of the following is not true for ICs?
Consume less power Require low manufacturing cost Small in size Have no categories
317. In order to refer to an object’s property _ is used.
Comma Asterisk Dot Ampersand
318. I am following a procedure to solve a problem. My selected procedure is not giving the right answer on each
time but giving nearly right answer. The procedure can be called as .
Deterministic Algorithm Heuristic Algorithm Greedy Algorithm Randomized Algorithm
319. The term “Identifier” in JavaScript refers to .
Value of a variable Name of a variable PG # 195 A key word Type of a variable
320. Total numbers of elements in flow chart are . 5 6 7 PG # 105 8
321. The name of computer language used by the Defense Department of the United States is .
Smalltalk C C++ Ada PG # 9
322. "Postal address" plays an important role in the postal service; similarly also plays an important role in the
world of Internet.
Intranet Internet connection URL PG # 18 Browser
323. There are so many web browsers available with Graphical User Interface these days. Which one of the
following is the oldest GUI based web browser.
IE Mozilla Mosaic Opera
324. <p> </p> is an example of:
Single Tag Paired Tag Single with Attribute Tag Single without Attribute Tag
325. The number of steps required to execute an algorithm can be used to measure .
Space TimePG # 101 Memory Bandwidth
326. You are asked to pick two things from different types of things like jewelry, mobile phones and cars. Which
algorithm will be best suited in this situation to get maximum benefits?
Deterministic Algorithm Non Deterministic Algorithm Greedy Algorithm Randomized
Algorithm
327. Just like JavaScript, was used for writing script.
FORTRAN QBasic Perl JAVA
328. Which device can act as an Input and Output device at the same time?
Monitor Modem PG # 25 Projector Scanner
329. The contribution of Ada to Analytical Engine was?
A design Testing A program PG # 9 Binary system
330. are the best choice for showing data generally needed to be expressed in percentage.
Line Charts Area Charts Bar Charts Pie Charts PG # 154
331. Which one of the following will not be considered as the use of Word Processor?
Composing Magazines Writing Memos Writing Research Reports Making Ledgers
332. The text written in between is only displayed on the webpage.
<BODY/></BODY> <BODY></HEAD> <HEAD></HEAD>
<BODY></BODY>
333. Select the variable name which is invalid in JavaScript:
While PG # 145 sum _sum cs_101
334. JavaScript stores all numbers as .
Integers Floating point numbers PG # 147 String Dyna
335. Which of the following symbol is used in JavaScript to add multiple line comments in a program?
/ // /* PG # 14 //*
336. The effect of paragraph tag (<P></P>) in a webpage, is that it:
Brings the cursor to the next line Brings back the cursor to the previous line
Brings the cursor to the next after next line Keeps the cursor in the same line mic typed
337. Mr. Abdullah has to go from Lahore to Islamabad. He decided to go by Motorway instead of going by GT Road
because he wanted to reach there as soon as possible. "What sort of algorithm will he apply?
Greedy Algorithm Deterministic Algorithm Randomized Algorithm Heuristic Algorithm
338. An algorithm developed to deal with a particular situation is giving the desired results but taking long execution
time. It will be called as .
Monte Carlo algorithm Greedy algorithm Deterministic algorithm Heuristics
339. If we apply the Bubble Sort algorithm on an array of 4 elements, then what will be the number of comparisons
in the first pass?
4 3 2
340. In the evolution of computing, paid its major contribution by introducing PCs.
Microsoft Apple Macintosh IBM HP
341. For computers, number system is natural.
Decimal Octal Binary PG # 42 Hexadecimal
342. Analytical Engine used _ for storing data.
Floppy Disk Magnetic Tape Punched Cards Hard Disk
343. Microphone lies in the category of devices.
Output Input Both Input and Output Storage
344. ------is the memory that does not retain the data, when electric power goes off.
RAM PG # 24 ROM Hard Disk CD ROM
345. In software development, process, normally the coding phase consumes time of the whole duration required
for the development.
80 % 75 % 50 %
346. If you are asked to provide an algorithm for a particular problem, then in how many ways you can represent the
algorithm?
2 3 PG # 104 4
347. Output in cell D4 due to logical expression will be:
True False 65 An error message
348. provide the facility of data manipulation through references instead of the actual values.
Constants Variables Data Types Operators
349. Relationship among the cells of MS Excel sheet can be created by .
Relationship diagram Formatting Formula PG # 221 Test
350. You cannot close Microsoft Word 2003 by .
Choosing File menu then Exit command Pressing Alt+F4
Clicking X button on title bar Choosing Close submenu from File menu
351. Which of the following is a single tag in HTML?
TH TD HR TR
352. can execute a single program faster than a mainframe.
Supercomputers PG # 21 Laptops Personal Computers PDA
353. Language translator is a computer .
Program PG # 61 Hardware Internet Browser Mobile device
354. Which of the following memory is the fastest?
Hard Disk Registers RAM PG # 24 USB Disk
355. Which of the following is/are Word Processing software?
Word Perfect StarOffice MS Word All of the Above
356. Which one of the following is not a valid value for the “type” attribute of <INPUT> tag?
Password Reset Width PG # 92 Submit
357. To allow a user for multiple selection from a list on a webpage, the web developer makes use of
Check box Text box Radio button Text area
358. Write the name of tag(s) that can be used to select only one option from multiple choices.
SELECT and LIST RADIO and TEXT AREA SELECT and RADIO
CHECKBOX
359. Graphics creation in JavaScript is .
Easy Difficult Simple Not Possible PG # 264
360. Computer works same like a human but in _, computer can’t work well than a human.
Speed Accuracy Image recognition Storage
361. What is the shortcut key to open the cell format window in MS Excel?
Ctrl + 1 Ctrl + F Ctrl + 4 Ctrl + Shift + Enter
362. In developer specification phase, the user requirements are defined in a more way.
Structured Ambiguous Unstructured Difficult
363. How many symbols are used in Binary Number System?
2 PG # 39 8 16
364. Which of the following software is the best suited to tie together all important activities and major systems of an
organization into a single software system?
DSS OS ERP PG # 83 MMS
365. If someone wants to develop a web page then which one of the software from the following list will be his / her
preference?
Spreadsheet Word processor MS Outlook Dreamweaver
366. Which of the following is not a type of RAM?
SIMM ROM DIMM DDR
367. Software that allows an operating system to interact with a hardware device is called _.
Compiler Linker Driver PG # 61 Kernel
368. If a user is using CGI script on a UNIX server, then the script type is called .
Client side scripting Server side scripting Stand-alone scripting GUI scripting
369. Today’s fastest computer can do of calculations in a second.
Thousands Billions Trillions PG # 21 Millions
370. When we run a program in a computer, the actual execution of the program takes place in RAM
ROM Microprocessor Hard Disk
371. Processing speed of a super computer is measured in .
Giga Hertz Millions of instructions per second Trillions of floating point
instructions per second Mega bytes
372. Which one of the following is not a suitable option when we talk about JavaScript language?
Object based language Markup language PG # 96 Interpreted language Event
driven language
373. The default style of text to represent a hyper link in a web page is .
Red and Italic Black and Underlined Green and Bold Blue and Underlined
374. A developer analyses the user's requirements, performs further investigation, and produces unambiguous
specifications in step.
Planning Users Requirements Designing Developer Specifications
375. computers have low power consumption processors.
Personal Laptop Super Main Frame
376. A new cell is added in a table row by using tag in html.
<BR>…</BR> <TR>…. </TR> <TD> . . . </TD> <TABLE> . . .
</TABLE>
377. Anti-Virus software is a kind of .
Utility Program System Software Device Driver Freeware
378. If there are multiple programs running on my PC having windows XP, then it refers to
Multi User Single User Single user, Multitasking Multiuser, Multiprocessing
379. Suppose a web developer wants to permit the user to make multiple selections from the list of 5 options on a
web page. Which type of element will he use for this situation?
Check box Text box Radio button Text, area
380. Which operator is used to complement the given value?
OR NOR AND NOT
381. Usually there is only a single hard drive in a computer but you can insert _ hard drives in a modern PC.
Only One Only Two Only Three More than three
382. Video card has its own and processor.
Network Card Memory Serial Port Power Supply
383. Battery on the motherboard of a computer is used to .
Give power to the processor Save time and BIOS information, when computer is off Turn on
the CPU lights Increase the processor speed
384. Punched Cards were invented first time for the purpose of .
Calculation Entering Patterns in Textile Looms Storing Data Playing Cards
385. If we use <INPUT type= “password” > in HTML, what will happen?
Text will not be visible Text will be in normal format Text will be in **** format
Text will be in #### format
386. ----------is the essential property of every JavaScript object.
Color Width Name Size
387. A program designed to activate an alarm after every two hours is the example of .
Batch Program Event Driven Program Time Program Real Time Program
388. The communication line between the CPU, memory and peripherals is called as
RAM BUS FPU ALU
389. is / are more suitable technique (s) for a developer to use in order to construct the actual code of a software.
Pseudo code PG # 117 Flow chart Algorithm Heuristics
390. UNIVAC contained vacuum tubes and was able to process instructions per second.
5000, 5000 19000, 5000 5000, 2000 19000, 2000
391. The microprocessors that do not have a separate unit to handle floating point data are .
Not able to handle floating point operations Slower than other microprocessors PG # 35
Costly than other microprocessors Not invented yet
392. Which of the following is not a peripheral device for a computer?
USB Printer Scanner Power Supply Unit
393. Which of the following computer can be considered as a portable computer?
PC PG # 21 Mainframe PDA Supercomputer
394. Which computer category is widely used in our daily life?
Super Computer Main Frame Personal Computer Laptop
395. is a programming language which was specifically designed to develop business applications.
BASIC FORTRAN COBOL Perl
396. In MS Excel ∑ sign represents:
The AutoCorrect button The AutoFormat button The AutoSum button
The conditional formatting button
397. operator is used to assign values to JavaScript variables.
Comparison Binary Assignment Logical
398. A computer loses accuracy for a task after doing that task for:
One millions of times One billions of times One trillions of times Computer never
loses accuracy
399. There are _ tags in html.
Only Single Only Paired Single and Paired Multiple
400. If you have to draw some charts on the basis of mathematical calculations then which one of the software from
the following list will be your preference?
Spreadsheet Word Processor Database Management System Dreamweaver
401. Which of the following is not a type of page margin in MS Word?
Left Right Centre Top
402. A is the key part in all the modern aged electronic equipment.
Diode Resister Capacitor Transistor
403. is collection of directories, sub-directories and their organization in a logical order.
File System PG # 66 Process Management Hardware functionality Folder
indexing
404. The "page title tag" is written inside the tag.
Body Head PG # 28 Meta Script
405. determines whether the development process should go forward or not.
Feasibility assessment Opportunity identification System evaluation Program
specification
406. My friend claims to have a better algorithm than the existing one. We can say his algorithm is better than the
existing algorithms if it is .
Easier to analyze and easier to implement Easier to analyze but difficult to implement Difficult
to analyze and difficult to implement Difficult to analyze but easier to implement
407. The left most digits in a Binary Number is called and right most digit is called
Least significant, middle significant Least significant, most significant Most
significant, least significant Left significant, right significant
408. The man power, technical resources and duration required to develop a purposed system are estimated in
phase.
Testing Feasibility Planning Designing
409. Select the best option in the context of HTML and JavaScript.
Both are case sensitive Both are not case sensitive JavaScript is case sensitive but
HTML is not PG # 20 HTML is case sensitive but JavaScript is not
410. I developed an algorithm myself but after testing it deeply, I found it syntactically excellent but semantically not
well, this situation is .
Very good Very dangerous PG # 104 Not very bad Neutral
411. Base of the octal number system is .
16 7 8
412. While writing Pseudo code of an algorithm, there are rules to follow.
Standard No standard PG # 117 Strict Pre-defined
413. In the context of computer evolution, was built to help University to solve
ENIAC, artillery tables UNIVAC, numeric and textual information ABC,
Simultaneous linear equations Harvard Mark 1, gunnery and ballistic calculation
414. Which one of the following devices acts as the main controller of a computer system?
CPU PG # 36 RAM ROM Hard drive
415. Which one of the following is not an Application Software?
Word Processor Web Browser Microsoft Windows MS Excel
416. Which of the following is not an Operating System?
DOS Windows XP Linux MS Access
417. In the context of JavaScript, x in the statement x=x+20; is a(an) .
Constant Object Variable PG # 143 Integer
418. In , up gradation/ repair is possible without switching off the computer.
Super Computer Main Frame Server Laptop
419. A lot of information is available over the internet, we can access that information by using an application called
.
URL Browser PG # 18 HTML Compiler
420. Concatenate Operator in JavaScript is used to elements.
Subtract Multiply Join PG # 271 Add
421. In html, the text area tag (<textarea>) defines:
A multi-line text input control PG # 92 An input control Html form
for the user input A group of related options in a selected list
422. is used to terminate JavaScript statements.
Colon Semicolon PG # 149 Apostrophe Double quotes
423. Anchor tag is used to create:
Address Hyperlink Title
424. ----brought the use of mouse-driven graphical user interface in computing.
Apple Macintosh PG # 16 Microsoft HP IBM
425. In a truth table, we have all the for all the related for a function.
Input – Outputs Outputs – InputsPG # 44 Process – Inputs Inputs – Processes
426. ---------attribute of FORM tag is used to mention a URL when the form is being submitted.
Name Action Method Submit

427. In spreadsheet, which of the following function is used to solve the equation 3 x  2 x  5  0 ?
3

► =COUNTIF ► =GoalSeek ►None of the above ► =Sum


428. What is the Title of the web page for following code segment?
<Head> <TITLE> VU Web <\TITLE> <TITLE> Page </TITLE> </Head>
429. The default bullet for the list in HTML is
► Circle shape► Disc shape► Square shape► Triangle shape
430. Java script has ----------------- ability to create and draw graphics
► Limited► Versatile► Medium► Not at all
431. Analytical Engine is not a single physical machine but a succession of designs that Babbage tinkered with until
his death in 1871
► True► False
432. Which statement is true about JavaScript?
► It is Structured Query language► It is object oriented language► It is object based language
► None of the given
433. Which one of the following is Read Only property
►None ►Fgcolcor ► Title ► Referrer
434. Which of the following memory retains its information when the power to the system is turned off?
► RAM ► ROM ► DIMM ► DRAM
435. Norton utilities are a popular ----------design for window operating system.
► Antivirus program► File compression utility► Personal firewall
► Personal computer maintenance utility
436. Form tag has two main properties namely---------- and ------------.
► Method & Action ► Type ► Value ► Size
437. Shareware, ----and custom-built programs are not usually available on the web for users to download.
► Freeware ► Shareware ► Trial ware ► Hardware
438. A procedure that usually, but not always, works or that gives nearly the right answer is called
► Algorithm ► Logarithm ► Heuristic ► Methodology
439. Operating System talks to and manages devices through
► Loader ► File Manager ► Memory Manager ► Device Drive
440. Bringing subsystems together to form the system is called
► Integration► Merging► Splitting ► Operation & Maintenance
441. Web site is collection of related ______
► Web pages ► Information ► Search Engines ► None of the given
442. Information on World Wide Web is _______________ unified.
► Physically► Logically ► Really ► None of the given choices
443. Most frequently used computers are
Mainframe Computers Personal Computers Super Computers Embedded Computers
444. Logical operation that is performed on single input variable is ---------------
(a) AND(b) OR (c) NOT (d) NOR
445. Which of the following is an illegal identifier?
(a) _3yourName (b) MyObject (c) 5stars
446. A connection point through which different external devices are connected with computer is called ------ (a)
Port(b) Slots (c) Bus(d) Modem
447. In addition to unordered lists, HTML supports other types of list
(a) 2(b) 3 (c) 4
448. The name of first browser was
(a) Internet Explorer(b) Mosaic (c) Netscape (d) Firefox
449. The sequence of phases, a software goes through from the concept to decommissioning, is called
(a) Software composition(b) Software life-cycle
(c) Software methodology(d) Software development steps
450. Tag used for the highest level Heading is
<h2></h2> (b) <h2></h2> (c) <h1></h1>(d) . None of these
451. 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
452. ----------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
453. Different parts or components of computer use as a communication path
(a) RAM(b) Bus (c) ROM (d) Processor
454. Everything that JavaScript manipulate is treated as:
_ Object _ Window _ Text _ Script
455. Consider the following statement written in JavaScript: str = ”Hello” + ” World” What will be the value of str ?
► HelloWorld► Hello World► Hello + World► It will result in error
456. A --operating system allows many users to take advantage of the computer's resources, simultaneously
► Single user► Multi- user► Single tasking► Multi tasking
457. Monitor is an example of: output device
► Input Device► Processing Device► Output Device► Storage Device
458. ________ is not a property of the “document” object
bgColor fgColor linkColor *href
459. Which of the following is not an advantage of client side scripting?
Reduced server load Reduced network traffic Decreases the complexity None of above
460. For large SW systems object oriented design emphasizes separating a program's data from its functionality and
this leads to SW that is difficult to maintain & understand.
True False
461. No user interaction with the computer while the program is running, these type of programs are called
_________
Non User Programs Interactive Programs * Event-Driven Programs Batch Programs
462. In Algorithms semantic correctness is easier to check as compared with Syntactic
True False
463. Objects are modified with ______ that are associated with that object – e.g. a resize a Window with
resizeTo(150, 200)
Properties Events * Methods All of the above
464. ______________ immediate response, but execute code slowly.
Compiler * Interpreter
465. In case of _________ mode, user starts a program which computer executes with the given data and produces
results without any further intervention from the user.
Batch Interactive Time-sharing User
466. ___________ software sits on top of __________ software for performing user tasks.
System, Application System, Productivity
Application, System System, Programming
467. Client-side scripts works with all browsers
* True False
468. Which one of the following is not type of list which we add on web page ?
Definition list Ordered list * Simple list Unordered list
469. The Main benefit of object oriented design is _________
Clarity Data Hiding * Reusability Simplicity
470. During one of the international cricket tournaments, one of the teams intentionally lost a match, so that they
could qualify for the next round If they had won that particular match, some other team would have qualified
This is an example of a _________________
*Greedy algorithm Non-greedy algorithm
471. Which one of the following web programming languages used to do client-side scripting?
ASP Server Side JavaScript PHP * VBScript
472. The process that can be used to solve a problem is termed as the ______________
Use Case Protocol * Algorithm Flow Diagram
473. Core tasks of an OS are:
Processor Management User Interface Storage Management * All of given
474. A compiler translates high-level instructions into an intermediate form, which it then executes. In contrast, an
interpreter translates high-level instructions directly into machine language
True * False
475. The Last famous electro-mechanical computer was
ENIAC EDVAC Harvard Mark 1 Altair 8800

476. ERP is a type of ______________software.


Entertainment Productivity Business Scientific
477. ---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
478. Bit-mapped graphics is also known as --------graphics
► Vector► Raster► Scalar► Simple
479. By today's standards, the Mark-I was slow and requiring 3 to 5 seconds for a multiplication operation.
► True► False
480. <UL> tag is used to
► underline text► end the line► create ordered list► create unordered list
481. All the hardware components of the Computer system are installed on--
► Microprocessor► Motherboard► Monitor► Memory
482. By default in a web page Hyper Link for another web page is represented as
► Blue only► Black and Underlined► Blue and Bold► Blue and Underlined
483. Java script and HTML are
► case sensitive► Not case sensitive► Java script is case sensitive but HTML is not ►
HTML is case sensitive but Java script is not
484. In a good presentation each slide should contain____________.
► Heading ► Phrases not sentences ► Sentences not phrases ► Heading, sentences not phrases
485. A function is also called __________.
► Sub-program ► Procedure ► Sub-routine ► All of the given option
486. Which of the following is NOT a Loop statement?
► For ► While ► Switch ► Do-While
487. ____________ DBMS supports data in terabytes.
► Personal ► Desktop ► Enterprise ► Single-user
488. What is the major problem with flash based website?
► Its two heavy ► Cannot be indexed ► Less attractive ► Inaccessible
489. The organization is the collection of ____________.
► Peoples► Professionals ► Teams ► Individuals
490. The tasks performed to determine the existence of defects is called _______
► Debugging ► Testing ► Repairing ► Coding
491. Heuristics _______ lead to the best results.
► Sometimes ► Do not ► Occasionally ► Not always
492. In TCPIP communication fragmentation is responsibility of
► TCP ► IP► Both TCP and IP ► Internet
493. Access to the internet became easy after the invention of
► WWW & Web Browsers ► Mainframes ► Binary system ► Signals
494. Which one is the example of spreadsheet software?
► MS Word ► MS PowerPoint ► MS Excel► MS Access
495. User can remotely log on to a computer and can have a control over it like a local user using
► TelNet Protocol► TelNet Protocol and connected to the user through TCP/IP network
► TelNet protocol and FTP ► TCP/IP and FTP
496. ------------------ is a digital programmable mechanical machine
► Analytical Engine ► Difference Engine ► Harvard Mark 1 ► Mechanical engine
497. In a library’s database, if there is an entry in the register for Book # 423 then the corresponding Book must
actually exist; is an example of which type of data integrity:
► Type integrity ► Limit integrity ► Physical Integrity ► Referential Integrity
498. Ada is a programming language specifically designed for
► Analytical Engine ► Difference Engine ► Harvard Mark 1► Mechanical engine
499. __________ breaks down the message to be sent over the internet into packets
► FTP ► HTTP ► TCP ► IP
500. A variable can be _________ in scope.
► Local ► Global ► Either local or global ► None of the given
501. A protocol used for receiving email messages is called ____________.
► URL ► Telnet ► POP3 ► SMTP
502. Capturing events and responding to them is called __________.
► Function Handling ► Event Handling ► Event Procedure► All of the given
503. Which one of the following is NOT a primary color?
► Red► Green► Yellow ► Blue
504. __________ are those programs in which the flow of the program is determined by the user's actions (mouse
clicks, key presses) or messages from other programs.
► Event called programs ► Event processed programs ► Event driven programs
► Event declared programs
505. a = Math.ceil(12.01) What will be the value of a ?
► 12 ► 13 ► 12.0 ► 13.01
506. Event handlers are placed in the ___________ portion of a Web page as attributes in HTML tags.
► HEAD ► BODY ► SCRIPT ► TITLE
507. The organizations are learning that business can be done in a more effective manner if emphasis is placed upon
___________.
► Cooperation► Shared responsibility ► Networking ► All of the given options
508. In relational database, data store in the form of _____________.
► Tables ► Rows ► Columns ► None of the given options
509. Spies of one business monitoring the network traffic of their competitors’ ___________.
► Industrial Intelligence ► Industrial Espionage ► Industrial Spying ► Industrial Surveillance
510. _____________ waits for some time and then launch a function.
► Timeout( ) ► setTimeout( ) ► setTime( ) ► setTimeIn( )
511. _______________ based communication allows business entities to coordinate the activities of their globally
spread units with greater accuracy.
► Intranet ► Internet ► Home ► LAN
512. Smart editors can automatically color different parts of statements in different colors e.g. comments in
____________ color.
► Green ► Grey ► Blue ► Red
513. Blue Pacific is a name of ______ computer.
► Mini ► Desktop ► Micro ► Super
514. _____________ are powerful pieces of hardware, but not much useful on their own.
► Microcontrollers ► Microprocessors ► Integrated circuits ► Ports
515. __________% of the users have left websites in frustration due to poor navigation.
► 40 ► 62 ► 83 ► 91
516. Which is correct?
► onUnload ► onUnLoad ► onUNLOAD ► All of the above
517. 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
518. Variables allow us to manipulate data through the ___________.
► Actual Value ► Reference ► Length ► Name
519. Fuzzy logic is based on ____________.
► Ground facts ► Experience ► Practice► Approximation
520. Word Processor is a _________________
► System Software ► Application Software ► Device ► Utility
521. In the old days, databases did NOT support ____________.
► Number ► Boolean ► Video ► Text
522. In tabular storage, fields placed in a particular row are strongly ___________.
► Independent ► Dependent ► Interrelated ► Inconsistent
523. Due to working at home, lack of interaction may result in ___________ professional growth.
► Slower ► Faster ► Higher ► Improved
524. Distance learning has got a boost due to the ___________.
► Easy communication ► Online interactive contents ► Flexibility ► All
525. ___ technique can be used to create smooth animations or to display one of several images based on the
requirement.
► Image downloading► Image preloading ► Image uploading ► Image postloading
526. 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
527. A large number of networks interconnected physically is called ______
► LAN ► MAN ► Internet► Network collection
528. The key property of the ‘Array’ object in JavaScript is
► Value ► Length ► Name ► All of the given choices
529. The Encryption of data is related to
► Data updates ► Data security ► Data integrity ► Data accessibility
530. _____ is the process of analyzing large databases to identify patterns.
► Data normalization ► Data management ► Data Mining ► None
531. JavaScript function fixed() has equivalent HTML tag-set ___
► <.FIX>……</FIX> ► <F>……..</F> ► <PRE>….</PRE> ► <H>…….</H>
532. JavaScript Variables are ____________.
► Dynamically Typed ► Statically Typed ► Strong Typed ► None
533. Rule of thumb learned through trial and error is called ___________.
► Design ► Heuristic ► Plan ► Aim
534. According to heuristic, if you can’t explain it in ____________ minutes, either you don’t understand it or it
does not work.
► 10 ►2 ►5 ►4
535. __________ function returns the largest integer that is less than or equal to x.
► round(x) ► floor ► ceil ► abs(x)
536. The distance among families is ___________ because of spending more time on internet.
► Increased ► Expanded ► Contracted ► Decreased
537. ____________ is designed for detecting viruses and inoculating.
► Antivirus ► Utility ► Trojan ► None of the given choices
538. Planning and tracking of the project is the responsibility of the___________.
► Project Manager ► Architect ► Developer ► Chief Executive Officer
539. The responsibilities of the Team Lead includes_____________.
► Planning and tracking of the project ► Detailed design
► Professional development of team members ► All of the given options
540. __________ team is responsible for a project after the specification’s stage till the very end.
► Executive ► Architect ► Development ► HR
541. There are _________ types of errors.
►2 ►3 ►4 ►5
542. Which is NOT true for JavaScript variable name ?
► Student ► Roll_no_1111 ► For ► _schedule
543. One can browse documents residing on a remote computer using ________ protocol.
► HTTP ► SMTP ► FTP ► TELNET
544. Backbone is also called as ________.
► vBNS ► BNS ► vHBNS ► HBNS
545. In JavaScript: In order to display the text on browser Grade A, which of following statement is True.
► documentwrite( "Grade A") ► document.write( "Grade A"); ► document.write(
"Grade” && A"); ► document.write( "Grade” && “A");
546. Success of a website is defined by ____________.
► User ► Designer ► Developer ► Programmer
547. An indexed list of elements is called _____________.
► Collection ► Array ► Set ► Group
548. The browser breaks down the URL into ________ parts.
►2 ► 3 ►4 ►5
549. Which one of the following is not an event handler's attribute?
► Function ► Identifier ► Equal sign► String consisting of JavaScript statements
550. Which of the followings is NOT a Relational DBMS software.
► Access ► FrontPage ► FileMaker Pro ► SQL Server
551. country=”Hello Pakistan”; document.write(country.length); The out put of the above statement is ► 12
► 13 ► 14 ► 15
552. ___________ has great PR skills.
► Architect ► Team Lead ► Project Manager ► Chief Executive Officer
553. Efficiency is ______ to universality
► Equal ► Direct proportional► Inversely proportional ► Not proportional
554. There are _________ ways of calling functions.
► One ► Two ► Three ► Four
555. Which protocol is use to transfer a file over the network ?
► UDP ► FTP ► TCP ► OSI
556. ______________ software has the ability to automate and simplify daily tasks.
► Productivity ► Application ► System ► Graphical
557. Communications on the internet is controlled by a set of two protocols which are
► IMAP and SMTP ► FTP and HTTP ► TCP and IP ► TCP and HTTP
558. Aliasing problem can be managed by ____________the size of pixels.
► Reducing ► Increasing► Gaining ► Modifying
559. Which of the following data types are recognized by JavaScript?
► Strings ► Numbers ► Undefined ► All of the given options
560. ____ errors are caused by the code that somehow violates the rule of the language.
► Syntax ► Semantic ► Run time ► Load time
561. ___________ means to break down into simpler components and analyze.
►Recursion ►Parsing ►Scope ►Navigation
562. Assembly languages allow a programmer to use _________ for numbers.
► Object ► Entity ► Name ► Interpreter
563. __________ means you have only one container to store more than one value in JavaScript.
► Variable ► Matrix ► Array ► String
564. Coding is the responsibility of ________________
► Software designer ► Software developer ► Project manager ► None of given
565. CEO stands for____________________
► Central Executive officer ► Chief External officer ► Chief executive officer► None
566. Decision Support Systems will become a bigger part of the professional life of the________ .
► Doctors ► Mangers ► Marketers ► All of above
567. The output of fuzzy Logic System is computed by using ______Technique.
► MAX-MAX ► MAX-MIN ► MIN-MAX ► None of the given
568. In the statement Math.PI, Math is _________ and PI is ___________.
► Variable, Constant ► Object , Method► Object , Function► Object , Property
569. Analytical Engine is --------------machine
► An electrical ► A digital ► An analog ► A special purpose
570. A _________ is a meaningful, easy-to-remember ‘label’ for an IP address.
► TCP address ► Domain name ► Network name ► VoIP
571. Which one is the best option for designing a Medical Expert System?
► Rule Based System ► Genetic Algorithm ► Fuzzy Logic ► Neural Network
572. Command that allows you to recover form mistakes is called __________.
► Clear ► Edit ► Undo ► Break
573. The document. Write ( ) method expects ___________ as its argument.
► Integer ► Float ► String ► Boolean
574. We use ___________ to stop Break-Ins.
► Scanners ► Intrusion detectors ► Utilities ► None of the given options
575. The important attribute of image tag is ________________.
► src ► image ► None of the given options ► alt
576. Now a days, users communicate with the computer using a consistent __________ provided by the Operating
System.
► Command-line interface ► Application Interface ► User Interface ► Protocol
577. Which of the following device can be used to control network traffic?
► Cable ► Connector ► Hub ► Repeater
578. Which of the following language is object based but not object oriented language.
► javascript ► visual basic ► C++ ► C+
579. asin(x) stands for __________
► Asynchronous sine ► Alpha Sine ► Automated Sine ► ArcSine
580. The output of POW (3, 2) is______________.
►6 ►4 ►9 ► 12
581. The Right most portion or the third portion of the URL contains______ .
► Protocol Identifier ► Server Name ► Directory Name ► None of the given
582. Which Image format is known as Lossless original format.
► JPEG ► GIF ► Bitmap ► Vector
583. When’+’ operator is used with string operands, it _____________ both strings.
► Adds ► Subtracts ► Concatenates ► Compares
584. _______ organization is replacing the old-style layered, tree-structured organizational model.
► Network ► Hierarchical ► Matrix ►None of the given options
585. CELLPADDING determines the distance between the _____________ of the cell and the contents of the cell
► Caption► Border► Alignment► Empty space
586. DSS stands for:
►Dual System Security► Decision Support System► Digital System Solver► Dynamic System Security
587. Flow control constructs in JavaScript includes:
► If-Else► Loops and If -Else► Switch and If-Else► All of the given choices
588. Assignment operator in JavaScript is represented by:
► = ► == ► => ► >=
589. In a System having many parts to be designed, one should always do the _____ first
► Hard part► Simple part► Development part► Quality part
590. Which protocol is used to send email ?
► FTP► SMTP► TELNET► All of the given choices
591. Those Systems are “Intelligent System” that mimics some aspects of
► Software deployment► Human thought► Speaking power► Computing
592. Which of the following is a valid html tag?
► <html> ► <HTML> ► <htML> ► All of the above
593. Which of the following memory retains its information when the power to the system is turned off?
► RAM ► ROM ► DIMM ► DRAM
594. Logic Bombs executes its payload when _________________
► A programs run ► A predetermined event occurs ► DoS attack is launched
► A file is copied from one folder to another
595. Which Internet Service is comparatively Slow but Inexpensive and Fast.
► E-mail ► Instant Messaging ► Web ► None of the given
596. Super computers consists of more than one parallel processors because
► One big processor is more expensive than parallel processors
► Through parallel processors problems can be solved easily
► Small processors are easy to manufacture
► All of the given
597. Security can also be improved through _____________.
► Encryption ► Typing errors ► Transmission errors ► Hardware malfunctions
598. ___ provides a simple, consistent way for applications to interact with the HW without having to know all the
details of the HW
► Explorer.exe ► System Files ► Operating System ► Application Software
599. Which event handler executes the specified JavaScript code when a window/form element loses focus ?
► onBlur ► onLoad ► onUnload ► onFocus
600. Data integrity, in Database management system is necessary because it:
► Refers to provide insecurity to the data
► Refers to provide security to the data
► Refers to maintaining the correctness of data
► Refers to maintaining the consistency of the data
601. Which of the following formula is used in spreadsheet for addition?
► C6+E6 ► =C6+E6 ► 6+6=12 ► 6+E6
602. How many types the string methods have?
►1 ►2 ►3 ►4
603. Run time error occurs when ___________ .
► The complier compiles the programs► The compiler ends the execution of the program► The compiler
start running the program► The compiler finds a semantic error
604. Heuristics are ________ .
► Intelligent systems► Always ends with the solution of the problem ► Both ► None
605. Using smart editors they can automatically color different parts of statements in different colors e.g. HTML tags
in ____________ color.
► Green ► Grey ► Blue ► None of the given options
606. Following is highest level of heading tag in list given below.
► H3 ► H4 ► H5 ► H2
607. __________ Correctness is easier to check as compared with __________
► Syntactic, Semantic ► Semantically, Syntactically ► Systematically, Semantically
► None of the given options
608. __________ refers maintaining the correctness and consistency of data
► Security ► Integrity ► Reliability ► None of the given
609. Which of the following keyword is used to jump out of switch statement as soon as the match is found?
► Default ► Else ► Jump ► Break
610. How much parameters does POW () function have?
►2 ►1 ►3
611. POP, IMAP and SMTP are related to one of the following service/services?
► Electronic Mail ► Instant Messaging ► Both a and b ► None of above
612. _______ is designed for 2D-Animation .
► Flash Animation ► HTML image class ► Web Browser ► HTML 2D class
613. ________ Color should be used in background for a good presentation.
► Light ► Dark ► Red ► none of the given options
614. ____ loop is a flow control statement that allows code to be executed repeatedly based on a given Boolean
condition
► For ► Do-While ► If-else ► While
615. For how many times the Nested For Loop shall execute;
20 15 25 Shall terminate in first loop.
616. Semantic web is ________ .
The extension of web Designed for both human beings and computers None of the given
The extension of web and Designed for both human beings and computers
617. A new cell using HTML is added in table row by _____________
<TC>…</TC> <TR>…</TR> <TD>…</TD> <NC>…</NC>
618. JavaScript consider everything as:
Control Window Object Statement
619. The intersection of a row and a column is called
Data Field Formula Non of the above
620. Name, Border, Source are the ____________ of the image object.
Event Handler Properties Methods None of the given options
621. ______ is in Executive team.
Project Manager (Correct) CEO Team Lead Developer
622. Which of the following is NOT an event handler for image object?
onAbort onError onLoad onUser (Correct)
623. Using Java Script you can write a character at random location on screen
By applying randomCh() method
With the help of String object
With the help of random character property
There is no built in approach in Java Script
624. Virus scanning software is a kind of _ _.
Utility Program System Software Device Driver Freeware
625. The floppy disk was introduced in the market by
Hewlett Packard IBM Intel Yoshiro Nakamats
626. JavaScript uses to response against user's actions.
Special Controls Event Handlers Window objects Interrupts
627. -----is the main collection of the software that enables the computer system to manage the resources under its
control.
► Application software► Operating system► Device drivers► Utility program
628. After computer is turned ON, the Loader loads into the memory.
► Hardware► Device Manager► File Manager► Kernel
629. After execution of the statement: var city = “lahore”; the exact data type of the variable “city” will be
► Boolean► Integer► String► Float
630. Symbol is used for
► Connector► Off page connector► Start and end► Both a and b
631. Which way of algorithm representation strictly follow the syntax for correct execution.
► Flow chart► Pseudo code► Actual code and pseudo code► Actual code
632. ----is commonly known as Document view mode.
► WYSIWYG mode► Print Layout mode► Both a and b► None of the given
633. Detailed Design is a level design.
► High► Soft► Low► Medium
634. How many types of tags are there in HTML
4 3 2 5
635. On a website, if you want to move from one webpage to another then it is possible through
URL Hyperlink Homepage Netscape Navigator
636. Select the best option to create and edit the HTML pages.
MS Paint, Adobe Photoshop Notepad, MS Front page
Netscape, Mozila MS Excel, MS Outlook
637. How many types of core tasks are there in an operating system?
6 7 8 5
638. Operating systems are of _ types.
6 7 5 4
639. Suppose a hospital purchases a diabetes (sugar) diagnosis machine. Identify which one of the following types of
operating system should be installed on it?
Multi-tasking Real-time Multi-user Distributed
640. Which one of the following is the correct code syntax in JavaScript?
setTimeout() Settimeout() SetTimeout() SettimeOut()
641. _ is the basic use of MS Word?
Writing and editing text Sorting values Doing mathematical calculations Creating animations
642. Choose the right extensions for saving a web page.
*.index, *.doc *.xls, *.cvs *.html, *.htm *.jpg, *.bmp
643. The microprocessors not having a separate unit to handle floating point data are .
Not able to handle floating point operations
Are slower than other microprocessors
Are costly than other microprocessors
Not invented yet
644. The benefit of an algorithm is that it gives us _
The definition of a problem The root causes of a problem
The sequence of steps to solve a problem After affects of a problem
645. A computer can analyze billions of chess moves in a few seconds, we can say that a computer
Thinks Doesn't think Depends on context/scenario Doesn't depend on context/scenario
646. -----have highest operation rate for computers, in the given options.
► Wearable Computers► Mini Computers► Personal Computers► Handheld Computers
647. To have a select object from which multiple choices can be made from a list the attribute must be set in the
select tag.
► Multi► Multipoint► Multiple► Select
648. A is a separate program that converts the entire source program into machine language before executing.
► Interpreter► Debugger► Translator► Compiler
649. ----is used to run computers embedded in machinery, robots, scientific instruments and industrial systems.
► Single-User Single Tasking System► Single-User Multi-Tasking System
► Real-Time Operating System (RTOS) ► Multi-User System
650. A personal _ is a utility program that detects and protects a personal computer from unauthorized instructions.
► Firewall► Antivirus► Trojan horse► None of above
651. It makes the vacuum tube interesting that we find the flow of current from .
The ends The tube The vacuum The electrodes
652. Mainly CPU performs in computer system
Storage of data Processing of data Input of data Networking of hardware
653. Base 16 is the base of number system.
Binary Decimal Hexadecimal Octal
654. A web site is considered to be read only without a
Dialog box Button Scroll bar Form
655. Suppose a web developer has listed 5 options in his/her web page. Now he/she wants to permit the user to make
multiple selections from this list. Which type of element he/she will use for this situation?
Check box Text box Radio button Combo box
656. -----computers have low power consumer processors.
Super Main Frame Personal Laptop
657. <textarea> defines .
a multi-line text input control an input control an html form for user input
a group of related options in a select list
658. In bubble sort, the term ‘Swap’ means adjacent elements if they are out of order.
Searching Managing Correcting Exchanging
659. JavaScript considers everything as a / an _ .
Control Window Object Statement
660. Which one of the following is not a property of a good algorithm
Consistency Unambiguousness Efficiency Time taking
661. Chose which of the following was the first electronic computer?
ABC UNVAC 1 Harvard Mark 1 ENIAC
662. What is true about JavaScript?
JavaScript is an object oriented language
JavaScript is an object based language
JavaScript is a markup language
JavaScript is a low level language
663. Object oriented programming languages are all about
Behaviors Methods Objects Properties
664. Theoretical aspect of modern computing were conceived by the advent of .
Analytical Engine Punched Cards Turing Machine Mechanical Computers
665. Monte Carlo algorithm is an example of
► Randomized algorithm► Greedy algorithm► both a & b ► Heuristics
666. Which of the following is NOT a component of IC?
► Transistors► Diodes► Resistors► Vacuum tubes
667. A data value that appears directly in a statement is known as .
1. Numeric Literals2. String Literals 3. JavaScript Literals 4. None of the given
668. To iterate each element of an array, the best know structure for iteration is:
1. While loop structure2. If-else structure3. Switch statements4. For loop structur
669. is a special purpose computer that directs the data traffic when several paths are available.
1. Bridge 2. Router 3. Gateway 4. None of the given
670. Which of the following Computer is not restart when we Upgrade or repair:
_Laptop _Server _Mini Computer _Main Computer
671. The ----- has changed marketing forever, redirecting it from a mass focus to a single person focus.
1. Web*2. Television3. Mobile4. Radio
672. RDBMS stands for
1. Relative Data Base Management System
2. Relational Data Base Management System*
3. Recursive Data Base Management System
4. Responsible Data Base Management System
673. Autonomous Web Agents are also known as .
1. Mobile Agents2. Softbots3. Both "Mobile Agents" & "Softbots"*4. None of these
674. Color mapping scheme reducing the size of 2.25 MB graphic to MB.
1. 0.90 MB2. 0.75 MB*3. 1.00 MB4. None of these
675. There are & popular schemes to reduce the number of bytes that are required for storing graphics.
1. Contrast & Color Control2. Dithering & Color Mapping
3. Matching & Non-Matching4. None of these
676. ------images enhanced to impart the illusion of depth.
1. Parallel2. Diagonal3. Flat*4. None of these
677. Bit-map images compresses using the algorithm.
1. LZV 2. LZW* 3. LZE 4. None of these
678. A string consisting of JavaScript statements enclosed in double or single
1. LINES 2. EVENTS 3. TAG’s 4. QUOTES
679. Mixed-case capitalization of event handlers (e.g. onClick) is for JavaScript event handlers defined in
HTML code
1. a Defined Rule3. a Convention2. a Requirement4. Necessary
680. VoIP stands for
1. Video over Internet Protocol2. Visual on Internet Protocol
3. Voice over Internet Protocol4. None of these
681. ------is a type of computer-to-computer messaging.
1. TCP2. Telnet3. E-mail4. FTP
682. ------addresses are difficult to recognize and remember for humans.
1. TCP2. IP3. SMTP4. None of these
683. Specifying the space in which a variable will be effective is called:
1. Variable declaration2. Variable definition3. Variable Scope4. Variable garbage collection
684. Files can be downloaded or uploaded using protocol.
1. SMTP 2. FTP 3. TELNET 4. None of the given choices
685. Electrical pulses received over telephone line are converted into messages (comprehensible by the computer) by
using:
1. Modulator2. Demodulator 3. Both a & b 4. None of the given choices
686. Users look for solution.
1. Optimal 2. First good enough 3. Good 4. Best
687. Avoid to ensure readability of web page
Overuse of bold and italics Use of paragraphs Use of white space Use of contrast colors
688. -------enables users located at far-way locations to easily share information with others located all over the
world.
Protocol Internet Communication Channel None of the given choices
689. Cyber crime can be used to
Damage a home computer Bring down a business
Weaken the telecom, financial, or even defense-related systems of a country All of the given
690. Infection propagation and Actual destructive are the components of
Transmission mechanism Payload Worms Trojan Horse
691. --------is a special purpose computer that connects and translates between network that use different
communication protocols.
Bridge Router Gateway None of the given choices
692. The solution of the Mail Bombing is
Filtering Do not accept emails eMail filtering There in no solution for it
693. The color of each pixel is generally represented in the form of a .
Duplet Triplet Both a & b None of these
694. The name of first commercially available PC was:
UNIVAC 1 ENIAC EDVAC Altair 8800
695. ---is a branch of computer science concerned with manipulating and enhancing computer graphics.
Image Handling Image Processing Image Engineering None of these
696. -------has changed our way of life like no other technology.
Computational technology Computer technology Computing technology None
697. Sophisticated event handling is not possible with event handling
Off-Line In-Line Out-Line None of the given choices
698. Babbage’s Analytical Engine could store information permanently in:
Magnetic Tape Floppy Disk Punched Cards None of the given choices
699. Which of the following is incorrect for making design elements legible?
Elements should be large enough Elements must contrast sufficiently
Related elements should be visually grouped Elements should have no visual focus
700. In---- TCP\IP protocols became the only set of protocols used on the ARPANET.
1973 1983 1972 None of the given choices
701. The virus may display an annoying, but harmless message
Malicious Neutral Helpful DoS
702. The internet communities are .
Geographical based Interest based Country based Religion based
703. The key benefit of VPNs over conventional PNs is:
Security Efficiency Lower Cost None of the given choices
704. ---------team is responsible for the maintenance, expansion , improvement of the infrastructure consisting of
workstations, networking equipment, software and network security.
► Support► Configuration Management► Quality Assurance► Developer
705. In JavaScript, every user-defined function must be written between tag-set.
<JAVASCRIPT> </JAVASCRIPT> <SCRIPT> </SCRIPT>
<FUNCTION> </FUNCTION> <CODE> </CODE>
706. Program(s) used for writing, sending, receiving, and displaying E-mail messages are:
SMTP server E-mail client POP3 server All of the given choices
707. IP address consist of 8-bit number can be 0 to .
1024 256 255 None of these
708. With the Help of FTP we can:
List, change, create folders on a remote computer Upload and download files
Transferring Web content from the developer’s PC to the Web server all
709. _ is used to transfer files between computers on a TCP/IP network
TCP FTP Telnet Protocol All of the given choices
710. ----------based on the principles of the approximate reasoning faculty that humans use when faced with
linguistic ambiguity.
Fuzzy Logic Rule-based Systems Feed-Forward Network none
711. ARPANET splits into two nets to keep military & non-military network sites separate, named :
ARPANET & MILNET MICRONET & MILNET PICONET & ARPANET None
712. ---------- provide software tools needed to organize and manipulate the data in a flexible manner.
Data base DBMS data mining file system
713. Browser sends-------request to web server to access a file.
SET GET TRANSFER ALL
714. Internet domain names are located & translated into IP address through
Domain name software domain name system domain name internet service provider
715. Which of the following is a meaningful, easy to remember “label” for an IP address
Internet domain name internet service provider domain name system
716. The e-mail client send message to
Email client SMTP server pop3 server all
717. If the RGB scheme is used to display an image of size 1024*768 pixels then the image will require ---------------
of storage.
22.5 MB 2.25 MB 2.25 KB ALL
718. --------- is the process of efficiently organizing data in a database.
Data mining data normalization data redundancy data manipulation
719. Greedy algorithms are usually faster, since they don't consider the details of possible alternatives
True False
720. All problems can be solved by must employing all of the following building blocks Sequences Conditionals
Loops:
True False
721. In automatic machines perform various tasks that were previously performed by humans.
Fuzzy Logic Robotics Rule based Systems None of these
722. Using Color Mapping scheme only a limited number of color called are allowed.
Reserved Pointers Platelet None of these
723. JavaScript doesn’t support
Mathematics Functions in Separate File Drawings of Graphics Printing
724. A strategy in which all possible combinations are examined and the best among them is selected is called
Strategy
Heuristic Deterministic Randomization Brute Force
725. -------- Contains information not about the contents of the display, but the browser itself
JavaScript Objects User-defined Objects Browser Objects None of the given
726. Good design should assist the user in
Getting results Searching Recovering from errors Reading the information
727. The heuristic “Programmers deliver the same number of Line of Code” suggests that programmer should use
.
The lowest level language The middle level language
The highest level language Any programming language
728. In Goal Seek there will be boxes to fill in.
One Two Three Four
729. ------are names used by JavaScript to refer to variables.
Identifiers Constants Objects None of the given
730. The reserved word allows a determined action to be taken if the first condition is false.
Switch Else While For
731. Avoid lines of type shorter than characters and longer than characters.
40,60 30,60 20,30 None of the given
732. In programming Software methodology is also called top down design.
Object oriented design Structured design Flow Chart design Use case design
733. Good navigation should be invisible until it is
Clicked Browsed Wanted Searched
734. -----------is the smallest image forming element on a computer display
Bit Pixel Palette None of these
735. The IP address consists of bits
64 32 16 128
736. Internet is an example of network.
Private Public Both Private and Public None of the given choices
737. converts computer messages to electrical pulses that are suitable for transmission over the telephone line.
Modulator Demodulator Modulator and Demodulator None
738. The greatest, shared resource of information created by humankind is: Select correct option:
Web Dictionary Vocabulary Glossary
739. The most common type of Relational database for server is _
Access Oracle MySQL Excel
740. Voice over IP has modes
2 3 4 5
741. Which of the following is NOT the example of Presentation Development software? Microsoft PowerPoint
Macromedia Dreamweaver C A Harvard Graphics Lotus Freelance Graphics
742. Which of the following is termed as a P2P connection ?
Client-less connection Server-Oriented connection
Server-less connection Server-client connection
743. Table rows are called
Records Fields Identifiers Data
744. ------address is a unique identifier for a computer on a TCP\IP network.
IP SMTP HTTP None of these
745. Whenever a contact in our list comes online, who informs us through an alert message and by playing a sound ?
IM server IM client Client Server
746. The output of statement “parseInt ( “3.1526” );” will be
3 3.1526 3.2 NAN
747. A and set of for instructing a computer to perform a specific task is called programming Language.
Vocabulary , grammatical rules sequence, related Vocabulary, instruction
all of the above
748. In Analysis of Algorithms generally measured in terms of the number of steps required to execute an
algorithm
Bandwidth time memory logic functions
749. Which of the following is NOT true about modern computers?

► More powerful Smaller in size Consume less energy Costly

750. JavaScript support drawing of graphics

Does Does not Always At times

751. When the packets reach at destination, reassembles them into original message.

► Protocol► TCP► IP► NIC

752. Which of the following operation is take place in ALU?

► Logical Operations► Comparative Operations► Floating Point Operations► All


753. The best number of lines in a slide is

► 9 ► 11► 13 ► 5

754. FTP stands for

►File transmission protocol►File transmission path►File transfer protocol►Fine transfer path

755. Processed data is called .

► Information (Correct) ► Data► Entity► Attribute

756. Functions are also called:


Heuristics Variables Arrays Subprograms
757. In JavaScript, each element of array can store data of type
A Number An Array A String variable All of the given choices
758. Network Interface Card is an device.

Input Output Input/Output Storage

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

TFlash Vflash plug-in None of the given options

760. The software that is used to write/send/receive an e-mail is called


Web browser Mail Binder E-mail Handler E-mail Client
761. Which of the following cannot come between the <Body></Body> tag
<P> <A HERF></A> <Title></Title> <BR></BR>
762. In Genetic Algorithm the most important thing you should know, is the .

► Procedure► Recognition of a good solution► Different techniques► none

763. Global variables are:

Visible everywhere on the web page Visible only in the block in which they are declared
Visible only in the main code None of the given choices

764. MATH functions are accessed by referring to various of the Math object
Functions Events Properties Methods
765. Rule of thumb learned through trial & error is called
Heuristic Mistake Common sense Experience
766. Algorithm is a
Definition of a problem Sequence of steps to solve a problem
Understanding of a problem Solving a problem
767. The internet-society is considered under Surveillance because:
While surfing, we are being watched, constantly
Our every click is recorded and analyzed to extract patterns and behaviors
Webcams are becoming common. Providing a cheap way for parents to watch their children's every
move
All of the given
768. Punched cards were replaced by:
Floppy Disk Zip Drives Magnetic storage None of the given choices
769. Because of spending more time on the internet, the distances among the families have been
Increased Expanded Contracted Shortened
770. -----------based on the principles of the logical reasoning ability of humans. Select correct option:
Genetic Algorithms Rule-based Systems*pg 242 Feed-Forward Network None of
these
771. DoS is
Crime Cyber crime Not a crime A software
772. ERP is a type of----------- software .
► Entertainment ► Productivity ► Business ► Scientific
773. What is/are the use/uses of Word processor?
► To write a letter► To write Research paper or report
► To create address labels► All of the given
774. Automatic machines performing various tasks that were previously done by humans, are called
► Robotics (page.no.244) ► Computers► Decision Making Systems
► Autonomous Web Agents
775. Database consisting of two or more related tables, is called
► Flat file database► Object oriented database► Tabular storage database
► Relational database (page.no.263)
776. After the DoS attack in year 2000, Yahoo servers were recovered in
► 1 hour► 2 hours► 3 hours► 4 hours
777. To stop industrial espionage, we use .
► Private network► Encryption► Network sniffer► All (page.no.277)
778. In JavaScript, second element of an array has the index:
► 2► 0► 1*► 3
779. -----occurs when a function calls itself.
► Recursion*► Call by value► Call by reference► Parsing
780. Which of the following is NOT RDBMS software?
► My Sql► MS Excel► Oracle► SQL Server
781. 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
782. In JavaScript, what will be the result of the following operation 79%3
► 0► 1► 2► 3
783. The political process is also influenced by the use of .
► Discussion forums► Newsgroups► Mailing lists► All
784. To improve the time for scanning a web page, text should be .
► Centered► Left Aligned► Right Aligned► Staggered
785. In JavaScript, first element of an array has the index:
► 1► -1► 2► None of the given choices
786. In flat-file databases each record was separated by a special character named :
► Horizontal bar► Vertical bar► Text bar► Character bar
787. 74HC163 has two enable input pins which are and
► ENP, ENT► ENI, ENC► ENP, ENC► ENT, ENI
788. Due to working at home, contact with the colleagues is , which may result in quality of work
► Reduced, Poorer► Reduced, Better► Increased, Poorer► Increased, Better
789. What is the 2nd step of DoS attack?
► Race► Arm► Search► Attack
790. The Information technology has three components .
► Telecom Engineering, Network Engineering, Computer Science
► Telecom Engineering, Computer Engineering, Computer Science pg295
► Telecom Engineering, Computer Engineering, Database Engineering
► Telecom Engineering, Computer Engineering, Hardware Engineering
791. From which of the following is NOT a technique through which Security can be improved :
►Private or virtual-private networks► Firewalls► Metal detectors► Virus detectors
792. Navigation should remain .
► Consistent► Conflicting► Contradictory► Unpredictable
793. is a container that holds a value.
► Identifier► Variable► Function► Constant
794. Programs that run on client machine and validate info that a user enters in a form, are known
as:
► Server-Side Scripts► Client-Side Scripts► Super Scripts► Form Scripts
795. are the computers that perform at or near the currently highest operational rate for computers.
► Minicomputers► Microcomputers► Supercomputers► Personal Computers
796. A named collection of properties (data, state) and methods (instruction, behavior) is called
►Array► Function► Variable► Object 202
797. In Heuristics “Common Sense Lessons” are drawn from
► History► Experience► Biography of Scientists► General knowledge
798. Which one is NOT a presentation software?
► MS Access► CA Harvard Graphics► Corel Presentation► Lotus Freelance
799. A stream of large sized emails are sent to an email address for overloading the destination
account, is called .
► DoS Attack► Break-Ins► Mail Bombing► All of the given options
800. Quantum Mechanics is the branch of ; which describes the activity of subatomic particles
► Chemistry► Computer Science► Physics► Biology
801. manages the HW and SW resources ( memory, disk drives etc) of the computer system, often
invisibly.
► Explorer.exe► System Files► Operating System► Application Software
802. Combining the “fuzzy rules" is done by the technique(s).
803. MAX-MAX MAX-MIN MIN-MAX PG # 242 Both MIN-MAX and MAX-MIN
804. A set of software that handle all database related operations of an organization is called
Database management system Database design system
Database access system Content management system
805. Every phase of the project development require reporting on completion. When a developer
completes his/her assigned module, he has to report to the .
Team Lead Project Manager CEO IT Manager
806. LCD display screens provide display.
1 dimensional 2 dimensional PG#305 3 dimensional 4 dimensional
807. A Home page is a part of a .
Terminal Web site PG#18 Browser Protocol
808. Which of the following is not true for JavaScript?----------language
Scripting Case Sensitive Object Based Markup PG#119 and 120
809. In an IP address, there are four set of numbers which are separated by periods.
12-bit 16-bit 32-bit 8-bit PG#210
810. If the calling function is a part of a JavaScript statement then the definition of this function will
must have the Statement.
Break Terminate Return Switch
811. The organizations using the network organizational model have structure.
Simple Complex Flexible Accurate
812. In Relational Database table columns are called .
Records Values Fields Unions
813. refers to DoS attack.
Overburdening of the system Theft of data Corruption of data Modification of data
814. JavaScript’s response against the user-initiated events is called .
Object detection Boolean logic Opacity setting Event handling
815. Complex Software development process requires the developers to follow some specific set of
rules and guidelines which can be termed as
Object Oriented Software Design Methodology PG#131 Programming Language
Object Based Design
816. By studying the history of spreadsheet software, we come to know that was the first
spreadsheet Software.
MS Excel penOfiice.org Calc LibreOfficeCalc VisiCalc PG#83
817. Which of the following cannot be considered as a property of image object?
Hspace Height onLoad PG#286 lowsrc
818. A website resides over
PDA WWW Browser CPU
819. The has considerably changed the way of marketing forever, redirecting it from a mass Focus
to a single person focus
Television Web PG#281 Mobile Radio
820. A software on a user's computer, acting as an interface between the user and internet is called
as a
Browser PowerBuilder Front Page Navigator
821. Software Development Process involves working of different teams but team has its Major
contribution in a project after the designing phase.
QA Architect Development HR
822. Client is the basic entity in software development. It is the responsibility ----of to manage the
client's matters.
Project Manager Team Lead Developer Quality Assurance Engineer
823. Computer display is composed of a regular grid of
Bits bytes sectors pixels PG#235
824. -----is a container that holds a single value.
Array Variable PG#199 Function Set
825. -----tells the capacity of any array in terms of storing values.
Index Length PG#178 Type Name
826. If you want to assign an IP address to your computer, you can use any number from in
each part of IP address.
1 to 255 0 to 255 PG#210 0 to 256 1 to 256
827. select the best characteristic of telnet.
It is used to send email It is used to login remotely PG#211
It is receive to email It is used to read online news
828. provides the facility of searching and downloading the new e-mail messages to an e- mail client.
HTTP POP3 PG#213 TCP FTP
829. which of the following is the instant Message service available on the internet?
HTTP IE AIM PG#235 FTP
830. ---can be used in JavaScript to open multiple popup Windows when a particular web page is
opened.
onAbort onchange onLoad PG#232 onUnload
831. For good presentation and better visibility of text, we should use background color in
each slide.
Light Dark PG#222 Faded Transparent
832. If one operand of “+operator “is a string and the other one is a non string, then JavaScript.
Produce an error message Converts the non string to string
Concatenates the string and non string Performs both conversion and concatenation PG#272
833. JavaScript fixed() function has equivalent HTML tag-set . .
<P>… </P> <U </U> <PRE>………..</PRE> PG#270 <H>… <H/>
834. ------program are those programs in which the flow of the program is determined by the user’s
actions (mouse click, key presses) or message from other programs.
Event called Event processed Event driven Event declared
835. In the early days were used to store data.
Access files Database files Flat files PG#260 Excel files
836. In the context of intelligent systems, softbots is also termed as .
Mobile phone Autonomous web agentPG#244 Any wireless device SIM card
837. Working of any system depends upon its various components. Which component, a Rule Based
system (intelligent system) would not have?
Rule interpreter Rule compiler PG#242 Rulebase Working memory
838. Using a software without the author’s permission is called
Ip spoofing Software privacy PG#276 Mail bombing DoS Attack
839. We know a virus is a combination of two parts, .
Header and payload Header and transmission mechanism
Payload and data Payload and transmission mechanism PG#277
840. For creating 2-d animations, will be the more appropriate choice.
Flash HTML image class Web Browser HTML 2D Class
841. Which attribute of the image tag in HTML is used to mention the source of an image?
Source Path Src PG#285 Loc
842. The task performed to determine the existence of defects in a program is called .
Bug fixing Debugging Testing PG#311 Defect killing
843. routes the packets the through the internet to go to their destination.
Telnet TCP IP pg#317 NIC
844. Which of the following hardware components is the most important for the operations of
database management system?
High resolution video display Printer plotter High speed, large capacity storage media
845. Highest bandwidth of channel can be up to:
Tb/s PG#190 Kb/s Mb/s Gb/s
846. Unlike a program with a syntax error, a program with a error is valid program in the language,
though it does not behave as intended.
Run time Syntax Semantic PG#312 Special
847. In HTML, which tag is used for the highest level heading?
<h5> </h5> <h2> </h2> <h1> </h1> <title> </title>
848. Integrated circuit can be classified into
Analog Digital Both PG#31 None of the above
849. -----has slots to contain the different PCI cards
Memory Bus System Bus Mother Board PG#27 CPU
850. ENIAC was the first computer.
Large-Scale General-Purpose Electronic All of the given choice
851. Attribute/Attributes of the good application software is are:
Easy to install User interface Consistent All of the above PG#85
852. interact directly with the user.
Device drivers System software Application software PG#85 Kernel
853. Which of the following not a flow chart element?
Off-frame connectorPG#105 Input or output Process connector
854. In , a system is designed by fitting together a collection of independent and self- contained
components.
Structured design Component design Object oriented design PG#131 None
855. Linux is type of operating system
Single user Multi user Distributed None of the given
856. Algorithm is a precise sequence of limited number of , steps that terminates in the
form of a solution
Ambiguous, Executable Nondeterministic, Finite Finite, countable Unambiguous,
executable PG#100
857. Decompose the problem into subsystem and define their relationships is done in phase.
User requirementPG#137 Planning Integration testing Detailed design
858. Which attribute/attributes will we use to limit the capacity of text box to 20 characters?
Maxlength=”20” PG#74 Length=”20” Size=”20” All of the above
859. Suppose you are the presenter and you want audience in touch during presentation then what
will you do?
Write long sentences on slides Keep same color for the background and text
Use of videos , animation and sounds Using very small font size
860. Arguments values are passed to the function
By value By reference Both a & b PG#201 None of the given
861. Two or more computers connected together so that they can share information and resources
are termed as:
Computer networksPG#185 Computer protocols Network topologies None
862. Network Organization so that network organization works effectively to meet the business
goals the organization.
Shares knowledge Decentralizes the control of the operation
Shares knowledge and decentralizes the control of the operation PG#281
Shares knowledge and Centralizes the control of the operation
863. provides software tools needed to organize & manipulate the data in a flexible manner.
Data Base DBMS PG#254 Data Mining File system
864. A property that gives the values of Pi is:
PI() Graph. PI Math.PI PG#248 Math.PI()
865. Databases consisting of two or more related tables are called
Databases Relational Databases PG#262 RDBMS Flat-Files
866. Utility software is type of Software
System Application Both a & b None of the given
867. The user’s & the contact’s IM clients are ready to communicate directly, this communication is
called:
Peer-to-peer PG#217 Client-server Peer-to-peer Ad hoc network
868. Events can be captured in the HTML code, and then directed to a JavaScript for an
appropriate response
BODY TAG PG#228 HANDLER FUNCTION EVENT
869. The cyberwarefare is a
Crime War Software Game
870. The message is prepared using:
e-mail clientPG#213 SMTP server POP3 server All of the given choices
871. Which of the following is used to attain something productive as opposed to games or
entertainment software’s?
System software Application PG#61 Programing Productive software
872. Which of the following can NOT be contained in interactive forms?
Text box Check box For loop PG#69 Radio button
873. --------registers can store both data and addresses.
Data Vector General Purpose Registers PG#35 Special purpose Registers
874. Which attribute is used to submit a HTML form to a specified hyper link?
Method PG#71 Action Name None of the given
875. Which one of the following web programing languages is used to do client-side scripting?
ASP Server Side JavaScript PHP VBScript PG#95
876. Cache memory placed on a separate chip from microprocessor.
L1 L2 PG#34 Both None of the above
877. The best strategy used for complex Boolean operation is called . . . . . . .
Brute-force Greedy Algorithm Divide and conquer PG#45 None
878. An HTML document is develop in a plain-text editor called . . . . . .. . .
Nopade Notepad PG#83 Textpad Editor
879. -------is used for amplification, and has three terminals.
Resister Diode Transistor PG#32 Capacitor
880. JavaScript treats everything which it manipulates as .
Object PG#96 Method Window Text
881. Trialware software are used for
Short period PG#63 Long period Life time None of the given
882. If we want to show numbers with list items, then we use
<UL> <OL> PG#53 <DL> None of the given
883. To select multiple options in a list we use control.
Radio button Check box Selection list Ordered list
884. Without , a web site is read only.
Form PG#69 Dialog box Button Scroll Bar
885. Rules and regulations to communication in a network is called:
LAN Protocol PG#185 Hub None of the given choices
886. Scheduling is performed by of operating system
Device driver Kernel PG#67 Application program None
887. Consider the statement: “window. alert(“message”);”
It is syntax Error It will cause a dialog box to be appeared
Syntax is correct, but will compile with a warning
It will cause the “Message” to be copied to memory
888. executes the specified JavaScript code when a window loses focus or a form element loses focus
OnBlur PG#230 onFocus onLoad onUnload
889. Which protocol is used for receiving E-mail message?
FTP POP PG#212 Telnet Protocol SMTP
890. In JavaScript every user-defined function must be written between tag-set
<JAVASCRIPT> </JAVASCRIPT> <SCRIPT> </SCRIPT>
<FUNCTION> </FUNCTION> <CODE> < /CODE >
891. A combination of and is called Desktop Publishing.
Word processing , graphics design PG#88 Word processing , spreadsheets
spreadsheets, graphics design none of the above
892. A user plug in sound card in computer, is required so that the sound card can perform its tasks.
Hardware Device driver Application driver Compiler
893. Boolean variables can only have values
Hexa Decimal Binary PG#43 Both Hexa & Decimal
894. -----performs all the controlling and management activities in a computer.
Hardware Application software MS Word Operating system
895. Assume that we want the text | save| to appear on a button, which attribute of the INPUT tag
will be used to do that?
Write Name Value PG#75 Type
896. JavaScript can be used along with HTML to .
style the Web secure the web page make content interactive color the web page

FTP was introduced in:

1972 1973 PG#197 1974 1976

Avoid the use of motion for purposes.

Cosmetic PG#176 Fashion Animation None of the given

Greedy algorithm does not support . .situation.

Local Global Complex All of the given

A data cell of a table contain

Only text Images Tables All of the given PG#54

Function WriteList(heading, words){//body of function} in above definition | WriteList |is the

Keyword PG#201 Function identifier Parameter Function prototype

There are mainly two types of networks according to network access policy namely:
Public & commercial Private & public PG#186 Private & Non- private None

In JavaScript, arrays are implementing in the form of:

Array object PG#199

Array variable

Array class

None of the given choices

NIC stands for:

Network Interface Card PG#185

Network International Card

Network Interface Control

None of the given choices

prevent collisions of packets caused by simultaneous transmission between two or more computers.

Security

Protocol PG#190

Authorization

None of the given choices

JavaScript Arrays are

Homogeneous

Heterogeneous PG#180

Homogeneous and Heterogeneous

None of the given choices


uses public telecom infrastructure, maintaining privacy through security procedures.

Private network

Public network

VPN PG#187

None of the given

Q181: The function which call themselves from their (own) body are called:

o Virtual function

o Abstract function

o Overriding functions

o Recursive functions* Click here for detail

Q184: (a) is the concept embedded in an algorithm (soul!) and (b) is the actual representation of
an algorithm (the body!)

o (a)semantics (b) syntax PG#104

o syntax (b) semantics

o code (b) Logic


o sequence (b) Flow chart

Q185: In a HTML form for file upload input element input element we use the following value in type
attribute:

o Text

o Radio

o Hidden

o File PG#79

Q186: In a HTML form for Hidden INPUT field we use the following value in type attribute:

o Text

o Password

o Hidden PG#74

o Check box

Q187: Operating system installed in a cell phone is a type

o Multi user operating system

o Distributed operating system


o Single user operating system

o None of the given

Q190: What was the name of first computer that used |magnetic Tape| for programs storing?

o ENIAC

o EDVAC *

o Harvard Mark 1

o Atanasoff-Berry Computer

Q193: What are the conditions that must be fulfilled in order to use web?

o Computer is ON

o Web browser is available

o PC is connected to the Internet

o All of the given

Q194: Array can be defined as:


o An indexed list of elements PG#177

o A list of elements

o A collection of elements

o None of the given

Q199: WAN stands for:

o Wireless Area Network

o Wide Area Network PG#187

o Wide Air Network

o None of the given choices

Q200: Which variables can make the logic of a web page difficult to understand?

o Global PG#207

o Local

o Both Global and Local


o None of the given choices

Q202: is a system that guards a private network.

o Protocol

o Firewall PG#191

o Communication channel

o None of the given choices

Q204: In partitioning program/module, it should be assured that partitioned chunks should be as

as possible.

o Dependent

o Independent

o Complex

o All of the given


Q205: Which one can lead user to leave your website

o Simple design

o Poor navigation PG#170

o Information layout

o Adaptable design

Q207: Identify the correct statement about function arguments I) A comma-separated list of data II)
Define the interface b/w function and rest of code III) They are used to identify the function IV) They
identify function’s type.

o I and II only PG#201

o II and III only

o III and IV only

o I,II and III only

Q209: Intel 8088 took cycles to execute. 80

15 PG#31
20

50

Q210: Intel 4004 processor based on bits

o 8

o 4 PG#37

o 16

o 32

Q212: An integrated circuit is made up of . . . . .

o Silicon*

o Conductor

o Insulator

o Metal

Q216: All the ideas of Babbage Analytical engine were included in:

o Atanasoff-Berry Computer

o Harvard Mark 1
o ENIAC

o Pentium

Q217: In anchor tag HREF attribute contain a.

o Numeric

o A URL PG#270

o A text value

o None of above

Q218: Altair 8800 was based on processor

o Intel 4004

o Intel 8080

o Intel 386

o Pentium

Q220: First computer that could not only manipulate numbers but also text data as well was:
o ENIAC

o EDVAC

o UNIVAC 1

Attanasoff-Berry Computer

Q225: is a technique used create smooth animations or to display one of several images based on the
requirement.

o Image preloading PG#286

o JavaScript

o Animated Gifs

o None of the given

Q229: Row elements are called

o Records

o Fields PG#262

o Identifiers
o Data

Q230: E-mail system has component(s)

o E-mail client

o SMTP server

o POP3 server

o All of the given choices PG#213

Q231: JavaScript was specially designed for writing programs

o Subject-Driven Programs

o Web Programs PG#321

o Event-Driven Programs

o Structured Programs

Q232: are used to transferring files between computer on TCP/IP network

o FTP PG#234

o DNS
o Telnet

o None of these

Q233: The pattern in which computer are connected together to from a network is called:

o Network Topology PG#188

o Network transmission

o Network protocol

o None of the given choices

Q235: SVG stands for

o Structured vector Graphics PG#237

o Software vector Graphics

o Structured visual Graphics


o None of these

Q236: is a network of computer that are lying within the same building or in vicinity.

o LAN PG#187

o WAN

o LAN and WAN

o None of the given choices

Q243: If you write program using good programing methodology then the overall cost & time of the
program is

o Increased

o Reduced

o Doubled

o None of the above

Q244: Who routes the packets through the internet to get their destination?

o UDP
o TCP

o UCP

o IP PG#209

Q246: CMSO stands for

o Chief Marketing & Sales Officer PG#298

o Chief Management & Sales Officer

o Chief Marketing & Stock Officer

o None of the above

Q247: is a field that uniquely identifies each record stored in a table.

o Primary key PG#263

o Foreign key
o Secondary key

o Special key

Primary Key is a field that uniquely identifies each record stored in a table

Q248: Comments are used to make program more .

o Efficient

o Readable

o Inefficient

o None of the above

Q249: Someday it will be possible to load all the lectures, papers, books and s/w produced by an expert
into an system.

o Information

o Eco

o Intelligent Click here for detail


o None of the above

Someday it will be possible to load all the lectures, papers, books and SW produced by an expert into an
intelligent system

Q250: Which one of the following is built- in computer memory containing data that normally can only
be read, not written to?

o RAM

o ROM PG#25

o Cache Memory

o Magnetic Memory

ROM

ROM is "built-in" computer memory containing data that normally can only be read, not written to.

Q251: Which of the following is a computer storage device that saves and retrieves the data when

required?

o Hard Disk PG#25


o RAM

o ROM

o None of the given choices

Hard disk

Hard disk is a computer storage device which saves and retrieves the data when Required.

Q252: Which one of the following units can be called as the brain of computer microprocessor?

o ALU(Arithmetic & logic Unit)

o FPU(Floating Point Unit)

o Control Unit PG#36

o Bus interface Unit

A control unit can be thought of as a finite state machine. It is called the brain of computer
microprocessor

Q253: Which of the following translate a high level language code into machine understandable code?

o Computer
o Transistor

o Compiler PG#130

o None of the above

A compiler translates high-level instructions directly into machine language

Q254: A hyper link in a web page is by default appearing as:

o Blue only

o Back and underlined

o Blue and bold

o Blue and underlined Click here for detail

By default, when Word formats a hyperlink, the hyperlink appears blue with a blue underline

Q255: First computer designed for commercial applications was:


o UNIAC 1 PG#14

o ENIAC

o EDVAC

o Attanasoff-Berry Computer

UNIVAC 1 – 1951

UNIVAC-1. The first commercially successful electronic computer, UNIVAC I, was also the first general
purpose computer - designed to handle both numeric and textual information.

Q256: 1 byte consists of bits.

o 10

o 9

o 8 PG#42

o None of the given choices

Byte = 8 bits
Q257: The first programing language designed for the non-technical users, was:

o Visual Basic

o Ada PG#9

o Basic

o Cobol

Ada: the mother?

Wrote a program for computing the Bernoulli’s sequence on the Analytical Engine - world’s 1st
computer program

Q258: If a computer could pass the Turing test then it would be able to :

o Win a million dollar prize

o Think like human beingsPG#13

o Think but slower than humans

o Do the things faster

The “Turing test”


A test proposed to determine if a computer has the ability to think. In 1950, Alan Turing (Turing, 1950)
proposed a method for determining if machines can think. This method is known as The Turing Test

Q259: USB stands for

o Uniform system Bill

o Universal system Bus

o Universal serial Bus PG#24

o Unified sequential Bus

USB

USB (Universal Serial Bus) is a plug-and-play hardware interface for peripherals such as the keyboard,
mouse, joystick, scanner, printer and modem.

Q260: are set of Rules & Regulation that provides communication in a network.

o Browser

o Protocol

o Internet Explorer
o Hyper Text

Q261: A communication protocol is a that governs the flow of information over a network.

o Set of Methods

o Set of Functions

o Set of rules

o None of the given

Q262: Registers that hold read-only values are known as . . . . . .

o Constant Registers PG#35

o Fixed Registers

o Vector Registers

o General purpose Registers

Constant registers hold read-only values (e.g zero or one).


Q263: The Capacity of a communication channel for carrying data is called:

o Base band

o Broad band

o Bandwidth

o None of the given choices

Bandwidth

Capacity of a communication channel for carrying data Measured in bits/s (bps), kb/s, Mb/s, Gb/s, Tb/s
Optical fiber channels have the highest (1 Tb/s)

Q264: ARPANET was dissolved in:

o 1990 PG#197

o 1991

o 1995

o None of the given choices


1990's1990 - The ARPANET is dissolved

Q265: TCP stands for :

o Transmission control practical

o Transmission control protocol PG#196

o Transfer center protocol

o None of the given choices

TCP ( Transmission Control Protocol)

Q266: Specifying the space in which a variable will be effective is called:

o Variable declaration

o Variable definition

o Variable scope PG#204

o Variable garbage collection


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.

Q267: JavaScript Array can hold elements of simultaneously.

o Single data types

o Multiple data types PG #180

o Integers and strings only

o Integers and characters only

JavaScript Arrays are Heterogeneous

Unlike many other popular languages, a JavaScript Array can hold elements of multiple data types,
simultaneously

Q268: Avoid lines type shorter than characters and longer than characters.

o 40,60 PG#175

o 30,60

o 20,30
o None of the given

Avoid lines of type shorter than 40 characters and longer than 60 characters

Q269: Ethernet & Token Ring Protocol used in:

o LAN PG#190

o WAN

o Both LAN and WAN

o None of the given choices

Several protocols are available for various types of networks. Here we discuss two that are popular for
LANs: Ethernet; Token Ring

Q270: Using networks access is restricted to authorized computers only.

o Public

o Private PG#186
o Both Public & Private

o None of the given

Private Networks

• Organizations having many computers usually connect them in the form of private networks

Access to these networks is restricted to authorized computers only

Q271: Which of the following keyword is used to jump out of switch statement as soon as a match is

found?

o Default

o Else

o Jump

o Break
Q272: enables users located at far-way locations to easily share information with others located all
over the world.

o Protocol

o Internet PG#196

o Communication channel

o None of the given

Internet

Enables users located at far-way locations to easily share information with others located all over the
world

Q273: Good design should assist the user in

o Getting results

o Searching

o Recovering from errors PG#185

o Reading the information

Good designs assist the user in recovering from errors


Q274: In which topologies, network is not affected if one computer goes down?

o Star & Bus PG# 188 and 189

o Bus & Ring

o Ring & Star

o None of the given

Star & Bus

If any of the nodes goes down, the rest of the network is not affected

Q275: Files can be downloaded or uploaded using protocol

o SMTP

o FTP PG#185

o TELNET

o None of the given choices


can download or upload files to a remote computer using the FTP protocol

Q276: There are mainly types of network according to distance between the nodes.

o2 PG#187

o 3

o 4

o 5

Types of Computer Networks according to the distance between nodes LAN: Local Area Network)

WAN: Wide Area Network)

Q277: In JavaScript Two of the key ‘Array’ methods are:

o onFocus( ) , count( )

o onBlur( ), sort( )

o reverse( ), sort() PG#178


o reverse( ), onclick( )

Two of the key ‘Array’ methods are:

– reverse( )

– sort( )

Q278: DARPA stands for:

o Defense Advanced Research Project Agency Click here for detail

o Direct Automatic Research Private Agency

o Defense Automatic Research Project Agency

o None of the given

Q279: hotWeather =(Temperature = = 40); in the above statement, the variable hotWeather id of type

o number

o string
o Boolean

o None of the given

Q280: Declaring variables ( using the var keyword) within a function makes it:

o Local variable PG#207

o Global variable

o Abstract variable

o Parameter

Local Variables

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

Q281: is used to form a connection between two separate, but similar networks.

o Bridge PG#187

o Router
o Gateway

o None of the given choices

Bridge

Used to form a connection between two separate, but similar networks

In a way, it creates an extended LAN by passing information between two or more LANs

Q282: Network fails if a single node fails.

o Ring PG#189

o Bus

o Star

o None of the given choices

Ring

The network fails if a single node fails

Q283: Rule of thumb learned through trial & error is called


o Heuristic PG#166

o Mistake

o Common sense

o Experience

Heuristic

Rule of thumb learned through trial & error

Q284: is a special purpose computer that directs the data traffic when several paths are available.

o Bridge

o Router PG#187

o Gateway

o None of the given choices

Router

A special-purpose computer that directs data traffic when several paths are available

A router examines the destination info in each arriving packet and then routes it through the most
efficient path available
Q285: NCSA stands for:

o National Center for Supercomputing Applications PG#197

o National Center for Supreme Applications

o National Center for Super Authority

o None of the given choices

1972 - The National Center for Supercomputing Apps. (NCSA) develops the telnet application for remote
login, making it easier to connect to a remote computer

Q286: Heuristics are used because they

o Always give the best results

o Mostly gives good-enough results PG#170

o Don’t give wrong results

o Are commonly used as rule of thumb

Heuristics don’t always lead to the best results

At times they even lead to the wrong ones, but mostly to results that are good-enough
Q287: In partitioning of program/module, it should be assured that partitioned chunks should be as

as possible.

o Dependent

o Independent PG#166

o Complex

o All of the above

In partitioning, choose the chunks so that they are as independent as possible

Q288: The MS DOS operating system came bundled with:

o UNIVAC1

o Cray 1
o IBM PC Click here for detail

o Altair 8800

Q289: Using topology, adding new nodes is difficult.

o Ring PG#189

o Bus

o Star

o None of the given choices

Ring

New nodes are difficult to add

Q290: is a special purpose computer that connects and translates between networks that use different
communication protocols.

o Bridge

o Router
o Gateway PG#187

o None of the given choices

Gateway

A special-purpose computer that connects and translates between networks that use different
communications protocols

Q291: First internet program was launched in:

o 1968

o 1969

o 1970

o 1978

Q292: Any variable in JavaScript can hold any type of value, and the that type can change midway
through the program.

o True PG#144
o False

JavaScript Variables are Dynamically Typed

Any variable in JavaScript can hold any type of value, and that type can change midway through the
program.

Q293: How many iterations would this “for” loop runs. For (x=6000;x>0;x=x-1){document. Write(x);}

o 5900

o 6000 PG#164

o 6001

o None of the given

Q294: Which of the following are types of communication channels?

o Wire & Dedicated

o Wire & Wireless PG#190

o Wireless & Remote control

o None of the given choices


Types of Communication Channels 1 . Wire

2 . Wireless

Q295: For interesting work with images you need

o SP

o JSP

o JavaScript

o None of the above

Q296: Which is the protocol that is used to send and receive eMail message over TCP/IP network?

o FTP

o TCP

o telnet protocol

o SMTP PG#213
SMTP: Simple Mail Transfer Protocol

A protocol used to send and receive eMail messages over a TCP/IP network

Q297: Team is responsible for the maintenance, expansion, improvement of the infrastructure
consisting of workstations, networking equipment, software & network security.

o SupportPG#300

o Configuration Management

o Quality Assurance

o None of the above

Support Team
Responsible for the maintenance, expansion, improvement of the infrastructure consisting of:

– Workstations, servers, printers

– Networking equipment (router, switch, hub)

– SW (OS, development SW, productivity SW, etc.)

– Network security

Q298: In case of mode, user starts a program which computer executes with the given data and
produces results without any further intervention from user.

o Batch PG#81

o Interactive

o Time-Sharing

o User

Batch-mode

The user starts the program and the computer processes the provided data and produces results
without any further intervention of from the user

Example: Payroll

Q299: Assume that we want to create a text box which is invisible from the user and should only be used
to provide data to the web server. Which of the following attributes will be used to make invisible?

o Hidden
o Invisible

o Secret

o Hide

Q300: Binary numbers are expressed in notation

o Positional PG#41

o Neutral

o Vertical

o horizontal

Binary (base 2) numbers are also expressed in the positional notation

Q301: To select a single option from multiple options we use control.

o Check box

o Radio box Click here for detail

o Text box
o None of the given

Radio Button Control

Radio buttons are used when out of many options; just one option is required to be selected. They are
also created using HTML <input> tag but type attribute is set to radio.

Q302: A truth table defines the output of function W.r.t the inputs

o None PG#44

o Input

o Output

o Both input and output

A truth table defines the output of a logic function for all possible inputs

Q303: Algorithms is a

o Definition of problem

o Sequence of steps to solve problem PG#320


o Understanding of problem

o Solving a problem

Algorithm

1st Definition:

Sequence of steps that is taken to solve a problem

Q304: Operating system talks to and manages devices through .

o Application

o Device driver PG#66

o Utility software

o None of the above

Applications talk to devices through the OS and OS talks to and manages devices through Device Drivers

Q305: Computer directly understand the language


o Human

o High level

o Machine Click here for detail also on handout PG#59

o None of the given

Machine Language

A system of codes directly understandable by a computer's CPU is termed this CPU's native or machine
language. Although machine code may seem similar to assembly language they are in fact two different
types of languages. Machine code is composed only of the two binary digits 0 and 1.

Q306: Feature allows you to recover from mistakes.

o Copy

o Paste

o Cut

o Undo PG#225

The Best Feature: Undo

Allows you to recover from your mistakes Allows you to experiment without risk
Q307: Avoid to ensure readability of web page

o Overuse of bold and italics PG#175

o Use of paragraphs

o Use of white spaces

o Use of contrast colors

Ensuring Text is Readable:

Use sans serif (e.g. Arial, Helvetica, Verdana) typefaces for display on screen Display type intended for
continuous reading at 10 to 14 points

Avoid the overuse of bold and italics Avoid setting type in all caps

Q308: of the following is loop statement.

o For

o While

o Do-While
o All of the given

Q309: is a smallest unit of data transmitted over a computer network.

o Frame

o Packet PG#186

o Message

o None of the given choices

Packet

• The smallest unit of data transmitted over a computer network

Q310: Communications on the internet is controlled by a set of two protocol , named:

o HTTP & SMTP

o FTP & TELNET

o TCP & IP PG#196


o None of the given choices

Internet Networking Protocols

Communications on the Internet is controlled by a set of two protocols: TCP and IP TCP/IP Transmission
Control Protocol/Internet Protocol

Q311: JavaScript is not the object based language.

o True

o False PG#96

Script:

Is an interpreted language

Supports event-driven programming Is object-based

Q312: VULMS is an example of software.

o Engineering

o Entertainment

o Educational

o scientific
Virtual University Learning Management System (VULMS)

Q313: Algorithms is sequence of steps that can be taken to solve a given

o Task

o Process

o Problem PG#99

o All of the given

Algorithm:

Sequence of steps that can be taken to solve a given problem

Q314: Decision support systems are also called .

o Operating system

o Expert system PG#83

o ERP system
o None of the above

DSS (Decision Support Systems) SW

Sometimes also called “expert systems”

Q315: is database management software.

o MS Access PG#262 Click here for detail

o MS Word

o MS Excel

o MS Paint

You might also like