Ticker

6/recent/ticker-posts

CS101 QUIZ QUESTIONS

CS101 QUIZ QUESTIONS | VU HELP DESK


CS101 QUIZ NO1
A cell in a spreadsheet can not contain one of the followings:
Numbers 
Text 
Formulas 
Images 
In Spreadsheets, you can create a relationship between two cells by using _______________.
Numbers 
Text 
Formulas 
None of given option
Java Script
is an Object based Language 
 is an interpreted language
Both first and second 
is an Object-Oriented Language 
BASIC stands for
Beginners All purpose Symbolic Instruction Code
Basic American Standard Information Code 
Brother and Sisters In Christ
British American Scientific International Commercial 
prompt() method is used to
alert The User 
take input from user
 insert the image
None Of the Above 
What property would you use to redirect a visitor to another page?
document.URL 
window.location.href
  .document.location.href 
link.href
 
Which best describes Java Script?
a low-level programming language. 
a scripting language precompiled in the browser. 
a compiled scripting language. 
an object-based scripting language.
Java Script can only run on Windows
TRUE 
FALSE 
Java Script is ...
the same as Java 
kind of like Java 
different than Java 
written part of Java 
Java Script is ...
subjective 
objective 
evil 
object based 
Semicolons are optional at the end of a Java Script statement.
TRUE 
FALSE 
The four basic data types are:
strings, numbers, BooBoos, and nulls 
strings, text, Booleans, and nulls
strings, numbers, Booleans, and nulls 
strings, numbers, Booleans, and zeros
 
How do you put a message in the browser's status bar
window.status("put your message here") 
status("put your message here") 
window.status = "put your message here" 
statusbar = "put your message here"
How do you write "Hello World" in an alert box?
  alert("Hello World") 
alertBox="Hello World" 
alertBox("Hello World") 
msgBox("Hello World") 
Where is the correct place to insert a Java Script?
The < body > section 
The < head > section 
Both the < head > section and the < body > section are correct
 None Of the Above 
What is the correct Java Script syntax to write "Hello World"?
("Hello World") 
Hello World 
response.write("Hello World") 
document.write("Hello World") 
Which of the following file operations Java Script can perform on a client computer?
Read 
Modify 
Delete 
All Given
An object can be defined as
Collection of integers and floats 
Collection o of integers and properties 
 Collection of While loops and variables 
Collection of properties and methods
 
What is the correct HTML for inserting a background image?
< img src="background.gif" background / > 
< background img="background.gif" > 
 < body background="background.gif" > 
None Of the Above 
What is the correct HTML for making a text area?
< input type="textarea" / >
< textarea > < /textarea > 
 < input type="textbox" / >
 None Of the Above 
What is the correct HTML for making a drop-down list?
< input type="list" / > 
< list > 
 < input type="dropdown" / >
 < select >
What is the correct HTML for making a text input field?
< textfield > 
< input type="text" / > 
< input type="textfield" / > 
  < textinput type="text" / > 
What is the correct HTML for making a checkbox?
< input type="checkbox" / > 
< checkbox > 
< check > 
< input type="check" / > 
What is the correct HTML for adding a background color?
< background >yellow< /background > 
< body bgcolor="yellow" > 
< body background="yellow" > 
bgcolor="yellow" 
Specialized servers are used on the Internet to
Accept FTP requests to upload the download files 
Store applications that are rented or leased by large corporations 
Store and send Web pages 
Function like email post offices
The advantage of client side scripting is
All browsers support it 
Decreases the complexity of web page 
Reduces network traffic 
Increases server load
A function is also called
Sub-program 
 Procedure 
Sub-routine 
All of the these 
Two major types of software are
Application Software, System Software 
Application Software , Database Software 
System Software , Database Software 
Database Software , Embedded Software
Software that directly interact with the user is called
Low level languages 
System software 
Application software
Machine language 
Decision support systems are sometimes called
E-commerce software 
Document-centered computing 
Electronic Encyclopedia 
Expert Systems 
Spreadsheet software
Is the replacement of ledgers 
Is a replacement of encyclopedia
Are not used for business calculations and charts 
Is a sub category of entertainment software. 
The software that is used to write/send/receive an e-mail is called
Web browser 
Mail Binder 
E-mail Handler 
E-mail Client 
ASP script is
Linux based server script 
Window based server script
Not a server side script 
A data base management system 
The collection of 4 bits is called _______________.
Nibble 
Byte 
Word 
Double-Word 
Applications talk to devices through the OS and OS talks to and manages devices through_______________ .
File System 
Application Interface 
Kernel 
Device Driver 
Language that is understood by computer hardware is called
High level language 
Machine language
Assembly language 
System software 
Which of the following is a type of system software?
Device driver 
Word processor
Write once read -only- memory 
 Anti-Virus
Which of the following command allows you to recover form mistakes in MS Word?
Undo 
Clear 
Edit 
Break 
_______________ is readily understood by microprocessors and this language is very difficult to write in for human programmers.
Machine Language 
Low Level Language 
High Level Language 
Assembly Language
Command that allows you to remove mistakes
Copy 
Delete 
Cut 
Undo 
Which of the following is the extension of graphics files?
.doc 
.mdb 
.gif 
 .tmp
Which software can provide results of mathematical calculations very easily?
Spreadsheets 
Image processor 
Word processor 
None of these
The instruction written in high-level language are converted into low-level language by the _______________
Operating System 
Compiler 
Parser 
Router 
Choose the correct HTML to left-align the content inside a tablecell
< tdleft > 
< td valign="left" > 
< td leftalign > 
< td align="left" >
How can you make a list that lists the items with bullets?
< ol > 
< ul > 
< list > 
< dl > 
How can you make a list that lists the items with numbers?
< dl > 
  < ul > 
 < ol > 
< list >
Which of these tags are all < table > tags?
< thead >< body >< tr > 
< table >< tr >< tt > 
< table >< tr >< td > 
< table >< head >< tfoot > 
< UL > tag is used to
underline text 
end the line 
create ordered list 
create unordered list
Which of the following cannot come between the < Body >< /Body > tag
< P > 
< A HERF >< /A > 
  < Title >< /Title > 
< BR >< /BR > 
_______________ simply changes the input to the opposite (0 to 1 or 1 to 0).
Operator 
NOT
AND
OR
CS101 QUIZ NO2
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
The _______________ operation says if any input is on then the output will be on.
OR
NAND
NOR
AND
Which of the following binary numbers is equivalent to decimal 10
1000
 
1100 
1001 
1010 
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
The decimal equivalent of binary 1000 is
7
8
9
10
A group of binary digits that a computer manipulate as a unit is called
Byte 
Word 
Bit 
Hertz 
Microprocessor are made up of semiconductor material called
Aluminum 
Ferrous oxide 
Silicon 
Silicon dioxide
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 
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 
Memory inside a microprocessor is called
RAM
ROM
Cache
Pre-fetch buffer
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 > 
What is the correct HTML for creating a hyperlink?
< a href="http://www. Freemcqs.com" > Freemcqs.com< /a > 
 < a url="http://www. Freemcqs.com" > Freemcqs.com< /a > 
< a >http://www. Freemcqs.com< /a >
< a name="http://www. Freemcqs.com" > Freemcqs.com< /a > 
Choose the correct HTML tag to make a text italic
< italic > 
< i > 
< skew > 
None Of the Above 
Choose the correct HTML tag to make a text bold
< b > 
< bold > 
< boder >
None Of the Above
What is the correct HTML tag for inserting a line break?
< break / > 
  < br / > 
< lb / >
 
  < breakline > 
Choose the correct HTML tag for the largest heading
< head > 
< h6 > 
< h1 > 
< heading >
In an HTML file, it is essential to have
< Head > tag 
 < /Body > tag 
< Body > tag 
None of above 
The following code will " < Html >< HEAD > < TITLE > My new Web Page < / TITLE > < / HEAD >< /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 
Using only Html we can create
Dynamic web pages 
Static web pages 
Both Static and Dynamic pages 
None of these 
Read Only Memory (ROM)
Is Volatile
Is programmable 
Is mounted on the mother board
is Non Voatile
When the electrical power is disrupted or cut off, data and programs are lost in/on (the) ...
basic tools. 
hard disk. 
memory
secondary storage.
 
_______________ is volatile memory
RAM
ROM
Hard Disk
CD ROM
Which of the following is called the brain of computer?
Motherboard 
Slots 
Processor 
Power supply
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 
Computer uses the scanner to input
Voice
Images
Voice and text
None of these 
The input device that reads printed characters, symbols, or graphical images into the computer is the:
Sensors
 
Speech recognition 
Mouse
Scanner 
What computer hardware is essential for connecting two computers in Local Area Network?
Modem 
Ethernet card 
VGA 
Internet Connection
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
Ports are:
Input devices 
Output devices 
Used to allow I/O devices to communicate with the CPU 
Able to process incoming data
The Internet was originally a
LAN at MIT 
Code-cracking network during World War II by the U.S. Defense Department 
A network cooperatively created by several large hardware and software companies 
A small experimental research network called ARPANET
What does HTML stand for?
 Hyper Text Markup Language 
Home Tool Markup Language 
Hyperlinks and Text Markup Language 
None Of the Above
The Internet offers different services. Which one listed below is incorrect?
Chat room 
 Electronic mail 
Off line shopping 
World Wide Web
 
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 
Which of these domains is restricted to qualified organizations?
  .com 
 .org
.net 
.edu
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
A web site
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 
None of these options.
A unique identifier for the location of a specific Web page is called a
FAQ 
FTP 
URL 
http://
 
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 web page.
Browser is a _______________ used for browsing.
Component 
Tool 
None of these 
Device 
HTTP is the abbreviation for:
Hyper text transmit protocol 
Hyper text terminal protocol
Hyper Text Transfer Protocol 
Hyper terminal text protocol
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 
URL is a/an _______________.
Device
Component
Address
Tool
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 
What does internet service provider mean?
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
 
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 
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
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
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
The world's first electronic digital computer.
Atanoff-Berry(ABC)
International business machine (IBM)
Maciontosh(MAC)
MARK 1
World's first program was written by
Charles Babbage
Ada Lovelace
Bernouli
Newton
CS101 QUIZ NO3
Who many chess move can analyze a Deep Blue in three minutes ?
300 billion
400 billion
200 billion
700 billion
Who is called the Mother of Computer?
Ada
Charles Babbage
Charles
Gary Kasparove
Deep Blue was designed by
IBM
Macintosh
Apple Computers
Dell
Deep Blue ?
A Super computer 
A Chess Game
A Personal Computer
A Mainframe Computer
The father of Computer?
Ada
Charles Babbage
Charles
Gary Kasparov
What is the meaning of ALU ?
Arthemtic Logic Unit
Arthemtic Logic Universal
Arthemtic Land Unit
Automatic Logic Unit

Post a Comment

0 Comments