Cs101-Latest - Solved-Midterm Paper 6
Cs101-Latest - Solved-Midterm Paper 6
com
MIDTERM EXAMINATION
CS101- Introduction to Computing (Session - 5)
Question No: 1 ( Marks: 1 ) - Please choose one
The memory size of the Altair 8800 was
► 128 bytes
► 128 Kilo bytes
► 256 Kilo bytes
► 256 bytes
►1
►2
► 3
►4
► onMouseOver
www.virtualinspire.com
► OnMouseOver
► onmouseover
► All of the given
► BASIC
► PASCAL
► JAVA
► FORTRAN
► Row A, Cloumn 12
► Row 12, Cloumn A
► Row 2,Cloumn A1
► Row A1, Cloumn 2
► Intense calculations
► User-friendly
► Reliability
► Cost-effective
► Delete
► Cut
► Undo
► Class
► Methods
► Structures
► Forms
► Memory
► Processor
► Memory& Processor
► Neither memory nor Processor
► None of these
► C6+E6
► =C6+E6
► 6+6=12
► 6+E6
► Batch program
► Event-driven programs
► Graphics based programs
www.virtualinspire.com
► None of the given
► Detailed Design
► Integration Testing
► Design
► Architecture
► Transistor
► Vacuum Tube
► Punch card
► Transmitter
Answer:. A staretegy in which all possible combinations are examined and best
www.virtualinspire.com
among them is selected. Brute force (also known as brute force cracking) is a trial
and error method used by application programs to decode encrypted data such as
passwords or Data Encryption Standard (DES) keys, through exhaustive effort
(using brute force) rather than employing intellectual strategies.
Answer: Control unit is a computerized part of the speech processor. Most of the
controls, such as program, volume and sensitivity, are located on the control unit.
Answer: Structured Design: Materials and member type, size, and configuration to
carry loads in a safe and serviceable fashion.
In general, structural design implies the engineering of stationary objects such as
buildings and bridges, or objects that may be mobile but have a rigid shape such as
ship hulls and aircraft frames tructural design involves at least five distinct phases
of work, project requirements, materials, structural scheme, analysis, and design
It is insufficient in most cases, for the designer to consider a solution, a design. He
should evaluate several alternate designs and choose the best in the sense of
maximizing such technical objectives as efficiency, reliability, and maintainability
while satisfying such design constraints as memory size and response time.
Answer: The raw data that make up the root of data types are called "literals."
These are, in effect, literally what they represent themselves to be. Numbers, strings,
and Boolean values make up the core set of literals in JavaScript. Little mystery
exists with literals, but important differences exist between them. In JavaScript,
data types include strings, which are simply quoted characters, numbers, Boolean,
Objects and even a type which has no value at all, Null. Since JavaScript is a loosely
typed language, you don't neccessarily need to know what type of data every value is
(although it certainly helps).
Every piece of data in these categories is known as a value. When a value is referred
to outright in a statement, it is called a literal value. For the same reason people are
identified by names as opposed to "human" or "person", literal values can be
named in order to make repeated reference to them practical, efficent and readable.
These names are called variables.