0% found this document useful (0 votes)
199 views

Three Assignment Questions

This document outlines an assignment for a Computer Basics and PC Software course. It includes 3 questions covering various topics related to computers, programming, and networking. Question 1 has 7 parts asking students to explain concepts like computer architecture, binary numbers, data conversion, memory, storage devices, and components. Question 2 also has 7 parts requiring explanations of client/server architecture, programming paradigms, software types, operating systems, algorithms, and programming statements. Question 3 consists of 6 parts involving computer networks, topologies, networking devices, TCP/IP model, internet applications, and e-learning. The assignment is worth a total of 100 marks and is due on October 15, 2019 or April 15, 2020 depending on the academic session

Uploaded by

x y
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
199 views

Three Assignment Questions

This document outlines an assignment for a Computer Basics and PC Software course. It includes 3 questions covering various topics related to computers, programming, and networking. Question 1 has 7 parts asking students to explain concepts like computer architecture, binary numbers, data conversion, memory, storage devices, and components. Question 2 also has 7 parts requiring explanations of client/server architecture, programming paradigms, software types, operating systems, algorithms, and programming statements. Question 3 consists of 6 parts involving computer networks, topologies, networking devices, TCP/IP model, internet applications, and e-learning. The assignment is worth a total of 100 marks and is due on October 15, 2019 or April 15, 2020 depending on the academic session

Uploaded by

x y
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

Course Code : BCS-011

Course Title : Computer Basics and PC Software


Assignment Number : BCA (1)/011/Assignment/2019-20
Maximum Marks : 100
Last Date of Submission : 15th October, 2019 (For July, 2019 Session)
15th April, 2020 (For January, 2020 Session)

This assignment has three questions of 80 marks. Answer all the questions. Rest 20 marks
are for viva voce. You may use illustrations and diagrams to enhance explanations. Please
go through the guidelines regarding assignments given in the Programme Guide for the
format of presentation. Please give precise answers. The word limit for each part is 200
words.

Q1. (Covers Block 1) (7×4=28)


a) Explain the von Neumann Architecture with the help of a diagram. Is this architecture used in
the current personal computers? Justify your answer. Explain the role of integrated circuits in
design of computers. Also, explain the classification of computer on the basis of technology.

b) Explain the term binary digit. How binary number system is different from decimal number
system? How do you represent a computer instruction in binary? Explain with the help of an
example. List and explain the role of various components of a computer instruction. What is
the role of bus and registers in instruction execution?

c) Convert the following numbers as directed


(i) Decimal 257.125 into binary and hexadecimal
(ii) Decimal 999876789 into binary and hexadecimal
(iii) String “Test for number 45, @check" to ASCII and Unicode strings
(iv) Hexadecimal 4F9A8C7D to decimal and binary
d) What is the role of memory in a computer system? Why are primary and secondary memory
needed in a computer system? What is RAM? How is it different to ROM? Which of the two,
RAM or ROM is volatile?

e) Define the term access time for a hard disk. Explain with the help of an example, how access
time and storage capacity for magnetic disks are calculated. How is the storage capacity for a
magnetic tape calculated? What are the differences in access mechanism for magnetic tapes
and magnetic disks?

f) Compare and contrast the following technologies


(i) Light Pen and Touch screen
(ii) Scanner and Optical Mark Reader
(iii) LCD monitor and LED display
(iv) Printers and Plotters

5
g) Explain the characteristics/functions of the following in the context of a computer system:
(i) Disk Defragmenter
(ii) Motherboard of a computer
(iii) Disk Checkers
(iv) Uses of "My Computer" and "My Documents" on a Windows Desktop

Q2. (Covers Block 2) (7×4=28)


a) Explain the Client/Server architecture with the help of a diagram. Explain how this
architecture is similar to/ different from cloud computing.

b) Explain the differences between structured programming and non-structured programming


with the help of example code. List and define the three important concepts of Object
oriented programming.

c) Define the basic functions of the following software:


(i) Compiler
(ii) Device Driver
(iii)Diagnostic Program
(iv) Anti-virus software

d) List the functions of the following in the context of Operating System


(i) Graphical User interface and its advantages
(ii) File management
(iii)Process
(iv) Batch Processing
(v) Time sharing
(vi) Input/ Output Services

e) Draw a flow chart and write an algorithm for a program that adds all two digit numbers
divisible by 3. (Hint: These numbers are 12, 15 till 99. You must use looping).

f) Explain the meaning of each of the following lines in the context of programming:
(i) int i;
int remain, evenodd=31;
(ii) remain = evenodd % 2;
(iii) if (remain == 0)
(iv) printf("The Number is an EVEN number");
(v) else printf("The Number is an ODD number");

g) List which software or type of software will be required for the following situations. Give
reasons in support of your answer.

6
(i) You have joined a new company which maintains your daily activity logs
and time devoted by you on different projects which company is doing.
The company maintains these records for all the employees & projects.
(ii) You need to send your resume along with an application to 20 different
companies; you have name and address of HRD manager of all these
companies stored in file.
(iii)You need to record the transactions of a multinational company; the
transaction may include purchases, sales and financial transactions.
(iv) You have a very low budget for buying application software, though you
have manpower with good computer skills what kind of software will you
use for the company and why?

Q3. (Covers Block 3) (6×4=24)


(a) What are the advantages of using Computer Networks? Explain the following terms in the
context of computer networks:
(i) Circuit switching
(ii) Half Duplex transmission
(iii)Guided Channels
(iv) Infrared transmission.

(b) Explain the differences between the following, giving one application of each:
(i) Ring Topology, Bus topology and star topology
(ii) LAN, MAN and WAN

(c) Explain the characteristics of the following networking devices:


(i) Routers
(ii) Modem
(iii)Gateways
(iv) Switches

(d) Explain the layers of TCP/IP Model. What is an IP address? Explain the role of subnet mask
with the help of an example. How does DNS translate a web address? Explain with the help
of an example.

(e) Explain the functions of browser and search engine in the context of Internet. You want to
find commercial banks which offer house loans and debit cards but do not provide online
services; make efficient query or queries that will show the desired result as above.

(f) Explain the following in the context of Internet and its applications:
(i) E-learning and Moodle
(ii) Electronic Educational Resources

7
Course Code : BCS-012
Course Title : Basic Mathematics
Assignment Number : BCA(1)012/Assignment/2019-20
Maximum Marks : 100
Weightage : 25%
Last Date of Submission : 15th October, 2019 (For July, 2019 Session)
15th April, 2020 (For January,2020 Session)

Answer all the questions in the assignment which carry 80 marks in total. All the questions
are of equal marks. Rest 20 marks are for viva voce. You may use illustrations and
diagrams to enhance the explanations. Please go through the guidelines regarding
assignments given in the Programme Guide for the format of presentation. Make suitable
assumption if necessary

Q1. Show that


1 𝜔 𝜔2

𝜔 𝜔2 1 =0

𝜔2 1 0

Where 𝜔 is a complex cube root of unity.

3 -1
Q2. If A = , Show that A2 - 4 A + 5 I2 = 0. Also, find A4.
2 1

Q3. Show that 133 divides 11n+2 + 122n+1 for every natural number n.

Q4. If pth term of an A.P is q and qth term of the A.P. is p, find its rth term.

Q5. If 1, 𝜔, 𝜔2 are cube roots of unity, show that


(2 – 𝜔) (2 – 𝜔2) (2 – 𝜔19) (2 – 𝜔23) = 49.

Q6. 7
If α, β are roots of x2 – 3ax + a2 = 0, find the value(s) of a if α2 + β2 = .
4

Q7. If y = 𝐼𝑛
√1+X − √1−X dy
, find dX .
√1+X + √1−X

Q8. 2 -1 0
If A = 1 0 3 , show that A (adj.A) = |A |I3.
3 0 -1

8
Q9. Find the sum of all the integers between 100 and 1000 that are divisible by 9

Q10. Write De Moivre’s theorem and use it to find (√3 + i)3.

Q11. Solve the equation x3 – 13x2 + 15x + 189 = 0,Given that one of the roots
exceeds the other by 2.
Q12. 2
Solve the inequality X−1 > 5 and graph its solution.

Q13. Determine the values of x for which f(x) = x4 – 8x3 + 22x2 – 24x + 21 is
increasing and for which it is decreasing.
Q14. Find the points of local maxima and local minima of
f(x) = x3–6x2+9x+2014, x ε 𝐑.
Q15. dx
Evaluate : ∫ (ex −1)2
Q16. Using integration, find length of the curve y = 3 – x from (-1, 4) to (3, 0).

Q17. Find the sum up to n terms of the series 0.4 + 0.44 + 0.444 + …
Q18. X−5 y−7 z −3 X−8 y−4 z−5
Show that the lines = = and = = Intersect.
4 −4 −5 4 −4 4

Q19. A tailor needs at least 40 large buttons and 60 small buttons. In the market,
buttions are available in two boxes or cards. A box contains 6 large and 2
small buttons and a card contains 2 large and 4 small buttons. If the cost of
a box is $ 3 and cost of a card is $ 2, find how many boxes and cards
should be purchased so as to minimize the expenditure.

Q20. A manufacturer makes two types of furniture, chairs and tables. Both the
products are processed on three machines A1, A2 and A3. Machine A1
requires 3 hours for a chair and 3 hours for a table, machine A2 requires 5
hours for a chair and 2 hours for a table and machine A3 requires 2 hours
for a chair and 6 hours for a table. The maximum time available on
machines A1, A2 and A3 is 36 hours, 50 hours and 60 hours respectively.
Profits are $ 20 per chair and $ 30 per table. Formulate the above as a
linear programming problem to maximize the profit and solve it.

9
Course Code : BCSL-013
Course Title : Computer Basics and PC Software
Assignment Number : BCA(1)/L-013/Assignment/2019-20
Maximum Marks : 100
Weightage : 25%
Last date of Submission : 15th October, 2019(For July 2019 Session)
: 15th April, 2020 (For January 2020 Session)

Answer all the questions in the assignment which carry 80 marks in total. Rest 20 marks
are for viva voce. You may use illustrations and diagrams to enhance the explanations.
Please go through the guidelines regarding assignments given in the Programme Guide for
the format of presentation. Make suitable assumption if necessary

Section1: Linux operating system

Q1. (a) Run the following (Linux commands and write the output) (10)

- ls-a
- ls-l
- mkdir
- pwd
- chmod

(b) Perform the following tasks in Linux (6)

(i) Display the last 20 lines of a text file (you need to create a text file)
(ii) Display the first 15 lines of any text file
(iii)To count the no of times word IGNOU has occurred in a text file.

Section 2: Power point

Q2. Create a Power Point Presentation on the important features of Windows OS


(minimum 10 slides) (16)

(i) All slides should follow the common design format


(ii) Add a video to at least one slide which can be run on full screen option
(iii)All the slides should have timer based transition.
(iv) All the slides should have perform heading and slide notes.
(v) Each slide should have one image related to Windows operating system.

10
Section 3: Word Processing

Q3. (a) Create a letter head of your study center where you are enrolled and insert the
water mark with that study center name in the letter head. The following
guidelines to be followed. (8)

- The logo of the company should be placed in the center.


- Name, address – left side should be placed at.
- Email ID, IP address of the study center should be shown at right side.
- Display the ruler bar and the vertical bar to the top of the page.

(b) Design a flyer for admission to the foreign university. It should contain “visit our
counselors for admission in the foreign University” Use different font style, age,
colors, effects, alignment to create the flyer. (8)

Section 4: Worksheet

Q4. Create a work sheet for pricing information of a company which sales computers
&peripheral devices. You are required to calculate discount, sales price(MRP-
Discount) and profit margin(MRP-sales price) (16)

Product Product Manufacturing MRP Discount (10%) Sales price Profit margin
code cost
Computer C-1 25000.00 27000.00 - - -
Laser C-2 5000.00 6000.00
printer
Filing C-3 6000.00 7000.00
cabinet
27th C-4 2000.00 3000.00
monitor
Mouse C-5 400.00 500.00

Section 5: Browsing and Discussion Forum

Q5. Collaborate online (in a group) on Google docs to create a presentation on ‘Smart
Phone design’. All the group should work on the presentation simultaneously
from their respective machines. Use speaker notes for any online discussion and
present a comprehensive report. (The report should comprise the latest trends in
the design of smart phones). (16)

11
TUTOR MARKED ASSIGNMENT

Course Code : ECO - 01


Course Title : Business Organization
Assignment Code : ECO – 01/TMA/2019-20
Coverage : All Blocks

Maximum Marks: 100


Attempt all the questions.
1. a) Distinguish between the following: (5+5)
i) Business and Profession
ii) Public Limited Company and Public Enterprise
b) Write short notes on the following: (5+5)
i) Pervasiveness of risks in business
ii) Relationship between banker and customer
2. “Company form of business organization emerged essentially because of the limitations
and failure of the partnership form of organization”. Discuss. (20)
3. What is capital structure? Discuss various factors that determine the capital structure of a
company. (4+16)
4. (a) “Foreign trade is an engine of economic growth in a country” Comment on this
statement keeping in view the Indian context.
(b) Discuss various problems of India’s Foreign trade. (10+10)
5. “Advertising is an economic waste.” Do you agree with this statement? Give reasons for
your agreement. (20)
Foundation Course in English-2 (FEG-02)
Assignment

Course Code: FEG-02


Assignment Code: FEG-02/TMA/2019-20
Max. Marks: 100
All Questions are compulsory

1. Read the following passage and make notes in an appropriate format: 15

Belgravia is an affluent district in Central London, shared within the authorities of both the City of
Westminster and the Royal Borough of Kensington and Chelsea. Belgravia is noted for its very expensive
residential properties: it is one of the wealthiest districts in the world.

Belgravia was known as Five Fields during the Middle Ages, and became a dangerous place for
highwaymen and robberies. It was developed in the early 19th century by Richard Grosvenor, 2nd
Marquess of Westminster under the direction of Thomas Cubitt, focusing on numerous grand terraces
centred on Belgrave Square and Eaton Square. Much of Belgravia, known as the Grosvenor Estate, is still
owned by a family property company, the Duke of Westminster's Grosvenor Group. Owing to the
Leasehold Reform Act 1967, the estate has been forced to sell many freeholds to its former tenants.

Belgravia takes its name from one of the Duke of Westminster's subsidiary titles, Viscount Belgrave,
which is in turn derived from Belgrave, Cheshire, a village on land belonging to the Duke.

Belgravia is near the former course of the River Westbourne, a tributary of the River Thames. The area is
mostly in the City of Westminster, with a small part of the western section in the Royal Borough of
Kensington and Chelsea. The district lies mostly to the south-west of Buckingham Palace, and is
bounded notionally by Knightsbridge (the road) to the north, Grosvenor Place and Buckingham Palace
Road to the east, Pimlico Road to the south, and Sloane Street to the west. To the north is Hyde Park, to
the northeast is Mayfair and Green Park and to the east is Westminster.

The area is mostly residential, the particular exceptions being Belgrave Square in the centre, Eaton
Square to the south, and Buckingham Palace Gardens to the east.

The nearest London Underground stations are Hyde Park Corner, Knightsbridge and Sloane Square.
Victoria station, a major National Rail, tube and coach interchange, is to the east of the district. Frequent
bus services run to all areas of Central London from Grosvenor Place. The A4, a major road through
West London, and the London Inner Ring Road run along the boundaries of Belgravia.

During the Middle Ages, the area was known as the Five Fields and was a series of fields used for
grazing, intersected by footpaths. The Westbourne was crossed by Bloody Bridge, so called because it

3
was frequented by robbers and highwaymen, and it was unsafe to cross the fields at night. Despite its
reputation for crime and violence, Five Fields was a pleasant area during the daytime, and various
market gardens were established. The area began to be built up after George III moved to Buckingham
House and constructed a row of houses on what is now Grosvenor Place.

Source: adapted from https://en.wikipedia.org/wiki/Belgravia

2. Write a summary of the passage and suggest a suitable title. 15


3. Write a paragraph of 100-150 words on any one of the following topics: 10
1) Travel broadens the mind.
2) Learning a new language.
3) Choosing a career
4) Virtual friends
4. Write a composition of 250-300 words based on any one of the pictures given below: 20

5. You are the Academic Secretary of your institution. Write a report in 250 words of a meeting
held to discuss the forthcoming inter-University Debate competition. 20

6. A survey was recently conducted in your residential area regarding the creation and
maintenance of pedestrian and bicycle friendly sections which would be strictly out of bounds
for vehicular traffic. Write a report of the survey outlining both the need and difficulties in
implementation. 20

You might also like