Sie sind auf Seite 1von 52

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 Time PG # 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
In spreadsheet, which of the following function is used to solve the equation 3 x  2 x  5  0 ?
3
427.
► =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. A user may access any item on the web through __________.
► URL ► Telnet ► POP ► SMTP
606. 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
607. Following is highest level of heading tag in list given below.
► H3 ► H4 ► H5 ► H2
608. __________ Correctness is easier to check as compared with __________
► Syntactic, Semantic ► Semantically, Syntactically ► Systematically, Semantically
► None of the given options
609. __________ refers maintaining the correctness and consistency of data
► Security ► Integrity ► Reliability ► None of the given
610. Which of the following keyword is used to jump out of switch statement as soon as the match is
found?
► Default ► Else ► Jump ► Break
611. How much parameters does POW () function have?
►2 ►1 ►3
612. POP, IMAP and SMTP are related to one of the following service/services?
► Electronic Mail ► Instant Messaging ► Both a and b ► None of above
613. _______ is designed for 2D-Animation .
► Flash Animation ► HTML image class ► Web Browser ► HTML 2D class
614. ________ Color should be used in background for a good presentation.
► Light ► Dark ► Red ► none of the given options
615. ____ 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
616. For how many times the Nested For Loop shall execute;
20 15 25 Shall terminate in first loop.
617. 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
618. A new cell using HTML is added in table row by _____________
<TC>…</TC> <TR>…</TR> <TD>…</TD> <NC>…</NC>
619. JavaScript consider everything as:
Control Window Object Statement
620. The intersection of a row and a column is called
Data Field Formula Non of the above
621. Name, Border, Source are the ____________ of the image object.
Event Handler Properties Methods None of the given options
622. ______ is in Executive team.
Project Manager (Correct) CEO Team Lead Developer
623. Which of the following is NOT an event handler for image object?
onAbort onError onLoad onUser (Correct)
624. 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
625. Virus scanning software is a kind of _ _.
Utility Program System Software Device Driver Freeware
626. The floppy disk was introduced in the market by
Hewlett Packard IBM Intel Yoshiro Nakamats
627. JavaScript uses to response against user's actions.
Special Controls Event Handlers Window objects Interrupts
628. -----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
629. After computer is turned ON, the Loader loads into the memory.
► Hardware► Device Manager► File Manager► Kernel
630. After execution of the statement: var city = “lahore”; the exact data type of the variable “city”
will be
► Boolean► Integer► String► Float
631. Symbol is used for
► Connector► Off page connector► Start and end► Both a and b
632. Which way of algorithm representation strictly follow the syntax for correct execution.
► Flow chart► Pseudo code► Actual code and pseudo code► Actual code
633. ----is commonly known as Document view mode.
► WYSIWYG mode► Print Layout mode► Both a and b► None of the given
634. Detailed Design is a level design.
► High► Soft► Low► Medium
635. How many types of tags are there in HTML
4 3 2 5
636. On a website, if you want to move from one webpage to another then it is possible through
URL Hyperlink Homepage Netscape Navigator
637. 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
638. How many types of core tasks are there in an operating system?
6 7 8 5
639. Operating systems are of _ types.
6 7 5 4
640. 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
641. Which one of the following is the correct code syntax in JavaScript?
setTimeout() Settimeout() SetTimeout() SettimeOut()
642. _ is the basic use of MS Word?
Writing and editing text Sorting values Doing mathematical calculations
Creating animations
643. Choose the right extensions for saving a web page.
*.index, *.doc *.xls, *.cvs *.html, *.htm *.jpg, *.bmp
644. 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
645. 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
646. 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
647. -----have highest operation rate for computers, in the given options.
► Wearable Computers► Mini Computers► Personal Computers► Handheld Computers
648. 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
649. A is a separate program that converts the entire source program into machine language
before executing.
► Interpreter► Debugger► Translator► Compiler
650. ----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
651. A personal _ is a utility program that detects and protects a personal computer from
unauthorized instructions.
► Firewall► Antivirus► Trojan horse► None of above
652. It makes the vacuum tube interesting that we find the flow of current from .
The ends The tube The vacuum The electrodes
653. Mainly CPU performs in computer system
Storage of data Processing of data Input of data Networking of hardware
654. Base 16 is the base of number system.
Binary Decimal Hexadecimal Octal
655. A web site is considered to be read only without a
Dialog box Button Scroll bar Form
656. 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
657. -----computers have low power consumer processors.
Super Main Frame Personal Laptop
658. <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
659. In bubble sort, the term ‘Swap’ means adjacent elements if they are out of order.
Searching Managing Correcting Exchanging
660. JavaScript considers everything as a / an _ .
Control Window Object Statement
661. Which one of the following is not a property of a good algorithm
Consistency Unambiguousness Efficiency Time taking
662. Chose which of the following was the first electronic computer?
ABC UNVAC 1 Harvard Mark 1 ENIAC
663. 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
664. Object oriented programming languages are all about
Behaviors Methods Objects Properties
665. Theoretical aspect of modern computing were conceived by the advent of .
Analytical Engine Punched Cards Turing Machine Mechanical Computers
666. Monte Carlo algorithm is an example of
► Randomized algorithm► Greedy algorithm► both a & b ► Heuristics
667. Which of the following is NOT a component of IC?
► Transistors► Diodes► Resistors► Vacuum tubes
668. 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
669. 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
670. 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
671. Which of the following Computer is not restart when we Upgrade or repair:
_Laptop _Server _Mini Computer _Main Computer
672. The -----has changed marketing forever, redirecting it from a mass focus to a single person focus.
1. Web*2. Television3. Mobile4. Radio
673. 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
674. Autonomous Web Agents are also known as .
1. Mobile Agents2. Softbots3. Both "Mobile Agents" & "Softbots"*4. None of these
675. 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
676. 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
677. ------images enhanced to impart the illusion of depth.
1. Parallel2. Diagonal3. Flat*4. None of these
678. Bit-map images compresses using the algorithm.
1. LZV 2. LZW* 3. LZE 4. None of these
679. A string consisting of JavaScript statements enclosed in double or single
1. LINES 2. EVENTS 3. TAG’s 4. QUOTES
680. 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
681. VoIP stands for
1. Video over Internet Protocol2. Visual on Internet Protocol
3. Voice over Internet Protocol4. None of these
682. ------is a type of computer-to-computer messaging.
1. TCP2. Telnet3. E-mail4. FTP
683. ------addresses are difficult to recognize and remember for humans.
1. TCP2. IP3. SMTP4. None of these
684. Specifying the space in which a variable will be effective is called:
1. Variable declaration2. Variable definition3. Variable Scope4. Variable garbage
collection
685. Files can be downloaded or uploaded using protocol.
1. SMTP 2. FTP 3. TELNET 4. None of the given choices
686. 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
687. Users look for solution.
1. Optimal 2. First good enough 3. Good 4. Best
688. Avoid to ensure readability of web page
Overuse of bold and italics Use of paragraphs Use of white space Use of contrast colors
689. -------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
690. 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
691. Infection propagation and Actual destructive are the components of
Transmission mechanism Payload Worms Trojan Horse
692. --------is a special purpose computer that connects and translates between network that use
different communication protocols.
Bridge Router Gateway None of the given choices
693. The solution of the Mail Bombing is
Filtering Do not accept emails eMail filtering There in no solution for it
694. The color of each pixel is generally represented in the form of a .
Duplet Triplet Both a & b None of these
695. The name of first commercially available PC was:
UNIVAC 1 ENIAC EDVAC Altair 8800
696. ---is a branch of computer science concerned with manipulating and enhancing computer
graphics.
Image Handling Image Processing Image Engineering None of these
697. -------has changed our way of life like no other technology.
Computational technology Computer technology Computing technology None
698. Sophisticated event handling is not possible with event handling
Off-Line In-Line Out-Line None of the given choices
699. Babbage’s Analytical Engine could store information permanently in:
Magnetic Tape Floppy Disk Punched Cards None of the given choices
700. 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
701. In---- TCP\IP protocols became the only set of protocols used on the ARPANET.
1973 1983 1972 None of the given choices
702. The virus may display an annoying, but harmless message
Malicious Neutral Helpful DoS
703. The internet communities are .
Geographical based Interest based Country based Religion based
704. The key benefit of VPNs over conventional PNs is:
Security Efficiency Lower Cost None of the given choices
705. ---------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
706. A user may access any item on the Web through a .
HTTP SMTP URL None of these
707. In JavaScript, every user-defined function must be written between tag-set.
<JAVASCRIPT> </JAVASCRIPT> <SCRIPT> </SCRIPT>
<FUNCTION> </FUNCTION> <CODE> </CODE>
708. 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
709. IP address consist of 8-bit number can be 0 to .
1024 256 255 None of these
710. 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
711. _ is used to transfer files between computers on a TCP/IP network
TCP FTP Telnet Protocol All of the given choices
712. One can browse documents residing on a remote computer using protocol.
SMTP TELNET HTTP None of the given choices
713. ----------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
714. ARPANET splits into two nets to keep military & non-military network sites separate, named :
ARPANET & MILNET MICRONET & MILNET PICONET & ARPANET None
715. ---------- provide software tools needed to organize and manipulate the data in a flexible
manner.
Data base DBMS data mining file system
716. Browser sends-------request to web server to access a file.
SET GET TRANSFER ALL
717. Internet domain names are located & translated into IP address through
Domain name software domain name system domain name internet service provider
718. Which of the following is a meaningful, easy to remember “label” for an IP address
Internet domain name internet service provider domain name system
719. The e-mail client send message to
Email client SMTP server pop3 server all
720. 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
721. --------- is the process of efficiently organizing data in a database.
Data mining data normalization data redundancy data manipulation
722. Greedy algorithms are usually faster, since they don't consider the details of possible
alternatives
True False
723. All problems can be solved by must employing all of the following building blocks Sequences
Conditionals Loops:
True False
724. In automatic machines perform various tasks that were previously performed by humans.
Fuzzy Logic Robotics Rule based Systems None of these
725. Using Color Mapping scheme only a limited number of color called are allowed.
Reserved Pointers Platelet None of these
726. JavaScript doesn’t support
Mathematics Functions in Separate File Drawings of Graphics Printing
727. A strategy in which all possible combinations are examined and the best among them is selected
is called Strategy
Heuristic Deterministic Randomization Brute Force
728. -------- Contains information not about the contents of the display, but the browser itself
JavaScript Objects User-defined Objects Browser Objects None of the given
729. Good design should assist the user in
Getting results Searching Recovering from errors Reading the
information
730. 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
731. In Goal Seek there will be boxes to fill in.
One Two Three Four
732. ------are names used by JavaScript to refer to variables.
Identifiers Constants Objects None of the given
733. The reserved word allows a determined action to be taken if the first condition is false.
Switch Else While For
734. Avoid lines of type shorter than characters and longer than characters.
40,60 30,60 20,30 None of the given
735. In programming Software methodology is also called top down design.
Object oriented design Structured design Flow Chart design Use case design
736. Good navigation should be invisible until it is
Clicked Browsed Wanted Searched
737. -----------is the smallest image forming element on a computer display
Bit Pixel Palette None of these
738. The IP address consists of bits
64 32 16 128
739. Internet is an example of network.
Private Public Both Private and Public None of the given choices
740. converts computer messages to electrical pulses that are suitable for transmission over the
telephone line.
Modulator Demodulator Modulator and Demodulator None
741. The greatest, shared resource of information created by humankind is: Select correct option:
Web Dictionary Vocabulary Glossary
742. The most common type of Relational database for server is _
Access Oracle MySQL Excel
743. Voice over IP has modes
2 3 4 5
744. Which of the following is NOT the example of Presentation Development software? Microsoft
PowerPoint Macromedia Dreamweaver C A Harvard Graphics Lotus Freelance
Graphics
745. Which of the following is termed as a P2P connection ?
Client-less connection Server-Oriented connection
Server-less connection Server-client connection
746. Table rows are called
Records Fields Identifiers Data
747. ------address is a unique identifier for a computer on a TCP\IP network.
IP SMTP HTTP None of these
748. 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
749. The output of statement “parseInt ( “3.1526” );” will be
3 3.1526 3.2 NAN
750. 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
751. In Analysis of Algorithms generally measured in terms of the number of steps required to
execute an algorithm
Bandwidth time memory logic functions
752. Which of the following is NOT true about modern computers?

► More powerful Smaller in size Consume less energy Costly


753. JavaScript support drawing of graphics

Does Does not Always At times

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

► Protocol► TCP► IP► NIC

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

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

756. The best number of lines in a slide is

► 9 ► 11► 13 ► 5

757. FTP stands for

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

758. Processed data is called .

► Information (Correct) ► Data► Entity► Attribute

759. Functions are also called:


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

Input Output Input/Output Storage

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

TFlash Vflash plug-in None of the given options

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


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

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

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

Infection propagation and Actual destructive are the components of Transmission


mechanism Payload

Worms Trojan Horse

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

Select correct option:

win a million dollar prize think like human begins

think but slower than humans do the things faster

Question # 4 of 10 ( Start time: 05:14:53 PM ) Total Marks: 1

is a special purpose computer that connects and translates between network that use different
communication protocols.

Select correct option:

Bridge Router Gateway

None of the given choices

Gateway

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

Question # 5 of 10 ( Start time: 05:15:51 PM ) Total Marks: 1 The solution of the Mail Bombing is

Select correct option:


Filtering

Do not accept emails eMail filtering

There in no solution for it

Question # 6 of 10 ( Start time: 05:16:38 PM ) Total Marks: 1 The name of very first computer was:

Select correct option:

ABC BCD EDC

None of the given choices

ENIAC (pronounced [< ɛniæk]), short for Electronic Numerical Integrator And Computer,was the first
general-purpose electronic computer.

Question # 8 of 10 ( Start time: 05:17:34 PM ) Total Marks: 1

MATH functions are accessed by referring to various of the Math object Select correct option:

Functions Events Properties Methods

In addition to the simple arithmetic operations (e.g. +, *, etc.) JavaScript supports several advanced
mathematical operations as well

Notationaly, these functions are accessed by referring to various methods of the Math object

Question # 7 of 10 ( Start time: 05:16:57 PM ) Total Marks: 1

The color of each pixel is generally represented in the form of a . Select correct option:
Duplet Triplet Both a & b

None of these

Rule of thumb learned through trial & error is called Select correct option:

Heuristic Mistake Common sense Experience

Question # 9 of 10 ( Start time: 05:18:36 PM ) Total Marks: 1 SCSI stands for:

Select correct option:

Small Computer System Interface System Common Small Integration Silicon Computer System Interface
None of the given choices

SCSI

A port that's faster than the serial and parallel ports but slower and harder to configure than the
newerUSB port. Also know as the Small Computer System Interface.

A high-speed connection that

Internet is an example of network.

Select correct option:

Private Public

Both Private and Public None of the given choices


Question # 2 of 10 ( Start time: 05:21:53 PM ) Total Marks: 1 The name of first commercially available PC
was:

Select correct option:

UNIVAC 1 ENIAC EDVAC

Altair 8800

Question # 3 of 10 ( Start time: 05:22:43 PM ) Total Marks: 1 Algorithm is a

Select correct option:

Definition of a problem

Sequence of steps to solve a problem Understanding of a problem

Solving a problem

Question # 4 of 10 ( Start time: 05:23:52 PM ) Total Marks: 1 A group of information is called


Select correct option:

File Database Record Field

Question # 5 of 10 ( Start time: 05:24:17 PM ) Total Marks: 1

is a branch f computer science concerned with manipulating and enhancing computer graphics.

Select correct option:

Image Handling Image Processing Image Engineering None of these

Question # 6 of 10 ( Start time: 05:25:34 PM ) Total Marks: 1


has changed our way of life like no other technology. Select correct option:

Computational technology Computer technology Computing technology None of the Above

Question # 7 of 10 ( Start time: 05:26:27 PM ) Total Marks: 1

Sophisticated event handling is not possible with event handling Select correct option:

Off-Line In-Line Out-Line

Non of the given choices

Question # 8 of 10 ( Start time: 05:27:03 PM ) Total Marks: 1 Babbage’s Analytical Engine could store
information permanently in: Select correct option:

Magnetic Tape Floppy Disk Punched Cards

None of the given choices

Question # 9 of 10 ( Start time: 05:28:30 PM ) Total Marks: 1

There are popular schemes to reduce the number of bytes that are required for storing graphics.

Select correct option:

None of these
A number of clever schemes have been invented to reduce the number of bytes that are required for
storing graphics. 2 popular ones:

Color mapping Dithering

Question # 10 of 10 ( Start time: 05:30:01 PM ) Total Marks: 1 The internet-society is considered under
Surveillance because:

Select correct option:

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

Which of the following is incorrect for making design elements legible? Select correct option:

Elements should be large enough Elements must contrast sufficiently

Related elements should be visually grouped Elements should have no visual focus

Das könnte Ihnen auch gefallen