cs101 SOlVED QUIEZ FILE

cs101 quiez

-CS101 SOLVED QUIEZ FILE-

Download File Here

Declaimer:

 Answers are based on Quiz attempted by students and their feedback, If found any mistake kindly inform us.
Question No: 1 ( Marks: 1 ) – Please choose one
Human are better than computers at:
► Efficiency
►Accuracy
►Pattern recognition  ( Correct )
►None of the given choices

Question No: 2 ( Marks: 1 ) – Please choose one
Cray-1 was first commercial _________ computer
►Super ( Correct )
►Mini
►Micro
►Personal

Question No: 3 ( Marks: 1 ) – Please choose one
URL is a/an ________
►Device
►Component
►Address  ( Correct )
►Tool

Question No: 4 ( Marks: 1 ) – Please choose one
Mainframe Computers are also called _____
►Enterprise Servers  ( Correct )
►Personal Servers
►Enterprise Managers
►Window Servers

Question No: 5 ( Marks: 1 ) – Please choose one
Which of the following is NOT a category of Mobile Computers?
►Laptop
►Palmtop
►Desktop  ( Correct )
►Wearable

Question No: 6 ( Marks: 1 ) – Please choose one
Preliminary exploration of possible solutions, technologies, suppliers is called
►Viability
►Feasibility  ( Correct )
►Specification
►Integration

Question No: 7 ( Marks: 1 ) – Please choose one
__________ give us the ability to manipulate data through reference instead of actual value.
►Constants
►Variables  ( Correct )
►Data Types
►Operators

Question No: 8 ( Marks: 1 ) – Please choose one
Consider the following statement written in JavaScript:
str = ”Hello” + ” World”
What will be the value of str ?
►HelloWorld   ( Correct )
►Hello World
►Hello + World
►It will result in error

Question No: 9 ( Marks: 1 ) – Please choose one
A tool that helps you to find the synonyms is called ______________.
► Language
► Paragraph
► Thesaurus  ( Correct )
► Symbol

Question No: 10 ( Marks: 1 ) – Please choose one
Communication protocol is a __________that governs the flow of information over a network
► Set of protocols
► Set of rules  ( Correct )
► Device
► Set of methods

Question No: 11 ( Marks: 1 ) – Please choose one
If a computer could pass the Turing test then it would be able to:
► think like human beings  ( Correct )
► do the things faster
► win a million dollar prize
► store more information


Question No: 12 ( Marks: 1 ) – Please choose one
The first Web browser with a GUI was generally available in:
► 1992
► 1993  ( Correct )
► 1994
► 1995


Question No: 13 ( Marks: 1 ) – Please choose one
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  ( Correct )
► accessible to only the educational institutes

Question No: 14 ( Marks: 1 ) – Please choose one
In this URL 
http://www.msn.com , _____identifies the domain name
► http
► www
► msn  ( Correct )
► com

Question No: 15 ( Marks: 1 ) – Please choose one
______ is simply a fast port that lets you connect computer peripherals and consumer electronics to your computer without restart.
► Freeware
► Shareware
► Firewire  ( Correct )
► Firmware

Question No: 16 ( Marks: 1 ) – Please choose one
Which of the following is NOT supported by PC’s power supply.
► -12 and +12 V DC
► -10 and +10 V DC  ( Correct )
► -5 and + 5 V DC
► All are supported

Question No: 17 ( Marks: 1 ) – Please choose one
In which case Cache Memory is used
► To increase RAM speed
► To overcome BUS speed
► To overcome Speed rate between RAM and CPU  ( Correct )
► To overcome CPU speed

Question No: 18 ( Marks: 1 ) – Please choose one
To display a single line text area on the web page, we use ___ tag
► TEXT
► TEXTBOX
► INPUT  ( Correct )
► INPUTBOX

Question No: 19 ( Marks: 1 ) – Please choose one
If an algorithm is syntactically correct, but semantically incorrect then this situation is
► Very good situation
► Very dangerous situation  ( Correct )
► Not very bad
► Neutral situation

Question No: 20 ( Marks: 1 ) – Please choose one
Users communicate with the computer using a consistent user interface provided by the OS.
► True  ( Correct )
► False

Question No: 21 ( Marks: 1 ) – Please choose one
Application developers do not need to know much about the HW, especially the microProcessor, while they are developing their application.
► True  ( Correct )
► False

Question No: 22 ( Marks: 1 ) – Please choose one
The first spread sheet program was invented by
► Charles Babbage
► Dan Bricklin  ( Correct )
► Paul Graham
► John von Neumann

Question No: 23 ( Marks: 1 ) – Please choose one
Which representation technique of algorithm is more suitable for developer to make actual code___________.
► pseudo code  ( Correct )
► flow chart
► both pseudo code and flow chart
► Heuristics

Question No: 24 ( Marks: 1 ) – Please choose one
_____________ is used to terminate all JavaScript statements.
► Colon
► Semicolon  ( Correct )
► Underscore
► Apostrophe

Question No: 25 ( Marks: 1 ) – Please choose one
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.  ( Correct )

Question No: 26 ( Marks: 1 ) – Please choose one
When the microprocessor desires to look at a piece of data, it checks in the __________ first.
► RAM
► ROM
► hard disk
► cache  ( Correct )

Question No: 27 (Marks: 1) – Please choose one
It represents the _____________ flow chart element.
► Flow Line
► Connector
► Off-page connector
► Start or Stop  ( Correct )

Question No: 28 (Marks: 1) – Please choose one
What is NOT a key factor while designing a website?
► Usability
► User-friendly
► Consistency
► Complexity  ( Correct )

Question No: 29 (Marks: 1) – Please choose one
__________% of the users have left websites in frustration due to poor navigation.
► 40
► 62
► 83  ( Correct )
► 91

Question No: 30 (Marks: 1) – Please choose one
In JavaScript, a variable declaration is
► Optional  ( Correct )
► Mandatory
► Not allowed
► None of the given

Question No: 31 (Marks: 1) – Please choose one
A protocol used for receiving email messages is called ____________.
► URL
► Telnet
► POP3  ( Correct )
► SMTP

Question No: 32 (Marks: 1) – Please choose one
Which is correct?
► OnUnload
► onUnLoad
► onUNLOAD
► All of the above  ( Correct )

Question No: 33 (Marks: 1) – Please choose one
Serial arrangement in which things follow logical order or a recurrent pattern, such as statements executing one by one, is called __________.
► Loop  ( Correct )
► Sequence
► Condition
► Array

Question No: 34 (Marks: 1) – Please choose one
Variables allow us to manipulate data through the ___________.
► Actual Value
► Reference  ( Correct )
► Length
► Name

Question No: 35 (Marks: 1) – Please choose one
Fuzzy logic is based on ____________.
► Ground facts
► Experience
► Practice
► Approximation  ( Correct )

Question No: 36 (Marks: 1) – Please choose one
Word Processor is a _________________
► System Software
► Application Software  ( Correct )
► Device
► Utility

Question No: 37 (Marks: 1) – Please choose one
In the old days, databases did NOT support ____________.
► Number
► Boolean
► Video  ( Correct )
► Text

Question No: 38 (Marks: 1) – Please choose one
In tabular storage, fields placed in a particular row are strongly ___________.
► Independent
► Dependent
► Interrelated  ( Correct )
► Inconsistent

Question No: 40 (Marks: 1) – Please choose one
Due to working at home, lack of interaction may result in ___________ professional growth.
► Slower  ( Correct )
► Faster
► Higher
► Improved

Question No: 41 (Marks: 1) – Please choose one
Distance learning has got a boost due to the ___________.
► Easy communication
► Online interactive contents
► Flexibility
► All of the given options ( Correct )

Question No: 42 (Marks: 1) – Please choose one
_____________ technique can be used to create smooth animations or to display one of several images based on the requirement.
► Image downloading
► Image preloading  ( Correct )
► Image uploading
► Image postloading

Question No: 43 (Marks: 1) – Please choose one
The ____________ is becoming the preferred organizational structure for more and more organizations with the passage of time.
► Tree structured organizational model
► Network paradigm  ( Correct )
► Hierarchical structure
► None of the given options

Question No: 44 (Marks: 1) – Please choose one
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  ( Correct )

Question No: 45 (Marks: 1) – Please choose one
A large number of networks interconnected physically are called ______
► LAN  ( Correct )
► MAN
► Internet
► Network collection

Question No: 46 (Marks: 1) – Please choose one
TCP stands for ________.
► Transfer Center protocol
► Transmission Control Protocol  ( Co
rrect )

► Transmission Center Protocol
► Telephone Center Protocol

Question No: 47 (Marks: 1) – Please choose one
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  ( Correct )
► Information
► DBMS

Question No: 48 (Marks: 1) – Please choose one
_____is simply a fast port that lets you connect computer peripherals and consumer electronics to your computer without restart.
► Freeware
► Shareware
► Firewire  ( Correct )
► Firmware

Question No: 49 (Marks: 1) – Please choose one
Structures, in which another list starts before the first list is finished, are called:
► Multiple Lists
► Nested Lists  ( Correct )
► Ordered Lists
► Un-ordered Lists

Question No: 50 (Marks: 1) – Please choose one
The key property of the ‘Array’ object in JavaScript is
► Value
► Length  ( Correct )
► Name
► All of the given choices

Question No: 51 (Marks: 1) – Please choose one
Which one is the example of spreadsheet software?
► MS Word
► MS PowerPoint
► MS Excel  ( Correct )
► MS Acces

Question No: 52 (Marks: 1) – Please choose one
The Encryption of data is related to
► Data updates
► Data security  ( Correct )
► Data integrity
► Data accessibility

Question No: 53 (Marks: 1) – Please choose one
_____ is the process of analyzing large databases to identify patterns.
► Data normalization
► Data management
► Data Mining  ( Correct )
► None of the given options

Question No: 54 (Marks: 1) – Please choose one
Which is the user-friendly way of presenting data?
► Query
► Form
► Report  ( Correct )
► All of the given options

Question No: 55 (Marks: 1) – Please choose one
JavaScript function fixed () has equivalent HTML tag-set ____
► <.FIX>……………</FIX>
► <F>………………..</F>
 <PRE>…………. </PRE>  ( Correct )
► <H>………………..</H>

Question No: 56 (Marks: 1) – Please choose one
<Form> Tags always placed between the <BODY> and </BODY> tags of a Web page
► True  ( Correct )
► False

Question No: 57 (Marks: 1) – Please choose one
Java script has —————– ability to create and draw graphics.
► Limited
► Versatile
► Medium

► Not at all  ( Correct )
Question No: 58 ( Marks: 1 ) – Please choose one
Cray-1 was first commercial _________ computer
► Super  ( Correct )
► Mini
► Micro
► Personal

Question No: 59 ( Marks: 1 ) – Please choose one
Browser is a __________________ used for browsing.
► Tool  ( Correct )
► Component
► Device
► None of the given choices

Question No: 60 ( Marks: 1 ) – Please choose one
It represents the _____________ flow chart element.
► Flow Line  ( Correct )
► Connector
► Off-page connector
► Start or Stop

Question No: 61 ( Marks: 1 ) – Please choose one
JavaScript is an example of _____________ language.
► Object-based  ( Correct )
► Object-oriented
► Machine
► Assembly

Question No: 62 ( Marks: 1 ) – Please choose one
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  ( Correct )
► Design Methodology
► Programming language

Question No: 63 ( Marks: 1 ) – Please choose one
Waterfall is a _________ life-cycle model.
► Spiral
► Sequential  ( Correct )
► Circular
► Spherical

Question No: 64 ( Marks: 1 ) – Please choose one
What happens if I start a new list without closing the original one?
► An error will be generated
► A nested list will be created  ( Correct )
► Previous list will end and a new will start.
► Nothing will happen

Question No: 65 ( Marks: 1 ) – Please choose one
In Spreadsheets, you can create a relationship between two cells by using _____.
► Numbers
► Text
► Formulas  ( Correct )
► None of the given choices

Question No: 66 ( Marks: 1 ) – Please choose one
VisiCalc was the first popular
_______application on PC’s.
► Spreadsheet  ( Correct )
► Word processor
► Presentation
► Database

Question No: 67 ( Marks: 1 ) – Please choose one
Fins are used to ————–
► Communicate with microprocessor
► Increase surface area of Fan  ( Correct )
► Decrease surface area of Fan
► Speed up the Fan.

Question No: 68 ( Marks: 1 ) – Please choose one
Using only HTML we can create
► Dynamic web pages
► Static web pages  ( Correct )
► Both Static and Dynamic pages
► None of these

Question No: 69 ( Marks: 1 ) – Please choose one
Everything that JavaScript manipulates is treated as:
► Object  ( Correct )
► Window
► Text
► Script

Question No: 70 ( Marks: 1 ) – Please choose one
The ______ is connected to all other modules of the microprocessor.
► Control unit  ( Correct )
► Memory unit
► Floating Point unit
► Arithmetic and Logic unit

Question No: 71 ( Marks: 1 ) – Please choose one
Communication protocol is a __________that governs the flow of information over a network
► Set of protocols
► Set of rules  ( Correct )
► Device
► Set of methods

Question No: 72 ( Marks: 1 ) – Please choose one
_________ is the interface in computer that supports transmission of multiple bits at the same time.
► Serial Port
► Parallel Port  ( Correct )
► Universal Serial Bus
► None of the given choices

Question No: 73 ( Marks: 1 ) – Please choose one
_____ was designed as a replacement for typewriter
► Spreadsheet Software
► Word Processor Software  ( Correct )
► Presentation Software
► Database Software

Question No: 74 ( Marks: 1 ) – Please choose one
Which one of these translates the program once at a time ?
► Interpreter
► Compiler  ( Correct )
► Operating system
► Translator

Question No: 75 ( Marks: 1 ) – Please choose one
Randomized algorithms are often ________ than deterministic algorithms for the same problem.
► Simpler and more slow
► Simpler and more efficient  ( Correct )
► Complex and more efficient
► Complex and more slow

Question No: 76 ( Marks: 1 ) – Please choose one
Ada written a computer programme for ?
► Analytical Engine  ( Correct )
► Difference Engine
► Harvard Mark 1
► Mechanical engine

Question No: 77 ( Marks: 1 ) – Please choose one
A test proposed to determine if a computer has the ability to think. It is called?
► Turing test  ( Correct )
► Turning test
► Intelligence test
► None

Question No: 78 ( Marks: 1 ) – Please choose one
The most used form tag is the <input> tag.
► True
► False  ( Correct )

Question No: 79 ( Marks: 1 ) – Please choose one
When the user clicks on the “Submit” button, the content of the form is sent to the server.
► True  ( Correct )
► False

Question No: 80 ( Marks: 1 ) – Please choose one
Extension for saving web page is / are;
► *.html
► *.htm
► *.html and *.htm both are in use ( Correct )
► None of These

Question No: 81 ( Marks: 1 ) – Please choose one
In spread sheet a cell may contain
► Numbers
► Text
► Formulas
► All of the given ( Correct )

Question No: 82 ( Marks: 1 ) – Please choose one
Programs where no user interaction found during program execution are called __________.
► Batch programs  ( Correct )
► Event-driven programs
► Graphics based programs
► None of the give

Question No: 83 ( Marks: 1 ) – Please choose one
OO software is all about _____________.
► Behaviors
► Methods
► Properties
► Objects  ( Correct )

Question No: 84 ( Marks: 1 ) – Please choose one
A procedure that usually, but not always, works or that gives nearly the right answer is called
► Algorithm
► Logarithm
► Heuristic  ( Correct )
► Methodology

Question No: 85 ( Marks: 1 ) – Please choose one
Which of the following is NOT an Application Software.
► Word Processor
► Web Browser
► Windows XP  ( Correct )
► MS Excel

Question No: 86 ( Marks: 1 ) – Please choose one
Operating System talks to and manages devices through
► Loader
► File Manager
► Memory Manager
► Device Driver  ( Correct )

Question No: 87 ( Marks: 1 ) – Please choose one
You can ________ from/to a website containing interactive forms.
► Only read ( Correct )
► Only write
► Read and write
► Not read and write

Question No: 88 ( Marks: 1 ) – Please choose one
When the user needs something to be done by the computer, he/she gives instructions in the form of _____ to computer ____
► Software, Hardware  ( Correct )
► Hardware, Software
► System Software, Application Software
► Graph, Monitor

Question No: 89 ( Marks: 1 ) – Please choose one
There is a battery on the motherboard to
► Give power to the processor
► Save information when computer is off  ( Correct )
► Save information when computer is on
► Give power to the motherboard

Question No: 90 ( Marks: 1 ) – Please choose one
______ is simply a fast port that lets you connect computer peripherals and consumer electronics to your computer without restart.
► Freeware
► Shareware
► Firewire  ( Correct )
► Firmware

Question No: 91 ( Marks: 1 ) – Please choose one
Which one is correct?
► <BODY></BODY>
► <body></body>
► Both <BODY></BODY> and <body></body>  ( Correct )
► <BODY/>

Question No: 92 ( Marks: 1 ) – Please choose one
The weaknesses of the computer are:
► Pattern recognition & Storage
► Speed & Innovative ideas
► Pattern recognition & Innovative ideas  ( Correct )
► Speed & Storage

Question No: 93 ( Marks: 1 ) – Please choose one
The key strengths of computers are
► Speed
► Storage
► Do not get bored
► All of the given choices  ( Correct )

Question No: 94 ( Marks: 1 ) – Please choose one
Which one is correct?
► <HEAD> </HEAD> ( Correct )
► <HEAD> <END>
► <HEAD> </END>
► <HEAD> <HEAD>

Question No: 95 ( Marks: 1 ) – Please choose one
Everything that JavaScript manipulates is treated as:
► Object  ( Correct )
► Window
► Text
► Script

Question No: 96 ( Marks: 1 ) – Please choose one
A process in which user’s browser check the form’s data is called
► Server-Side Scripting  ( Correct )
► Client-Side Scripting
► Bowser Scripting
► Form Scripting

Question No: 97 ( Marks: 1 ) – Please choose one
———— is volatile memory
► RAM   ( Correct )
► ROM
► Hard Disk
► CD ROM

Question No: 98 ( Marks: 1 ) – Please choose one
What is/are the use/uses of Word processor?
► To write a letter
► To write Research paper or report
► To create address labels
► All of the given  ( Correct )

Question No: 99 ( Marks: 1 ) – Please choose one
__________ is the example of Shrink-wrapped software
► PIA information system
► WinZip trial pack
► Linux
► MS Word  ( Correct )

Question No: 100 ( Marks: 1 ) – P
lease choose one
____________ interacts directly with the computer Hardware
► Compiler
► Operating system  ( Correct )
► Application software
► Assembler

Related Posts

CS301 quiez 1solved quiez vudaily

CS301 SOLVED QUIEZ 2020 VU DAILY Question # 1 of 10 ( Start time: 11:21:05 PM )  Total M – 1   Local variables of a function are…

MGT503 online quiez no.1 solution spring2020

MGT503 online quiez no.1 solution spring2020 Solution-file Declaimer:  Answers are based on Quiz attempted by students and their feedback, If found any mistake kindly inform us.

Leave a Reply

Your email address will not be published. Required fields are marked *