CS101 Introduction to Computing Solved Mcqs

CS101 Introduction to Computing Solved Mcqs

VU HELP CENTER : 03478749900

 


 

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 Mark 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

 

Q24 There is a battery on the mother board to: wwwv.vuzs.info

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

Q30 If we want to show numbers with List Items, then we use

none of the given

 

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

 

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
flowchart elements

Start or stop

Process

Input or output

Connector

Decision

Flow line

Off-page connector

these are all the elements of flow chart so?

 

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

 

*******************************************************************************

 

CS101 LATEST QUIZ SOLVED BY BINISH AWAIS

 hameedpk5: MC100200532 : Hameed Ul Haq

Quiz Start Time: 10:47 PM Time Left 86
sec(s)

Question # 1 of 15 ( Start time: 10:47:57 PM ) Total M – 1
The name of very first computer was:
Select correct option:
ABC 
BCD
EDC
None of the given choices

hameedpk5: MC100200532 : Hameed Ul Haq
Quiz Start Time: 10:47 PM Time Left 85
sec(s)
Question # 2 of 15 ( Start time: 10:48:47 PM ) Total M – 1
You have learnt about tags, recalling Head Tag, Which one is correct?
Select correct option:

<HEAD> </HEAD> 
<HEAD> <END>
<HEAD> </END>
<HEAD> <\HEAD

hameedpk5: MC100200532 : Hameed Ul Haq

Quiz Start Time: 10:47 PM Time Left 84
sec(s)

Question # 3 of 15 ( Start time: 10:49:20 PM ) Total M – 1
Grace Hopper of US Navy develops the very first_______compiler
Select correct option:
Low-level Language
High-level language 
Both high and low level language
None of the given choices

 

hameedpk5: MC100200532 : Hameed Ul Haq

Quiz Start Time: 10:47 PM Time Left 86
sec(s)

Question # 4 of 15 ( Start time: 10:50:16 PM ) Total M – 1
Without one of following item a web site is read only:
Select correct option:

Form

Dialog Box
Button
Scroll Bar

 

10:51 PM hameedpk5: MC100200532 : Hameed Ul Haq

Quiz Start Time: 10:47 PM Time Left 84
sec(s)

Question # 5 of 15 ( Start time: 10:50:52 PM ) Total M – 1
Greedy algorithms are usually faster, since they don’t consider the details of possible alternatives
Select correct option:

True 
False

 

hameedpk5: MC100200532 : Hameed Ul Haq

Quiz Start Time: 10:47 PM Time Left 88
sec(s)

Question # 6 of 15 ( Start time: 10:51:51 PM ) Total M – 1
A strategy in which all possible combinations are examined and best one is selected called……………
Select correct option:

Divide and conquer
Brute force 
Heuristic
All of given

hameedpk5: MC100200532 : Hameed Ul Haq

Quiz Start Time: 10:47 PM Time Left 79
sec(s)

Question # 7 of 15 ( Start time: 10:52:29 PM ) Total M – 1
Utility Software is a type of ________ Software
Select correct option:

System
Application
both a & b 
none of the given

hameedpk5: MC100200532 : Hameed Ul Haq

Quiz Start Time: 10:47 PM Time Left 84
sec(s)

Question # 8 of 15 ( Start time: 10:53:32 PM ) Total M – 1
Quantum Mechanics is the branch of _____ ; which describes the activity of subatomic particles.
Select correct option:

Chemistry
Computer Science 
Physics
None of the given choices

 

hameedpk5: MC100200532 : Hameed Ul Haq

Quiz Start Time: 10:47 PM Time Left 87
sec(s)

Question # 9 of 15 ( Start time: 10:54:22 PM ) Total M – 1
Which one of these is NOT an example of embedded computers
Select correct option:

Microwave oven
IMB PC 
Refrigerator
Calculator

hameedpk5: MC100200532 : Hameed Ul Haq

Quiz Start Time: 10:47 PM Time Left 82
sec(s)

Question # 10 of 15 ( Start time: 10:55:51 PM ) Total M – 1
Which of the following is a computer storage device that saves and retrieves the data when required?
Select correct option:

Hard Disk 
RAM
ROM
None of the given choices

Quiz Start Time: 10:47 PM Time Left 85
sec(s)

Question # 11 of 15 ( Start time: 10:57:22 PM ) Total M – 1
World wide web is a collection of web pages which is:
Select correct option:

logically unified
physically distributed
logically combined
logically unified and physically distributed

Quiz Start Time: 10:47 PM Time Left 86
sec(s)

Question # 12 of 15 ( Start time: 10:58:23 PM ) Total M – 1
Computer directly understand the _________ language
Select correct option:

human
high level
machine 
none of given

hameedpk5: MC100200532 : Hameed Ul Haq
Quiz Start Time: 10:47 PM Time Left 84

sec(s)

Question # 13 of 15 ( Start time: 10:59:22 PM ) Total M – 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

 

11:01 PM hameedpk5: MC100200532 : Hameed Ul Haq

Quiz Start Time: 10:47 PM Time Left 87
sec(s)

Question # 15 of 15 ( Start time: 11:01:03 PM ) Total M – 1
Bit is originated from………………
Select correct option:

Decimal
Binary 
Hexadecimal
Octal

Avoid __________ to ensure readability of web page
Overuse of bold and italics
Use of paragraphs
Use of white space
Use of contrast colors

Deep Blue was the name of:
Human
Computer
City
None of the given choices

Using ____, a user can remotely log on to a computer (connected to the user through a network, e.g. Internet) & have control over it like a local user, including control over running various programs ?
FTP
TCP
Telnet Protocol
None of the given choices

Telnet Protocol
Using Telnet, a user can remotely log on to a computer (connected to the user’s through a TCP/IP
network, e.g. Internet) & have control over it like a local user, including control over running various programs In contrast, FTP allows file operations only

Typical use: Configuring and testing of a remote Web server
DoS is________ ?
Crime
Cyber crime
Not a crime
A software
__________ 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

Vacuum tubes were replaced by:
Transistors
Electrodes
Electric Relays
None of the given choices

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

___ 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

Communication protocol is a __________that governs the flow of information over a network
Set of methods
Set of protocols
Set of rules
Device

_____________ 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
_____________ team consists on the sharpest technical minds in the company.
Architecture
Business Development
Configuration Management
Developer

_______________ is responsible for day to day operations.
CEO
COO
CMSO
Developer

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

The transistor is a solid state semiconductor device used for amplification and switching, and has _____ terminals.
one
two
three
four

Blue Pacific is a name of _____ computer.
Mini
Desktop
Micro
Super

Monte Carlo algorithm is an example of
Randomized algorithm
Greedy algorithm
both greedy and randomized
Heuristics

A set of stand alone productivity applications designed to work together known as __
Productivity software suites
Compiled software
Secure software
Intelligent software