CS101 Q1. Computers are good at: 
Speed
Storage
Never bored
All of the given choices 


CS101 Q2.Grace Hopper of US Navy develops the very first_______ compiler 
 Low-level Language
High-level language
Both high and low level language
None of the given choices 
2.5  Harvard Mark 1 – 1943:
Howard Aiken and Grace Hopper designed the MARK series of computers at Harvard University. The MARK series of computers began with the Mark I in 1944.
Imagine a giant roomful of noisy, clicking metal parts, 55 feet long and 8 feet high. The 5-ton device contained almost 760,000 separate pieces. Used by the US Navy for gunnery andballistic calculations, the Mark I was in operation until 1959.  The computer, controlled by pre-punched paper tape, could carry out addition, subtraction, multiplication, division and reference to previous results. It had special
subroutines for logarithms and trigonometric functions and used 23 decimal place numbers. Data was stored andcounted mechanically using 3000 decimal storage wheels, 1400 rotary dial switches, and 500 miles of wire. Its electromagnetic relays classified the machine as a relay computer. All output was displayed on an electric typewriter. By today's standards, the Mark I was slow, requiring 3-5 seconds for a multiplication operation
(p14
CS101 Q3.The first Web browser with a GUI was generally available in: 
1992
1993
1994
1995 
The first Web browser with a graphical user interface was generally available (Mosaic, in 1993), the term seemed to apply to Web content, too. Technically, a Web browser is a client program that uses the Hypertext Transfer Protocol (HTTP) to make requests of Web servers throughout the Internet on behalf of the browser user.(18

The name of first program-controlled machine was:
ENIAC
Attanasoff-Berry Computer
Harvard Mar
k 1
Pentium
Harvard  Mark 1 – 1943  
·         Howard Aiken  of Harvard University 
·         The first program controlled machine
·         Included all the ideas proposed by Babbage for the Analytical Engine
·         The last famous electromechanical computer
CS101 Q4. If a computer could pass the Turing test then it would be able to: 
win a million dollar prize
think like human begins 
 
 

think but slower than humans
do the things faster 
2.2  The “Turing test”
A test proposed to determine if a computer has the ability to think. In 1950, Alan Turing (Turing, 1950) proposed a method for determining if machines can think. This method is known as The Turing Test.  (13
Q5.The name of programming language, specifically designed by the US Department of Defense for developing military applications, was:


Smalltalk
C
C++
Ada 
Ada: A programming language specifically designed by the US Dept of Defense for developing military applications was named Ada to honor her contributions towards computing(p9
Q6.TCP Stands for:


Transmission Control Principles
Transmission Control Protocol
Transformation Control Protocol
Translation Control Protocol 
Communications on the Internet is controlled by a set of two protocols: TCP and IP TCP/IP Transmission Control Protocol/Internet Protocol Networking protocol used by all computers and networks on the Internet Originally developed by the US DoD for Unix, but now available for most other OSes TCP breaks down the message to be sent over the Internet into packets IP routes these packets through the Internet to get them to their destination When the packets reach the destination computer, TCP reassembles them into the original message  (p196
Q7.Web is a unique invention by humans in terms that it is:


accessible to all humans
accessible to only the owners who control it
accessible to particular locations only
None of the given choices

Q8.The name of first commercially available PC was:


UNIVAC 1
ENIAC
EDVAC
Altair 8800 
2.9  UNIVAC 1 – 1951
UNIVAC-1. The first commercially successful electronic computer, UNIVAC I, was also the first general purpose computer - designed to handle both numeric and textual information. It was designed by J. Presper Eckert and John Mauchly. The implementation of this machine marked the real beginning of the computer era.(P14
 
 

Q9. A strategy in which all possible combinations are examined and best one is selected called……………


Divide and conquer
Brute force
Heuristic
All of given
16.12 The Brute Force Strategy (1)
A strategy in which all possible combinations are examined and the best among them is Selected (p103

Q10.Super Computers are used in:


Weather forecasting
Aeroplane manufacturing
Atomic Bomb experiments
All of the given choices 
Q11.ENIAC was first____ Computer 
Large-scale
General-purpose
Electronic
All of the given choices 
Reference:  ENIAC – 1946:
ENIAC I (Electrical Numerical Integrator And Calculator). The U.S. military sponsored their research; they needed a calculating device for writing artillery-firing tables (the settings used for different weapons under varied conditions for target accuracy).(p14)
Q12.Which one of the following units can be called as the brain of computer microprocessor?

ALU (Arithmetic & Logic Unit)
FPU (Floating Point Unit)
Control Unit
Bus Interface Unit
Reference: A  control unit is the part of a CPU or other device that directs its operation. The outputs of the unit control the activity of the rest of the device. A control unit can be thought of as a finite state machine. It is called the brain of computer microprcessor. (p36
Q13.Which one of the following is a really fast port that lets you connect computer peripherals and consumer electronics to your computer without the need to restart?

Freeware
Shareware
Fire wire
Firmware
Ref.
FireWire is simply a really fast port that lets you connect computer peripherals and consumer electronics to your computer without the need to restart. It is a simple common plug-in serial connector on the back of your computer. It has the ability to chain devices together in a number of different ways without terminators for example, simply join 2 computers with a FireWire cable for instant high-speed networking.(P24 )
 
 

Q14.The name of programming language, specifically designed by the US Department of Defense for developing military applications, was:

Smalltalk
C
C++
Ada
Ref.
Ada: A programming language specifically designed by the US Dept of Defense for developing military applications was named Ada to honor her contributions towards computing(p9
Q15 Which one of these is NOT an example of storage devices?

CD
Floppy
Hard Disk 
Q16 Which category of computers lies between Workstation and Mainframe computers?

Microcomputer
Desktop
Laptop
Minicomputer
4.4 Servers / Minicomputers A midsized computer. In size and power, minicomputers lie between  workstations and mainframes. In the past decade, the distinction  between large minicomputers and small mainframes has blurred, however, as has the distinction between small minicomputers and workstations. But in general, a minicomputer is a multiprocessing system capable of supporting from 4 to about 200 users simultaneously.(21

Q17 Algorithm is a precise sequence of a limited number of _________ , ___________steps that terminates in the form of a solution

Ambiguous, Executable
Nondeterministic, Finite
Finite, countable
Unambiguous, executable
Ref
1st Definition:
      Sequence of steps that is taken  to solve a problem
Better Definition:
      A precise sequence of a limited  number of unambiguous, executable  steps that terminates in the form of a solution
Q18 Which one of the following web programming languages used to do client-side scripting?

ASP
Server Side JavaScript
PHP
VBScript
We’ll use JavaScript to do client-side scripting.  However, there are many other languages p119
 
   
Q19 This principle called the “Ockham’s Razor,” states when choosing among competing, successful solutions to a problem; choose the one which is the least ________

Time Consuming
Ambiguous
Complex
Selecting Among Algorithms
When choosing among competing, successful solutions to a problem, choose the one which is the least
complex This principle is called the “Ockham’s Razor,” after William of Ockham - famous 13-th century English philosopher(101
Q20 _________ software sits on top of ________ software for performing user tasks.

System, Application
System, Productivity
Application, System
System, Programming
Q21 Deep Blue was the name of:

Human
Computer
City
None of the given choices
In 1997 Deep Blue, a supercomputer designed by IBM, beat Gary Kasparov, the World Chess Champion That computer was exceptionally fast, did not get tired or bored.  It just kept on analyzing the situation and kept on searching until it found the perfect move from its list of possible moves (P9)
Q22 Linux and Mac are examples of :

Uni processor OS
Multi processor OS

Q23 Given the HTML code, 
ahsan@vu.edu.pk My email. Read the code carefully and tell what out put browser will generate?

ahasn@vu.edu.pk
My email 
ahasn@vu.edu.pk
None of the given choices 
Q24 There is a battery on the mother board to

give power to the processor
Save information when computer is OFF
Help the boot process
Save information when computer is ON
ROM 
ROM is "built-in" computer memory containing data that normally can only be read, not 
written to. ROM contains the programming that allows your computer to be "booted 
up" or regenerated each time you turn it on. Unlike a computer's random access memory 
(RAM), the data in ROM is not lost when the computer power is turned off.  
The ROM is sustained by a small long-life battery in your computer


Q25 Alan Turing of Cambridge University presented his idea of a theoretically simplified but fully capable computer, now known as:

Analytical Engine
Turing Machine
Difference Engine
None of the given choices
Q26 _ is the example of a Web browser


Yahoo
Netscape Navigator
Web Application
Google 

Q27 The Analytical Engine was machine of which type?


Programmable
Mechanical
Digital
All of the given choices 
1.2. The Analytical Engine A programmable, mechanical, digital machine Could carryout any calculation Could make decisions based upon the results of the previous calculation Components: input; memory; processor; output(p 9)
 
    
Q28 Interactive Forms are always placed between:


Body tags of a Web page
Head tags of a Webpage 

Q29 Which interface on computer supports transmission of multiple bits at the same time?


Serial Port
Parallel Port
PS/2 Port
Universal Serial Bus 
Parallel
An interface on a computer that supports transmission of multiple bits at the same time; almost exclusively used for connecting a printer. On IBM or compatible computers, the parallel port uses a 25-pin connector.p24 
Q31 Trialware Softwares are used for 
 

short period 
long period 
life time 
none of the given
Software that can be run for a limited period of time before it is purchased. Trialware has a built-in expiration date and will cease to operate beyond that date if it has not been paid for. Also called "demoware.
Q32 Babbage’s Analytical Engine could store information permanently in:


Magnetic Tape
Floppy Disk
Punched Cards
None of the given choices 
 
 

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

ENIAC
EDVAC
UNIVAC 1
Attanasoff-Berry Computer 
ENIAC I (Electrical Numerical Integrator And Calculator). The U.S. military sponsored their research; they needed a calculating device for writing artillery-firing tables (the settings used for different weapons under varied conditions for target accuracy). John Mauchly was the chief consultant and J Presper Eckert was the chief engineer.
Eckert was a graduate student studying at the Moore School when he met John Mauchly in 1943. It took the team about one year to design the ENIAC and 18 months and 500,000 tax dollars to build it. The ENIAC contained 17,468 vacuum tubes, along with 70,000 resistors and 10,000 Capacitors.
Q34 Greedy algorithms are usually faster, since they don't consider the details of possible alternatives


True
False 
KEY ADVANTAGE: Greedy algorithms are usually faster, since they don't consider the details of possible alternatives  (P102

Q35 SCSI stands for:
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 newer USB port. Also know as the Small Computer System Interface.(24

 
 

Q36 Greedy algorithm does not support……………….. Situation.
Local
Global
Complex
All of given
 
 

Q37 Which of the followings is not a Flowchart Element?
Off- frame connector
Input or output
Process
Connector

 Q38 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

Q39 Teraflop stands for:
Thousand floating point operations per second
Thousand floating point operations per hour
Trillion floating point operations per second
Trillion floating point operations per hour

Post a Comment

Don't Forget To Join My FB Group VU Vicky
THANK YOU :)

Previous Post Next Post