CS101 – MF-2010
Which of the following number system is used by microprocessor?
Binary
Decimal
Octal
Hexadecimal
Java script interact with user through______________
Special control
Internet explorer
Event handlers
Java script does not interact with user
JavaScript does not support_______________
User interaction
Graphics
Network operations
Both Graphics and Network operations
A computer program that facilitates the communication between the computer and a peripheral device is called___________________
Operating system
Utilities
Language Translator
Device Drives
When we use <INPUT type=“password”>, what will happen?
Text will not be visible
Text will be in normal format
Text will be in **** format
Text will be in #### format
Which one of these is NOT an example of embedded computers?
IMB PC
Microwave oven
Refrigerator
Calculator
_______ is a related collection of WWW files that includes a beginning file called a homepage
HTML
Website
HTTP
Web page
_________ is the interface in computer that supports transmission of multiple bits at the same time.
Universal Serial Bus
None of the given choices
Now a days, users communicate with the computer using a consistent __________ provided by the Operating System.
Command-line interface
Application Interface
User Interface
Protocol
The set of instructions that opearates various parts of hardware is called shareware.
True
False
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
Which statement is true about JavaScript?
It is object oriented language
It is Structured Query language
It is object based language
None of the given
function checkForm() {………..}is a:
Statement
Property
Function
Procedure
HTML tag for inserting a line break is
<brake>
<break>
<newline>
<br>
_________ 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
Which of the following is NOT a type of RAM?
SIMM
ROM
DIMM
SLIPP
After starting computer, which module of operating system activates first?
Linker
Kernel
Loader
Device manager
The method property is used to specify the method used to send data, which can be ------------ and -----------.
Method & Action
Size & Maxlength
Get & Post
Send & Submit
Which key feature of computer is against human nature?
Can’t get bored.
Pattern recognition
Repetition
None
A______________ is a separate program that converts the entire source program into machine language before executing.
Interpreter
Debugger
Translator
Compiler
Why object-oriented languages are designed? Give examples of object-oriented languages. 2
Which of the attribute of input field is used for giving the default value in an html Form? 2
Write the steps, how the Event-Driven Programs work? 3
What are the key requirements of E-commerce Software? 3
Differentiate between multiprocessing and multitasking with examples? 5
Write spreadsheet formulas to find 5
1. Stand deviation of A1,A3,A5,A7,A9
2. Median of A1,A2,A3,A8,A9,A10
3. Mode of A1 to A10 all ten cells
4. Count of A1,A2,A4,A5,A6,A7,A9,A10
5. Average Deviation of A2,A4,A6,A8,A10