Pixeles Bca & Mca (Ignou) : Classes
Pixeles Bca & Mca (Ignou) : Classes
Pixeles Bca & Mca (Ignou) : Classes
MCA (IGNOU)
Course Code
Course Title
BCA &
: BCS-011
Assignment Number
15 October, 2015 (For July 2015 Session) April, 2016 (For January 2016 Session)
PIXELES
1. (Covers
Block 1)
Classes
(74=28 Marks)
(a) WhatPage
are the
| 1functions of various operational units of a computer system? What is
von Neumann Architecture? How can you relate von Neumann architecture to an actual
computer? Explain with the help of an example configuration. (4 Marks)
Ans:
A computer is an electronic device that accepts data, processes it and returns processed
information (Result). It works on the principle of input, process and output.
Input
Process
Output
CPU: - it is the brain of any computer system. It is just like brain that takes all major
decisions, makes all sorts of calculations, functions and controlling the operations.
The Arithmetic Logical Unit: - it is an important component of the CPU, which carry
the actual execution of the instructions.
The control unit: it determines the sequence in which computer programs and
instructions are executed. It acts like the supervisor seeing that things are done in
proper fashion
A von Neumann machine has single path between the main memory and control unit.
This feature is known as bottleneck.
www.pixelesindia.com
PIXELES CLASSES
MCA (IGNOU)
BCA &
Features of von-Neumann
AClasses
von Neumann machine has only a single path between main memory and control unit
PIXELES
Page
| 2 is called bottleneck.
this
feature
(b) Compare and contrast the characteristics and/or organisation of the following:
(i) DRAM Vs. SRAM
Ans: Static RAM (or SRAM)
Static RAMs retain stored information for long time as the power supply is on.
Static RAMs are costly and consume more power. Static RAMs have a higher speed
than dynamic RAMs.
Dynamic RAM loses its stored information in a very short time even the power supply is
on.
Ans:
Magnetic disks:-It provides random access. This means that a file can be accessed from any
location directly. The total access time for a disk is equal to the seek time plus the latency time.
The average access time for most disk systems is usually between 10 to 100 milliseconds.
Magnetic tapes: - A file or some particular information stored on a magnetic tape cannot be
accessed directly on random basis as is possible in the case of hard-disks or floppy disks.
www.pixelesindia.com
PIXELES CLASSES
MCA (IGNOU)
BCA &
These devices are slower, but due to their low cost, they are still widely used for massive data
warehouse and other business storage requirements.
(iii) Pen Drive Vs. CD-RW
Ans:PIXELES
Pen Drive
is available as a very convenient and flexible data storage medium which
Classes
can store up to 256 GB data. It can be used for the same purposes as floppy-disks or CDPage | 3
ROMs. Pen Drives are a smaller, faster, durable and more reliable storage medium.
CD-R (compact-disk recordable) is another optical disk technology. The user can record (write)
their own data once on a CD with a CD-R disk drive unit. After this recording user can read the
data as many times as desired.
(iv) ROM Vs. PROM (4 Marks)
Ans:
ROM: it is read only semiconductor memory. It is designed for the purpose for reading only. It is
non-volatile; means it does not lose their contents on power failure. It is written only once at the
time of manufacture. It is used by system program only. There are various varieties of ROM:PROM: it stands for programmable ROM. it is also non-volatile. It is written (programmed) only
once by special writing device.
It is possible for a user to customize a system by storing own program in a PROM chip.
Once a program has been written on to a PROM chip, the recorded information cannot
be changed i.e., the PROM becomes a ROM and it is only possible to read the stored
information.
The basic difference between PROM and a ROM is that a PROM is manufactured as
blank memory, whereas a ROM is programmed during the manufacturing process.
www.pixelesindia.com
PIXELES CLASSES
MCA (IGNOU)
BCA &
Ans:
An instruction specifies the operation performed by CPU. An instruction tells the processor what
task is to be performed and what micro operations need to be completed to perform the task.
Every instruction is comprised of two parts: opcode and operands.
PIXELES
The
opcode specifies the operation to be performed
Classes
Operands provide the data on which the operation is to be performed.
Page | 4
Example
www.pixelesindia.com
PIXELES CLASSES
MCA (IGNOU)
BCA &
(f) What are the uses of various components of motherboard of a computer? List at least
four output devices and ports to which these devices can be connected. Explain the
characteristics of these output devices and ports.(4 Marks)
Ans:
PIXELES
Motherboard
holds some of the most important components of the computer system. It acts as
Classes
a base for these components. It is also known as system board, main board etc. In a typical
Page | 5
computer microprocessor, main memory and other components are connected to the
motherboard. Motherboard also provides connectors for several other devices.
card.
USB Headers: It is a group of pins to which an internal USB cable can be attached to
provide extra USB ports. These ports are used for attaching external/auxiliary devices
such as pen drive, printer etc.
4
(g) What are the uses of following Software?
(i) Data compression utility:- - Data compression is the process in which information is
encoded with lesser bits in compare to the original representation. Data compression is very
useful, as it reduces the size of the file so it consumes fewer resources like disk space.
(ii) Media Player: - It is one of the other common examples of application software. It is an
application which is used to play multimedia files. Most of the media players can play both audio
and video files.
(iii) Disk Defragmenter:- it is used to rearrange the files and unused space on the hard disks
that program run faster.
(iv) Disk checker:- Disk Checkers are used to check the integrity of the hard disk and Pen
Drive/ Flash Drive. CHKDSK is a command which is used for this purpose. This command
can be used on a computer running Windows operating system. It fixes the logical file system
errors found in the disk/drive.
(4 Marks)
www.pixelesindia.com
PIXELES CLASSES
MCA (IGNOU)
2. (Covers Block 2)
BCA &
(74=28 Marks)
(a) Why do you need virus detection software? What are their drawbacks? What are the
techniques to identify a virus? Explain the importance of backup for a computer system.
(4 Marks)
Ans:
PIXELES
Classes
Computer viruses are software programs that are deliberately designed to interfere with
Page | 6
computer operation; record, corrupt, or delete data; or spread themselves to other computers
and throughout the Internet. Virus Scanning Software is utility programs designed to protect
your computer from computer viruses, worms and Trojan horses.
Antivirus software can impair a computers performance. Active anti-virus programs can
Techniques
Signature based detection: This is the most common method. It compares the
contents of the infected file to a known pattern of data. Because viruses can embed
Backup
Backup refers to making copies of data so that these additional copies may be used to
restore the original after a data loss event. All types of data could be backed up like
pictures, word documents, files, executables or an entire database. The main purpose is to
recover data in the event of data loss or data getting corrupt. Other purpose could be to
recover historical data.
(b) Consider that you have to run several computer programs simultaneously on a
computer. Each program takes input from a file and output information on a printer. How
does different components of an Operating system (like memory management, I/O
management, Process management, file system and user interface) will help in execution
of these programs.
(4 Marks)
Ans:
Process Management.
www.pixelesindia.com
PIXELES CLASSES
MCA (IGNOU)
BCA &
A process is a program under the execution. It is the job, which is currently being executed by
processor (CPU). OS manages process of jobs.
Memory Management
OS take-cares of memory allocation and de-allocation of main memory to various processes. It
allocatesPIXELES
the memory space in main memory and secondary memory to store the system
Classes
www.pixelesindia.com
PIXELES CLASSES
MCA (IGNOU)
BCA &
(d) Draw a flow chart of a program that adds N odd numbers starting from 1. The value
Page | 8
of N should be input by the user.(4 Marks)
Ans:-
Regular Classes
BCA & MCA IGNOU Special Institute
Free Trial Classes
Subjective Knowledge
Free PIXELES Guide Books (Prepared
by our teachers)
Free Solved Assignments
Experienced Faculties
100% Results
Home Test Series
Class Test Series
We teach you until you pass
Final Year Synopsis & Project
Proper Guidance
(e) List the elements of a programming language. Explain the terms data type,
expression, assignment; and logical, relational and equality operators with the help of an
example each.
(4 Marks)
www.pixelesindia.com
PIXELES CLASSES
MCA (IGNOU)
BCA &
Data Types
Here you are going to explain basic data type:Char
It stores a single character by default and reserved 1 byte memory space. For Example Ch=S,
here chPIXELES
is a variable name that is holding a character s. Single character quoted by single
Classes
quote and more than one character quoted by inverted commas like pixeles that is called
Page | 9
string. Store more than one character you need to declare size as flows.
Char s [10]
Now you can input more than one character, upto 10 characters including NULL into the
variable s.
Character constant declares as
const char emp=t
Integer
This is the numeric data type that accepts number without fraction ranges between 32768 to
32767 to be stored. It occupied 2 bytes memory space.
For example:int x=234, y=567;
Constant integer declared as const int x=56;
Float
It is also numeric data type. It can store floating-point values; a number has a precision of only 6
digits. Float variable allocates 4 bytes of memory space.
For Example- float x=34.878677
Double
It is also numeric data type. It can store double floating-point values these number have a
precision of 16 to 18 digits. Double variable allocates 8 bytes of memory space.
double x=134.4500000000000000
Float and double constant
const float pie=3.142857
www.pixelesindia.com
PIXELES CLASSES
MCA (IGNOU)
BCA &
NOT(10>5) = false
Page | 10
10>5 XOR 37<9 =true
Arithmetical Operators:This operator performs an arithmetic (numeric) operation such as +,-,*, / or % is called
arithmetic operator. It requires two or more operands. So these operators are called binary
operators.
Operator
Meaning
+
Addition
Subtraction
*
Multiplication
/
Division
%
Modulo
Relational Operators:- This operator is used
Example
Answer
6+3
9
6-3
3
6*3
18
6/3
2
5%2
1
to check the relation between two values .All
relational operators are binary operators and it require two operands. When relation is false
then it returns zero otherwise non zero.
Operator
==
!=
>
<
>=
<=
Meaning
Equal to
Not equal to
Greater than
Less than
Greater than equal to
Less than Equal to
Example
3==3
3!=5
4>2
3<5
4>=4
7<=7
(f) What are the phases of project development in which project management software
can help. Explain with the help of examples.
(4 Marks)
Ans:Typical development phases of a project are:
o
o
o
o
o
Scheduling
Calculating critical path
www.pixelesindia.com
PIXELES CLASSES
MCA (IGNOU)
BCA &
Providing information
Timesheet Management
Example
Microsoft Office Project
PIXELES
One of the
most widely used software for Project Management used all over the world is MS
Classes
Project. It is used for planning, managing and organizing resources for all kinds of projects. It
Page | 11
uses a powerful scheduling engine to help align different projects and tasks with available
resources.
(g) Explain the following with the help of an example/diagram, if needed:
(i) Development Model for Open Source Software
Ans:The Open
source
(64=24 Marks)
www.pixelesindia.com
PIXELES CLASSES
MCA (IGNOU)
BCA &
(a) Explain the characteristics of any two guided and any two unguided channels for
data transmission. (4 Marks)
Ans:
Guided media
TwistedPIXELES
pair cable. - It consists of two insulated copper wires, typically about 1mm thick. It is
Classes
generally used in local telephone communication. It is also used for digital data communication
Page | 12
over the short distance upto 1 km. unshielded twisted pairs are used to connect computing
devices. Data transferred rates are usually 1-2 megabytes per second.
It is easily available.
Low cost
Easily breakable
Co- axial cable: - it consists of a stiff copper wire as the core, surrounded by an insulating
material. The insulator is encased by a mesh conductor. The outer mesh conductor is covered
by the plastic. The signal is transmitted through the inner copper wire(copper core).
It requires connector.
Radio Waves
Electromagnetic waves ranging in frequencies between 3 Kilo-Hertz and 1 Giga-Hertz are
normally called radio waves. Radio waves are easy to generate and can travel long distances
and can penetrate buildings easily, therefore widely used for communication.
Microwaves
Electromagnetic waves ranging from 1 to 300 Gigahertz are called microwaves. Microwaves are
unidirectional that is the sending and receiving antennas need to be aligned.
(b) Four branch offices of an organisation are located in four major cities of a vast
country. Explain the characteristics of the network that will be needed for every branch
office. The entire four branch offices network should also be connected by another
network. Explain the characteristics of this network also.
(4 Marks)
Ans:
www.pixelesindia.com
PIXELES CLASSES
MCA (IGNOU)
BCA &
Data
transfer rate are high
Classes
Page
Low
cost| 13
of setting.
PIXELES
WAN: - As per question four cities in vast country, so, we can assume distance exist among the
cities is more than 50 km. Thus Wan is more suitable for that.
Characteristics
Communication medium used are satellite, public telephone networks that are
connected by routers.
Routers forward packets from one to another on a route from the sender to the receiver.
(c) What is Internet? What are the major protocols used on Internet? What is an IP
address? How can an IP address be related to a web address? Explain with the help of
an example.(4 Marks)
Ans:
Internet is a big network of networks. Some common Protocols used in internet are:
IPv4 address is a series of four numbers separated by dots (.). The four numbers ranges
between 0 and 255. So IPv4 address takes only 4-bytes (or 32-bits) of computer memory.
Example: IP address: 152.108.10.7
Each 32 bit IP address consists of two components:
Network Identifier (Net ID) which identifies one of the Networks that is a part of
Internet.
Device Identifier (Device ID) which identifies a specific device within the identified
Net-ID.
www.pixelesindia.com
PIXELES CLASSES
MCA (IGNOU)
BCA &
The Web browser tries to resolve the IP address of the website www.pixelesindia.com
by the information available in its own cache memory. If web server does not have the
information about IP address stored in its cache, it requests the IP address from Domain
Name System (DNS) servers. The DNS server tells the browser about the IP address of
PIXELES
the
website.
Classes
Once the web browser knows the IP address of the website, it then requests the web
Page | 14
page (index.html) from the web server.
The web server responds by sending back the requested web page. If the requested
page does not exist then it will send back the appropriate error message.
web browser receives the page from the web server and displays it as per the display
Address bar
Navigation button
Stop Button
Tabbed browsing
Bookmark button
Integrated Search
(e) Describe the process of creating a web email account. What are the different
components of a mail message? Explain with the help of a diagram. (4 Marks)
Ans: Do yourself.
(f) Explain the following in the context of Internet and its applications, giving their
features and uses:
(i) Wiki
Ans:
Wikis are a powerful tool for creating collaborative knowledge resources created by the
community. A wiki is a page or collection of Web pages designed to create and edit contents.
www.pixelesindia.com
PIXELES CLASSES
MCA (IGNOU)
BCA &
Wiki supports hyperlinks and has simple text syntax for creating new pages. Wikis are also
used to create websites, to enhance the features of community websites and for knowledge
management.
(ii) Collaboration
Ans:-
PIXELES
Classes
Disclaime
r:
Prepared
by
our
Students.
Institution
and
publisher
are neither
responsibl
e for the
result of
the
any
action
taken on
the basis
of
this
work
or
any
www.pixelesindia.com
omissions
or errors.