SCHEME OF EXAMINATION
BACHELOR OF BUSINESS ADMINISTRATION (BBA-I)
·Medium of instruction and examination will be English/Hindi
·For pass at each examination, a candidate shall be required to obtained a minimum of 36% marks in each paper and 48% marks in the aggregate.
·The number of papers and practical, wherever prescribed, the duration of
examination, maximum marks and minimum pass marks are shown separately against each paper.
·A student will be required to pass BBA Course within five years from the date of his/her admission.
The Pattern of question papers shall be as under: –
There will be five question in all. The candidate will be required to attempt all the questions selecting one question from each Unit with an internal choice(either/or).
Paper VI: Computer Fundamentals
Maximum Marks: Theory 40
Practical 60
Minimum Pass Marks: Theory 14
Practical 22
Time allowed: Theory 2 Hours
Practical 2 Hours
Unit-I
Unit-II
Unit-III
Unit-IV
(b) Spreadsheet Programme- MS Excel
Entering Data, Labels Values, Dates, Formulas, Cell reference, Formats Functions, Templates, Charts and Maps, Analyzing data in a spreadsheet.
(C) DBMS – Microsoft Access
Database, Entering data into the database, Creating Database tables, Editing data, Viewing Record, Sorting Record, Querying database, Generating Reports.
Unit-V
University of Rajasthan, Jaipur
BBA Part-I, Computer Fundamentals, P-VI
Previous year exam unsold paper – 2018
BBA Part-I Subject: Computer Fundamentals
Lab File work-2021-22
Max.Marks:60
(Viva-Voce-15, Record:15, Practical:30)
Unit-I |
||||||||||||||||||||||
1. |
Draw a Block Diagram of Computer System and explain each functioning component with |
|||||||||||||||||||||
2. |
What is E-mail? |
|||||||||||||||||||||
3. |
What is Network? How many types of Computer Network? |
|||||||||||||||||||||
Unit-II |
||||||||||||||||||||||
4. |
Create two new subdirectories labeled: PUBLIC and PRIVATE in the C:\Work directory. Create Look Like Following Structure-
2. In the DOCUMENT directory create a text file named student.txt, and write your Name, Father’s Name, Mobile No etc in this file. 3. Copy the file student.txt to the DATAS directory. (Use MS-DOS Internal Command- 1. CD, 2. MD, 3. Copy Con, 4. Copy) |
|||||||||||||||||||||
5. |
Execute the Following MS-DOS Internal Commands at Command Prompt and find out the
|
|||||||||||||||||||||
6. |
What is file, Folder, Shortcut? How to create file, folder and shortcuts write steps. |
|||||||||||||||||||||
7. |
Write steps to change date, time and time zone in Windows OS. |
|||||||||||||||||||||
8. |
How to install New font (like Hindi Fonts) into your System. Write the Necessary Steps. |
|||||||||||||||||||||
9. |
How to Install New Printer in your System and Set default Printer. Write steps. |
|||||||||||||||||||||
10. |
Write steps to Change: (i) Screen Saver (ii) Wall-paper (iii) Desktop Theme |
|||||||||||||||||||||
Unit-III |
||||||||||||||||||||||
11. |
What is table in MS-Word? Create Table with 5 rows and 4 fields as names Roll no, Name of Give suitable table title and set table in proper format. |
|||||||||||||||||||||
12. |
What is header and footer? Create 2 or 3 pages word document and set header and footer. |
|||||||||||||||||||||
13 |
What is Mail-Merge? Create a Mail Merge document which an Invitation letter for attending Education Seminar at |
|||||||||||||||||||||
14. |
Create a file in MS-word with name “Exam” on desktop and insert following three lines of text in it. India is a democratic country. New Delhi is the capital of India. Dehradun is the capital of Uttarakhand state
Write necessary steps in your answer sheet. |
|||||||||||||||||||||
15. |
Write the Short cut commands of following: (a) Cut (b) Copy (c) Paste (d) Save File (e) Print File (f) Find (g) Hyperlink (h) Spelling and Grammar (i) Replace (j) close (k) new (l) Open (m) Undo (n) Redo (o) underline (p) help |
|||||||||||||||||||||
Unit-IV |
||||||||||||||||||||||
16. |
|
|||||||||||||||||||||
17. |
Create a work-sheet in MS excel:
Create a Pie Chart with city and population Save the file as name “pi.xlsx” Show the print preview Write necessary steps in answer sheet. |
|||||||||||||||||||||
18. |
Create a Database in MS Access with the following fields- Field Name Type Book_Access no number Book Title Text Publisher Text Qty number Price Currency Enter 10 records Save the table as name “library” Create a query to display list |
|||||||||||||||||||||
Unit-V |
||||||||||||||||||||||
19. |
Write a C Program read two integer numbers, perform all arithmetic operations |
|||||||||||||||||||||
20. |
Write a C program compute simple and compound interest |
|||||||||||||||||||||
21. |
Write a C program read three integers numbers find largest number. |
|||||||||||||||||||||
22. |
Write a C Program Read an integer number, calculate its factorial value. |
|||||||||||||||||||||
23. |
Write a C Program to display first n terms of Fibonacci series. 0 1 1 2 3 5 8 ….. n terms. |
|||||||||||||||||||||
24. |
Write a C Program read n numbers into array (list) find sum, average and display entire list, sum and average. |
|||||||||||||||||||||
25. |
Write a C Program read an integer number (upto 5 digits), find it reverse number using function. |
|||||||||||||||||||||
26. |
Write a C Program to display following triangular pattern: (use nested loops) (a) * (b) 1 * * 2 3 * * * 4 5 6 * * * * 7 8 9 10 |